diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-10 19:42:31 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-10 19:42:31 +0000 |
commit | 4023311b08df07f72e6796976cc7193d2bdb2d76 (patch) | |
tree | ed860518133ec531b373cb7c6db6de2e888ecccd /gdb/dbxread.c | |
parent | 56756a5a286a45a23fcad02c47a63b1d2a9abf93 (diff) | |
download | gdb-4023311b08df07f72e6796976cc7193d2bdb2d76.zip gdb-4023311b08df07f72e6796976cc7193d2bdb2d76.tar.gz gdb-4023311b08df07f72e6796976cc7193d2bdb2d76.tar.bz2 |
* dbxread.c: Remove BELIEVE_PCC_PROMOTION define. The code which
used this was moved to stabsread.c a long time ago.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 5686618..073e993 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -118,15 +118,6 @@ struct symloc { #define GCC2_COMPILED_FLAG_SYMBOL "gcc2_compiled." #endif -/* Define this as 1 if a pcc declaration of a char or short argument - gives the correct address. Otherwise assume pcc gives the - address of the corresponding int, which is not the same on a - big-endian machine. */ - -#ifndef BELIEVE_PCC_PROMOTION -#define BELIEVE_PCC_PROMOTION 0 -#endif - /* Remember what we deduced to be the source language of this psymtab. */ static enum language psymtab_language = language_unknown; |