aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1999-03-26 10:49:03 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-03-26 10:49:03 +0000
commitde77e128c3650f878daa31df2cbbe7d127f4e543 (patch)
treee1f4692d58c484521b593cfd70037fa34f002bf1 /gcc
parentcedcf9372a5b46058a6a01796b9f2871d54b1e70 (diff)
downloadgcc-de77e128c3650f878daa31df2cbbe7d127f4e543.zip
gcc-de77e128c3650f878daa31df2cbbe7d127f4e543.tar.gz
gcc-de77e128c3650f878daa31df2cbbe7d127f4e543.tar.bz2
Include dbxelf.h
From-SVN: r25996
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/linux-elf.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c469a6d..a48fff0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Mar 26 10:48:27 1999 Nick Clifton <nickc@cygnus.com>
+
+ * config/arm/linux-elf.h: Include dbxelf.h
+
Fri Mar 26 10:43:47 1999 Nick Clifton <nickc@cygnus.com>
* config/svr4.h: Include new header file dbxelf.h.
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
index 585c259..254b6fd 100644
--- a/gcc/config/arm/linux-elf.h
+++ b/gcc/config/arm/linux-elf.h
@@ -235,12 +235,8 @@ const_section () \
#define DWARF2_DEBUGGING_INFO
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
-/* Make LBRAC and RBRAC addresses relative to the start of the
- function. The native Solaris stabs debugging format works this
- way, gdb expects it, and it reduces the number of relocation
- entries. */
-
-#define DBX_BLOCKS_FUNCTION_RELATIVE 1
+/* Get the standard ELF stabs definitions. */
+#include "dbxelf.h"
#include "arm/elf.h"
#include "arm/linux-gas.h"