diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-05-26 03:45:31 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-05-26 03:45:31 +0000 |
commit | 8070f29df5b169072265c0a50710f38850d4206c (patch) | |
tree | c216b6384991b67e23b488852bb4638131614519 /bfd/cpu-a29k.c | |
parent | 20edaa8e7791b9c33fa1a6abbca7bec3df4564ca (diff) | |
download | gdb-8070f29df5b169072265c0a50710f38850d4206c.zip gdb-8070f29df5b169072265c0a50710f38850d4206c.tar.gz gdb-8070f29df5b169072265c0a50710f38850d4206c.tar.bz2 |
Lots of changes from gas-bfd work. Includes:
* working reloc lookup support
* better support for creation of COFF files from scratch
* misc doc changes, macro tweaks, "const" additions, typo fixes, etc.
* one or two ugly kludges that should get cleaned up (but what's one
or two more, in BFD?)
See ChangeLog for details.
Diffstat (limited to 'bfd/cpu-a29k.c')
-rw-r--r-- | bfd/cpu-a29k.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/cpu-a29k.c b/bfd/cpu-a29k.c index 3e1438c..50759ee 100644 --- a/bfd/cpu-a29k.c +++ b/bfd/cpu-a29k.c @@ -16,7 +16,6 @@ static bfd_arch_info_type arch_info_struct = bfd_default_compatible, bfd_default_scan , 0, - bfd_default_reloc_type_lookup, }; void DEFUN_VOID(bfd_a29k_arch) |