OSDN Git Service

2002-07-29 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jul 2002 22:21:41 +0000 (22:21 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jul 2002 22:21:41 +0000 (22:21 +0000)
commit3c791c03ac7a881583815b9546391d4568972144
tree53a67fa5e056e948fc0866051e59701ab03ab8de
parentb3eecb6c12e1c236a33074b9e5c80c253f5500ba
2002-07-29  Eric Christopher  <echristo@redhat.com>

        * config/mips/elf.h: Remove ecoff.h and gofast includes.
        (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
        (SDB_DEBUGGING_INFO): Undefine.
        (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
(PUT_SDB_SIZE): Remove.
(SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
        (STARTFILE_SPEC): Add isa3264 define.
        * config/mips/elf64.h: Ditto.  Move TARGET_MEM_FUNCTIONS from here...
        * config/mips/ecoff.h: Remove. and here...
        * config/mips/iris3.h: and here...
        * config/mips/sni-svr4.h: and here...
        * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
Add assembler -mmdebug options for non-dwarf debugging.
* config/mips/r3900.h: Remove debug info defines.
        * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
        * config/mips/isa3264.h: Ditto.
        * config/mips/t-isa3264: Fix up for file removal and gofast configure
        change.
        * config/mips/t-elf: Ditto.
        * config/mips/t-ecoff: Ditto.
        * config/mips/t-r3900: Ditto.
        * config/mips/t-iris5-6: Ditto.
        * config/mips/t-isa3264: Ditto.
        * config/mips/t-linux: Remove.
        * config/mips/t-netbsd: Remove.
        * config/mips/t-mips: New file.
        * config/mips/t-gofast: Ditto.
        * config/mips/netbsd.h: Remove unnecessary undefines.
        * config/mips/linux.h: Remove #include of mips.h.
        * config.gcc: Add mips.h include for elf targets. Remove tm_file
        for ecoff. Add gofast configure option for mips.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55852 138bc75d-0d04-0410-961f-82ee72b054a4
21 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/mips/ecoff.h [deleted file]
gcc/config/mips/elf.h
gcc/config/mips/elf64.h
gcc/config/mips/iris3.h
gcc/config/mips/isa32-linux.h [deleted file]
gcc/config/mips/isa3264.h [deleted file]
gcc/config/mips/linux.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/config/mips/netbsd.h
gcc/config/mips/r3900.h
gcc/config/mips/sni-svr4.h
gcc/config/mips/t-ecoff
gcc/config/mips/t-elf
gcc/config/mips/t-gofast [moved from gcc/config/mips/t-netbsd with 71% similarity]
gcc/config/mips/t-iris5-6
gcc/config/mips/t-isa3264
gcc/config/mips/t-mips [moved from gcc/config/mips/t-linux with 71% similarity]
gcc/config/mips/t-r3900