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