diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-13 16:46:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-13 16:46:51 +0000 |
commit | 61513dc1cba5822b78735459477e09ce819a948e (patch) | |
tree | 71965de1c32821816bdfb4f25bc3469c0249bac6 /binutils/ChangeLog | |
parent | 982de27abece55998694ef88dd9dd17f309ace40 (diff) | |
download | gdb-61513dc1cba5822b78735459477e09ce819a948e.zip gdb-61513dc1cba5822b78735459477e09ce819a948e.tar.gz gdb-61513dc1cba5822b78735459477e09ce819a948e.tar.bz2 |
* dllwrap.c: Replace 'program_name' with 'prog_name' to avoid conflicts with
exported global defined in bucomm.h.
(deduce_name): Rename parameter 'program_name' to 'name' to avoid shadowing
the global defined in bucomm.h.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2f1b733..7880807 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2004-07-13 Nick Clifton <nickc@redhat.com> + + * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid + conflicts with exported global defined in bucomm.h. + (deduce_name): Rename parameter 'program_name' to 'name' to avoid + shadowing the global defined in bucomm.h. + 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com> * dlltool.c (ext_prefix_alias): New global variable. |