* doc/binutils.texi: Include config.texi and @file documentation
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
dff70155
MM
12005-11-16 Mark Mitchell <mark@codesourcery.com>
2
3 * doc/binutils.texi: Include config.texi and @file documentation
4 for manual pages.
5
1637cd90
JB
62005-11-15 Jan Beulich <jbeulich@novell.com>
7
8 * objcopy.c (keep_file_symbols): New.
9 (enum command_line_switch): Add OPTION_KEEP_FILE_SYMBOLS.
10 (strip_options): Add --keep-file-symbols.
11 (copy_options): Likewise.
12 (copy_usage): Likewise.
13 (strip_usage): Likewise.
14 (filter_symbols): Act upon keep_file_symbols.
15 (strip_main): Handle OPTION_KEEP_FILE_SYMBOLS.
16 (copy_main): Likewise.
17 * doc/binutils.texi: Document --keep-file-symbols for objcopy
18 and strip.
19
aef1f6d0
DJ
202005-11-14 Daniel Jacobowitz <dan@codesourcery.com>
21
22 * readelf.c (struct dump_list_entry, request_dump_byname)
23 (initialise_dumps_byname): New.
24 (parse_args): Call request_dump_byname.
25 (process_section_contents): Call initialise_dumps_byname.
26 * doc/binutils.texi (readelf): Mention -x NAME.
27 * NEWS: Likewise.
28
5e2b0d47
NC
292005-11-11 Nick Clifton <nickc@redhat.com>
30
31 PR 1150
32 * readelf.c (get_mips_symbol_other): New function.
33 (get_symbol_other): New function.
34 (process_symbol_table): Call get_symbol_other() to get a
35 description of the st_other field if it contains more information
36 than just the visibility.
37
a541e3ce
SE
382005-11-07 Steve Ellcey <sje@cup.hp.com>
39
40 * configure: Regenerate after modifying bfd/warning.m4.
41
9e5169a8
L
422005-10-30 H.J. Lu <hongjiu.lu@intel.com>
43
44 * Makefile.am: Run "make dep-am".
45 * Makefile.in: Regenerated.
46
47 * dep-in.sed: Replace " ./" with " ".
48
3caac5b8
AM
492005-10-25 Alan Modra <amodra@bigpond.net.au>
50
51 * po/POTFILES.in: Regenerate.
52 * po/binutils.pot: Regenerate.
53
124fe943
BS
542005-10-24 Bernd Schmidt <bernd.schmidt@analog.com>
55
56 * MAINTAINERS: Add self as BFIN maintainer.
57
6cc1ddc9
JZ
582005-10-18 Jie Zhang <jie.zhang@analog.com>
59
60 * MAINTAINERS: Add self as BFIN maintainer.
61
0851f043
DS
622005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
63
64 * rclex.l (handle quotes): Stop parsing hex notation escaped
65 chars after the first two digits,
66
ec948987
NC
672005-10-11 Nick Clifton <nickc@redhat.com>
68
69 PR binutils/1437
70 * cxxfilt.c (flags): Remove DMGL_TYPES;
71 (long_options): Rename --no-types to --types.
72 (usage): Likewise.
73 (demangle_it): Add a comment describing why _ and $ prefixes are
74 skipped. Use printf rather than puts to emit the demangled output
75 in order to avoid emitting a new line character.
76 (main): Have the -t flag enable type demangling.
77 Emit a newline after every demangled command line argument.
78 Copy whitespace from stdin to stdout.
79 * doc/binutils.texi (c++filt): Document the change to the -t
80 switch.
81 Document why demangling names on the command line is slightly
82 different to demangling names read from the standard input.
83
1334d4d5
MM
842005-10-10 Mark Mitchell <mark@codesourcery.com>
85
86 * doc/Makefile.am (config.texi): Set top_srcdir.
87 * doc/Makefile.in: Regenerated.
88 * doc/binutils.texi: Use at-file.texi from libiberty.
89
1949de15
L
902005-10-10 H.J. Lu <hongjiu.lu@intel.com>
91
92 PR binutils/1436
93 * readelf.c (ABSADDR): New.
94 (dump_ia64_unwind): Use ABSADDR to get the unwind info address.
95
8b515579
NC
962005-10-10 Thomas Weidenmueller <w3seek@reactos.com>
97
98 * resbin.c (res_to_bin_accelerator): Place the terminating NUL at
99 the correct location in the bindata structure.
100
9c092ace
NC
1012005-10-10 Bryce Schober <bryce.schober@dynonavionics.com>
102
103 * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be
104 -reg-names-std.
105
cbf1f5df
NC
1062005-10-04 Nick Clifton <nickc@redhat.com>
107
108 * cxxfilt.c: Treat mangled names specified on the command line in
109 the same way as mangled names read from stdin.
110 Add -i switch to disable the display of implementation details.
111 Add -t switch to disable the demangling of types.
112 * NEWS: Mention the new switches.
113 * doc/binutils.texi (cxxfilt): Document the -i and -t switches.
114
07012eee
MM
1152005-10-03 Mark Mitchell <mark@codesourcery.com>
116
117 * addr2line.c (usage): Document @file.
118 * ar.c (usage): Likewise.
119 * coffdump (usage): Likewise.
120 * cxxfilt.c (usage): Likewise.
121 * dlltool.c (usage): Likewise.
122 * dllwrap.c (usage): Likewise.
123 * nlmconv.c (usage): Likewise.
124 * nm.c (usage): Likewise.
125 * objcopy.c (usage): Likewise.
126 * objdump.c (usage): Likewise.
127 * readelf.c (usage): Likewise.
128 * size.c (usage): Likeise.
129 * srconv.c (usage): Likewise.
130 * strings.c (usage): Likewise.
131 * windres.c (usage): Likewise.
132 * doc/binutils.texi: Add section on common options.
133
4de2ad99
L
1342005-10-03 H.J. Lu <hongjiu.lu@intel.com>
135
136 * NEWS: Mention -W/--dwarf.
137
138 * doc/binutils.texi: Document -W/--dwarf for objdump.
139
11c1ff18
PB
1402005-10-01 Paul Brook <paul@codesourcery.com>
141
142 * readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use,
143 arm_attr_tag_THUMB_ISA_use, arm_attr_tag_VFP_arch,
144 arm_attr_tag_WMMX_arch, arm_attr_tag_NEON_arch,
145 arm_attr_tag_ABI_PCS_config, arm_attr_tag_ABI_PCS_R9_use,
146 arm_attr_tag_ABI_PCS_RW_data, arm_attr_tag_ABI_PCS_RO_DATA,
147 arm_attr_tag_ABI_PCS_GOT_use, arm_attr_tag_ABI_PCS_wchar_t,
148 arm_attr_tag_ABI_FP_rounding, arm_attr_tag_ABI_FP_denormal,
149 arm_attr_tag_ABI_FP_exceptions, arm_attr_tag_ABI_FP_user_exceptions,
150 arm_attr_tag_ABI_FP_number_model, arm_attr_tag_ABI_align8_needed,
151 arm_attr_tag_ABI_align8_preserved, arm_attr_tag_ABI_enum_size,
152 arm_attr_tag_ABI_HardFP_use, arm_attr_tag_ABI_VFP_args,
153 arm_attr_tag_ABI_WMMX_args, arm_attr_tag_ABI_optimization_goals,
154 arm_attr_tag_ABI_FP_optimization_goals, arm_attr_public_tags): New.
155 (display_arm_attribute, process_arm_specific): New functions.
156 (process_arch_specific): Add EM_ARM.
157
c843b1bb
MM
1582005-09-30 Mark Mitchell <mark@codesourcery.com>
159
160 * dlltool.c (main): Fix typo.
161 * windres.c (main): Likewise.
162
d34e7dd6
L
1632005-09-30 H.J. Lu <hongjiu.lu@intel.com>
164
165 * Makefile.in: Regenerated.
166
861e97e2
L
1672005-09-30 H.J. Lu <hongjiu.lu@intel.com>
168
169 * sysinfo.y (main): Undo last change.
170
869b9d07
MM
1712005-08-30 Mark Mitchell <mark@codesourcery.com>
172
861e97e2 173 * addr2line.c (main): Use expandargv.
869b9d07
MM
174 * ar.c (main): Likewise.
175 * coffdump.c (main): Likewise.
176 * cxxfilt.c (main): Likewise.
177 * dlltool.c (main): Likewise.
178 * dllwrap.c (main): Likewise.
179 * nlmconv.c (main): Likewise.
180 * nm.c (main): Likewise.
181 * objcopy.c (main): Likewise.
182 * objdump.c (main): Likewise.
183 * readelf.c (main): Likewise.
184 * size.c (main): Likeiwse.
185 * srcconv.c (main): Likewise.
186 * strings.c (main): Likewise.
187 * sysdump.c (main): Likewise.
861e97e2 188 * sysinfo.y (main): Likewise.
869b9d07
MM
189 * windres.c (main): Likewise.
190
58654fd8
L
1912005-09-30 H.J. Lu <hongjiu.lu@intel.com>
192
193 * Makefile.am: Run "make dep-am".
194 * Makefile.in: Regenerated.
195 * aclocal.m4: Likewise.
196
1d65ded4
CM
1972005-09-30 Catherine Moore <clm@cm00re.com>
198
199 * Makefile.am: Bfin support.
200 * Makefile.in: Regenerated.
201 * aclocal.m4: Regenerated.
202 * readelf.c (elf/bfin.h): Include.
203 (guess_is_rela): EM_BLACKFIN support.
204 (dump_relocations): Likewise.
205
bfe2612a
L
2062005-09-30 H.J. Lu <hongjiu.lu@intel.com>
207
208 * dwarf.c (fetch_indirect_string): Adjust for section address.
209 (process_debug_info): Likewise.
210 (display_debug_loc): Likewise.
211 (display_debug_ranges): Likewise.
212
213 * objdump.c (mach_o_dwarf_sections): New.
214 (generic_dwarf_sections): Likewise.
215 (check_mach_o_dwarf): Likewise.
216 (dump_dwarf): Call check_mach_o_dwarf.
217
365544c3
L
2182005-09-30 H.J. Lu <hongjiu.lu@intel.com>
219
220 * Makefile.am (objdump_SOURCES): Add dwarf.c.
221 * Makefile.in: Regenerated.
222
223 * objdump.c: Include "dwarf.h".
224 (usage): Add -W/--dwarf.
225 (long_options): Likewise.
226 (dump_dwarf_section_info): New.
227 (load_debug_section): Likewise.
228 (free_debug_section): Likewise.
229 (dump_dwarf_section): Likewise.
230 (dump_dwarf): Likewise.
231 (dump_bfd): Load symbol table and call dump_dwarf if
232 dump_dwarf_section_info isn't zero.
233 (main): Handle -W/--dwarf.
234
1007acb3
L
2352005-09-30 H.J. Lu <hongjiu.lu@intel.com>
236
237 * readelf.c: Reordered.
238 (is_relocatable): New.
239 (dwarf_section): New structure for DWARF section.
240 (load_debug_section): New.
241 (free_debug_section): Likewise.
242 (debug_str_section): Likewise.
243 (debug_abbrev_section): Likewise.
244 (debug_str_contents): Removed.
245 (debug_str_size): Likewise.
246 (debug_loc_contents): Likewise.
247 (debug_loc_size): Likewise.
248 (debug_range_contents): Likewise.
249 (debug_range_size): Likewise.
250 (load_debug_str): Likewise.
251 (free_debug_str): Likewise.
252 (load_debug_loc): Likewise.
253 (free_debug_loc): Likewise.
254 (load_debug_arange): Likewise.
255 (free_debug_arange): Likewise.
256 (load_debug_abbrev): Likewise.
257 (free_debug_abbrev): Likewise.
258 (fetch_indirect_string): Updated.
259 (debug_apply_rela_addends): Likewise.
260 (process_debug_info): Likewise.
261 (get_debug_info): Likewise.
262 (display_debug_lines): Likewise.
263 (display_debug_pubnames): Likewise.
264 (display_debug_macinfo): Likewise.
265 (display_debug_abbrev): Likewise.
266 (display_debug_loc): Likewise.
267 (display_debug_str): Likewise.
268 (display_debug_info): Likewise.
269 (display_debug_aranges): Likewise.
270 (display_debug_ranges): Likewise.
271 (display_debug_frames): Likewise.
272 (display_debug_not_supported): Likewise.
273 (debug_displays): Likewise.
274 (display_debug_section): Likewise.
275 (get_file_header): Set is_relocatable.
276
700dd8b7
L
2772005-09-30 H.J. Lu <hongjiu.lu@intel.com>
278
279 * readelf.c (debug_apply_rela_addends): Relocate the whole
280 section.
281 (process_debug_info): Don't call debug_apply_rela_addends.
282 (display_debug_frames): Likewise.
283 (get_debug_info): Call debug_apply_rela_addends.
284 (debug_displays): Add the "relocate" field.
285 (display_debug_section): Call debug_apply_rela_addends if
286 needed.
287
a70c2403
NC
2882005-09-30 Matthias Kurz <mk@baerlap.north.de>
289
290 * bucomm.h: Prevent the inclusion of <libintl.h> from the Solaris
291 version of <locale.h> when ENABLE_NLS is not defined.
292
938ae749
MM
2932005-09-26 Mark Mitchell <mark@codesourcery.com>
294
295 * BRANCHES: Mention binutils-csl-gxxpro-3_4-branch.
296
ec9ec0f9
RH
2972005-09-20 Richard Henderson <rth@redhat.com>
298
299 * readelf.c (display_debug_lines): Use unsigned long for address
300 increments. Use 0x prefix for all hex numbers.
301
ec1c4759
RE
3022005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
303
304 * readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and
305 SHT_ARM_ATTRIBUTES.
306
8d5ff12c
L
3072005-09-07 H.J. Lu <hongjiu.lu@intel.com>
308
309 * readelf.c (get_elf_section_flags): Handle 64bit sh_flags.
310
a841cf65
L
3112005-09-02 H.J. Lu <hongjiu.lu@intel.com>
312
313 * readelf.c (debug_abbrev_contents): New.
314 (debug_abbrev_size): Likewise.
315 (load_debug_abbrev): Likewise.
316 (free_debug_abbrev): Likewise.
317 (process_debug_info): Use them.
318
bc79cded
L
3192005-08-17 H.J. Lu <hongjiu.lu@intel.com>
320
321 PR binutils/1179
322 * objdump.c (disassemble_bytes): Don't adjust
323 adjust_section_vma.
324 (adjust_addresses): Don't adjust vma for debugging section.
325 Adjust lma only for relocatable files.
326 (dump_bfd): Tell adjust_addresses if it is a relocatable file.
327
3e321448
L
3282005-08-16 H.J. Lu <hongjiu.lu@intel.com>
329
330 * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined.
331
332 * configure.in (AC_GNU_SOURCE): Added.
333 (AC_CHECK_DECLS): Add stpcpy.
334 * configure: Regenerated.
335 * config.in: Likewise.
336
09ff3500
JJ
3372005-08-16 Jakub Jelinek <jakub@redhat.com>
338
339 * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL,
340 UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname
341 buffer sizes.
342
36ae0db3
DJ
3432005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
344
345 * doc/binutils.texi (objdump): Document -M e300.
346
1c0751b2
DA
3472005-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
348
349 * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
350 Don't access table entries past the end of the table.
351
61472819
DA
3522005-08-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
353
354 * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.
355 (get_parisc_section_type_name): Handle SHT_PARISC_DLKM.
356
5477e8a0
L
3572005-08-11 H.J. Lu <hongjiu.lu@intel.com>
358
359 * NEWS: Mention "-t/--section-details" and
360 "-N/--full-section-name".
361
362 * doc/binutils.texi: Document "-t/--section-details". Remove
363 "-N/--full-section-name".
364
365 * readelf.c (do_full_section_name): Renamed to ...
366 (do_section_details): This.
367 (option): Rename "-N/--full-section-name" to
368 "-t/--section-details".
369 (usage): Likewise.
370 (parse_args): Likewise.
371 (get_elf_section_flags): Support do_section_details.
372 (process_section_headers): Updated for do_section_details.
373
eec8f817
DA
3742005-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
375
376 * readelf.c (get_parisc_dynamic_type): Add new dynamic types.
377 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
378 e_machine is EM_PARISC.
379 (get_parisc_segment_type): Add new segment types.
380 (get_parisc_section_type_name): Add new section names.
381 (dynamic_section_parisc_val): Add new table entries.
382
c6972290
NC
3832005-08-01 Filip Navara <navaraf@reactos.com>
384
385 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
386 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
387
3b22753a
L
3882005-07-25 H.J. Lu <hongjiu.lu@intel.com>
389
390 * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON.
391 (get_symbol_index_type): Likewise.
392 (get_elf_section_flags): Handle SHF_X86_64_LARGE.
393
f1969386
EC
3942005-07-21 Eric Christopher <echristo@apple.com>
395
396 * MAINTAINERS: Change affiliation.
397
32204df4
BE
3982005-07-19 Ben Elliston <bje@au.ibm.com>
399
400 * readelf.c (read_and_display_attr_value): Remove comment adjacent
401 to DW_ATE_decimal_float about it being a GNU extension.
402
85da3a56
NC
4032005-07-18 Nick Clifton <nickc@redhat.com>
404
405 * binemul.c: Fix name of Red Hat.
406 * binemul.h: Likewise.
407 * emul_aix.c: Likewise.
408 * emul_vanilla: Likewise.
409
df45824a
BE
4102005-07-18 Ben Elliston <bje@au.ibm.com>
411
412 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
413 value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float.
414
0f82ff91
AM
4152005-07-16 Alan Modra <amodra@bigpond.net.au>
416
417 * Makefile.am: Run "make dep-am".
418 * Makefile.in: Regenerate.
419
ba2a7846
EC
4202005-07-15 Eric Christopher <echristo@redhat.com>
421
422 * MAINTAINERS: Change affiliation.
423
49f58d10
JB
4242005-07-14 Jim Blandy <jimb@redhat.com>
425
426 * readelf.c: #include "elf/m32c.h"
427 (guess_is_rela, dump_relocations, get_machine_name): Add cases for
428 EM_M32C.
429 * Makefile.am (readelf.o): Update dependencies.
430 * Makefile.in: Regenerated.
431
d52d45a4
BE
4322005-07-08 Ben Elliston <bje@au.ibm.com>
433
434 * bucomm.h: Include <stdarg.h> unconditionally, not only when
435 ANSI_PROTOTYPES is defined. Remove #ifdef logic.
436 * dlltool.c: Likewise.
437 * dllwrap.c: Likewise.
438
0fd3a477
JW
4392005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
440
441 * bucomm.h (report): Add format attribute.
442 * dlltool.c (inform): Likewise.
443 * dllwrap.c (display, inform, warn): Likewise.
444 * objdump.c (objdump_sprintf): Likewise.
445 * readelf.c (error, warn): Likewise. Fix format bugs.
446
06803313
NC
4472005-07-05 Dmitry V. Levin <ldv@altlinux.org>
448 Nick Clifton <nickc@redhat.com>
449
450 * strings.c (filename_and_size_t): New typedef.
451 (strings_a_section): Skip sections with size greater or equal to
452 the file size. Cache the file size to avoid repeated stat()s.
453 (strings_object_file): Pass filename_and_size_t argument to
454 strings_a_section() via bfd_map_over_sections().
455
551b43fd
AM
4562005-07-04 Alan Modra <amodra@bigpond.net.au>
457
458 PR 1004
459 * objcopy.c (copy_object): Use bfd_make_section_with_flags.
460 (write_debugging_info): Likewise.
461 (setup_section): Use bfd_make_section_anyway_with_flags.
462
398ee8f1
SE
4632005-07-01 Steve Ellcey <sje@cup.hp.com>
464
465 * configure.in (AM_BINUTILS_WARNINGS): Add.
466 (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
467 * configure: Regenerate.
468 * config.in: Regenerate.
469 * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
470 * bucomm.h: (NEED_DECLARATION_*): Ditto.
471
b753922c
BE
4722005-06-30 Ben Elliston <bje@gnu.org>
473
474 * Makefile.am (check-DEJAGNU): Don't search for expect.
475 * Makefile.in: Regenerate.
476
c3298874
BE
4772005-06-30 Ben Elliston <bje@gnu.org>
478
479 * Makefile.am (EXPECT): Set to expect.
480 (RUNTEST): Likewise, set to runtest.
481 * Makefile.in: Regenerate.
482
08d8fa11
JJ
4832005-06-17 Jakub Jelinek <jakub@redhat.com>
484
485 * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define.
486 (process_section_headers): Use it.
487 (process_relocs): Don't crash if symsec is not SHT_SYMTAB
488 or SHT_DYNSYM.
489 (process_version_sections): Use sizeof (Elf_External_Versym)
490 instead of sh_entsize.
491
cbee2975
NC
4922005-06-16 Nick Clifton <nickc@redhat.com>
493
494 * rename.c (simple_copy): Only define if it is going to be used.
495 (smart_rename): Mark the preserve_dates parameter as possibly
496 being unused.
497
498 * resres.c (write_res_data): Prevent a potential compile time
499 warning by casting the return value from fwrite.
500
77f762d6
L
5012005-06-14 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR 995
504 * ar.c (BUFSIZE): Moved to ...
505 * bucomm.h (BUFSIZE): Here.
506
507 * bucomm.c: Include <assert.h>.
508 (bfd_get_archive_filename): New.
509 * bucomm.h (bfd_get_archive_filename): New.
510
511 * objcopy.c (copy_unknown_object): New.
512 (copy_object): Use bfd_get_archive_filename when reporting input
513 error. Don't call fatal on unknown arch.
514 (copy_archive): Call copy_unknown_object on unknown format or
515 arch.
516
c256ffe7
JJ
5172005-06-14 Jakub Jelinek <jakub@redhat.com>
518
519 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
520 (get_data): Add nmemb argument. Return NULL if nmemb * size
521 overflows. If var == NULL, allocate one extra byte and
522 clear it.
523 (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
524 get_64bit_program_headers, get_program_headers,
525 get_32bit_section_headers, get_64bit_section_headers,
526 get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
527 process_section_groups, process_relocs, slurp_ia64_unwind_table,
528 ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
529 get_32bit_dynamic_section, get_64bit_dynamic_section,
530 process_dynamic_section, process_version_sections, get_dynamic_data,
531 process_symbol_table, dump_section, load_debug_str, load_debug_loc,
532 load_debug_range, read_and_display_attr_value, process_debug_info,
533 get_debug_info, frame_need_space, display_debug_frames,
534 display_debug_section, process_mips_specific, process_gnu_liblist,
535 process_corefile_note_segment): Adjust get_data callers. Use
536 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
537 passed size is a product of 2 numbers.
538
539 * readelf.c (print_mode): Fix comment typo.
540 (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
541 (dump_relocations): Fix a thinko in check for invalid st_name.
542 (process_program_headers): Don't crash if string_table is NULL.
543 (process_section_headers): Don't crash if e_shstrndx is invalid.
544 Ensure string_table_length is 0 if string_table == NULL.
545 Don't return just because string_table is NULL.
546 (process_section_groups): Don't crash if symtab's sh_link or
547 symbol's st_name is invalid. Fix a memory leak. Fix check for
548 invalid section number entry.
549 (process_relocs): Don't crash if relocation or symbol section's
550 sh_link is invalid.
551 (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
552 relocation section's sh_info is invalid.
553 (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
554 table's sh_link is invalid.
555 (process_version_sections): Don't crash on version or symbol
556 section's sh_link is invalid. Don't crash if symbol's st_shndx
557 is invalid.
558 (process_symbol_table): Don't crash if string table is corrupt
559 or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
560 (debug_apply_rela_addends): Don't crash if relocation section's
561 sh_info or sh_link is invalid.
562 (display_debug_loc): Warn for unterminated .debug_loc section
563 or start offsets not within .debug_loc section boundaries.
564 (process_gnu_liblist): Don't crash if liblist section's sh_link
565 or entry's l_name is invalid.
566
f9ecb0a4
JJ
5672005-06-09 Jakub Jelinek <jakub@redhat.com>
568
569 * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
570 If q->howto->name == NULL, print q->howto->type as number instead.
571 (dump_reloc_set): Likewise.
572
a34e3ecb
EC
5732005-06-07 Eric Christopher <echristo@redhat.com>
574
575 * readelf.c (guess_is_rela): Support ms1.
576 (dump_relocations): Ditto.
577 (get_machine_name): Ditto.
578
1ae72221
AH
5792005-06-07 Aldy Hernandez <aldyh@redhat.com>
580 Michael Snyder <msnyder@redhat.com>
581 Stan Cox <scox@redhat.com>
582
583 * Makefile.am (readelf.o): Depend on ms1.h.
584
585 * Makefile.in: Regenerate.
586
587 * readelf.c: Include ms1.h.
588
5420f73d
L
5892005-06-06 H.J. Lu <hongjiu.lu@intel.com>
590
591 PR 990
592 * nm.c (print_symbol): Call bfd_find_line before
593 bfd_find_nearest_line.
594
b12fe839
AM
5952005-06-06 Alan Modra <amodra@bigpond.net.au>
596
597 * NEWS: Mention new powerpc ld support.
598
b7d4af3a
JW
5992005-06-03 Steve Ellcey <sje@cup.hp.com>
600
601 * configure.in: Check for getc_unlocked prototype.
602 * configure: Regenerate.
603 * config.in: Regenerate.
604 * strings.c (get_char): Only call getc_unlocked if we have seen a
605 prototype.
606
82d457f6
NC
6072005-06-03 Nick Clifton <nickc@redhat.com>
608
609 * configure.in (ALL_LINGUAS): Add zh_TW
610 * configure: Regenerate.
611 * po/zh_TW.po: New Chinese (traditional) translation.
612
7ace3541
RH
6132005-05-31 Richard Henderson <rth@redhat.com>
614
615 * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE.
616
fabcb361
RH
6172005-05-29 Richard Henderson <rth@redhat.com>
618
619 * readelf.c (get_alpha_dynamic_type): New.
620 (get_dynamic_type): Call it.
621
391cb864
L
6222005-05-24 H.J. Lu <hongjiu.lu@intel.com>
623
624 * readelf.c (process_section_groups): Report group section
625 index. Check if the section member index is valid.
626
0c552dc1
FF
6272005-05-23 Fred Fish <fnf@specifixinc.com>
628
629 * addr2line.c (unwind_inlines): New flag for 'i' option.
630 (usage): Document '-i' option.
631 (long_options): Recognize '--inlines'.
632 (translate_addresses): Loop, calling bfd_find_inliner_info as
633 necessary and printing multiple output lines.
634 (main): Handle 'i' option.
635 * doc/binutils.texi (addr2line): Document '-i' option.
636 * NEWS: Mention new addr2line '-i' option.
637
41a865ba
NC
6382005-05-23 Nick Clifton <nickc@redhat.com>
639
640 * readelf.c (fetch_indirect_string): Display a warning message
641 when a corrupt DW_FORM_strp value is encountered.
b12fe839 642
41a865ba
NC
643 (process_debug_info): Mention that the compilation unit offset is
644 being displayed in hexadecimal.
b12fe839 645
41a865ba
NC
646 (display_debug_lines): Fix typo in name of .debug_line section.
647
e3e71e27
ZW
6482005-05-19 Zack Weinberg <zack@codesourcery.com>
649
650 * Makefile.am: Have 'all' depend on 'info'.
651 * Makefile.in: Regenerate.
652
d68f4033
BE
6532005-05-19 Ben Elliston <bje@au.ibm.com>
654
655 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
656 value of DW_ATE_GNU_decimal_float.
657
970c3dbc
DJ
6582005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
659
660 * doc/Makefile.am (config.texi): Don't use $<.
661 * doc/Makefile.in: Regenerated.
662
39ddb54e
NC
6632005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
664
e3e71e27 665 * deflex.l: Ignore CRs
39ddb54e 666
42ecbf5e
DJ
6672005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
668
669 * acinclude.m4: Remove obsolete code.
670 * configure.in: Update AC_PREREQ.
671 * doc/Makefile.am (binutils_TEXINFOS): Define.
672 (config.texi): Depend on distributed files instead of built
673 files.
674 (binutils.dvi, binutils.info): Remove unnecessary rules.
675 (DISTCLEANFILES): Remove.
676 (install-data-local): Renamed from install.
677 (info-local): Renamed from info.
678 * Makefile.in, aclocal.m4, config.in, configure,
679 doc/Makefile.in: Regenerated.
680
1fe44d79
AM
6812005-05-14 Alan Modra <amodra@bigpond.net.au>
682
683 * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
684 DT_PPC_GLINK.
685
f59f7c79
FF
6862005-05-13 Fred Fish <fnf@specifixinc.com>
687
688 * readelf.c: Fix a couple of obvious comment typos,
689 'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
690
a4a00738
L
6912005-05-13 H.J. Lu <hongjiu.lu@intel.com>
692
693 * readelf.c (dump_ia64_unwind): Get stamp with proper size.
694
52d1fb02
NC
6952005-05-12 Nick Clifton <nickc@redhat.com>
696
697 * readelf.c (display_debug_lines): If pointer_size has not been
698 found then assume that it is 4 in order to prevent a seg fault
699 when process_extend_line_op attempts to read the line data.
700
7490d522
AM
7012005-05-11 Alan Modra <amodra@bigpond.net.au>
702
703 * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
704 (get_dynamic_type): Call the above.
705
b43b5d5f
NC
7062005-05-07 Nick Clifton <nickc@redhat.com>
707
708 * Update the address and phone number of the FSF organization in
709 the GPL notices in the following files:
710 aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
711 arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
712 budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
713 cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
714 dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
715 ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
716 objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
717 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
718 size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
719 syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
720 windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
721
a580b8e0
JB
7222005-05-06 Jan Beulich <jbeulich@novell.com>
723
724 * objcopy.c (copy_file): Don't delete output upon error here.
725 (copy_main): Delete output upon error.
726
27eed06b
BE
7272005-05-02 Ben Elliston <bje@au.ibm.com>
728
729 * dlltool.c (dtab): Remove empty function.
730 (process_duplicates): Remove calls to dtab().
731
36d3b955
MR
7322005-05-01 Maciej W. Rozycki <macro@linux-mips.org>
733
734 * doc/binutils.texi (strip, objcopy): Clarify the description of
735 the "--strip-debug" option. Fix a typo.
736
cba12006
L
7372005-04-29 H.J. Lu <hongjiu.lu@intel.com>
738
739 * bucomm.c: Undo the last change.
740 * bucomm.h: Likewise.
741
89b78896
BE
7422005-04-29 Ben Elliston <bje@au.ibm.com>
743
744 * syslex.l (word, number, unit): Remove unused variables.
745 * nlmheader.y (keyword_tokens): Make static.
746 * coffdump.c (dump_coff_symbol, coff_dump): Make static.
747 * coffgrok.c (lofile, last_function_symbol, last_function_type,
748 last_struct, last_enum, cur_sfile): Make variables static.
749 * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
750 sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
751 * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
752 names, pnames): Likewise.
753
85b1c36d
BE
7542005-04-29 Ben Elliston <bje@au.ibm.com>
755
756 * ar.c (mri_mode): Make static.
757 * arsup.c (obfd, real_name, outfile): Likewise.
758 * binemul.c (ar_emul_create): Remove unused function.
759 (ar_emul_default_create): Likewise.
760 * binemul.h (ar_emul_create): Remove declaration.
761 (ar_emul_default_create): Likewise.
762 (struct bin_emulation_xfer_struct): Remove ar_create member.
763 * bucomm.c (report): Make static.
764 * bucomm.h (report): Remove declaration.
765 * cxxfilt.c (mbuffer): Make static.
766 (main): Use unsigned ints for some loop control variables.
767 * readelf.c: Make many global variables static.
768 * size.c (berkeley_format): Make static.
769 (long_options): Likewise.
770 * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
771 structure initialiser.
772 (bin_aix5_emulation): Likewise.
773 * emul_vanilla.c (bin_vanilla_emulation): Likewise.
774
943ea8a2
BE
7752005-04-27 Ben Elliston <bje@au.ibm.com>
776
777 * syslex.l: Adjust top-of-file comment: this file is part of GNU
778 binutils, not GNU ld.
779
e7f918ad
NC
7802005-04-25 Nick Clifton <nickc@redhat.com>
781
bee59fd2
NC
782 PR872
783 * objcopy.c (copy_archive): Initialise 'obfd' field of new
784 name_list structure.
7490d522 785
e7f918ad 786 * objcopy.c (copy_usage): Fix description of -K switch.
bee59fd2 787
e7f918ad
NC
788 * doc/binutils.texi (strip, objcopy): Fix description of -K
789 switch.
790
ae67fcb5
DJ
7912005-04-20 Daniel Jacobowitz <dan@codesourcery.com>
792
793 * readelf.c (display_debug_frames): Use data factor for
794 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
795
3bee8bcd
L
7962005-04-19 H.J. Lu <hongjiu.lu@intel.com>
797
798 * objdump.c (dump_section_header): Skip linker created section.
799
64c1196b
L
8002005-04-17 H.J. Lu <hongjiu.lu@intel.com>
801
802 * objdump.c (dump_section_header): Support SEC_GROUP.
803
520494b6
NC
8042005-04-16 Nick Clifton <nickc@redhat.com>
805
806 * readelf.c (debug_apply_rela_addends): Remove redundant %s from
807 printf string.
808
ac559f4a
NC
8092005-04-15 Nick Clifton <nickc@redhat.com>
810
811 * objcopy.c (copy_file): Issue an error message when attmepting to
812 copy an empty input file.
813
9e9b66a9
AM
8142005-04-14 Alan Modra <amodra@bigpond.net.au>
815
816 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
817 * configure.in: Include ../bfd/warning.m4 contents.
818 * Makefile.in: Regenerate.
819 * configure: Regenerate.
820 * doc/Makefile.in: Regenerate.
821
ceae3e33
AM
8222005-04-12 Alan Modra <amodra@bigpond.net.au>
823
824 * Makefile.am: Run "make dep-am".
825 (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
826 (sysroff.o, defparse.o, deflex.o): Likewise.
827 (nlmheader.o, rcparse.o, rclex.o): Likewise.
828 * Makefile.in: Regenerate.
829 * aclocal.m4: Regenerate.
830 * config.in: Regenerate.
831 * configure: Regenerate.
832
53260797
JB
8332005-04-11 Jan Beulich <jbeulich@novell.com>
834
835 * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
836
52f3cf45
L
8372005-04-06 Nick Clifton <nickc@redhat.com>
838 H.J. Lu <hongjiu.lu@intel.com>
839
840 * po/rw.po: New translation: Kinyarwanda.
841 * configure.in (ALL_LINGUAS): Add rw.
842 * configure: Regenerate.
843
a8b683fc
MR
8442005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
845
846 * readelf.c (debug_apply_rela_addends): Reorder r_info as
847 necessary for 64-bit MIPS.
848
470e4bd1
MR
8492005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
850
851 * doc/binutils.texi (readelf): Remove a duplicate paragraph.
852
661f7c35
NC
8532005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
854
855 PR binutils/813
856 * objdump.c (dump_symbols): Add a check to see if the section for
857 the symbol is chosen using process_section_p.
858
81fc812e
L
8592005-04-01 H.J. Lu <hongjiu.lu@intel.com>
860
861 * NEWS: Mention new readelf options, "-N/--full-section-name"
862 and "-g/--section-groups".
863
864 * doc/binutils.texi: Document new readelf options,
865 "-N/--full-section-name" and "-g/--section-groups".
866
595cf52e
L
8672005-03-31 H.J. Lu <hongjiu.lu@intel.com>
868
869 * readelf.c (do_full_section_name): New.
870 (options): Add "--full-section-name"/'N'.
871 (usage): Add -N/--full-section-name.
872 (parse_args): Handle 'N'.
873 (process_section_headers): Print out the full section name if
874 do_full_section_name isn't 0.
875
e46eba98
NC
8762005-03-31 Nick Clifton <nickc@redhat.com>
877
878 * configure.in: Add a check for <unistd.h> providing a prototype
879 for getopt() which is compatible with the one in
880 include/getopt.h. If so then define HAVE_DECL_GETOPT.
881 * configure: Regenerate.
882 * config.in (HAVE_DECL_GETOPT): Add.
883 * aclocal.m4: Regenerate.
884 * addr2line.c: Include "config.h" before "bfd.h" so that
885 HAVE_DECL_GETOPT is defined before getopt.h is included.
886
ec72cfe5
NC
8872005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
888
889 * doc/binutils.texi: Document new VAX disassembler-specific option
890 -M entry:0xfooba8.
891 * NEWS: Mention the new option.
7490d522 892
abd18680
AP
8932005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
894
895 * MAINTAINERS: Add myself as H8300 maintainer.
896
5810296b
AL
8972005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
898
899 * objdump.c (disassemble_bytes): Remove cast.
900
335a0d39
DJ
9012005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
902
903 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
904 binutils-2_16-branch.
905
163730f0
MK
9062005-03-25 Mark Kettenis <kettenis@gnu.org>
907
908 * MAINTAINERS: Add myself as M88k maintainer.
909
bcfb5d77
DS
9102005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
911
912 * winduni.c (unicode_from_ascii): Don't declare variables
913 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
914 string len.
915
1acfb01b
DD
9162005-03-24 Dmitry Diky <diwil@spec.ru>
917
7490d522 918 * MAINTAINERS: Add myself as MSP430 maintainer.
1acfb01b 919
fa0c5056
NC
9202005-03-23 Nick Clifton <nickc@redhat.com>
921
922 * po/fr.po: Updated translation.
923
41772c33
NC
9242005-03-22 Nick Clifton <nickc@redhat.com>
925
926 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
927 privileges list.
928
b294bdf8
MM
9292005-03-17 Paul Brook <paul@codesourcery.com>
930 Dan Jacobowitz <dan@codesourcery.com>
931 Mark Mitchell <mark@codesourcery.com>
932
933 * binutils/readelf.c (get_arm_segment_type): New function.
934 (get_segment_type): Use it.
935
58450b3b
PB
9362005-03-18 Paul Brook <paul@codesourcery.com>
937
938 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
939
2115ce97
DN
9402005-03-17 Diego Novillo <dnovillo@redhat.com>
941
942 * MAINTAINERS: Remove self as maintainer of x86 intel
943 mode.
944
1ad12f97
NC
9452005-03-16 Nick Clifton <nickc@redhat.com>
946 Ben Elliston <bje@au.ibm.com>
947
569acd2c 948 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 949 compiler command line. Enabled by default. Disable via
569acd2c 950 --disable-werror.
1ad12f97
NC
951 * configure: Regenerate.
952
7b4a0685 9532005-03-15 Daniel Marques <marques@cs.cornell.edu>
7490d522 954 Nick Clifton <nickc@redhat.com>
7b4a0685
NC
955
956 * objcopy.c (globalize_specific_list): New linked list of symbols
957 to convert from local binding into global binding.
958 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
959 OPTION_GLOBALIZE_SYMBOLS.
960 (copy_options): Add "globalize-symbol" and "globalize-symbols".
961 (copy_usage): Document the new switches.
962 (filter_symbols): Convert defined local symbols mentioned on the
963 globalize_specific_list into global symbols.
964 (copy_object): Perform actions if the globalize_specific_list is
965 not empty.
966 (copy_main): Handle new switches.
967 * NEWS: Mention new feature.
968 * doc/binutils.texi: Document new switches.
969
ea8409f7
AM
9702005-03-15 Alan Modra <amodra@bigpond.net.au>
971
729ae8d2
AM
972 * po/es.po: Commit new Spanish translation.
973
ea8409f7
AM
974 * po/fr.po: Commit new French translation.
975
248642ab
AM
9762005-03-14 Alan Modra <amodra@bigpond.net.au>
977
978 * po/tr.po: Commit new Turkish translation.
979
e8d46048
NC
9802005-03-11 Nick Clifton <nickc@redhat.com>
981
982 * po/fr.po: Updated French translation.
983
953130a5
NC
9842005-03-10 Nick Clifton <nickc@redhat.com>
985
986 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
953130a5 987 * configure: Regenerate.
af99dc6d
NC
988 * po/ro.po: New file.
989
990 * po/ru.po: Updated file.
953130a5 991
06647dfd
AM
9922005-03-05 Alan Modra <amodra@bigpond.net.au>
993
994 * po/binutils.pot: Regenerate.
995
bb14f524
JB
9962005-03-02 Jan Beulich <jbeulich@novell.com>
997
998 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
999 * objcopy.c (copy_file): Likewise.
1000 (strip_main): Likewise.
1001
ce04548a
NC
10022005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
1003 Nick Clifton <nickc@redhat.com>
1004
1005 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
1006 (struct objdump_disasm_info): Add 'reloc' field.
1007 (disassemble_bytes): Fix check for when an insn has a reloc
1008 associated with it. Improve comment explaining why the use of
1009 octets is wrong. Set the 'reloc' field in objdump_disasm_info
1010 structure.
1011 (objdump_print_addr): Use new 'reloc' field to lookup the correct
1012 address for the symbol associated with the current instruction's
1013 relocation.
1014 (disassemble_info): Initialise 'reloc' field.
1015
e9e44622
JJ
10162005-02-28 Jakub Jelinek <jakub@redhat.com>
1017
1018 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
1019 get_segment_type, get_section_type_name, get_elf_class,
1020 get_data_encoding, get_group_flags, dynamic_section_mips_val,
1021 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
1022 get_AT_name, process_mips_specific, process_gnu_liblist,
1023 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
1024 sprintf where needed.
1025 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
1026 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
1027 using strcat.
1028 (get_dynamic_flags): Renamed to...
1029 (print_dynamic_flags): ... this. Print the flags to stdout instead
1030 of returning them as string.
1031 (process_dynamic_section): Adjust caller.
1032
35515c66
L
10332005-02-25 H.J. Lu <hongjiu.lu@intel.com>
1034
1035 * readelf.c (display_debug_ranges): Print out offset for end of
1036 list.
1037
9210d879
AM
10382005-02-23 Alan Modra <amodra@bigpond.net.au>
1039
1040 * dlltool.c: Warning fixes.
1041 * objdump.c: Likewise.
1042
dc3c06c2
AM
10432005-02-22 Alan Modra <amodra@bigpond.net.au>
1044
1045 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
1046 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
1047 dependencies. Run "make dep-am".
1048 * nlmconv.c: Warning fixes.
1049 * readelf.c: Likewise.
1050 * srconv.c: Likewise.
1051 * sysdump.c: Likewise.
1052 * sysinfo.y: Likewise.
1053 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
1054 of strcpy.
1055 * Makefile.in: Regenerate.
1056
ebe372c1
L
10572005-02-21 H.J. Lu <hongjiu.lu@intel.com>
1058
1059 * objcopy.c (parse_flags): Replace SEC_SHARED with
1060 SEC_COFF_SHARED.
1061
1062 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
1063 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
1064 SEC_COFF_SHARED for COFF only.
1065
72f47744
AM
10662005-02-21 Alan Modra <amodra@bigpond.net.au>
1067
1068 * Makefile.am: Run "make dep-am"
1069 * Makefile.in: Regenerate.
1070 * doc/Makefile.in: Regenerate.
1071
66543521
AM
10722005-02-21 Alan Modra <amodra@bigpond.net.au>
1073
1074 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
1075 (byte_get_little_endian): Don't handle size of -8.
1076 (byte_get_signed, byte_get_big_endian): Likewise.
1077 (print_dec_vma, print_hex_vma): New functions.
1078 (print_vma): Use them. Return chars output.
1079 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
1080 (process_symbol_table): Handle alpha and s390 .hash.
1081
904c75ac
L
10822005-02-18 H.J. Lu <hongjiu.lu@intel.com>
1083
1084 * readelf.c (display_debug_loc): Print out offset for end of
1085 list.
1086
ac40b919
JM
10872005-02-18 Joseph S. Myers <joseph@codesourcery.com>
1088
1089 * Makefile.am (TOOL_PROGS): Add objdump.
1090 * Makefile.in: Regenerate.
1091
0af6db78
AM
10922005-02-17 Alan Modra <amodra@bigpond.net.au>
1093
1094 * deflex.l (YY_NO_UNPUT): Define.
1095 * rclex.l (YY_NO_UNPUT): Define.
1096 * rcparse.y (null_unichar): New static var.
1097 (res_null_text): Use it rather than attempting to init from wchar_t.
1098 * windres.c: Include assert.h and time.h before getopt.h.
1099 Include config.h and unistd.h too.
1100
b5e6aa63
NC
11012005-02-15 Nick Clifton <nickc@redhat.com>
1102
1103 * nlmconv.c: Provide a full prototype for the localtime() function
1104 in order to avoid a compile time warning.
1105
d1f5c6e3
L
11062005-02-11 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * readelf.c (group_count): Don't initialize it.
1109 (process_section_groups): Reurn 1 if we won't do unwind nor
1110 section groups. Set group_count to 0 before counting group
1111 sections and return 1 if there are no group sections. Reread
1112 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
1113 section 0.
1114 (process_object): Only set do_unwind to 0 if
1115 process_section_groups return 0.
1116
3517749c
ILT
11172005-02-10 Ian Lance Taylor <ian@airs.com>
1118
1119 * MAINTAINERS: Update my e-mail address.
1120
0dffe982
MM
11212005-02-10 Mark Mitchell <mark@codesourcery.com>
1122
1123 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
1124 maintainers.
1125
c4cf3821
NC
11262005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
1127
1128 * MAINTAINERS: Add self as maintainer of MAXQ.
1129
89fac5e3
RS
11302005-01-31 Richard Sandiford <rsandifo@redhat.com>
1131
1132 * readelf.c (eh_addr_size): New variable.
1133 (find_section): Move earlier in file. Return empty sections too.
1134 (process_program_headers): Use find_section to find .dynamic.
1135 (process_section_headers): Initialize eh_addr_size.
1136 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
1137 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
1138 (display_debug_frames): Use it instead of local addr_size variable.
1139 (size_of_encoded_value): Get pointer size from eh_addr_size rather
1140 than is_32bit_elf.
1141
c46f8c51
AC
11422005-01-31 Andrew Cagney <cagney@gnu.org>
1143
1144 * configure: Regenerate to track ../gettext.m4.
1145
d342277e
NC
11462005-01-31 Nick Clifton <nickc@redhat.com>
1147
1148 * version.c (print_version): Bump the copyright date to 2005.
1149
8615f3f2
AM
11502005-01-25 Alan Modra <amodra@bigpond.net.au>
1151
1152 * nm.c (display_rel_file): Read dynamic syms before calling
1153 bfd_get_synthetic_symtab.
1154
84e43642
BE
11552005-01-21 Ben Elliston <bje@au.ibm.com>
1156
1157 * dlltool.c (dump_iat): Remove unused function.
1158 (gen_exp_file): Remove #if 0'd code.
1159 (make_one_lib_file): Likewise.
1160 * srconv.c: Remove #if 0'd code throughout.
1161 * size.c (lprint_number): Remove.
1162 (print_berkeley_format): Remove #if 0'd code.
1163 * ar.c (do_quick_append): Remove declaration and definiton.
1164 (main): Remove #if 0'd code.
1165 * filemode.c (filemodestring): Remove #if 0'd function.
1166 * sysdump.c (unit_info_list): Remove function.
1167 (object_body_list): Likewise.
1168 (program_structure): Likewise.
1169 (debug_list): Likewise.
1170 (module): Remove #if 0'd code.
1171
619b8b60
MM
11722005-01-20 Mark Mitchell <mark@codesourcery.com>
1173
a332ee82
MM
1174 * BRANCHES: Add binutils-2_15-branch.
1175
619b8b60
MM
1176 * MAINTAINERS: Document branch policy.
1177 * BRANCHES: New file.
1178
e39893d7
FF
11792005-01-19 Fred Fish <fnf@specifixinc.com>
1180
1181 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
1182 * doc/binutils.texi (objdump): Document the "no-aliases"
1183 disassembly option.
1184
b09a7772
NC
11852005-01-17 Eugene Kotlyarov <ekot@narod.ru>
1186
1187 PR binutils/647
1188 * rcparse.y (RCDATA): Allow a filename to be supplied as the
1189 parameter. Parse it with define_rcdata_file().
1190 * resrc.c (define_rcdata_file): New function.
1191 * windres.h: Provide a prototype for the new function.
1192
1193 * resrc.c (define_user_file): Fix typo by replacing "font file"
1194 with "file".
1195
ccf33464
JT
11962005-01-16 Jason Thorpe <thorpej@netbsd.org>
1197
1198 * MAINTAINERS: Update my email address.
1199
a0ce7f12
DS
12002005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
1201
1202 * dlltool.c (set_dll_name_from_def): New function. Strip name
1203 to basename, with warning.
8615f3f2 1204 (def_name): Use it.
a0ce7f12
DS
1205 (def_library): Likwise.
1206 (main): Strip arg of --dllname to basename, with warning.
1207 Only use basename of exp_name when inferring dll_name.
1208
195a97ce
NC
12092005-01-11 Nick Clifton <nickc@redhat.com>
1210
1211 PR binutils/637
1212 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
1213 footnote in order to prevent the sed script in the Makefile from
1214 converting it into c++filt.
1215
0853c092
L
12162005-01-10 H.J. Lu <hongjiu.lu@intel.com>
1217
1218 BZ 635
1219 readelf.c (saved_base_address): Removed.
1220 (decode_64bit_range): Likewise.
1221 (decode_range): Likewise.
1222 (display_64bit_debug_ranges): Likewise.
1223 (debug_info): Add range_lists, num_range_lists and
1224 max_range_lists.
1225 (read_and_display_attr_value): Handle do_debug_ranges.
1226 (process_debug_info): Likewise.
1227 (display_debug_ranges): Rewrite.
1228 (process_object): Free range_lists.
1229
0bcb06d2
AS
12302005-01-10 Andreas Schwab <schwab@suse.de>
1231
1232 * configure.in: Don't define SKIP_ZEROES.
1233 * configure: Regenerate.
1234 * objdump.c (disassemble_data): Set skip_zeroes and
1235 skip_zeroes_at_end in disasm_info to defaults.
1236 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
1237 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
1238 always define.
1239 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
1240 objdump_disasm_info.
1241
e54b12b7
L
12422005-01-05 H.J. Lu <hongjiu.lu@intel.com>
1243
1244 * readelf.c (display_debug_loc): Display base address
1245 specifiers. Always output <End of list>.
1246
b38c7015
L
12472005-01-05 H.J. Lu <hongjiu.lu@intel.com>
1248
1249 * readelf.c (have_frame_base): New.
1250 (need_base_address): Likewise.
1251 (saved_base_address): Likewise.
1252 (decode_location_expression): Return 1 if DW_AT_frame_base is
1253 needed.
1254 (debug_info): Add base_address and a have_frame_base pointer.
1255 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
1256 saved_base_address. Record base address. Set have_frame_base.
1257 Record if a location list has DW_AT_frame_base. Display if a
1258 location expression has no DW_AT_frame_base but needs one. Set
1259 saved_base_address only if needed.
1260 (process_debug_info): Clear have_frame_base, saved_base_address
1261 and set need_base_address.
1262 (display_debug_loc): Display if a location expression has no
1263 DW_AT_frame_base but needs one. Display if start >= end. Don't
1264 adjust for section address. Properly handle base address.
1265 (process_object): Free the have_frame_base pointer in
1266 debug_info.
1267
b0660586
L
12682005-01-04 H.J. Lu <hongjiu.lu@intel.com>
1269
1270 * readelf.c (display_debug_loc): Display offsets for hole and
1271 overlap.
1272 (display_debug_str): Add a newline at the end.
1273
8b626bcf
NC
12742005-01-04 Armin Diehl <diehl@nordrhein.de>
1275
1276 PR binutils/630
1277 * nlmconv.c (main): Only store the basename of the output filename
1278 in the module table.
1279
5b18a4bc
NC
12802005-01-04 H.J. Lu <hongjiu.lu@intel.com>
1281
1282 BZ 615
1283 * readelf.c (process_debug_info): New.
1284 (debug_info): Add num_loc_offsets, loc_offsets and
1285 last_loc_offset_p.
1286 (get_debug_info): Use process_debug_info.
1287 (display_debug_loc): Properly handle location list. Warn if bad
1288 location lists are encoutnered.
1289 (read_and_process_attr_value): New.
1290 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
1291 (display_debug_info): Use process_debug_info.
1292 (process_object): Also free loc_offsets in debug_information.
1293
180e47e2
AM
12942004-12-31 Alan Modra <amodra@bigpond.net.au>
1295
1296 * objdump.c (remove_useless_symbols): Discard section symbols.
1297
0c548fce
L
12982004-12-27 H.J. Lu <hongjiu.lu@intel.com>
1299
1300 * readelf.c (read_leb128): Support 64bit host.
1301
5b18a4bc
NC
13022004-12-23 Nick Clifton <nickc@redhat.com>
1303
1304 PR binutils/616
1305 * readelf.c (debug_info): Add 'cu_offset' field.
1306 (get+pointer_size_of_comp_unit): Rename to
1307 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
1308 the offset of the comp_unit if requested.
1309 (get_debug_info): Record comp_unit offsets as well.
1310 (display_debug_lines): Call get_pointer_size_of_comp_unit.
1311 (decode_location_expression): Add an extra parameter - the offset
1312 of the current comp-unit. Use this when decoding the DW_OP_call2
1313 and DW_OP_call4 operators.
1314 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
1315 comp_unit offset on the decode_location_expression.
1316 (read_and_display_attr_value): Pass the comp_unit offset on the
1317 decode_location_expression.
1318 (display_debug_frames): Pass 0 as the comp_unit offset to
1319 decode_location_expression.
8615f3f2 1320
76a56260
NC
13212004-12-22 Nick Clifton <nickc@redhat.com>
1322
1323 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
1324 New variables associated with obtaining the pointer size for a
1325 comp_unit.
1326 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
1327 of the section requesting the pointer size. Use this name in
1328 error messages. If there are not enough comp_units available
1329 produce a warning message, but return the last known pointer size
1330 so that section dumping can continue.
1331 (get_debug_info): Reset the new variables.
1332 (display_debug_lines): Add extra parameter to invocation of
1333 get_pointer_size_of_comp_unit and remove error message when it
1334 returns 0.
1335 (display_debug_loc): Likewise.
1336
bcf32829
JB
13372004-12-15 Jan Beulich <jbeulich@novell.com>
1338
1339 * doc/binutils.texi: Document --strip-unneeded-symbol and
1340 --strip-unneeded-symbols.
1341 * objcopy.c (strip_unneeded_list): New.
1342 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
1343 and OPTION_STRIP_UNNEEDED_SYMBOLS.
1344 (copy_options): Add --strip-unneeded-symbol and
1345 --strip-unneeded-symbols.
1346 (copy_usage): Likewise.
1347 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
1348 and the symbol is not needed.
1349 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
1350 OPTION_STRIP_UNNEEDED_SYMBOLS.
1351
ebcb91b7
ILT
13522004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
1353
1354 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
1355
a2f33459
BE
13562004-12-08 Ben Elliston <bje@au.ibm.com>
1357
1358 * arlex.l: Fix formatting.
1359
36607f99
BE
13602004-12-08 Ben Elliston <bje@au.ibm.com>
1361
1362 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
1363 config.texi whose value is the current month and year.
1364 * doc/Makefile.in: Rebuild.
1365 * doc/binutils.texi: Set the document subtitle to be the value of
1366 the Texinfo UPDATED variable (obtained from config.texi).
1367
2aa9814e
BE
13682004-12-07 Ben Elliston <bje@au.ibm.com>
1369
1370 PR binutils/249
1371 * doc/binutils.texi (def file format): New node.
1372 (dlltool): Use the tool name as the @chapter name, like all the
1373 other binutils. Use @file{.def} throughout for consistency.
1374
c7de9216
BE
13752004-12-06 Ben Elliston <bje@au.ibm.com>
1376
1377 * dlltool.c: Comment fix.
1378
2423fbe6
BE
13792004-12-06 Ben Elliston <bje@au.ibm.com>
1380
1381 * doc/binutils.texi: Update copyright years.
1382
73fb7068
RS
13832004-12-03 Richard Sandiford <rsandifo@redhat.com>
1384
1385 * MAINTAINERS: Remove mention of config.if.
1386
32118081
NC
13872004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1388
1389 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1390 * Makefile.in: Regenerate.
1391
2b25cacb
ILT
13922004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
1393
1394 PR binutils/536
1395 * stabs.c (stab_demangle_template): Call stab_demangle_count
1396 rather than stab_demangle_get_count to get the length of a pointer
1397 target.
1398
74aba8aa
DS
13992004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
1400
1401 * defparse.y: Remove unnecessary commas from token list.
1402
977cdf5a
NC
14032004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1404
1405 * doc/binutils.texi (nm): Update description of weak symbols.
1406
18bd398b
NC
14072004-11-03 Nick Clifton <nickc@redhat.com>
1408
1409 * readelf.c (do_debug_ranges): New variable.
1410 (usage): Document new switch: -wR or --debug-dump=Ranges.
1411 (parse_args): Handle new switch. Replace switch statement for the
1412 long options with a more compact table structure.
1413 (process_section_headers): Allow the dumping of .debug_ranges
1414 sections if so requested.
1415 (debug_displays): Likewise.
1416 (load_debug_range): New function: Grabs the contents of a
1417 .debug_ranges section.
1418 (free_debug_range): New function: Releases the grabbed
1419 .debug_ranges section.
1420 (decode_64bit_range): New function: Displays a 64-bit range in a
1421 .debug_ranges section.
1422 (decode_range): New function: Displays a 32-bit range in a
1423 .debug_ranges section.
1424 (read_and_display_attr_value): Record the value of DW_AT_low_pc
1425 attributes. Use decode_ranges() to display a DW_AT_ranges
1426 attribute.
1427 (display_debug_info): Use load_debug_range() and
1428 free_debug_range().
1429 (display_64bit_debug_ranges): New function. Displays the contents
1430 of a 64-bit format .debug_ranges section.
1431 (display_debug_ranges): New function: Displays the contents of a
1432 32-bit .debug_ranges section.
8615f3f2 1433
18bd398b
NC
1434 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
1435 global scope.
1436 (process_object): Initialise the dump_sects array from the
1437 cmdline_dump_sects array before processing each object file.
1438
1439 (streq, strneq): New macros. Use them to replace occurrences of
1440 strcmp() and strncmp().
1441
1442 (debug_information): New structure array to replace
1443 debug_line_pointer_sizes array.
1444 (num_debug_info_entries): New variable to replace
1445 num_debug_line_pointers.
1446 (get_pointer_size_of_comp_unit): New function: Returns the pointer
1447 size of a given compilation unit.
1448 (get_debug_info): New function to replace
1449 get_debug_line_pointer_sizes.
1450 (display_debug_lines): Use the new functions.
1451 (display_debug_loc): Likewise.
8615f3f2 1452
18bd398b
NC
1453 (disassemble_section): Change return type to int.
1454 (display_debug_lines): Move local variables to their
1455 innermost scope.
1456 (display_debug_section): Likewise. Also record the return value
1457 of functions called and pass this back to the parent. Also only
1458 warn about undumped sections when the user explicitly requested
1459 their dumping.
1460
1461 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
1462 types as well.
8615f3f2 1463
18bd398b
NC
1464 * NEWS: Mention the support for decoding .debug_ranges sections.
1465 * doc/binutils.texi: Document the new command line switch to
1466 readelf.
1467
57346661
AM
14682004-11-03 Randolph Chung <tausq@debian.org>
1469
1470 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
1471 unw_aux_info and unw_table_entry.
1472 (find_symbol_for_address): Pass symtab and strtab info explicitly.
1473 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
1474 prefix.
1475 (slurp_ia64_unwind_table): Likewise.
1476 (ia64_process_unwind): Rename from old process_unwind.
1477 (hppa_unw_aux_info): New.
1478 (dump_hppa_unwind): New.
1479 (slurp_hppa_unwind_table): New.
1480 (hppa_process_unwind): New.
1481 (process_unwind): Factor out common unwinding checks; dispatch to
1482 unwind handler based on machine type.
1483
935d0bca
NC
14842004-11-02 Nick Clifton <nickc@redhat.com>
1485
1486 * readelf.c (display_debug_lines): Fix typo in error message.
1487
1ec5cd37
NC
14882004-10-26 Mark Mitchell <mark@codesourcery.com>
1489
1490 * readelf.c (get_note_type): Handle notes not in core files.
1491 (process_note_sections): New function.
1492 (process_corefile_contents): Rename to ...
1493 (process_notes): ... this.
1494 (process_object): Call process_notes, not
1495 process_corefile_contents.
1496 * doc/binutils.texi: Update readelf -n documentation.
1497
b3f21e4a
JJ
14982004-10-26 Jakub Jelinek <jakub@redhat.com>
1499
1500 * ar.c (extract_file): Set atime to mtime for ar xo.
1501
2b4c4cc4
ILT
15022004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
1503
1504 * stabs.c (stab_demangle_v3_arglist): New static function, broken
1505 out of stab_demangle_v3_argtypes.
1506 (stab_demangle_v3_argtypes): Call it.
1507 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
1508 If we find an unrecognized component, print out its number.
1509
1ffa9a18
L
15102004-10-25 David Mosberger <davidm@hpl.hp.com>
1511
1512 * readelf.c (slurp_ia64_unwind_table): Support relocations against
1513 non-section symbols by adding in the symbol value.
1514
d79b3d50
NC
15152004-10-25 Nick Clifton <nickc@redhat.com>
1516
1517 PR 465
1518 * readelf.c (dynamic_strings_length): New global variable.
1519 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
1520 strings in the dynamic string table.
1521 (process_section_headers): Initialise dynamic_strings_length.
1522 (process_dynamic_section): Likewise.
1523 (process_object): Reset dynamic_string_length when the buffer is freed.
1524 (dynamic_sections_mips_val): Use the new macros.
1525 (process_dynamic_section): Likewise.
1526 (process_version_sections): Likewise.
1527 (process_symbol_table): Likewise.
1528 (process_syminfo): Likewise.
1529 (process_mips_specific): Likewise.
1530 (dump_relocations): Add a new parameter 'strtablen' and use this
1531 to verify that string offset in a given reloc is valid. Print a
1532 suitable error message otherwise.
1533 (process_relocs): Pass the new argument to dump_relocations.
1534
0fd555c4
NC
15352004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1536
1537 * dlltool.c: Include <assert.h>.
1538 (PREFIX_ALIAS_BASE): Define.
1539 (struct export): Add member import_name;
1540 (def_exports): Set import_name.
1541 (make_one_lib_file): Remove prefix alias code, use import_name
1542 in .idata$6.
1543 (gen_lib_file): Create and delete aliases.
1544
5ab0c1a1
L
15452004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1546
1547 * readelf.c (process_section_groups): Free symtab after use.
1548
d412a550
NC
15492004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
1550 Nick Clifton <nickc@redhat.com>
1551
1552 * strings.c (usage): Place radix values for -t option into the
1553 correct order.
1554
1555 * objcopy.c (add_redefine_syms_file): Change error messages to use
1556 <filename>:<linenumber>: format for easier parsing by automatic
1557 tools.
1558
1559 * srconv.c (show_usage): Fix spelling typo.
1560
1561 * windres.c (format_from_filename): Suggest the use of -J instead
1562 of -I if the file type cannot be determined.
1563
fb608b92
NC
15642004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1565
1566 * strings.c: Include <sys/stat.h>.
1567
2bb2d727
AM
15682004-10-18 Alan Modra <amodra@bigpond.net.au>
1569
7f67d4c9
AM
1570 * budemang.c (demangle): Fix thinko.
1571
2bb2d727
AM
1572 * budemang.c (demangle): Handle "@plt" suffix.
1573
61bbd35b
NC
15742004-10-14 Nick Clifton <nickc@redhat.com>
1575
1576 * nm.c (usage): Fix description of --special-syms switch.
1577
fb5b5478
JJ
15782004-10-13 Jakub Jelinek <jakub@redhat.com>
1579
1580 * strings.c (statbuf): New typedef.
1581 (file_stat): Define.
1582 (strings_object_file): Avoid using get_file_size, instead do the
1583 checks here, using file_stat.
1584 * configure.in (HAVE_STAT64): New test.
1585 * configure: Rebuilt.
1586 * config.in: Rebuilt.
1587
8cb51566
PB
15882004-10-12 Paul Brook <paul@codesourcery.com>
1589
1590 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
1591
83ef0798
AM
15922004-10-11 Alan Modra <amodra@bigpond.net.au>
1593
1594 * objdump.c (dump_symbols): Fix thinko last change. Improve error
1595 messages.
1596
3c9458e9
NC
15972004-10-08 Nick Clifton <nickc@redhat.com>
1598
1599 * nm.c: Add a new switch --special-syms which, if enabled, will
1600 include the ARM Mapping symbols in nm's output.
1601 (usage): Mention the switch.
1602 (filter_symbols): Handle the switch.
1603 * objdump.c: Add a similar switch.
1604 (usage): Mention the switch.
1605 (dump_symbols): Handle the switch.
1606 * doc/binutils.texi: Document the new switches.
1607 * NEWS: Mention the new switches.
1608
d2b2c203
DJ
16092004-10-08 Daniel Jacobowitz <dan@debian.org>
1610
1611 * readelf.c (get_x86_64_section_type_name): New function.
1612 (get_section_type_name): Use it.
1613
d67a454c
NC
16142004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1615
1616 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
1617 patches.
1618 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
1619
1c877e87
AO
16202004-10-07 Alexandre Oliva <aoliva@redhat.com>
1621
1622 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
1623 types.
1624
40a18ebd
NC
16252004-10-01 Paul Brook <paul@codesourcery.com>
1626
1627 * readelf.c (get_arm_section_type_name): New function.
1628 (get_section_type_name): Use it.
1629
382c1116
NC
16302004-09-28 Nick Clifton <nickc@redhat.com>
1631
eb1ab0cf 1632 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
1633 prototypes.
1634
cbaa0dc5
AM
16352004-09-22 Alan Modra <amodra@bigpond.net.au>
1636
1637 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
1638 segments.
1639
3443c1ae
AM
16402004-09-17 Alan Modra <amodra@bigpond.net.au>
1641
1642 * Makefile.am: Run "make dep-am".
1643 * Makefile.in: Regenerate.
1644 * config.in: Regenerate.
1645 * configure: Regenerate.
1646 * doc/Makefile.in: Regenerate.
1647 * po/binutils.pot: Regenerate.
1648
74013231
AM
16492004-09-12 Alan Modra <amodra@bigpond.net.au>
1650
1651 * readelf.c (decode_location_expression): Sign extend value for
1652 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
1653
360589e8
NC
16542004-09-09 Nick Clifton <nickc@redhat.com>
1655
1656 PR 363
1657 * ar.c (replace_members): Do not use get_file_size as
1658 ar_emul_append correctly handles missing files.
1659
d15b04bd
L
16602004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1661
1662 * configure: Regenerated with autconfig 2.13.
1663
d597aff7
DS
16642004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
1665
74013231
AM
1666 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
1667 documentation.
d597aff7 1668
04c34128
NC
16692004-09-06 Michael Wardle <mbw@endbracket.net>
1670
3023b782 1671 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
1672 the effect of the -p switch.
1673
d597aff7 16742004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 1675
6cef8f72
DS
1676 * dlltool.c (make_one_lib_file): Test if internal_name was
1677 specified by user before using it.
5df31fad 1678
74013231 16792004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
1680
1681 PR binutils/351
1682 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
1683 exp->internal_name if it is present.
1684
ec2dfb42
AO
16852004-09-02 Alexandre Oliva <aoliva@redhat.com>
1686
1687 * MAINTAINERS: Add self as co-maintainer of FR-V.
1688 * readelf.c (get_machine_flags): Print FR-V cpu types.
1689
0873df2a
AM
16902004-08-28 Alan Modra <amodra@bigpond.net.au>
1691
1692 * nm.c (show_synthetic): New var.
1693 (long_options): Add "synthetic".
1694 (usage): Here too.
1695 (display_rel_file): Handle show_synthetic.
1696
c9727e01
AM
16972004-08-28 Alan Modra <amodra@bigpond.net.au>
1698
1699 * objdump.c (dump_bfd): Pass both symbol tables to
1700 bfd_get_synthetic_symtab.
1701
90e3cdf2
JJ
17022004-08-17 Jakub Jelinek <jakub@redhat.com>
1703
1704 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1705 of dynsyms to bfd_get_synthetic_symtab.
1706
d84de024
AM
17072004-08-16 Alan Modra <amodra@bigpond.net.au>
1708
1709 * readelf.c (debug_apply_rela_addends): New function, extracted from..
1710 (display_debug_info): ..here.
1711 (display_debug_frames): Call debug_apply_rela_addends. Don't do
1712 DW_EH_PE_pcrel adjustment for ET_REL.
1713
efcb5b0e
AS
17142004-08-06 Andreas Schwab <schwab@suse.de>
1715
1716 * readelf.c (dump_relocations): Fix typo when calculating
1717 sec_index.
1718
d3cde3af
NC
17192004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
1720
1721 * dllwrap.c (deduce_name): Fix typos introduced when program_name
1722 was renamed to prog_name.
1723
1d70c7fb
AO
17242004-07-29 Alexandre Oliva <aoliva@redhat.com>
1725
1726 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1727 EF_SH2A_NOFPU.
1728
ccde1100
AO
17292004-07-28 Alexandre Oliva <aoliva@redhat.com>
1730
1731 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
1732 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1733 EF_SH4A_NOFPU.
1734 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
1735 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1736
082b7297
L
17372004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1738
1739 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1740 to access comdat.
1741 * objdump.c (dump_section_header): Likewise.
1742
44a6d974
NC
17432004-07-15 Aravinda PR <aravindapr@rediffmail.com>
1744
1745 * nlmconv.c (main): Pass map_file argument to link_inputs.
1746 (link_inputs): Use map_file argument if it is defined.
1747
61513dc1
NC
17482004-07-13 Nick Clifton <nickc@redhat.com>
1749
1750 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1751 conflicts with exported global defined in bucomm.h.
1752 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1753 shadowing the global defined in bucomm.h.
1754
607dea97
NC
17552004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1756
1757 * dlltool.c (ext_prefix_alias): New global variable.
1758 (make_one_lib_file): Add aliases with prefixes for external
1759 and import definitions.
1760 (usage): Document -p option.
1761 (long_options): Add --ext-prefix-alias option.
1762 (main): Handle -p.
1763 * doc/binutils.texi: Document new switch.
1764 * NEWS: Mention new switch.
1765
2758961a
NC
17662004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1767
1768 * binutils/dlltool.c (asm_prefix): Add parameter: name.
1769 No underscore for symbols beginning with ?.
1770 (ASM_PREFIX): Add parameter: NAME.
1771 (gen_exp_file): Use new parameter.
1772 (make_label): Likewise.
1773 (make_imp_label): Likewise.
1774 (make_one_lib_file): Likewise.
1775
1fe1f39c
NC
17762004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1777
1778 * MAINTAINERS: Added myself to the list.
1779 * readelf.c: Include "elf/crx.h".
1780 (guess_is_rela): Handle EM_CRX.
1781 (get_machine_name): Likewise.
1782 (dump_relocations): Likewise.
1783
c87db184
CF
17842004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1785
1786 * doc/binutils.texi (nm): Clarify weak symbol description.
1787
fb7b006e
BE
17882004-06-24 Ben Elliston <bje@au.ibm.com>
1789
1790 * readelf.c (get_segment_type): Display "GNU_STACK", not just
1791 "STACK", when a PT_GNU_STACK segment is encountered.
1792
eea6121a
AM
17932004-06-24 Alan Modra <amodra@bigpond.net.au>
1794
1795 * objcopy.c (copy_section): Don't set _cooked_size.
1796
fb514b26
AM
17972004-06-22 Alan Modra <amodra@bigpond.net.au>
1798
ba2685cc
AM
1799 * readelf.c (Elf32_Word): Delete.
1800 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1801 (get_64bit_dynamic_section): Likewise.
1802
1803 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1804 (get_64bit_dynamic_section): Likewise.
1805
86dba8ee
AM
1806 * readelf.c (dynamic_nent): New variable.
1807 (get_32bit_dynamic_section): Set it.
1808 (get_64bit_dynamic_section): Here too.
1809 (process_dynamic_section): Use it instead of dynamic_size.
1810 (process_syminfo): Likewise.
1811
fb514b26
AM
1812 * readelf.c (get_32bit_dynamic_section): Correct number of entries
1813 translated from external to internal form.
1814 (get_64bit_dynamic_section): Likewise.
1815
b2d38a17
NC
18162004-06-18 Jie Zhang <zhangjie@magima.com.cn>
1817
1818 * readelf.c (process_program_headers): When locating the dynamic
1819 section use the section table if it is present.
1820 (dynamic_segment): Renamed to dynamic_section.
1821 Replace references to dynamic segment with references to dynamic
1822 section, except where appropriate.
1823 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1824 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1825 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1826 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1827 Remove tag counting code as it is no longer needed.
1828 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1829 Remove tag counting code as it is no longer needed.
1830 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 1831
135dfb4a
AM
18322004-06-15 Alan Modra <amodra@bigpond.net.au>
1833
1834 * objcopy.c (copy_section): Use bfd_get_section_size instead of
1835 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
1836 (compare_section_lma): Likewise.
1837 * addr2line.c (find_address_in_section): Likewise.
1838 * coffgrok.c (do_sections_p1): Likewise.
1839 * dlltool.c (scan_drectve_symbols): Likewise.
1840 * nlmconv.c (main): Likewise.
1841 (copy_sections): Likewise.
1842 (powerpc_mangle_relocs): Likewise.
1843 * objdump.c (disassemble_section): Likewise.
1844 * prdbg.c (find_address_in_section): Likewise.
1845 * size.c (berkeley_sum): Likewise.
1846 * srconv.c (wr_ob): Likewise.
1847 * strings.c (strings_a_section): Likewise.
1848
90e01f86
ILT
18492004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
1850
1851 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1852
80fccad2
BW
18532004-05-17 David Heine <dlheine@tensilica.com>
1854
eea6121a 1855 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
1856 (copy_object): Call setup_bfd_headers.
1857
0da76f83
NC
18582004-05-13 Paul Brook <paul@codesourcery.com>
1859
1860 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1861 entries.
1862
9598fbe5
NC
18632004-05-13 Nick Clifton <nickc@redhat.com>
1864
1865 * po/fr.po: Updated French translation.
1866
8c37241b
JJ
18672004-05-11 Jakub Jelinek <jakub@redhat.com>
1868
1869 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1870
e4b17d5c
L
18712004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1872
1873 * readelf.c (section_groups): New.
1874 (group_count): New.
1875 (section_headers_groups): New.
1876 (process_section_groups): Populate group_count, section_groups
1877 and section_headers_groups.
1878 (process_unwind): Support section group.
1879 (process_object): Always call process_section_groups. Free
1880 section_groups and section_headers_groups.
1881
f2da459f
L
18822004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1883
1884 * readelf.c (process_section_headers): Use %3lu on sh_info.
1885
f8935895
NC
18862004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1887
1888 * ranlib.sh: Quote $1 argument in case it contains spaces.
1889
18902004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
1891
1892 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1893
f5842774
L
18942004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1895
1896 * readelf.c (do_section_groups): New.
1897 (options): Add --section-groups/-g.
1898 (usage): Mention --section-groups/-g.
1899 (parse_args): Support --section-groups/-g.
1900 (get_group_flags): New.
1901 (process_section_groups): New.
1902 (process_object): Call process_section_groups.
1903
46212538
AM
19042004-04-24 Alan Modra <amodra@bigpond.net.au>
1905
1906 * objdump.c (disassemble_section): Don't disassemble sections
1907 without SEC_HAS_CONTENTS.
1908
4c45e5c9
JJ
19092004-04-22 Jakub Jelinek <jakub@redhat.com>
1910
1911 * objdump.c (synthsyms, synthcount): New variables.
1912 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1913 Add synthetized symbols.
1914 (dump_bfd): For disassemble, initialize dynsyms always and
1915 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1916 before returning.
1917
e9f87780
AM
19182004-04-14 Alan Modra <amodra@bigpond.net.au>
1919
1920 * strings.c (print_strings): Cast file_off to unsigned long in
1921 printf arg list.
1922
1ba93119
AM
19232004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1924
1925 PR 86
1926 * arsup.c (ar_save): Use smart_rename.
1927
935a41f5
NC
19282004-04-01 Dean Luick <luick@cray.com>
1929
1930 * readelf.c (display_debug_pubnames): Align offset and data
1931 columns.
1932 (read_and_display_attr_value): Add missing break;
1933 (debug_displays): Enable the display of the .debug_pubtypes
1934 section.
1935
92e25cf8
SS
19362004-03-30 Stan Shebs <shebs@apple.com>
1937
1938 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1939 support files, no longer used.
1940
d507cf36
PB
19412004-03-23 Paul Brook <paul@codesourcery.com>
1942
1943 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1944
8c9a9879
RH
19452004-03-21 Richard Henderson <rth@redhat.com>
1946
1947 * readelf.c (display_debug_frames): Don't crash for mismatched
1948 DW_CFA_restore_state.
1949
6ece5c52
AM
19502004-03-19 Alan Modra <amodra@bigpond.net.au>
1951
1952 * Makefile.am: Run "make dep-am".
1953 * Makefile.in: Regenerate.
1954 * aclocal.m4: Regenerate.
1955 * config.in: Regenerate.
1956 * configure: Regenerate.
1957 * po/binutils.pot: Regenerate.
1958
6f104306
NS
19592004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1960
1961 * objdump.c (struct SFILE): Replace current pointer with pos
1962 offset, rename size to alloc.
1963 (objdump_sprintf): Avoid unnecessary copies in the common case
1964 (disassemble_bytes): Keep sfile live throughout the
1965 function. Adjust usage appropriately.
1966
523f6a27
BE
19672004-03-10 Ben Elliston <bje@gnu.org>
1968
1969 * MAINTAINERS: Update my mail address.
1970
7aa52b1f
NC
19712004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1972
1973 * deflex.l: Handle "PRIVATE" string.
1974 * defparse.y (%token): Add PRIVATE.
1975 (%type): Add opt_PRIVATE.
1976 (expline): Pass opt_PRIVATE to def_exports.
1977 (opt_PRIVATE): Handle PRIVATE token.
1978 * dlltool.h (def_exports): Add 7th param for private flag to
1979 declaration.
1980 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1981 (struct export): Add 'private' field.
1982 (def_exports): Set 'private' field of struct exports.
1983 (scan_drectve_symbols): Adjust calls to def_exports.
1984 (scan_filtered_symbols): Likewise.
1985 (dump_def_info): Print 'private' field.
1986 (gen_def_file): Likewise.
1987 (gen_lib_file): Skip generation of lib object if private.
1988 Delete tmp object files in same order as they were generated.
1989 Don't delete non-existent private object files.
1990
af865222
AS
19912004-02-27 Andreas Schwab <schwab@suse.de>
1992
1993 * ar.c (main): Support POSIX-compatible argument parsing.
1994
c7e7ca54
NC
19952004-02-23 Daniel Lucq <daniel@lucq.org>
1996
1997 * readelf.c (process_mips_specific): Print conflictsno as an
1998 unsigned long.
1999
eff21b8e
CF
20002004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
2001
2002 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
2003
2f01ffbf
JJ
20042004-02-19 Jakub Jelinek <jakub@redhat.com>
2005
2006 * objcopy.c (copy_section): Avoid warnings.
2007
c92c35e7
AC
20082004-02-14 Andrew Cagney <cagney@redhat.com>
2009
2010 * ar.c (remove_output): Use bfd_cache_close.
2011 * arsup.c (ar_end): Ditto.
2012
9d241085
RM
20132004-01-21 Roland McGrath <roland@redhat.com>
2014
2015 * readelf.c (get_note_type): Match NT_AUXV.
2016
d99e9f4d
NC
20172004-01-20 Nick Clifton <nickc@redhat.com>
2018
2019 * version.c (print_version): Update copyright year to 2004.
2020
f8b73030
MR
20212004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2022
2023 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
2024 throughout.
2025 * aclocal.m4: Regenerate.
2026 * configure: Regenerate.
2027
f0312d39
JJ
20282004-01-12 Jakub Jelinek <jakub@redhat.com>
2029
2030 * objcopy.c: Include elf-bfd.h.
2031 (is_strip_section): Don't strip debugging sections if
2032 STRIP_NONDEBUG.
2033 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
2034 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
2035
2036 * objcopy.c (copy_section): Free relpp if relcount == 0.
2037
041821e6
ILT
20382004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2039
2040 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
2041 (stab_demangle_argtypes): Likewise.
2042 (stab_demangle_v3_argtypes): New static function.
2043 (stab_demangle_v3_arg): New static function.
2044
950d48e7
NC
20452004-01-12 Nick Clifton <nickc@redhat.com>
2046
2047 * objcopy.c (copy_object): Make the function boolean, returning
2048 FALSE upon failure.
eea6121a
AM
2049 (copy_archive): Handle the return value from copy_object.
2050 (copy_file): Likewise.
950d48e7 2051
d9296b18
NC
20522004-01-07 Nick Clifton <nickc@redhat.com>
2053
2054 * readelf.c (find_section): New function. Locates a named
2055 section.
2056 (get_debug_line_pointer_sizes): New function: Initialises the
2057 debug_line_pointer_sizes array.
eea6121a
AM
2058 (display_debug_lines): Call get_debug_line_pointer_sizes.
2059 (display_debug_loc): Likewise.
2060 (load_debug_loc): Use find_section.
2061 (load_debug_str): Likewise.
2062 (display_debug_info): Likewise.
2063 (prescan_debug_info): Delete.
2064 (debug_displays): Remove prescan field.
2065 (process_section_contents): Do not perform prescans.
d9296b18 2066
5e675b72
AM
20672004-01-03 Alan Modra <amodra@bigpond.net.au>
2068
2069 * objcopy.c (filter_bytes): Delete. Move code to..
2070 (copy_section): ..here. Simplify size adjustment. Divide
2071 section lma by interleave.
2072
f0660b73
NC
20732004-01-02 Nick Clifton <nickc@redhat.com>
2074
2075 * po/ru.po: New file: Russian translation.
2076 * configure.in (ALL_LINGUAS): Add ru
2077 * configure: Regenerate.
eb18fd22 2078
c9e214e5 2079For older changes see ChangeLog-0203
252b5132
RH
2080\f
2081Local Variables:
2082mode: change-log
2083left-margin: 8
2084fill-column: 74
2085version-control: never
2086End:
This page took 0.373726 seconds and 4 git commands to generate.