summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdaba6bbed..c016612c59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makeconfig (have-initfini): Don't set.
+ * config.make.in (have-initfini, need-nopic-initfini): Don't set.
+ * configure.in (nopic_initfini): Don't substitute.
+ * config.h.in (HAVE_INITFINI): Don't #undef.
+ * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
+ * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
+
2012-02-08 Joseph Myers <joseph@codesourcery.com>
Support crti.S and crtn.S provided directly by architectures.