From 1b9c36befa22e36241f9157c4f4ad06855a196d2 Mon Sep 17 00:00:00 2001 From: erich Date: Thu, 23 Jun 1994 16:02:41 +0000 Subject: [PATCH] (DBX_CONTIN_LENGTH): Set to 80. (DEFAULT_GDB_EXTENSIONS, DBX_NO_XREFS): Don't try to pander to dbx, it is just to broken to use. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7534 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/rix-gas.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gcc/config/arm/rix-gas.h b/gcc/config/arm/rix-gas.h index 7431e917b56..7aca4a91825 100644 --- a/gcc/config/arm/rix-gas.h +++ b/gcc/config/arm/rix-gas.h @@ -20,6 +20,9 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* Limit the length of a stabs entry (for the broken Acorn assembler) */ +#define DBX_CONTIN_LENGTH 80 + #include "arm/riscix.h" /* The native RISCiX assembler does not support stabs of any kind; because @@ -31,8 +34,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DBX_DEBUGGING_INFO /* Unfortunately dbx doesn't understand these */ -#define DEFAULT_GDB_EXTENSIONS 0 +/* Dbx on RISCiX is so broken that I've given up trying to support it. + lets just support gdb. */ +/* #define DEFAULT_GDB_EXTENSIONS 0 */ /* RISCiX dbx doesn't accept xrefs */ -#define DBX_NO_XREFS 1 -/* dbx wants lbracs before variables */ -/* #define DBX_LBRAC_FIRST 1*/ +/* #define DBX_NO_XREFS 1 */ + -- 2.11.4.GIT