elf.h: Undefine ASM_OUTPUT_CASE_LABEL.

2002-04-17  NIIBE Yutaka  <gniibe@m17n.org>

	* config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.

From-SVN: r52435
This commit is contained in:
NIIBE Yutaka 2002-04-17 17:21:49 +00:00 committed by Joern Rennecke
parent 32121b96b6
commit 1372d4ce83
2 changed files with 8 additions and 0 deletions

View 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

View 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