aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 19:42:31 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 19:42:31 +0000
commit4023311b08df07f72e6796976cc7193d2bdb2d76 (patch)
treeed860518133ec531b373cb7c6db6de2e888ecccd /gdb
parent56756a5a286a45a23fcad02c47a63b1d2a9abf93 (diff)
downloadgdb-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')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/dbxread.c9
2 files changed, 2 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 653d5c6..140c56e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -4,6 +4,8 @@ Wed Nov 10 09:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/m68k/{tm-hp300bsd.h,tm-hp300hpux.h,tm-m68k-em.h,
tm-monitor.h,tm-sun3.h,tm-vx68.h}, config/sparc/tm-sparc.h:
Define BELIEVE_PCC_PROMOTION.
+ * dbxread.c: Remove BELIEVE_PCC_PROMOTION define. The code which
+ used this was moved to stabsread.c a long time ago.
* dstread.c (dst_sym_fns): Update for flavours.
* symfile.c (find_sym_fns): Add kludge for apollo like for rs/6000.
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;