From: Richard Earnshaw Date: Thu, 23 Jun 1994 16:02:41 +0000 (+0000) Subject: (DBX_CONTIN_LENGTH): Set to 80. X-Git-Tag: misc/cutover-egcs-0~6409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea544d4ce07a7948c4b39263539a8d537f3706c;p=thirdparty%2Fgcc.git (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. From-SVN: r7534 --- diff --git a/gcc/config/arm/rix-gas.h b/gcc/config/arm/rix-gas.h index 7431e917b56a..7aca4a918255 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 */ +