* elf.c (sym_is_global): Return a bfd_boolean.
[binutils.git] / binutils / ChangeLog
blobcb247a106687d8f902b6b54e5c39d2afe917d123
1 2006-03-20  Paul Brook  <paul@codesourcery.com>
3         * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
5 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
7         PR 2434
8         * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
9         * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
11 2006-03-13  Ben Elliston  <bje@au.ibm.com>
13         * bucomm.c (display_target_list): Make local variable `a' to be of
14         type enum bfd_architecture.  Thus no need to cast enums to int.
15         (display_info_table): Likewise.
17 2006-03-10  Paul Brook  <paul@codesourcery.com>
19         * readelf.c (decode_ARM_machine_flags):  Handle EABIv5.
21 2006-03-10  Alan Modra  <amodra@bigpond.net.au>
23         * dwarf.c (process_extended_line_op): Remove pointer_size param.
24         Use length instead to determine address size.
25         (get_pointer_size_and_offset_of_comp_unit): Delete.
26         (display_debug_lines): Adjust for above.
27         (display_debug_aranges): Don't stop on finding two zeros.
28         (display_debug_frames): For warning, print offset not pointer.
30 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
32         * dlltool.c: Update copyright year.
33         * doc/binutils.texi: Likewise.
35 2006-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
37         * dlltool.c (add_stdcall_underscore): New flag.
38         (xlate): Also add underscore to stdcall symbol if
39         add_stdcall_underscore set.
40         (usage): Document --add-stdcall-underscore option.
41         (OPTION_ADD_STDCALL_UNDERSCORE): New define.
42         (long_options): Use it for --add-stdcall-underscore option.
43         (main): Handle it.
44         * doc/binutils.texi: Document --add-stdcall-underscore option
45         and differentiate from --add-underscore.
47 2006-03-06  Nathan Sidwell  <nathan@codesourcery.com>
49         * readelf.c (get_machine_flags): Adjust.
51 2006-03-03  Jakub Jelinek  <jakub@redhat.com>
53         * dwarf.c (frame_display_row, display_debug_frames): Handle
54         DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
56 2006-02-28  Nick Clifton  <nickc@redhat.com>
58         * objcopy.c (use_alt_mach_code): Change type to unsigned long.
59         (copy_object):  If bfd_alt_mach_code fails emit a more helpful
60         message and if the target architecture is ELF use the alternative
61         as replacement value for the e_machine number.
62         (copy_main): Use strtoul to parse the number provided with the
63         --alt-mach-code switch.
64         * doc/binutils.texi (--alt-mach-code): Document that this switch
65         can now set the absolute e_machine value.
67 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
69         * po/Make-in: Add html target.
71 2006-02-17  Nick Hudson  <nick.hudson@dsl.pipex.com>
73         * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
75 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
77         * config.in: Rebuilt.
79 2006-02-10  H.J. Lu  <hongjiu.lu@intel.com>
81         PR binutils/2258
82         * readelf.c (process_program_headers): Use
83         ELF_IS_SECTION_IN_SEGMENT_MEMORY.
85 2006-02-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
87         * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
88         * configure: Regenerate.
89         * objdump.c (fprintf): Remove declaration.
90         * bucomm.h (fprintf): Declare if not already declared.
91         (snprintf): Likewise.
92         (vsnprintf): Likewise.
94 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
96         * readelf.c (process_program_headers): Match PT_TLS segment
97         only with SHT_TLS sections.
99 2006-02-07  Nathan Sidwell  <nathan@codesourcery.com>
101         * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
103 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
105         * readelf.c (process_program_headers): Undo the last change.
107 2006-02-02  H.J. Lu  <hongjiu.lu@intel.com>
109         * readelf.c (process_program_headers): Undo the change made on
110         2004-09-22.  Match PT_DYNAMIC segment only with SHT_DYNAMIC
111         sections.
113 2006-01-30  Nick Clifton  <nickc@redhat.com>
115         * objcopy.c (copy_object): Catch the case where an attempt is made
116         to add a section that already exists and produce a more helpful
117         warning message.
119 2006-01-26  Nick Clifton  <nickc@redhat.com>
121         * po/vi.po: New Vietnamese translation.
122         * configure.in (ALL_LINGUAS): Add vi.
123         * configure: Regenerate.
125 2006-01-18  Alexandre Oliva  <aoliva@redhat.com>
127         Introduce TLS descriptors for i386 and x86_64.
128         * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
129         DT_TLSDESC_PLT.
131 2006-01-18  Nick Clifton  <nickc@redhat.com>
133         PR binutils/1391
134         * objcopy.c (copy_object): For PE format targets set the VMA of a
135         newly created gnu_debuglink section to a non-zero, aligned,
136         contiguous value.
137         * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
138         * Makefile.in: Regenerate.
140 2006-01-17  Andreas Schwab  <schwab@suse.de>
142         PR binutils/1486
143         * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
144         * configure: Regenerate.
145         * objdump.c (struct objdump_disasm_info): Don't check for
146         DISASSEMBLER_NEEDS_RELOCS.
147         (objdump_print_addr): Likewise.
148         (disassemble_bytes): Check disassembler_needs_relocs from
149         disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
150         at compile-time.
151         (disassemble_section): Likewise.
152         (disassemble_data): Initialize it.
154 2006-01-11  Alan Modra  <amodra@bigpond.net.au>
156         * objcopy.c (copy_object): Fix thinko.
158         * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
160 2006-01-09  Mike Frysinger  <vapier@gentoo.org>:
162         * readelf.c (guess_is_rela): Add case for Nios/Nios II.
163         (get_machine_name): Likewise.
165 For older changes see ChangeLog-2005
167 Local Variables:
168 mode: change-log
169 left-margin: 8
170 fill-column: 74
171 version-control: never
172 End: