Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 102d38a7879c2defd779c6b827433133e81dd596..2b2869b635ef4b4362a265366ccd3f6905a2525d 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -14,6 +14,20 @@ |
* GCC 4.4.1 released. |
+2009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com> |
+ Roland McGrath <roland@redhat.com> |
+ |
+ * configure.ac (HAVE_LD_BUILDID): New check for ld --build-id |
+ support. |
+ (ENABLE_LD_BUILDID): New configuration option. |
+ * gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID] |
+ (LINK_BUILDID_SPEC): New macro. |
+ (init_spec): If defined, prepend it between LINK_EH_SPEC and |
+ link_spec. |
+ * doc/install.texi: Document --enable-linker-build-id option. |
+ * configure: Rebuild. |
+ * config.in: Rebuild. |
+ |
2009-04-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> |
PR bootstrap/39739 |