aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrey Smirnov <ndreys@sourceware.org>2011-12-11 02:44:15 +0000
committerAndrey Smirnov <ndreys@sourceware.org>2011-12-11 02:44:15 +0000
commit917793afae7ed8e9145445cefd11c58362b9a0f7 (patch)
treed2e9eb6a9a745bd5c98d30c7d32f641ebea25fa0 /gdb/ChangeLog
parentd48ebb5b06f1075b5689a57ca1f027ce4a782921 (diff)
downloadgdb-917793afae7ed8e9145445cefd11c58362b9a0f7.zip
gdb-917793afae7ed8e9145445cefd11c58362b9a0f7.tar.gz
gdb-917793afae7ed8e9145445cefd11c58362b9a0f7.tar.bz2
* annotate.c (annotate_array_section_begin): Rename `index' to
`idx'(-Wshadow).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f7a5fa..fa6e37b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
+ * annotate.c (annotate_array_section_begin): Rename `index' to
+ `idx'(-Wshadow).
+
+2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
+
* amd64-tdep.c (amd64_get_unused_input_int_reg): Rename `index' to
`idx'(-Wshadow).