diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-06-08 15:42:29 +0000 |
---|---|---|
committer | Sebastian Pop <sebastian.pop@amd.com> | 2010-06-08 15:42:29 +0000 |
commit | 09137c09f4e188e3a8d925d8f22c074a3f625693 (patch) | |
tree | e60ebe5ec8eec6259aea32ccfc0982b1db78f405 /gas/ChangeLog | |
parent | cba3addf0c5906471d44527394c6e5f8594733c1 (diff) | |
download | gdb-09137c09f4e188e3a8d925d8f22c074a3f625693.zip gdb-09137c09f4e188e3a8d925d8f22c074a3f625693.tar.gz gdb-09137c09f4e188e3a8d925d8f22c074a3f625693.tar.bz2 |
2010-06-08 Quentin Neill <quentin.neill@amd.com>
* config/tc-i386.c (pi): Rename local loop counter
variable i that shadows global static i386_insn i
when DEBUG386 is defined.
(pte) Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d775a80..3b9cc04 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2010-06-08 Quentin Neill <quentin.neill@amd.com> + + * config/tc-i386.c (pi): Rename local loop counter + variable i that shadows global static i386_insn i + when DEBUG386 is defined. + (pte) Ditto. + 2010-06-08 Nick Clifton <nickc@redhat.com> * doc/as.texinfo: Replace abbreviated 20th century year numbers |