diff options
author | Jeff Law <law@redhat.com> | 1996-06-09 22:40:13 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-06-09 22:40:13 +0000 |
commit | 890f5b7f5aa4ce494e145514e30fab4388e2dfa6 (patch) | |
tree | a5a1c937432343a954beeb2e58f7850521e00595 /bfd | |
parent | fd7c5d73cec53bfcde06bfcc3cc603c239f984d4 (diff) | |
download | gdb-890f5b7f5aa4ce494e145514e30fab4388e2dfa6.zip gdb-890f5b7f5aa4ce494e145514e30fab4388e2dfa6.tar.gz gdb-890f5b7f5aa4ce494e145514e30fab4388e2dfa6.tar.bz2 |
Opps.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ff74c93..7f72945 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +Sun Jun 9 16:30:20 1996 Jeffrey A Law (law@cygnus.com) + + * coff-h8300.c (h8300_reloc16_estimate): Fix many minor spacing + problems. + (h8300_reloc16_estimate, cases R_JMP1, R_JMP2): Adjust "dot" + correctly for the two variants. Allow relaxing if the target + is 128 bytes away since after relaxation it'll be 126 bytes away. + (h8300_reloc16_estimate, case R_PCRWORD): Correctly adjust + "dot" and "value". Allow relaxing if the target is 128 bytes + away since after relaxation it'll be 126 bytes away. + * reloc16.c (bfd_coff_reloc16_relax_section): Keep relaxing + the given section until nothing changes. + Thu Jun 6 15:24:45 1996 Richard Henderson <rth@tamu.edu> * ecoff.c (_bfd_ecoff_new_section_hook): Remove the _PDATA |