diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 15:44:53 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 15:44:53 +0000 |
commit | ce70d90a3e5e00fd49b46164a43e3dfbcf1cf404 (patch) | |
tree | 3fa69a6e9d73d3806e9892bba1a4cd515edbef7e /gas/ChangeLog | |
parent | 5c4f07bae108d3f6e70b755f49d1c008088138f9 (diff) | |
download | fsf-binutils-gdb-ce70d90a3e5e00fd49b46164a43e3dfbcf1cf404.zip fsf-binutils-gdb-ce70d90a3e5e00fd49b46164a43e3dfbcf1cf404.tar.gz fsf-binutils-gdb-ce70d90a3e5e00fd49b46164a43e3dfbcf1cf404.tar.bz2 |
gas/
* config/tc-mips.c (mips_fix_adjustable): On REL targets also
reject PC-relative relocations.
gas/testsuite/
* gas/mips/branch-misc-2.d: Adjust for relocation change.
* gas/mips/branch-misc-2pic.d: Likewise.
* gas/mips/branch-misc-4.d: New test for PC-relative relocation
overflow.
* gas/mips/branch-misc-4-64.d: Likewise.
* gas/mips/branch-misc-4.s: Source for the new tests.
* testsuite/gas/mips/mips.exp: Run the new tests.
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 e5dd2bd..316abb7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (mips_fix_adjustable): On REL targets also + reject PC-relative relocations. + +2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> + * config/tc-mips.c (md_convert_frag): Correct message capitalization. |