PR gas/3172
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
91bb255c
NC
12006-09-05 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/3166
4 * objcopy.c (is_strip_section): Do not treat group sections as
5 debugging sections.
6 * doc/binutils.texi (--only-keep-debug): Document that this switch
7 is only intended for use on fully linked files.
8
157c2599
NC
92006-09-01 Nick Clifton <nickc@redhat.com>
10
11 PR binutils/3146
12 * readelf.c (dump_relocations): Check for a NULL value in rtype
13 before using it.
14
7148cc28
NC
152006-08-21 Pedro Alves <pedro_alves@portugalmail.pt>
16
17 * configure.in: Split arm-pe and arm-wince-pe. Build dlltool
18 with -DDLLTOOL_ARM_WINCE for Windows CE case.
19 * configure: Regenerate.
20 * dlltool.c: Add support for arm-wince.
21
20de9fc8
NC
222006-08-15 Nick Clifton <nickc@redhat.com>
23
24 PR binutils/3039
25 * wrstabs.c (stab_tag_type): Initialize 'size'.
26
258ea6c8
JR
272006-08-10 J"orn Rennecke <joern.rennecke@st.com>
28
29 PR binutils/3017
30 * doc/Makefile.am: Use single quotes inside backquotes for
31 date command while generating config.texi.
32 * doc/Makefile.in: Regenerate.
33
209c9a13
NC
342006-08-08 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/2768
37 * dwarf.c (display_debug_aranges): When the address size is
38 greater than 4 display addresses and lengths as 16 hex digits,
39 otherwise use 8 hex digits.
40
d68c385b
NC
412006-08-06 Nick Clifton <nickc@redhat.com>
42
43 PR binutils/3001
44 * addr2line.c (process_file): Change function from void to
45 returning an int. Return 0 upon success, 1 otherwise.
46 (main): Use return value from process_file as the exit value.
47 * ar.c (ranlib_only): Change function from void to returning an
48 int. Return 0 upon success, 1 otherwise.
49 (ranlib_touch): Likewise.
50 (main): Use return value from ranlib functions as exit value.
51 * objcopy.c (add_specific_symbol): Set status to 1 if get_file_size
52 fails.
53 (copy_file): Likewise.
54 (strip_main): Likewise.
55 (copy_main): Likewise.
56 * objdump.c (display_file): Set exit_status to 1 if get_file_size
57 fails.
58 * size.c (display_file): Set return_code to 1 if get_file_size
59 fails.
60
172553c7
TS
612006-08-02 Thiemo Seufer <ths@mips.com>
62 Nigel Stephens <nigel@mips.com>
63
64 * readelf.c (dump_relocations): Handle MIPS-specific
65 SHN_MIPS_SCOMMON and SHN_MIPS_SUNDEFINED.
66 (get_symbol_index_type): Similarly.
67
b45619c0
NC
682006-07-24 Ralk Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * doc/binutils.texinfo: Fix spelling mistakes.
71
fdc90cb4
JJ
722006-07-10 Jakub Jelinek <jakub@redhat.com>
73
74 * readelf.c (get_dynamic_type): Handle DT_GNU_HASH.
75 (get_section_type_name): Handle SHT_GNU_HASH.
76 (dynamic_info_DT_GNU_HASH): New variable.
77 (process_dynamic_section): Handle DT_GNU_HASH.
78 (process_symbol_table): Print also DT_GNU_HASH histogram.
79
3bf31ec9
NC
802006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
81
82 PR binutils/2879
d95ef3ab
NC
83 * doc/binutils.texi (Strings): Document -T shorthand for --target
84 switch.
3bf31ec9
NC
85 * strings.c: Update comment to include -T option.
86
d95ef3ab
NC
87 PR binutils/2875
88 * doc/binutils.texi (readelf): Fix spelling typo.
89
53b8873b
NC
902006-06-30 Nick Clifton <nickc@redhat.com>
91
92 * dwarf.c (display_debug_frames): Catch a corrupt length field
93 generating an end of block address that is beyond the end of the
94 section.
95 When encountering a corrupt CIE pointer do not reset the start
96 pointer as more data still has to be read.
97 Do not warn about user defined call frame instructions.
98
0f56a26a
DD
992006-06-29 DJ Delorie <dj@redhat.com>
100
101 * readelf.c (process_section_headers): Add H8/300 support.
102
d58c2e3a
RS
1032006-06-23 Richard Sandiford <richard@codesourcery.com>
104
105 * objcopy.c (localize_hidden): New variable.
106 (OPTION_LOCALIZE_HIDDEN): New command_line_switch value.
107 (copy_options): Add --localize-hidden.
108 (copy_usage): Mention --localize-hidden.
109 (is_hidden_symbol): New function.
110 (filter_symbols): Handle localize_hidden.
111 (copy_object): Call filter_symbols if localize_hidden.
112 (copy_main): Handle OPTION_LOCALIZE_HIDDEN.
113 * doc/binutils.texi (--localize-hidden): Document new option.
114
22a84b55
DJ
1152006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
116
117 * Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
118 (dlltool_DEPENDENCIES, windres_DEPENDENCIES): Remove @LEXLIB@.
119 * Makefile.in: Regenerate.
120
8b42747f
AM
1212006-06-23 Alan Modra <amodra@bigpond.net.au>
122
123 * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
124 * Makefile.in: Regenerate.
125
6648b7cf
JM
1262006-06-07 Joseph S. Myers <joseph@codesourcery.com>
127
128 * po/Make-in (pdf, ps): New dummy targets.
129
4cfe2c59
DJ
1302006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
131
132 * po/Make-in (top_builddir): Define.
133
8c61c153
AM
1342006-06-05 Alan Modra <amodra@bigpond.net.au>
135
136 * config.in: Regenerate.
137
e10fad12
JM
1382006-06-02 Joseph S. Myers <joseph@codesourcery.com>
139
140 * doc/Makefile.am (TEXI2DVI): Define.
141 * doc/Makefile.in: Regenerate.
142
20e95c23
DJ
1432006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
144
145 * Makefile.am: Replace INTLLIBS with LIBINTL everywhere. Add
146 DEPENDENCIES variables for every program.
147 (INTLLIBS): Remove.
148 (INCLUDES): Use @INCINTL@.
149 * acinclude.m4: Include new gettext macros.
150 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
151 Remove local code for po/Makefile.
152 * Makefile.in, configure, doc/Makefile.in: Regenerated.
153
eebf07fb
NC
1542006-05-30 Nick Clifton <nickc@redhat.com>
155
156 * po/es.po: Updated Spanish translation.
157
d481ba81
JR
1582006-05-25 J"orn Rennecke <joern.rennecke@st.com>
159
160 * MAINTAINERS: Update my email address.
161
9dd728f1
NC
1622006-05-24 Nick Clifton <nickc@redhat.com>
163
164 * po/fr.po: Updated French translation.
165
59bc7ed3
NC
1662006-05-23 Nick Clifton <nickc@redhat.com>
167
9dd728f1 168 * po/vi.po: Updated Vietnamese translation.
59bc7ed3 169
a4721251
DJ
1702006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * po/ru.po: Updated translation.
173
f33e8c5b
AS
1742006-05-19 Andreas Schwab <schwab@suse.de>
175
176 * doc/Makefile.am (addr2line.1): Depend on $(binutils_TEXINFOS).
177 (ar.1): Likewise.
178 (dlltool.1): Likewise.
179 (nlmconv.1): Likewise.
180 (nm.1): Likewise.
181 (objcopy.1): Likewise.
182 (objdump.1): Likewise.
183 (ranlib.1): Likewise.
184 (readelf.1): Likewise.
185 (size.1): Likewise.
186 (strings.1): Likewise.
187 (strip.1): Likewise.
188 (windres.1): Likewise.
189 (cxxfilt.man): Likewise.
1f3645e1 190 * doc/Makefile.in: Regenerated.
f33e8c5b 191
b93ce811
CD
1922006-05-17 Carlos O'Donell <carlos@codesourcery.com>
193
194 * doc/binutils.texi: Use "Binutils Index" for index name.
195
b758e50f
L
1962006-05-15 H.J. Lu <hongjiu.lu@intel.com>
197
198 * dwarf.c (display_debug_frames): Don't return on ZERO
199 terminator.
200
38fc1cb1
DJ
2012006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
202
203 * doc/Makefile.am (AM_MAKEINFOFLAGS): New.
204 (TEXI2POD): Use AM_MAKEINFOFLAGS.
205 (config.texi): Don't set top_srcdir.
206 * doc/binutils.texi: Don't use top_srcdir.
207 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
208
14c28b74
JB
2092006-04-26 Julian Brown <julian@codesourcery.com>
210
211 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv3.
212
ec3fcc56
AM
2132006-04-19 Alan Modra <amodra@bigpond.net.au>
214
215 * Makefile.am: Run "make dep-am".
216 * Makefile.in: Regenerate.
217
241a6c40
AM
2182006-04-19 Alan Modra <amodra@bigpond.net.au>
219
220 * configure: Regenerate.
221
0b49d371
NC
2222006-04-18 Nick Clifton <nickc@redhat.com>
223
224 PR 2257
225 * readelf.c (SECTION_NAME): Cope with a missing string table.
226 (process_file_header): Cope with a corrupt e_shstrndx field.
227 (process_section_headers): Correctly handle an e_shstrndx value of
228 SHF_UNDEF.
229
4332c151
NC
2302006-04-12 Nick Clifton <nickc@redhat.com>
231
232 * objdump.c (objdump_symbol_at_address): Fix typo in comment.
233
b893fd29
BE
2342006-04-10 Ben Elliston <bje@gnu.org>
235
236 * MAINTAINERS (CGEN Maintainers): Remove myself.
237
108a6f8e
CD
2382006-04-06 Carlos O'Donell <carlos@codesourcery.com>
239
240 * po/Make-in: Add install-html target.
241 * Makefile.am: Add install-html and install-html-recursive targets.
242 * Makefile.in: Regenerate.
243 * configure.in: AC_SUBST datarootdir, docdir and htmldir.
244 * configure: Regenerate.
245 * doc/Makefile.am: Add install-html and install-html-am targets.
246 * doc/Makefile.in: Regenerate.
247
c5f8c388
EB
2482006-04-05 Eric Botcazou <ebotcazou@adacore.com>
249
250 * addr2line.c (long_options): Add new option 'section'.
251 (usage): Document new -j/--section option.
252 (find_offset_in_section): New function.
253 (translate_addresses): Add 'section' parameter.
254 If it is non-null, call find_offset_in_section on it.
255 (process_file): Add 'section_name' parameter.
256 If it is non-null, look for the section in the BFD object.
257 Pass the section to translate_addresses.
258 (main): Handle new -j option.
259 Pass the section name to process_file.
260 * doc/binutils.texi (addr2line): Document new -j/--section option.
261
db336ea9
BE
2622006-03-29 Ben Elliston <bje@au.ibm.com>
263
264 * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
265
6c8388f7
NS
2662006-03-20 Nathan Sidwell <nathan@codesourcery.com>
267
268 * BRANCHES: Remove binutils-csl-arm-2006q1-branch. Document
269 binutils-csl-2_17-branch instead.
270
f2495b14
PB
2712006-03-20 Paul Brook <paul@codesourcery.com>
272
273 * BRANCHES: Mention binutils-csl-arm-2006q1-branch.
274
66eb6687
AM
2752006-03-16 Alan Modra <amodra@bigpond.net.au>
276
277 PR 2434
278 * ieee.c (write_ieee_debugging_info): Adjust bfd_hash_table_init calls.
279 * wrstabs.c (write_stabs_in_sections_debugging_info): Likewise.
280
91610c0c
BE
2812006-03-13 Ben Elliston <bje@au.ibm.com>
282
283 * bucomm.c (display_target_list): Make local variable `a' to be of
284 type enum bfd_architecture. Thus no need to cast enums to int.
285 (display_info_table): Likewise.
286
3a4a14e9
PB
2872006-03-10 Paul Brook <paul@codesourcery.com>
288
289 * readelf.c (decode_ARM_machine_flags): Handle EABIv5.
290
1617e571
AM
2912006-03-10 Alan Modra <amodra@bigpond.net.au>
292
293 * dwarf.c (process_extended_line_op): Remove pointer_size param.
294 Use length instead to determine address size.
295 (get_pointer_size_and_offset_of_comp_unit): Delete.
296 (display_debug_lines): Adjust for above.
297 (display_debug_aranges): Don't stop on finding two zeros.
298 (display_debug_frames): For warning, print offset not pointer.
299
671659ef
DS
3002006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
301
302 * dlltool.c: Update copyright year.
303 * doc/binutils.texi: Likewise.
304
14288fdc
DS
3052006-03-09 Danny Smith <dannysmith@users.sourceforge.net>
306
307 * dlltool.c (add_stdcall_underscore): New flag.
308 (xlate): Also add underscore to stdcall symbol if
309 add_stdcall_underscore set.
310 (usage): Document --add-stdcall-underscore option.
311 (OPTION_ADD_STDCALL_UNDERSCORE): New define.
312 (long_options): Use it for --add-stdcall-underscore option.
313 (main): Handle it.
314 * doc/binutils.texi: Document --add-stdcall-underscore option
315 and differentiate from --add-underscore.
316
0b2e31dc
NS
3172006-03-06 Nathan Sidwell <nathan@codesourcery.com>
318
319 * readelf.c (get_machine_flags): Adjust.
320
12eae2d3
JJ
3212006-03-03 Jakub Jelinek <jakub@redhat.com>
322
323 * dwarf.c (frame_display_row, display_debug_frames): Handle
324 DW_CFA_val_offset, DW_CFA_val_offset_sf and DW_CFA_val_expression.
325
f9d4ad2a
NC
3262006-02-28 Nick Clifton <nickc@redhat.com>
327
328 * objcopy.c (use_alt_mach_code): Change type to unsigned long.
329 (copy_object): If bfd_alt_mach_code fails emit a more helpful
330 message and if the target architecture is ELF use the alternative
331 as replacement value for the e_machine number.
332 (copy_main): Use strtoul to parse the number provided with the
333 --alt-mach-code switch.
334 * doc/binutils.texi (--alt-mach-code): Document that this switch
335 can now set the absolute e_machine value.
336
f7d9e5c3
CD
3372006-02-27 Carlos O'Donell <carlos@codesourcery.com>
338
339 * po/Make-in: Add html target.
340
0b92ab21
NH
3412006-02-17 Nick Hudson <nick.hudson@dsl.pipex.com>
342
343 * readelf.c (get_machine_flags): Add logic for missing EF_SH flags.
344
82de001f
JJ
3452006-02-14 Jakub Jelinek <jakub@redhat.com>
346
347 * config.in: Rebuilt.
348
84d1d650
L
3492006-02-10 H.J. Lu <hongjiu.lu@intel.com>
350
351 PR binutils/2258
352 * readelf.c (process_program_headers): Use
353 ELF_IS_SECTION_IN_SEGMENT_MEMORY.
354
db50c840
EB
3552006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
356
357 * configure.in (CHECK_DECLS): Add snprintf and vsnprintf.
358 * configure: Regenerate.
359 * objdump.c (fprintf): Remove declaration.
360 * bucomm.h (fprintf): Declare if not already declared.
361 (snprintf): Likewise.
362 (vsnprintf): Likewise.
363
eb4d9372
L
3642006-02-08 H.J. Lu <hongjiu.lu@intel.com>
365
366 * readelf.c (process_program_headers): Match PT_TLS segment
367 only with SHT_TLS sections.
368
266abb8f
NS
3692006-02-07 Nathan Sidwell <nathan@codesourcery.com>
370
371 * readelf.c (get_machine_flags): Add logic for EF_M68K flags.
372
d72d9b9e
L
3732006-02-02 H.J. Lu <hongjiu.lu@intel.com>
374
375 * readelf.c (process_program_headers): Undo the last change.
376
de205c03
L
3772006-02-02 H.J. Lu <hongjiu.lu@intel.com>
378
379 * readelf.c (process_program_headers): Undo the change made on
380 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
381 sections.
382
c8782eee
NC
3832006-01-30 Nick Clifton <nickc@redhat.com>
384
385 * objcopy.c (copy_object): Catch the case where an attempt is made
386 to add a section that already exists and produce a more helpful
387 warning message.
388
bdcfeba5
NC
3892006-01-26 Nick Clifton <nickc@redhat.com>
390
391 * po/vi.po: New Vietnamese translation.
392 * configure.in (ALL_LINGUAS): Add vi.
393 * configure: Regenerate.
394
67a4f2b7
AO
3952006-01-18 Alexandre Oliva <aoliva@redhat.com>
396
397 Introduce TLS descriptors for i386 and x86_64.
398 * readelf.c (get_dynamic_type): Handle DT_TLSDESC_GOT and
399 DT_TLSDESC_PLT.
400
6e2c86ac
NC
4012006-01-18 Nick Clifton <nickc@redhat.com>
402
403 PR binutils/1391
404 * objcopy.c (copy_object): For PE format targets set the VMA of a
405 newly created gnu_debuglink section to a non-zero, aligned,
406 contiguous value.
407 * Makefile.am (objcopy.c): Add a dependency upon libbfd.h.
408 * Makefile.in: Regenerate.
409
d99b6465
AS
4102006-01-17 Andreas Schwab <schwab@suse.de>
411
412 PR binutils/1486
413 * configure.in: Don't define DISASSEMBLER_NEEDS_RELOCS.
414 * configure: Regenerate.
415 * objdump.c (struct objdump_disasm_info): Don't check for
416 DISASSEMBLER_NEEDS_RELOCS.
417 (objdump_print_addr): Likewise.
418 (disassemble_bytes): Check disassembler_needs_relocs from
419 disassemble_info at run-time instead of DISASSEMBLER_NEEDS_RELOCS
420 at compile-time.
421 (disassemble_section): Likewise.
422 (disassemble_data): Initialize it.
423
e2ba7bd7
AM
4242006-01-11 Alan Modra <amodra@bigpond.net.au>
425
62d732f5
AM
426 * objcopy.c (copy_object): Fix thinko.
427
e2ba7bd7
AM
428 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
429
64fd6348
NC
4302006-01-09 Mike Frysinger <vapier@gentoo.org>:
431
432 * readelf.c (guess_is_rela): Add case for Nios/Nios II.
433 (get_machine_name): Likewise.
434
e88d958a 435For older changes see ChangeLog-2005
252b5132
RH
436\f
437Local Variables:
438mode: change-log
439left-margin: 8
440fill-column: 74
441version-control: never
442End:
This page took 0.378795 seconds and 4 git commands to generate.