diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-09-30 21:54:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-09-30 21:54:49 +0000 |
commit | 763cfca018ba75dd1775dee33f253223f8bdbda7 (patch) | |
tree | eea3e5e0497047996fbcef8966ae7acade0e60ff /bfd | |
parent | dfbf0208313b58475e058104a4a15979dae23d3a (diff) | |
download | gdb-763cfca018ba75dd1775dee33f253223f8bdbda7.zip gdb-763cfca018ba75dd1775dee33f253223f8bdbda7.tar.gz gdb-763cfca018ba75dd1775dee33f253223f8bdbda7.tar.bz2 |
reloc.c (bfd_reloc_code_type): Add linkage-table relative reloc of size 8, 16,
32. Sort generic relocs by type, not size. Added a little documentation too.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dc97873..54a879d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 30 17:50:52 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * reloc.c (bfd_reloc_code_type): Add linkage-table relative + relocations of size 8, 16, 32. Sort generic relocs by type rather + than size. Added a little documentation too. + Tue Sep 28 14:47:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * section.c (bfd_make_section_anyway): New function. |