OSDN Git Service

Include dbxelf.h
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Mar 1999 10:49:03 +0000 (10:49 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Mar 1999 10:49:03 +0000 (10:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25996 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/linux-elf.h

index c469a6d..a48fff0 100644 (file)
@@ -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.
index 585c259..254b6fd 100644 (file)
@@ -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"