diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-05 16:54:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-05 16:54:59 +0000 |
commit | 14c1428b29fff12d8119ce6f4703be0de08197af (patch) | |
tree | 4bc8d41cda22f8be57a3c2ed003ceab8bc2322ea /gas/ChangeLog | |
parent | fa6631b4eecfcca00c13b9594e6336dffd40982f (diff) | |
download | gdb-14c1428b29fff12d8119ce6f4703be0de08197af.zip gdb-14c1428b29fff12d8119ce6f4703be0de08197af.tar.gz gdb-14c1428b29fff12d8119ce6f4703be0de08197af.tar.bz2 |
Fix ICE in assembler when passed a bogus input file.
PR gas/20904
* as.h (SKIP_ALL_WHITESPACE): New macro.
* expr.c (operand): Use it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 53f773c..a5622c7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2016-12-05 Nick Clifton <nickc@redhat.com> + + PR gas/20904 + * as.h (SKIP_ALL_WHITESPACE): New macro. + * expr.c (operand): Use it. + 2016-12-05 Szabolcs Nagy <szabolcs.nagy@arm.com> * config/tc-arm.c (do_vcmla, do_vcadd): Define. |