mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 11:47:28 +08:00
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:
parent
32121b96b6
commit
1372d4ce83
@ -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>
|
2002-04-17 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* gcc.c (read_specs): Detect and fail if an attempt is made to
|
* gcc.c (read_specs): Detect and fail if an attempt is made to
|
||||||
|
@ -151,3 +151,7 @@ do { \
|
|||||||
#undef ENDFILE_SPEC
|
#undef ENDFILE_SPEC
|
||||||
#define ENDFILE_SPEC \
|
#define ENDFILE_SPEC \
|
||||||
"%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
|
"%{!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
|
||||||
|
Loading…
Reference in New Issue
Block a user