aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrey Smirnov <ndreys@sourceware.org>2011-12-11 02:34:26 +0000
committerAndrey Smirnov <ndreys@sourceware.org>2011-12-11 02:34:26 +0000
commit9ed936ec4704c1d9347f89f25009260f384062e9 (patch)
tree45512d2a68cf4b020dda662b1a763b7dcc1cb3dc /gdb/ChangeLog
parenta35ddb4476da3a002ea623ad3e1ac72821f9f0be (diff)
downloadgdb-9ed936ec4704c1d9347f89f25009260f384062e9.zip
gdb-9ed936ec4704c1d9347f89f25009260f384062e9.tar.gz
gdb-9ed936ec4704c1d9347f89f25009260f384062e9.tar.bz2
* amd64-linux-tdep.c (amd64_canonicalize_syscall): Rename
`syscall' to `syscall_number'(-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 d02a3db..ea30ffb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
+ * amd64-linux-tdep.c (amd64_canonicalize_syscall): Rename
+ `syscall' to `syscall_number'(-Wshadow).
+
+2011-12-10 Andrey Smirnov <andrew.smirnov@gmail.com>
+
* ada-lang.c (remove_extra_symbols): Rename `remove' to
`remove_p'(-Wshadow).