From: Hans-Peter Nilsson Date: Wed, 12 Nov 2008 02:04:39 +0000 (+0000) Subject: PR gas/7020 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edba0af5cc564105b2b7626b1498d185f408a694;p=binutils-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 6857babbf13..3c7c5184421 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].