diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-07 18:05:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-07 18:05:06 +0000 |
commit | ebd2413529426b488d9519f9360aeec6df5f5d84 (patch) | |
tree | a4621c08f27999db503edb78aead41412e4b2ca6 /bfd/Makefile.in | |
parent | fde326fbc96db64f3dd9352bcb10ac97b51d0d50 (diff) | |
download | gdb-ebd2413529426b488d9519f9360aeec6df5f5d84.zip gdb-ebd2413529426b488d9519f9360aeec6df5f5d84.tar.gz gdb-ebd2413529426b488d9519f9360aeec6df5f5d84.tar.bz2 |
* aoutx.h (translate_from_native_sym_flags): Removed statep
argument. Just let an indirect symbol point to the next symbol
without forcing the next symbol to be undefined. Changed all
callers.
* hp300hpux.c (slurp_symbol_table): Changed call to
translate_from_native_sym_flags.
* targets.c: Added hp300hpux_vec.
* Makefile.in (hp300hpux.o): Added dependencies.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 48a4f67..aa4c10f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -378,6 +378,10 @@ aout32.o : aout32.c aoutx.h $(BFD_H) $(INCDIR)/ansidecl.h \ sunos.o : sunos.c aoutf1.h $(BFD_H) $(INCDIR)/obstack.h \ libaout.h libbfd.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h +hp300hpux.o : hp300hpux.c aoutx.h $(BFD_H) $(INCDIR)/ansidecl.h \ + $(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout/aout64.h \ + $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ + $(INCDIR)/aout/hp300hpux.h aout-target.h demo64.o : demo64.c srec.o : srec.c $(BFD_H) $(INCDIR)/obstack.h libbfd.h |