diff options
author | Richard Earnshaw <erich@gnu.org> | 1994-06-23 16:02:41 +0000 |
---|---|---|
committer | Richard Earnshaw <erich@gnu.org> | 1994-06-23 16:02:41 +0000 |
commit | 7ea544d4ce07a7948c4b39263539a8d537f3706c (patch) | |
tree | a80f1e5b91d8493abe448cf17d004a6af054c87b /gcc | |
parent | 091426d3f9058fed52e3ddb28161f720ec89672b (diff) | |
download | gcc-7ea544d4ce07a7948c4b39263539a8d537f3706c.zip gcc-7ea544d4ce07a7948c4b39263539a8d537f3706c.tar.gz gcc-7ea544d4ce07a7948c4b39263539a8d537f3706c.tar.bz2 |
(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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/rix-gas.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gcc/config/arm/rix-gas.h b/gcc/config/arm/rix-gas.h index 7431e91..7aca4a9 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 */ + |