* dbxread.c: Remove BELIEVE_PCC_PROMOTION define. The code which
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 10 Nov 1993 19:42:31 +0000 (19:42 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 10 Nov 1993 19:42:31 +0000 (19:42 +0000)
used this was moved to stabsread.c a long time ago.

gdb/ChangeLog
gdb/dbxread.c

index 653d5c6ac5695cf71b87c7bcddf848d2217f6c58..140c56ed6fd7376185b2cddb15d15ee604ec2fbb 100644 (file)
@@ -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.
index 56866185a2e2f18cf86c036e71930f669133fb47..073e993ee8585f8b8808ea8c53c5c9a693c044c4 100644 (file)
@@ -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;
This page took 0.028293 seconds and 4 git commands to generate.