aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-07-31 09:38:04 +0000
committerNick Clifton <nickc@redhat.com>2002-07-31 09:38:04 +0000
commit47badb7be66a02661187cf1b3c4d53f70f9e51d3 (patch)
tree8042e7e4c2a6f2bb9e94e760637598936d86b1b2 /binutils/ChangeLog
parent03223580a722ebafe8c7bb69404b0de4a3211583 (diff)
downloadgdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.zip
gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.tar.gz
gdb-47badb7be66a02661187cf1b3c4d53f70f9e51d3.tar.bz2
Rename function arguments to avoid shadowing global symbols of the same name.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7362803..239f327 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-31 Nick Clifton <nickc@redhat.com>
+
+ * addr2line.c (process_file): Rename parameter 'filename' to
+ 'file_name' in order to avoid shadowing global symbol of the
+ same name.
+ (main): Likewise.
+
2002-07-30 Jakub Jelinek <jakub@redhat.com>
* readelf.c (OPTION_DEBUG_DUMP): Define.