aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2008-11-12 02:04:39 +0000
committerHans-Peter Nilsson <hp@axis.com>2008-11-12 02:04:39 +0000
commitedba0af5cc564105b2b7626b1498d185f408a694 (patch)
tree9034795bd5ddf65fd9a7ce1ea666c3456e147a0e /gas
parent18d7868b1b721d11916912fa398363f4b5e50128 (diff)
downloadfsf-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].
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog1
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].