diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-04-09 21:23:40 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-04-09 21:23:40 +0100 |
commit | 668c5ebc0937ab5288d831d65de3057e56e2763f (patch) | |
tree | 8e254249c8aae86d8d3f4eae4789167a1b45c893 /gas/ChangeLog | |
parent | 2e88a1ea30deecac47d89b03f6d60ca04245c36f (diff) | |
download | gdb-668c5ebc0937ab5288d831d65de3057e56e2763f.zip gdb-668c5ebc0937ab5288d831d65de3057e56e2763f.tar.gz gdb-668c5ebc0937ab5288d831d65de3057e56e2763f.tar.bz2 |
MIPS/GAS: Disallow `.option picX' with VxWorks PIC
gas/
* config/tc-mips.c (s_option): Reject `.option picX' if VxWorks
PIC.
* testsuite/gas/mips/option-pic-vxworks-1.l: New list test.
* testsuite/gas/mips/option-pic-vxworks-2.l: New list test.
* testsuite/gas/mips/option-pic-vxworks-1.s: New test source.
* testsuite/gas/mips/option-pic-vxworks-2.s: New test source.
* testsuite/gas/mips/mips.exp: Run the new tests.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee54c5c..da02325 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ 2016-04-09 Maciej W. Rozycki <macro@imgtec.com> + * config/tc-mips.c (s_option): Reject `.option picX' if VxWorks + PIC. + * testsuite/gas/mips/option-pic-vxworks-1.l: New list test. + * testsuite/gas/mips/option-pic-vxworks-2.l: New list test. + * testsuite/gas/mips/option-pic-vxworks-1.s: New test source. + * testsuite/gas/mips/option-pic-vxworks-2.s: New test source. + * testsuite/gas/mips/mips.exp: Run the new tests. + +2016-04-09 Maciej W. Rozycki <macro@imgtec.com> + * config/tc-mips.c (can_swap_branch_p): Correct call formatting. 2016-04-09 Maciej W. Rozycki <macro@imgtec.com> |