diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-04-09 12:55:09 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-04-09 12:55:09 +0100 |
commit | 5f4678bb694d1fbb6080fd414c27dd8483a4dc68 (patch) | |
tree | c19e1572f33112ba35cd4acb987a5c923b748380 /gas/ChangeLog | |
parent | 417a667c4afc1e04ba2caadc3f4051e0590585bb (diff) | |
download | gdb-5f4678bb694d1fbb6080fd414c27dd8483a4dc68.zip gdb-5f4678bb694d1fbb6080fd414c27dd8483a4dc68.tar.gz gdb-5f4678bb694d1fbb6080fd414c27dd8483a4dc68.tar.bz2 |
MIPS/GAS: Use `opts->isa' consistently in `mips_check_options'
gas/
* config/tc-mips.c (mips_check_options): Use `opts->isa'
consistently.
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 109f3e8..2ce9a43 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-04-09 Maciej W. Rozycki <macro@imgtec.com> + + * config/tc-mips.c (mips_check_options): Use `opts->isa' + consistently. + 2016-04-08 Nick Clifton <nickc@redhat.com> PR target/19910 |