diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-15 13:08:17 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-15 13:08:17 +0000 |
commit | 080f9e4f20da18de6c34ef23a9a015ba81c5d6e7 (patch) | |
tree | 0e7b62e9d16b4388b5dbe4520bdbd021bab4ed5f /gas/ChangeLog | |
parent | 7e51250f06e9ebe9436c57b4f2646cbd773627ef (diff) | |
download | gdb-080f9e4f20da18de6c34ef23a9a015ba81c5d6e7.zip gdb-080f9e4f20da18de6c34ef23a9a015ba81c5d6e7.tar.gz gdb-080f9e4f20da18de6c34ef23a9a015ba81c5d6e7.tar.bz2 |
* write.c (dump_section_relocs): Don't convert PC-relative relocs
that have an in-place addend narrower than the addresses used.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fa0cec6..475929e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-11-15 Maciej W. Rozycki <macro@codesourcery.com> + + * write.c (dump_section_relocs): Don't convert PC-relative relocs + that have an in-place addend narrower than the addresses used. + 2011-11-14 Maciej W. Rozycki <macro@codesourcery.com> * config/tc-mips.c (can_swap_branch_p): Exclude microMIPS |