aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10300
diff options
context:
space:
mode:
authorJeff Law <jlaw@localhost.localdomain>2021-08-31 09:48:02 -0400
committerJeff Law <jlaw@localhost.localdomain>2021-08-31 09:54:42 -0400
commitd158c3f77738e1d44aa117c1674e9ec8dee38661 (patch)
tree354e62455c2ecb699cc800b868c9f80dc78010da /gcc/config/mn10300
parenteca730231d5493647bb1e508fb1f853ffee0e95a (diff)
downloadgcc-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/mn10300')
-rw-r--r--gcc/config/mn10300/linux.h2
-rw-r--r--gcc/config/mn10300/mn10300.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mn10300/linux.h b/gcc/config/mn10300/linux.h
index 657bfe4..44825eb 100644
--- a/gcc/config/mn10300/linux.h
+++ b/gcc/config/mn10300/linux.h
@@ -44,8 +44,6 @@
#undef PROCESSOR_DEFAULT
#define PROCESSOR_DEFAULT PROCESSOR_AM33_2
-#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
-
extern int mn10300_protect_label;
#undef PRINT_OPERAND
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h
index d94d8e6..cb0d072 100644
--- a/gcc/config/mn10300/mn10300.h
+++ b/gcc/config/mn10300/mn10300.h
@@ -649,9 +649,6 @@ do { \
if ((LOG) != 0) \
fprintf (FILE, "\t.align %d\n", (LOG))
-/* We don't have to worry about dbx compatibility for the mn10300. */
-#define DEFAULT_GDB_EXTENSIONS 1
-
/* Use dwarf2 debugging info by default. */
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG