From: Hans-Peter Nilsson Date: Wed, 12 Nov 2008 02:04:39 +0000 (+0000) Subject: PR gas/7020 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=edba0af5cc564105b2b7626b1498d185f408a694;hp=18d7868b1b721d11916912fa398363f4b5e50128;p=deliverable%2Fbinutils-gdb.git 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]. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6857babbf1..3c7c518442 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,6 @@ 2008-11-12 Hans-Peter Nilsson + 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].