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