diff options
author | Jan Beulich <jbeulich@novell.com> | 2014-10-21 09:57:41 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2014-10-21 09:57:41 +0200 |
commit | e74211b660791d29be21e11766c5b375f5df59b1 (patch) | |
tree | 2348e36d7e97c3601d9df062fcd971f066113cdf /gas/ChangeLog | |
parent | 12e87fac5c760b04eed4f5a5948c2dfd6ec8f6d8 (diff) | |
download | gdb-e74211b660791d29be21e11766c5b375f5df59b1.zip gdb-e74211b660791d29be21e11766c5b375f5df59b1.tar.gz gdb-e74211b660791d29be21e11766c5b375f5df59b1.tar.bz2 |
gas: avoid bogus warnings in false branches of conditional
The construct being added to the cond.s test case otherwise triggered
both the "missing closing ..." and the "stray ..." (twice) warnings in
_find_end_of_line(). As that code fragments suggests, this is needed to
support (include) files that can be used for both assembler .include
and compiler #include directives.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 60a0a6a..4f923ed 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2014-10-21 Jan Beulich <jbeulich@suse.com> + * read.c (HANDLE_CONDITIONAL_ASSEMBLY): New parameter "num_read". + (read_a_source_file): Adjust HANDLE_CONDITIONAL_ASSEMBLY + invocations. + (_find_end_of_line): Don't issue "stray '\\'" warning when in + false branch of conditional. + +2014-10-21 Jan Beulich <jbeulich@suse.com> + * config/tc-aarch64.c (output_operand_error_record): Move down assertion of idx being non-negative. Use local variables when available. |