2002-04-17 NIIBE Yutaka <gniibe@m17n.org>
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 2002 17:21:49 +0000 (17:21 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 2002 17:21:49 +0000 (17:21 +0000)
* config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52435 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/elf.h

index 5e50e52..759efc3 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-17  NIIBE Yutaka  <gniibe@m17n.org>
+
+       * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
+
 2002-04-17  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * gcc.c (read_specs): Detect and fail if an attempt is made to
index 247f735..246a2ff 100644 (file)
@@ -151,3 +151,7 @@ do {                                                                        \
 #undef ENDFILE_SPEC
 #define ENDFILE_SPEC \
   "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
+
+/* ASM_OUTPUT_CASE_LABEL is defined in elfos.h.  With it,
+   a redundant .align was generated.  */
+#undef  ASM_OUTPUT_CASE_LABEL