diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-04-09 21:35:50 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-04-09 21:35:50 +0100 |
commit | 41a1578ed17cdd7c01c38389ac7c714c4f15cbf8 (patch) | |
tree | 945bc1648562062c921979ec450d66d7247eb957 /gas/ChangeLog | |
parent | 668c5ebc0937ab5288d831d65de3057e56e2763f (diff) | |
download | gdb-41a1578ed17cdd7c01c38389ac7c714c4f15cbf8.zip gdb-41a1578ed17cdd7c01c38389ac7c714c4f15cbf8.tar.gz gdb-41a1578ed17cdd7c01c38389ac7c714c4f15cbf8.tar.bz2 |
MIPS/GAS: Sanitize `.option picX' pseudo-op
gas/
* config/tc-mips.c (s_option): Sanitize `.option picX'
pseudo-op.
* testsuite/gas/mips/option-pic-1.d: New test.
* testsuite/gas/mips/option-pic-2.l: New list test.
* testsuite/gas/mips/option-pic-1.s: New test source.
* testsuite/gas/mips/option-pic-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 da02325..eefeb2f 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): Sanitize `.option picX' + pseudo-op. + * testsuite/gas/mips/option-pic-1.d: New test. + * testsuite/gas/mips/option-pic-2.l: New list test. + * testsuite/gas/mips/option-pic-1.s: New test source. + * testsuite/gas/mips/option-pic-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 (s_option): Reject `.option picX' if VxWorks PIC. * testsuite/gas/mips/option-pic-vxworks-1.l: New list test. |