aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-11-12 01:05:07 +0000
committerDavid S. Miller <davem@gcc.gnu.org>2011-11-11 17:05:07 -0800
commit49db0ca8f69e3a01f38c177d424f89afb056755b (patch)
treec14eeddef32b6c4c5bbfe37e61d5a0146e5a31bc /gcc/ChangeLog
parentdaf6d24fd0fca1eb1131ab1facfda48628bce6a3 (diff)
downloadgcc-49db0ca8f69e3a01f38c177d424f89afb056755b.zip
gcc-49db0ca8f69e3a01f38c177d424f89afb056755b.tar.gz
gcc-49db0ca8f69e3a01f38c177d424f89afb056755b.tar.bz2
Fix Linux/sparc build after generic asm output optimizations.
* config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete. * config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete. From-SVN: r181307
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73bec22..62ae4a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-11 David S. Miller <davem@davemloft.net>
+
+ * config/sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
+ * config/sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Delete.
+
2011-11-11 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386-protos.h (ix86_maybe_emit_epilogue_vzeroupper):