diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 42968c0..50a3ac4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2004-07-03 Richard Sandiford <rsandifo@redhat.com> + + * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro. + (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS. + (mips_frob_file): Rework so that only a single pass through the + relocs is needed. Allow %lo()s to have higher offsets than their + corresponding %hi()s or %got()s. + 2004-07-02 Nick Clifton <nickc@redhat.com> * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not |