diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-12-03 23:03:17 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-12-03 23:03:17 +0000 |
commit | 07de8e96b371ed08061203a7014bb08a4e92f375 (patch) | |
tree | 97767049d4f43f3adac2c8f6bbcb33f1a1ad9b83 /bfd/coff-a29k.c | |
parent | bf229b4ea5f95fa036f6d3dc8fc7b236c5028f5e (diff) | |
download | gdb-07de8e96b371ed08061203a7014bb08a4e92f375.zip gdb-07de8e96b371ed08061203a7014bb08a4e92f375.tar.gz gdb-07de8e96b371ed08061203a7014bb08a4e92f375.tar.bz2 |
syms.c (asymbol): Added new field "app_data", for data particular to the
application. Some of the linker flags ought to get moved to this field
someday.
archures.c (bfd_default_scan): Recognize a few more numbers: 80486, 80960,
and 960.
bfd-in.h, bfd.c, targets.c, coffcode.h, coff-mips.c, other targets: Moved COFF
swap table to backend data.
hosts/i386linux.h: Include unistd.h.
aoutx.h, libaout.h, stab-syms.c: stab names are now in constant storage.
trad-core.c: Fixed some `PARAMS' uses that were missing parentheses.
aoutx.h, archive.c, archures.c, coffcode.h, ctor.c, reloc.c, syms.c: Doc fixes.
Diffstat (limited to 'bfd/coff-a29k.c')
-rw-r--r-- | bfd/coff-a29k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-a29k.c b/bfd/coff-a29k.c index e774120..f10a697 100644 --- a/bfd/coff-a29k.c +++ b/bfd/coff-a29k.c @@ -334,6 +334,6 @@ bfd_target a29kcoff_big_vec = }, JUMP_TABLE(coff), + 0, 0, COFF_SWAP_TABLE }; - |