aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <r.sandiford@uk.ibm.com>2010-01-16 12:14:09 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2010-01-16 12:14:09 +0000
commit636cf8b1f93f6e2fe66e9b25ebe9555ed93d538e (patch)
treef346fc01f4a2485fda22909adcf915a88470d975 /gcc/ChangeLog
parent7647c8412acec7c838ad4e5a813e331e099451d7 (diff)
downloadgcc-636cf8b1f93f6e2fe66e9b25ebe9555ed93d538e.zip
gcc-636cf8b1f93f6e2fe66e9b25ebe9555ed93d538e.tar.gz
gcc-636cf8b1f93f6e2fe66e9b25ebe9555ed93d538e.tar.bz2
configure.ac (HAVE_AS_REF): New C macro.
gcc/ * configure.ac (HAVE_AS_REF): New C macro. * configure: Regenerate. * config.in: Likewise. * collect2.c (main): Only postpone SCAN_DWEH to the second pass if HAVE_AS_REF. * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define if HAVE_AS_REF. From-SVN: r155961
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 85e0dae..7d3889e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
+
+ * configure.ac (HAVE_AS_REF): New C macro.
+ * configure: Regenerate.
+ * config.in: Likewise.
+ * collect2.c (main): Only postpone SCAN_DWEH to the second pass
+ if HAVE_AS_REF.
+ * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
+ if HAVE_AS_REF.
+
2010-01-16 Joern Rennecke <amylaar@spamcop.net>
* doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.