Fix build with GCC 4.2
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 5 Jul 2017 16:04:51 +0000 (09:04 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 5 Jul 2017 16:05:05 +0000 (09:05 -0700)
commit1d827a720c9659cc8d54059ccc3efae24b875c03
tree994f49f2ebf72794c24099a34aedcd84643f0983
parent15a7695fdce108548169ca265cc440b049d63951
Fix build with GCC 4.2

Fix GCC 4.2 warnings like:

cc1: warnings being treated as errors
binutils-gdb/bfd/dwarf2.c:1844: warning: declaration of ‘time’ shadows a global declaration
/usr/include/time.h:187: warning: shadowed declaration is here
binutils-gdb/bfd/dwarf2.c: In function ‘line_info_add_file_name’:
binutils-gdb/bfd/dwarf2.c:1854: warning: declaration of ‘time’ shadows a global declaration
/usr/include/time.h:187: warning: shadowed declaration is here

bfd/

* dwarf2.c (line_info_add_include_dir_stub): Replace time with
xtime.
(line_info_add_file_name): Likewise.
(decode_line_info): Likewise.

binutils/

* dwarf.c (display_debug_names): Replace index with xindex.
bfd/ChangeLog
bfd/dwarf2.c
binutils/ChangeLog
binutils/dwarf.c
This page took 0.039395 seconds and 4 git commands to generate.