diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-11-12 02:04:39 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-11-12 02:04:39 +0000 |
commit | edba0af5cc564105b2b7626b1498d185f408a694 (patch) | |
tree | 9034795bd5ddf65fd9a7ce1ea666c3456e147a0e | |
parent | 18d7868b1b721d11916912fa398363f4b5e50128 (diff) | |
download | fsf-binutils-gdb-edba0af5cc564105b2b7626b1498d185f408a694.zip fsf-binutils-gdb-edba0af5cc564105b2b7626b1498d185f408a694.tar.gz fsf-binutils-gdb-edba0af5cc564105b2b7626b1498d185f408a694.tar.bz2 |
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].
-rw-r--r-- | gas/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6857bab..3c7c518 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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]. |