projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d7868
)
PR gas/7020
author
Hans-Peter Nilsson
<hp@axis.com>
Wed, 12 Nov 2008 02:04:39 +0000
(
02:04
+0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Wed, 12 Nov 2008 02:04:39 +0000
(
02:04
+0000)
* read.c (read_a_source_file): Rearrange evaluation order when
looking for '=' to avoid conditional on undefined contents of
input_line_pointer[1].
gas/ChangeLog
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 6857babbf13706aace89ae2b126e25f416c2c95e..3c7c5184421926b181b9af16359ebd58398c5535 100644
(file)
--- 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].