diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-21 14:42:14 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-21 14:42:14 +0000 |
commit | c41e08c472c86564b1583429f9c228e2a504c44c (patch) | |
tree | 550d9e817d6da5ce66ea42c678f2ea81490ccc6a /gdb/xcoffread.c | |
parent | 7326242025e8f2044ecd483f0b5cc0b85851110c (diff) | |
download | gdb-c41e08c472c86564b1583429f9c228e2a504c44c.zip gdb-c41e08c472c86564b1583429f9c228e2a504c44c.tar.gz gdb-c41e08c472c86564b1583429f9c228e2a504c44c.tar.bz2 |
* Makefile.in: Add rule for xcoffexec.o like that for paread.o.
* xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index aaf8d59..7290f17 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -54,7 +54,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "coff/rs6000.h" /* FIXME, raw file-format guts of xcoff */ /* For interface with stabsread.c. */ -#include "stab_gnu.h" +#include "aout/stab_gnu.h" /* Define this if you want gdb to ignore typdef stabs. This was needed for one of Transarc, to reduce the size of the symbol table. Types won't be |