Commit 1372d4ce by NIIBE Yutaka Committed by Joern Rennecke

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
parent 32121b96
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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment