]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/19364 (embedded sparc does not bootstrap)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 24 Jan 2005 21:31:52 +0000 (22:31 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 24 Jan 2005 21:31:52 +0000 (21:31 +0000)
commit81b47219535814188c5f40f9efb448c1cad02b92
treef4a1de7b7f72acabcce6c83aa64761c788d9deec
parent3a2f1f06651ace284325fa449acf5babffd91a3e
re PR bootstrap/19364 (embedded sparc does not bootstrap)

PR bootstrap/19364
* config.gcc (sparc-*-elf*): Remove sol2.h, sparc/sol2.h and
sparc/elf.h, add sparc/sp-elf.h.
(sparc-*-rtems*): Likewise.
(sparclite-*-elf*): Remove sol2.h, sparc/sol2.h, sparc/elf.h and
tm-dwarf2.h, add sparc/sp-elf.h.
(sparc86x-*-elf): Likewise.
(sparc64-*-elf*): Remove sol2.h, sparc/sol2.h and tm-dwarf2.h.
* config/sparc/liteelf.h (TARGET_SUB_OS_CPP_BUILTINS): Rename into
TARGET_OS_CPP_BUILTINS.
* config/sparc/sp86x-elf (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
* config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
Undefine it.
* config/sparc/openbsd64.h (NO_IMPLICIT_EXTERN_C): Undefine.
* config/sparc/sp64-elf.h (NO_IMPLICIT_EXTERN_C): New macro.
(SWITCH_TAKES_ARG): Likewise.
(LOCAL_LABEL_PREFIX): Likewise.
(ASM_GENERATE_INTERNAL_LABEL): Likewise.
(TARGET_N_FORMAT_TYPES): Delete.
(TARGET_FORMAT_TYPES): Likewise.
(ASM_DECLARE_FUNCTION_SIZE): Likewise.
* config/sparc/elf.h: Delete.
* config/sparc/sp-elf.h: New file.

From-SVN: r94185
gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/elf.h [deleted file]
gcc/config/sparc/liteelf.h
gcc/config/sparc/openbsd64.h
gcc/config/sparc/rtemself.h
gcc/config/sparc/sp-elf.h [new file with mode: 0644]
gcc/config/sparc/sp64-elf.h
gcc/config/sparc/sp86x-elf.h