diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-06-30 15:39:26 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-06-30 15:40:36 +0100 |
commit | 33f466961ce01a7db6dbec6b39aafb7af1855645 (patch) | |
tree | 4fad10852c56dbc044dc176fcd94ad46d72830a5 /gas/ChangeLog | |
parent | b1d3c886aa30083236bf60c50d519bcc978139fb (diff) | |
download | gdb-33f466961ce01a7db6dbec6b39aafb7af1855645.zip gdb-33f466961ce01a7db6dbec6b39aafb7af1855645.tar.gz gdb-33f466961ce01a7db6dbec6b39aafb7af1855645.tar.bz2 |
MIPS/GAS: Update `match_float_constant' and `match_operand' descriptions
Complement commit a92713e60ef4 ("Preparse MIPS instructions into
tokens"), <https://sourceware.org/ml/binutils/2013-07/msg00143.html>,
and update `match_float_constant' and `match_operand' function
descriptions according to semantics changes.
gas/
* config/tc-mips.c (match_float_constant): Update description.
(match_operand): Likewise.
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 371fca8..ffc661e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2017-06-30 Maciej W. Rozycki <macro@imgtec.com> + + * config/tc-mips.c (match_float_constant): Update description. + (match_operand): Likewise. + 2017-06-30 Andrew Bennett <andrew.bennett@imgtec.com> Maciej W. Rozycki <macro@imgtec.com> |