diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-11-26 10:12:35 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-11-26 10:12:35 -0800 |
commit | 2b63c337d99fe12220e6ca12a71dac6cdd3224d3 (patch) | |
tree | 9c5ca9fcee444732dbeb43040d09ba73766cc10c /binutils/ChangeLog | |
parent | 41272101db08e20f044dbf0f09b6d79a0fa6c1ac (diff) | |
download | gdb-2b63c337d99fe12220e6ca12a71dac6cdd3224d3.zip gdb-2b63c337d99fe12220e6ca12a71dac6cdd3224d3.tar.gz gdb-2b63c337d99fe12220e6ca12a71dac6cdd3224d3.tar.bz2 |
Rename argument name from link to xlink
This fixed the build with GCC 4.2:
cc1: warnings being treated as errors
binutils-gdb/binutils/dwarf.c: In function ‘load_separate_debug_info’:
binutils-gdb/binutils/dwarf.c:9650: warning: declaration of ‘link’ shadows a global declaration
/usr/include/unistd.h:757: warning: shadowed declaration is here
* dwarf.c (load_separate_debug_info): Rename argument name from
link to xlink.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index eab6830..75ef5cd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2017-11-26 H.J. Lu <hongjiu.lu@intel.com> + + * dwarf.c (load_separate_debug_info): Rename argument name from + link to xlink. + 2017-11-24 H.J. Lu <hongjiu.lu@intel.com> PR binutils/22444 |