diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-22 15:42:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-22 15:42:38 +0000 |
commit | 3860075f3f22d7add76eee4caa85b051e7913d10 (patch) | |
tree | daa073b3ed08c3cdcd6c6c052e42ec2e2f5c055c /bfd/ChangeLog | |
parent | 28df0c3e2d50d61334c7f94a236d4202a188fb6e (diff) | |
download | gdb-3860075f3f22d7add76eee4caa85b051e7913d10.zip gdb-3860075f3f22d7add76eee4caa85b051e7913d10.tar.gz gdb-3860075f3f22d7add76eee4caa85b051e7913d10.tar.bz2 |
Fri Jun 19 20:23:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Lints for bfd_reloc_code_type->bfd_reloc_code_real_type, and
correct calling of howto special functions and fixes from Raeburn
for gas<>bfdness
* archures.c: nuke bfd_reloc_code_type
* bout.c, cpu-h8300.c, coff-i960.c, coff-m88k.c: special function lint
* coffcode.h (styp_to_sec_flags): STYP_INFO is marked as
SEC_NEVER_LOAD, various other bfdgas newness
* reloc.c->libbfd.h: change protype of bfd_default_reloc_type_lookup
* targets.c: change jump table vector to above
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b21d009..8f53103 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Fri Jun 19 20:23:21 1992 Steve Chamberlain (sac@thepub.cygnus.com) + Lints for bfd_reloc_code_type->bfd_reloc_code_real_type, and + correct calling of howto special functions and fixes from Raeburn + for gas<>bfdness + * archures.c: nuke bfd_reloc_code_type + * bout.c, cpu-h8300.c, coff-i960.c, coff-m88k.c: special function lint + * coffcode.h (styp_to_sec_flags): STYP_INFO is marked as + SEC_NEVER_LOAD, various other bfdgas newness + * reloc.c->libbfd.h: change protype of bfd_default_reloc_type_lookup + * targets.c: change jump table vector to above + + Fri Jun 19 19:00:45 1992 John Gilmore (gnu at cygnus.com) * elf.c (bfd_elf_find_section): Mark as INTERNAL_FUNCTION so |