diff options
author | Jeff Law <jlaw@localhost.localdomain> | 2021-08-31 09:48:02 -0400 |
---|---|---|
committer | Jeff Law <jlaw@localhost.localdomain> | 2021-08-31 09:54:42 -0400 |
commit | d158c3f77738e1d44aa117c1674e9ec8dee38661 (patch) | |
tree | 354e62455c2ecb699cc800b868c9f80dc78010da /gcc/config.gcc | |
parent | eca730231d5493647bb1e508fb1f853ffee0e95a (diff) | |
download | gcc-d158c3f77738e1d44aa117c1674e9ec8dee38661.zip gcc-d158c3f77738e1d44aa117c1674e9ec8dee38661.tar.gz gcc-d158c3f77738e1d44aa117c1674e9ec8dee38661.tar.bz2 |
More stabs removal.
gcc/
* config.gcc (cris-*-elf, cris-*-none): Remove dbxelf.h from
tm_file.
(m32r-*-elf, m32rle-*-elf, m32r-*-linux): Likewise.
(mn10300-*-*, am33_2.0-*-linux*): Likewise.
(xtensa*-*-elf, xtensa*-*-linux, xtensa*-*-uclinux): Likewise.
(m32c-*-elf*, m32c-*-rtems*): Likewise.
* config/cris/cris.h (DBX_NO_XREFS): Remove.
(DBX_CONTIN_LENGTH, DBX_CONTIN_CHAR): Likewise.
* config/m32r/m32r.h (DBXOUT_SOURCE_LINE): Likewise.
(DBX_DEBUGGING_INFO, DBX_CONTIN_LENGTH): Likewise.
* config/mn10300/mn10300.h (DEFAULT_GDB_EXTENSIONS): Likewise.
* config/mn10300/linux.h (DBX_REGISTER_NAMES): Likewise.
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 0eba332..e553ef3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1532,7 +1532,7 @@ cr16-*-elf) use_collect2=no ;; cris-*-elf | cris-*-none) - tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" + tm_file="elfos.h newlib-stdint.h ${tm_file}" tmake_file="cris/t-cris cris/t-elfmulti" gas=yes extra_options="${extra_options} cris/elf.opt" @@ -2293,13 +2293,13 @@ lm32-*-uclinux*) tmake_file="${tmake_file} lm32/t-lm32" ;; m32r-*-elf*) - tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" + tm_file="elfos.h newlib-stdint.h ${tm_file}" ;; m32rle-*-elf*) - tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}" + tm_file="elfos.h newlib-stdint.h m32r/little.h ${tm_file}" ;; m32r-*-linux*) - tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h" + tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h" tmake_file="${tmake_file} m32r/t-linux t-slibgcc" gnu_ld=yes if test x$enable_threads = xyes; then @@ -2307,7 +2307,7 @@ m32r-*-linux*) fi ;; m32rle-*-linux*) - tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h" + tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h" tmake_file="${tmake_file} m32r/t-linux t-slibgcc" gnu_ld=yes if test x$enable_threads = xyes; then @@ -2736,11 +2736,7 @@ mmix-knuth-mmixware) use_gcc_stdint=wrap ;; mn10300-*-*) - tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" - if test x$stabs = xyes - then - tm_file="${tm_file} dbx.h" - fi + tm_file="elfos.h newlib-stdint.h ${tm_file}" use_collect2=no use_gcc_stdint=wrap ;; @@ -3555,30 +3551,30 @@ xstormy16-*-elf) tmake_file="stormy16/t-stormy16" ;; xtensa*-*-elf*) - tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h xtensa/elf.h" + tm_file="${tm_file} elfos.h newlib-stdint.h xtensa/elf.h" extra_options="${extra_options} xtensa/elf.opt" ;; xtensa*-*-linux*) - tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h" + tm_file="${tm_file} elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/linux.h" tmake_file="${tmake_file} xtensa/t-xtensa" ;; xtensa*-*-uclinux*) - tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/uclinux.h" + tm_file="${tm_file} elfos.h gnu-user.h linux.h glibc-stdint.h xtensa/uclinux.h" tmake_file="${tmake_file} xtensa/t-xtensa" extra_options="${extra_options} xtensa/uclinux.opt" ;; am33_2.0-*-linux*) - tm_file="mn10300/mn10300.h dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h" + tm_file="mn10300/mn10300.h elfos.h gnu-user.h linux.h glibc-stdint.h mn10300/linux.h" gas=yes gnu_ld=yes use_collect2=no ;; m32c-*-rtems*) - tm_file="dbxelf.h elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h" + tm_file="elfos.h ${tm_file} m32c/rtems.h rtems.h newlib-stdint.h" c_target_objs="m32c-pragma.o" cxx_target_objs="m32c-pragma.o" ;; m32c-*-elf*) - tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" + tm_file="elfos.h newlib-stdint.h ${tm_file}" c_target_objs="m32c-pragma.o" cxx_target_objs="m32c-pragma.o" ;; |