diff options
author | DJ Delorie <dj@redhat.com> | 2011-01-27 22:38:32 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-01-27 22:38:32 +0000 |
commit | eb6fae196b8dcb572108471a24e4777bcdd6e897 (patch) | |
tree | 4f352a937d6f5cdf9870e5c9ef05b2ab8670cae4 /gas/ChangeLog | |
parent | 9f41c7318108a40272db5f81d877adcc3e0e9d6b (diff) | |
download | gdb-eb6fae196b8dcb572108471a24e4777bcdd6e897.zip gdb-eb6fae196b8dcb572108471a24e4777bcdd6e897.tar.gz gdb-eb6fae196b8dcb572108471a24e4777bcdd6e897.tar.bz2 |
* config/tc-rx.c (md_convert_frag): If we can't compute the target
address, zero out the values stored in the object file to make
objdump's output consistent.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d6e3c21..67a3772 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2011-01-27 DJ Delorie <dj@redhat.com> + + * config/tc-rx.c (md_convert_frag): If we can't compute the target + address, zero out the values stored in the object file to make + objdump's output consistent. + 2011-01-26 Kai Tietz <kai.tietz@onevision.com> * config/tc-i386.c (md_begin): Set for x64 windows COFF target |