aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@gcc.gnu.org>2006-12-11 19:11:38 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2006-12-11 19:11:38 +0000
commit7f46c638e6be449fcd80c08babdfaee63b70278e (patch)
treecbf946e4d3d2533427f24482830181d0d399e08a /gcc
parent86aa5312385b0be05673f8bcc4fb71261e0ffa53 (diff)
downloadgcc-7f46c638e6be449fcd80c08babdfaee63b70278e.zip
gcc-7f46c638e6be449fcd80c08babdfaee63b70278e.tar.gz
gcc-7f46c638e6be449fcd80c08babdfaee63b70278e.tar.bz2
Fix changelog entry.
From-SVN: r119745
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9daaf2f..3f740ee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2006-12-11 Andreas Schwab <schwab@suse.de>
* varasm.c (elf_record_gcc_switches): Cast second argument of
- ASM_OUTPUT_POOL_PROLOGUE to unsigned HOST_WIDE_INT.
+ ASM_OUTPUT_SKIP to unsigned HOST_WIDE_INT.
2006-12-11 Diego Novillo <dnovillo@redhat.com>