PR gas/7020

* read.c (read_a_source_file): Rearrange evaluation order when
	looking for '=' to avoid conditional on undefined contents of
	input_line_pointer[1].
This commit is contained in:
Hans-Peter Nilsson 2008-11-12 02:04:39 +00:00
parent 18d7868b1b
commit edba0af5cc
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2008-11-12 Hans-Peter Nilsson <hp@axis.com>
PR gas/7020
* read.c (read_a_source_file): Rearrange evaluation order when
looking for '=' to avoid conditional on undefined contents of
input_line_pointer[1].