diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-07 16:00:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-07 16:00:10 +0000 |
commit | 9f5083a4b6161bb345cc54f7bd484725316fb1e2 (patch) | |
tree | 48a8c12f5a68a01a15b7e9fc4bf97fc6b09ba124 /gas/ChangeLog | |
parent | 992771964fc2b57468be0b4e4aa13a282d0a8c4a (diff) | |
download | gdb-9f5083a4b6161bb345cc54f7bd484725316fb1e2.zip gdb-9f5083a4b6161bb345cc54f7bd484725316fb1e2.tar.gz gdb-9f5083a4b6161bb345cc54f7bd484725316fb1e2.tar.bz2 |
Correct the relative jump calculation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 48efc32..ceb6e6b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com> + + * config/tc-maxq.c (md_estimate_size_before_relax): Correct the + relative jump calculation. + <md_convert_frag) : Likewise. + <output_disp): Likewise. + 2005-02-07 Hans-Peter Nilsson <hp@axis.com> * write.c (write_object_file): Recognize warning-symbol construct |