1 2006-04-12 Nick Clifton <nickc@redhat.com>
3 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
5 2006-04-10 Ben Elliston <bje@gnu.org>
7 * MAINTAINERS (CGEN Maintainers): Remove myself.
9 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
11 * po/Make-in: Add install-html target.
12 * Makefile.am: Add install-html and install-html-recursive targets.
13 * Makefile.in: Regenerate.
14 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
15 * configure: Regenerate.
16 * doc/Makefile.am: Add install-html and install-html-am targets.
17 * doc/Makefile.in: Regenerate.
19 2006-04-05 Eric Botcazou <ebotcazou@adacore.com>
21 * addr2line.c (long_options): Add new option 'section'.
22 (usage): Document new -j/--section option.
23 (find_offset_in_section): New function.
24 (translate_addresses): Add 'section' parameter.
25 If it is non-null, call find_offset_in_section on it.
26 (process_file): Add 'section_name' parameter.
27 If it is non-null, look for the section in the BFD object.
28 Pass the section to translate_addresses.
29 (main): Handle new -j option.
30 Pass the section name to process_file.
31 * doc/binutils.texi (addr2line): Document new -j/--section option.
33 2006-03-29 Ben Elliston <bje@au.ibm.com>
35 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
37 2006-03-20 Nathan Sidwell <nathan@codesourcery.com>
39 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
40 binutils-csl-2_17-branch instead.
42 2006-03-20 Paul Brook <paul@codesourcery.com>
44 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
46 2006-03-16 Alan Modra <amodra@bigpond.net.au>
49 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
50 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
52 2006-03-13 Ben Elliston <bje@au.ibm.com>
54 * bucomm.c (display_target_list): Make local variable `a' to be of
55 type enum bfd_architecture. Thus no need to cast enums to int.
56 (display_info_table): Likewise.
58 2006-03-10 Paul Brook <paul@codesourcery.com>
60 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
62 2006-03-10 Alan Modra <amodra@bigpond.net.au>
64 * dwarf.c (process_extended_line_op): Remove pointer_size param.
65 Use length instead to determine address size.
66 (get_pointer_size_and_offset_of_comp_unit): Delete.
67 (display_debug_lines): Adjust for above.
68 (display_debug_aranges): Don't stop on finding two zeros.
69 (display_debug_frames): For warning, print offset not pointer.
71 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
73 * dlltool.c: Update copyright year.
74 * doc/binutils.texi: Likewise.
76 2006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
78 * dlltool.c (add_stdcall_underscore): New flag.
79 (xlate): Also add underscore to stdcall symbol if
80 add_stdcall_underscore set.
81 (usage): Document --add-stdcall-underscore option.
82 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
83 (long_options): Use it for --add-stdcall-underscore option.
85 * doc/binutils.texi: Document --add-stdcall-underscore option
86 and differentiate from --add-underscore.
88 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
90 * readelf.c (get_machine_flags): Adjust.
92 2006-03-03 Jakub Jelinek <jakub@redhat.com>
94 * dwarf.c (frame_display_row, display_debug_frames): Handle
95 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
97 2006-02-28 Nick Clifton <nickc@redhat.com>
99 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
100 (copy_object): If bfd_alt_mach_code fails emit a more helpful
101 message and if the target architecture is ELF use the alternative
102 as replacement value for the e_machine number.
103 (copy_main): Use strtoul to parse the number provided with the
104 --alt-mach-code switch.
105 * doc/binutils.texi (--alt-mach-code): Document that this switch
106 can now set the absolute e_machine value.
108 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
110 * po/Make-in: Add html target.
112 2006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
114 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
116 2006-02-14 Jakub Jelinek <jakub@redhat.com>
118 * config.in: Rebuilt.
120 2006-02-10 H.J. Lu <hongjiu.lu@intel.com>
123 * readelf.c (process_program_headers): Use
124 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
126 2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
128 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
129 * configure: Regenerate.
130 * objdump.c (fprintf): Remove declaration.
131 * bucomm.h (fprintf): Declare if not already declared.
132 (snprintf): Likewise.
133 (vsnprintf): Likewise.
135 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
137 * readelf.c (process_program_headers): Match PT_TLS segment
138 only with SHT_TLS sections.
140 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
142 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
144 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
146 * readelf.c (process_program_headers): Undo the last change.
148 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
150 * readelf.c (process_program_headers): Undo the change made on
151 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
154 2006-01-30 Nick Clifton <nickc@redhat.com>
156 * objcopy.c (copy_object): Catch the case where an attempt is made
157 to add a section that already exists and produce a more helpful
160 2006-01-26 Nick Clifton <nickc@redhat.com>
162 * po/vi.po: New Vietnamese translation.
163 * configure.in (ALL_LINGUAS): Add vi.
164 * configure: Regenerate.
166 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
168 Introduce TLS descriptors for i386 and x86_64.
169 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
172 2006-01-18 Nick Clifton <nickc@redhat.com>
175 * objcopy.c (copy_object): For PE format targets set the VMA of a
176 newly created gnu_debuglink section to a non-zero, aligned,
178 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
179 * Makefile.in: Regenerate.
181 2006-01-17 Andreas Schwab <schwab@suse.de>
184 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
185 * configure: Regenerate.
186 * objdump.c (struct objdump_disasm_info): Don't check for
187 DISASSEMBLER_NEEDS_RELOCS.
188 (objdump_print_addr): Likewise.
189 (disassemble_bytes): Check disassembler_needs_relocs from
190 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
192 (disassemble_section): Likewise.
193 (disassemble_data): Initialize it.
195 2006-01-11 Alan Modra <amodra@bigpond.net.au>
197 * objcopy.c (copy_object): Fix thinko.
199 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
201 2006-01-09 Mike Frysinger <vapier@gentoo.org>:
203 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
204 (get_machine_name): Likewise.
206 For older changes see ChangeLog-2005
212 version-control: never