This adjusts equate handling by
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1334d4d5
MM
12005-10-10 Mark Mitchell <mark@codesourcery.com>
2
3 * doc/Makefile.am (config.texi): Set top_srcdir.
4 * doc/Makefile.in: Regenerated.
5 * doc/binutils.texi: Use at-file.texi from libiberty.
6
1949de15
L
72005-10-10 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR binutils/1436
10 * readelf.c (ABSADDR): New.
11 (dump_ia64_unwind): Use ABSADDR to get the unwind info address.
12
8b515579
NC
132005-10-10 Thomas Weidenmueller <w3seek@reactos.com>
14
15 * resbin.c (res_to_bin_accelerator): Place the terminating NUL at
16 the correct location in the bindata structure.
17
9c092ace
NC
182005-10-10 Bryce Schober <bryce.schober@dynonavionics.com>
19
20 * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be
21 -reg-names-std.
22
cbf1f5df
NC
232005-10-04 Nick Clifton <nickc@redhat.com>
24
25 * cxxfilt.c: Treat mangled names specified on the command line in
26 the same way as mangled names read from stdin.
27 Add -i switch to disable the display of implementation details.
28 Add -t switch to disable the demangling of types.
29 * NEWS: Mention the new switches.
30 * doc/binutils.texi (cxxfilt): Document the -i and -t switches.
31
07012eee
MM
322005-10-03 Mark Mitchell <mark@codesourcery.com>
33
34 * addr2line.c (usage): Document @file.
35 * ar.c (usage): Likewise.
36 * coffdump (usage): Likewise.
37 * cxxfilt.c (usage): Likewise.
38 * dlltool.c (usage): Likewise.
39 * dllwrap.c (usage): Likewise.
40 * nlmconv.c (usage): Likewise.
41 * nm.c (usage): Likewise.
42 * objcopy.c (usage): Likewise.
43 * objdump.c (usage): Likewise.
44 * readelf.c (usage): Likewise.
45 * size.c (usage): Likeise.
46 * srconv.c (usage): Likewise.
47 * strings.c (usage): Likewise.
48 * windres.c (usage): Likewise.
49 * doc/binutils.texi: Add section on common options.
50
4de2ad99
L
512005-10-03 H.J. Lu <hongjiu.lu@intel.com>
52
53 * NEWS: Mention -W/--dwarf.
54
55 * doc/binutils.texi: Document -W/--dwarf for objdump.
56
11c1ff18
PB
572005-10-01 Paul Brook <paul@codesourcery.com>
58
59 * readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use,
60 arm_attr_tag_THUMB_ISA_use, arm_attr_tag_VFP_arch,
61 arm_attr_tag_WMMX_arch, arm_attr_tag_NEON_arch,
62 arm_attr_tag_ABI_PCS_config, arm_attr_tag_ABI_PCS_R9_use,
63 arm_attr_tag_ABI_PCS_RW_data, arm_attr_tag_ABI_PCS_RO_DATA,
64 arm_attr_tag_ABI_PCS_GOT_use, arm_attr_tag_ABI_PCS_wchar_t,
65 arm_attr_tag_ABI_FP_rounding, arm_attr_tag_ABI_FP_denormal,
66 arm_attr_tag_ABI_FP_exceptions, arm_attr_tag_ABI_FP_user_exceptions,
67 arm_attr_tag_ABI_FP_number_model, arm_attr_tag_ABI_align8_needed,
68 arm_attr_tag_ABI_align8_preserved, arm_attr_tag_ABI_enum_size,
69 arm_attr_tag_ABI_HardFP_use, arm_attr_tag_ABI_VFP_args,
70 arm_attr_tag_ABI_WMMX_args, arm_attr_tag_ABI_optimization_goals,
71 arm_attr_tag_ABI_FP_optimization_goals, arm_attr_public_tags): New.
72 (display_arm_attribute, process_arm_specific): New functions.
73 (process_arch_specific): Add EM_ARM.
74
c843b1bb
MM
752005-09-30 Mark Mitchell <mark@codesourcery.com>
76
77 * dlltool.c (main): Fix typo.
78 * windres.c (main): Likewise.
79
d34e7dd6
L
802005-09-30 H.J. Lu <hongjiu.lu@intel.com>
81
82 * Makefile.in: Regenerated.
83
861e97e2
L
842005-09-30 H.J. Lu <hongjiu.lu@intel.com>
85
86 * sysinfo.y (main): Undo last change.
87
869b9d07
MM
882005-08-30 Mark Mitchell <mark@codesourcery.com>
89
861e97e2 90 * addr2line.c (main): Use expandargv.
869b9d07
MM
91 * ar.c (main): Likewise.
92 * coffdump.c (main): Likewise.
93 * cxxfilt.c (main): Likewise.
94 * dlltool.c (main): Likewise.
95 * dllwrap.c (main): Likewise.
96 * nlmconv.c (main): Likewise.
97 * nm.c (main): Likewise.
98 * objcopy.c (main): Likewise.
99 * objdump.c (main): Likewise.
100 * readelf.c (main): Likewise.
101 * size.c (main): Likeiwse.
102 * srcconv.c (main): Likewise.
103 * strings.c (main): Likewise.
104 * sysdump.c (main): Likewise.
861e97e2 105 * sysinfo.y (main): Likewise.
869b9d07
MM
106 * windres.c (main): Likewise.
107
58654fd8
L
1082005-09-30 H.J. Lu <hongjiu.lu@intel.com>
109
110 * Makefile.am: Run "make dep-am".
111 * Makefile.in: Regenerated.
112 * aclocal.m4: Likewise.
113
1d65ded4
CM
1142005-09-30 Catherine Moore <clm@cm00re.com>
115
116 * Makefile.am: Bfin support.
117 * Makefile.in: Regenerated.
118 * aclocal.m4: Regenerated.
119 * readelf.c (elf/bfin.h): Include.
120 (guess_is_rela): EM_BLACKFIN support.
121 (dump_relocations): Likewise.
122
bfe2612a
L
1232005-09-30 H.J. Lu <hongjiu.lu@intel.com>
124
125 * dwarf.c (fetch_indirect_string): Adjust for section address.
126 (process_debug_info): Likewise.
127 (display_debug_loc): Likewise.
128 (display_debug_ranges): Likewise.
129
130 * objdump.c (mach_o_dwarf_sections): New.
131 (generic_dwarf_sections): Likewise.
132 (check_mach_o_dwarf): Likewise.
133 (dump_dwarf): Call check_mach_o_dwarf.
134
365544c3
L
1352005-09-30 H.J. Lu <hongjiu.lu@intel.com>
136
137 * Makefile.am (objdump_SOURCES): Add dwarf.c.
138 * Makefile.in: Regenerated.
139
140 * objdump.c: Include "dwarf.h".
141 (usage): Add -W/--dwarf.
142 (long_options): Likewise.
143 (dump_dwarf_section_info): New.
144 (load_debug_section): Likewise.
145 (free_debug_section): Likewise.
146 (dump_dwarf_section): Likewise.
147 (dump_dwarf): Likewise.
148 (dump_bfd): Load symbol table and call dump_dwarf if
149 dump_dwarf_section_info isn't zero.
150 (main): Handle -W/--dwarf.
151
1007acb3
L
1522005-09-30 H.J. Lu <hongjiu.lu@intel.com>
153
154 * readelf.c: Reordered.
155 (is_relocatable): New.
156 (dwarf_section): New structure for DWARF section.
157 (load_debug_section): New.
158 (free_debug_section): Likewise.
159 (debug_str_section): Likewise.
160 (debug_abbrev_section): Likewise.
161 (debug_str_contents): Removed.
162 (debug_str_size): Likewise.
163 (debug_loc_contents): Likewise.
164 (debug_loc_size): Likewise.
165 (debug_range_contents): Likewise.
166 (debug_range_size): Likewise.
167 (load_debug_str): Likewise.
168 (free_debug_str): Likewise.
169 (load_debug_loc): Likewise.
170 (free_debug_loc): Likewise.
171 (load_debug_arange): Likewise.
172 (free_debug_arange): Likewise.
173 (load_debug_abbrev): Likewise.
174 (free_debug_abbrev): Likewise.
175 (fetch_indirect_string): Updated.
176 (debug_apply_rela_addends): Likewise.
177 (process_debug_info): Likewise.
178 (get_debug_info): Likewise.
179 (display_debug_lines): Likewise.
180 (display_debug_pubnames): Likewise.
181 (display_debug_macinfo): Likewise.
182 (display_debug_abbrev): Likewise.
183 (display_debug_loc): Likewise.
184 (display_debug_str): Likewise.
185 (display_debug_info): Likewise.
186 (display_debug_aranges): Likewise.
187 (display_debug_ranges): Likewise.
188 (display_debug_frames): Likewise.
189 (display_debug_not_supported): Likewise.
190 (debug_displays): Likewise.
191 (display_debug_section): Likewise.
192 (get_file_header): Set is_relocatable.
193
700dd8b7
L
1942005-09-30 H.J. Lu <hongjiu.lu@intel.com>
195
196 * readelf.c (debug_apply_rela_addends): Relocate the whole
197 section.
198 (process_debug_info): Don't call debug_apply_rela_addends.
199 (display_debug_frames): Likewise.
200 (get_debug_info): Call debug_apply_rela_addends.
201 (debug_displays): Add the "relocate" field.
202 (display_debug_section): Call debug_apply_rela_addends if
203 needed.
204
a70c2403
NC
2052005-09-30 Matthias Kurz <mk@baerlap.north.de>
206
207 * bucomm.h: Prevent the inclusion of <libintl.h> from the Solaris
208 version of <locale.h> when ENABLE_NLS is not defined.
209
938ae749
MM
2102005-09-26 Mark Mitchell <mark@codesourcery.com>
211
212 * BRANCHES: Mention binutils-csl-gxxpro-3_4-branch.
213
ec9ec0f9
RH
2142005-09-20 Richard Henderson <rth@redhat.com>
215
216 * readelf.c (display_debug_lines): Use unsigned long for address
217 increments. Use 0x prefix for all hex numbers.
218
ec1c4759
RE
2192005-09-09 Richard Earnshaw <richard.earnshaw@arm.com>
220
221 * readelf.c (get_arm_section_type_name): Add SHT_ARM_PREEMPTMAP and
222 SHT_ARM_ATTRIBUTES.
223
8d5ff12c
L
2242005-09-07 H.J. Lu <hongjiu.lu@intel.com>
225
226 * readelf.c (get_elf_section_flags): Handle 64bit sh_flags.
227
a841cf65
L
2282005-09-02 H.J. Lu <hongjiu.lu@intel.com>
229
230 * readelf.c (debug_abbrev_contents): New.
231 (debug_abbrev_size): Likewise.
232 (load_debug_abbrev): Likewise.
233 (free_debug_abbrev): Likewise.
234 (process_debug_info): Use them.
235
bc79cded
L
2362005-08-17 H.J. Lu <hongjiu.lu@intel.com>
237
238 PR binutils/1179
239 * objdump.c (disassemble_bytes): Don't adjust
240 adjust_section_vma.
241 (adjust_addresses): Don't adjust vma for debugging section.
242 Adjust lma only for relocatable files.
243 (dump_bfd): Tell adjust_addresses if it is a relocatable file.
244
3e321448
L
2452005-08-16 H.J. Lu <hongjiu.lu@intel.com>
246
247 * bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined.
248
249 * configure.in (AC_GNU_SOURCE): Added.
250 (AC_CHECK_DECLS): Add stpcpy.
251 * configure: Regenerated.
252 * config.in: Likewise.
253
09ff3500
JJ
2542005-08-16 Jakub Jelinek <jakub@redhat.com>
255
256 * unwind-ia64.c (UNW_DEC_SPILL_SPREL, UNW_DEC_SPILL_PSPREL,
257 UNW_DEC_RESTORE, UNW_DEC_SPILL_REG): Increase {,ab,t}regname
258 buffer sizes.
259
36ae0db3
DJ
2602005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
261
262 * doc/binutils.texi (objdump): Document -M e300.
263
1c0751b2
DA
2642005-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
265
266 * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux.
267 Don't access table entries past the end of the table.
268
61472819
DA
2692005-08-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
270
271 * readelf.c (get_parisc_segment_type): Handle PT_PARISC_WEAKORDER.
272 (get_parisc_section_type_name): Handle SHT_PARISC_DLKM.
273
5477e8a0
L
2742005-08-11 H.J. Lu <hongjiu.lu@intel.com>
275
276 * NEWS: Mention "-t/--section-details" and
277 "-N/--full-section-name".
278
279 * doc/binutils.texi: Document "-t/--section-details". Remove
280 "-N/--full-section-name".
281
282 * readelf.c (do_full_section_name): Renamed to ...
283 (do_section_details): This.
284 (option): Rename "-N/--full-section-name" to
285 "-t/--section-details".
286 (usage): Likewise.
287 (parse_args): Likewise.
288 (get_elf_section_flags): Support do_section_details.
289 (process_section_headers): Updated for do_section_details.
290
eec8f817
DA
2912005-08-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
292
293 * readelf.c (get_parisc_dynamic_type): Add new dynamic types.
294 (get_dynamic_type): Use old values for DT_LOOS and DT_HIOS when
295 e_machine is EM_PARISC.
296 (get_parisc_segment_type): Add new segment types.
297 (get_parisc_section_type_name): Add new section names.
298 (dynamic_section_parisc_val): Add new table entries.
299
c6972290
NC
3002005-08-01 Filip Navara <navaraf@reactos.com>
301
302 * dlltool.c (alphafunc): Remove and replace usage with nfunc.
303 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
304
3b22753a
L
3052005-07-25 H.J. Lu <hongjiu.lu@intel.com>
306
307 * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON.
308 (get_symbol_index_type): Likewise.
309 (get_elf_section_flags): Handle SHF_X86_64_LARGE.
310
f1969386
EC
3112005-07-21 Eric Christopher <echristo@apple.com>
312
313 * MAINTAINERS: Change affiliation.
314
32204df4
BE
3152005-07-19 Ben Elliston <bje@au.ibm.com>
316
317 * readelf.c (read_and_display_attr_value): Remove comment adjacent
318 to DW_ATE_decimal_float about it being a GNU extension.
319
85da3a56
NC
3202005-07-18 Nick Clifton <nickc@redhat.com>
321
322 * binemul.c: Fix name of Red Hat.
323 * binemul.h: Likewise.
324 * emul_aix.c: Likewise.
325 * emul_vanilla: Likewise.
326
df45824a
BE
3272005-07-18 Ben Elliston <bje@au.ibm.com>
328
329 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
330 value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float.
331
0f82ff91
AM
3322005-07-16 Alan Modra <amodra@bigpond.net.au>
333
334 * Makefile.am: Run "make dep-am".
335 * Makefile.in: Regenerate.
336
ba2a7846
EC
3372005-07-15 Eric Christopher <echristo@redhat.com>
338
339 * MAINTAINERS: Change affiliation.
340
49f58d10
JB
3412005-07-14 Jim Blandy <jimb@redhat.com>
342
343 * readelf.c: #include "elf/m32c.h"
344 (guess_is_rela, dump_relocations, get_machine_name): Add cases for
345 EM_M32C.
346 * Makefile.am (readelf.o): Update dependencies.
347 * Makefile.in: Regenerated.
348
d52d45a4
BE
3492005-07-08 Ben Elliston <bje@au.ibm.com>
350
351 * bucomm.h: Include <stdarg.h> unconditionally, not only when
352 ANSI_PROTOTYPES is defined. Remove #ifdef logic.
353 * dlltool.c: Likewise.
354 * dllwrap.c: Likewise.
355
0fd3a477
JW
3562005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
357
358 * bucomm.h (report): Add format attribute.
359 * dlltool.c (inform): Likewise.
360 * dllwrap.c (display, inform, warn): Likewise.
361 * objdump.c (objdump_sprintf): Likewise.
362 * readelf.c (error, warn): Likewise. Fix format bugs.
363
06803313
NC
3642005-07-05 Dmitry V. Levin <ldv@altlinux.org>
365 Nick Clifton <nickc@redhat.com>
366
367 * strings.c (filename_and_size_t): New typedef.
368 (strings_a_section): Skip sections with size greater or equal to
369 the file size. Cache the file size to avoid repeated stat()s.
370 (strings_object_file): Pass filename_and_size_t argument to
371 strings_a_section() via bfd_map_over_sections().
372
551b43fd
AM
3732005-07-04 Alan Modra <amodra@bigpond.net.au>
374
375 PR 1004
376 * objcopy.c (copy_object): Use bfd_make_section_with_flags.
377 (write_debugging_info): Likewise.
378 (setup_section): Use bfd_make_section_anyway_with_flags.
379
398ee8f1
SE
3802005-07-01 Steve Ellcey <sje@cup.hp.com>
381
382 * configure.in (AM_BINUTILS_WARNINGS): Add.
383 (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
384 * configure: Regenerate.
385 * config.in: Regenerate.
386 * objdump.c (NEED_DECLARATION_*): Replace with !HAVE_DECL_*.
387 * bucomm.h: (NEED_DECLARATION_*): Ditto.
388
b753922c
BE
3892005-06-30 Ben Elliston <bje@gnu.org>
390
391 * Makefile.am (check-DEJAGNU): Don't search for expect.
392 * Makefile.in: Regenerate.
393
c3298874
BE
3942005-06-30 Ben Elliston <bje@gnu.org>
395
396 * Makefile.am (EXPECT): Set to expect.
397 (RUNTEST): Likewise, set to runtest.
398 * Makefile.in: Regenerate.
399
08d8fa11
JJ
4002005-06-17 Jakub Jelinek <jakub@redhat.com>
401
402 * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define.
403 (process_section_headers): Use it.
404 (process_relocs): Don't crash if symsec is not SHT_SYMTAB
405 or SHT_DYNSYM.
406 (process_version_sections): Use sizeof (Elf_External_Versym)
407 instead of sh_entsize.
408
cbee2975
NC
4092005-06-16 Nick Clifton <nickc@redhat.com>
410
411 * rename.c (simple_copy): Only define if it is going to be used.
412 (smart_rename): Mark the preserve_dates parameter as possibly
413 being unused.
414
415 * resres.c (write_res_data): Prevent a potential compile time
416 warning by casting the return value from fwrite.
417
77f762d6
L
4182005-06-14 H.J. Lu <hongjiu.lu@intel.com>
419
420 PR 995
421 * ar.c (BUFSIZE): Moved to ...
422 * bucomm.h (BUFSIZE): Here.
423
424 * bucomm.c: Include <assert.h>.
425 (bfd_get_archive_filename): New.
426 * bucomm.h (bfd_get_archive_filename): New.
427
428 * objcopy.c (copy_unknown_object): New.
429 (copy_object): Use bfd_get_archive_filename when reporting input
430 error. Don't call fatal on unknown arch.
431 (copy_archive): Call copy_unknown_object on unknown format or
432 arch.
433
c256ffe7
JJ
4342005-06-14 Jakub Jelinek <jakub@redhat.com>
435
436 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
437 (get_data): Add nmemb argument. Return NULL if nmemb * size
438 overflows. If var == NULL, allocate one extra byte and
439 clear it.
440 (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
441 get_64bit_program_headers, get_program_headers,
442 get_32bit_section_headers, get_64bit_section_headers,
443 get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
444 process_section_groups, process_relocs, slurp_ia64_unwind_table,
445 ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
446 get_32bit_dynamic_section, get_64bit_dynamic_section,
447 process_dynamic_section, process_version_sections, get_dynamic_data,
448 process_symbol_table, dump_section, load_debug_str, load_debug_loc,
449 load_debug_range, read_and_display_attr_value, process_debug_info,
450 get_debug_info, frame_need_space, display_debug_frames,
451 display_debug_section, process_mips_specific, process_gnu_liblist,
452 process_corefile_note_segment): Adjust get_data callers. Use
453 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
454 passed size is a product of 2 numbers.
455
456 * readelf.c (print_mode): Fix comment typo.
457 (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
458 (dump_relocations): Fix a thinko in check for invalid st_name.
459 (process_program_headers): Don't crash if string_table is NULL.
460 (process_section_headers): Don't crash if e_shstrndx is invalid.
461 Ensure string_table_length is 0 if string_table == NULL.
462 Don't return just because string_table is NULL.
463 (process_section_groups): Don't crash if symtab's sh_link or
464 symbol's st_name is invalid. Fix a memory leak. Fix check for
465 invalid section number entry.
466 (process_relocs): Don't crash if relocation or symbol section's
467 sh_link is invalid.
468 (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
469 relocation section's sh_info is invalid.
470 (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
471 table's sh_link is invalid.
472 (process_version_sections): Don't crash on version or symbol
473 section's sh_link is invalid. Don't crash if symbol's st_shndx
474 is invalid.
475 (process_symbol_table): Don't crash if string table is corrupt
476 or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
477 (debug_apply_rela_addends): Don't crash if relocation section's
478 sh_info or sh_link is invalid.
479 (display_debug_loc): Warn for unterminated .debug_loc section
480 or start offsets not within .debug_loc section boundaries.
481 (process_gnu_liblist): Don't crash if liblist section's sh_link
482 or entry's l_name is invalid.
483
f9ecb0a4
JJ
4842005-06-09 Jakub Jelinek <jakub@redhat.com>
485
486 * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
487 If q->howto->name == NULL, print q->howto->type as number instead.
488 (dump_reloc_set): Likewise.
489
a34e3ecb
EC
4902005-06-07 Eric Christopher <echristo@redhat.com>
491
492 * readelf.c (guess_is_rela): Support ms1.
493 (dump_relocations): Ditto.
494 (get_machine_name): Ditto.
495
1ae72221
AH
4962005-06-07 Aldy Hernandez <aldyh@redhat.com>
497 Michael Snyder <msnyder@redhat.com>
498 Stan Cox <scox@redhat.com>
499
500 * Makefile.am (readelf.o): Depend on ms1.h.
501
502 * Makefile.in: Regenerate.
503
504 * readelf.c: Include ms1.h.
505
5420f73d
L
5062005-06-06 H.J. Lu <hongjiu.lu@intel.com>
507
508 PR 990
509 * nm.c (print_symbol): Call bfd_find_line before
510 bfd_find_nearest_line.
511
b12fe839
AM
5122005-06-06 Alan Modra <amodra@bigpond.net.au>
513
514 * NEWS: Mention new powerpc ld support.
515
b7d4af3a
JW
5162005-06-03 Steve Ellcey <sje@cup.hp.com>
517
518 * configure.in: Check for getc_unlocked prototype.
519 * configure: Regenerate.
520 * config.in: Regenerate.
521 * strings.c (get_char): Only call getc_unlocked if we have seen a
522 prototype.
523
82d457f6
NC
5242005-06-03 Nick Clifton <nickc@redhat.com>
525
526 * configure.in (ALL_LINGUAS): Add zh_TW
527 * configure: Regenerate.
528 * po/zh_TW.po: New Chinese (traditional) translation.
529
7ace3541
RH
5302005-05-31 Richard Henderson <rth@redhat.com>
531
532 * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE.
533
fabcb361
RH
5342005-05-29 Richard Henderson <rth@redhat.com>
535
536 * readelf.c (get_alpha_dynamic_type): New.
537 (get_dynamic_type): Call it.
538
391cb864
L
5392005-05-24 H.J. Lu <hongjiu.lu@intel.com>
540
541 * readelf.c (process_section_groups): Report group section
542 index. Check if the section member index is valid.
543
0c552dc1
FF
5442005-05-23 Fred Fish <fnf@specifixinc.com>
545
546 * addr2line.c (unwind_inlines): New flag for 'i' option.
547 (usage): Document '-i' option.
548 (long_options): Recognize '--inlines'.
549 (translate_addresses): Loop, calling bfd_find_inliner_info as
550 necessary and printing multiple output lines.
551 (main): Handle 'i' option.
552 * doc/binutils.texi (addr2line): Document '-i' option.
553 * NEWS: Mention new addr2line '-i' option.
554
41a865ba
NC
5552005-05-23 Nick Clifton <nickc@redhat.com>
556
557 * readelf.c (fetch_indirect_string): Display a warning message
558 when a corrupt DW_FORM_strp value is encountered.
b12fe839 559
41a865ba
NC
560 (process_debug_info): Mention that the compilation unit offset is
561 being displayed in hexadecimal.
b12fe839 562
41a865ba
NC
563 (display_debug_lines): Fix typo in name of .debug_line section.
564
e3e71e27
ZW
5652005-05-19 Zack Weinberg <zack@codesourcery.com>
566
567 * Makefile.am: Have 'all' depend on 'info'.
568 * Makefile.in: Regenerate.
569
d68f4033
BE
5702005-05-19 Ben Elliston <bje@au.ibm.com>
571
572 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
573 value of DW_ATE_GNU_decimal_float.
574
970c3dbc
DJ
5752005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
576
577 * doc/Makefile.am (config.texi): Don't use $<.
578 * doc/Makefile.in: Regenerated.
579
39ddb54e
NC
5802005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
581
e3e71e27 582 * deflex.l: Ignore CRs
39ddb54e 583
42ecbf5e
DJ
5842005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
585
586 * acinclude.m4: Remove obsolete code.
587 * configure.in: Update AC_PREREQ.
588 * doc/Makefile.am (binutils_TEXINFOS): Define.
589 (config.texi): Depend on distributed files instead of built
590 files.
591 (binutils.dvi, binutils.info): Remove unnecessary rules.
592 (DISTCLEANFILES): Remove.
593 (install-data-local): Renamed from install.
594 (info-local): Renamed from info.
595 * Makefile.in, aclocal.m4, config.in, configure,
596 doc/Makefile.in: Regenerated.
597
1fe44d79
AM
5982005-05-14 Alan Modra <amodra@bigpond.net.au>
599
600 * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
601 DT_PPC_GLINK.
602
f59f7c79
FF
6032005-05-13 Fred Fish <fnf@specifixinc.com>
604
605 * readelf.c: Fix a couple of obvious comment typos,
606 'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
607
a4a00738
L
6082005-05-13 H.J. Lu <hongjiu.lu@intel.com>
609
610 * readelf.c (dump_ia64_unwind): Get stamp with proper size.
611
52d1fb02
NC
6122005-05-12 Nick Clifton <nickc@redhat.com>
613
614 * readelf.c (display_debug_lines): If pointer_size has not been
615 found then assume that it is 4 in order to prevent a seg fault
616 when process_extend_line_op attempts to read the line data.
617
7490d522
AM
6182005-05-11 Alan Modra <amodra@bigpond.net.au>
619
620 * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
621 (get_dynamic_type): Call the above.
622
b43b5d5f
NC
6232005-05-07 Nick Clifton <nickc@redhat.com>
624
625 * Update the address and phone number of the FSF organization in
626 the GPL notices in the following files:
627 aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
628 arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
629 budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
630 cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
631 dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
632 ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
633 objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
634 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
635 size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
636 syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
637 windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
638
a580b8e0
JB
6392005-05-06 Jan Beulich <jbeulich@novell.com>
640
641 * objcopy.c (copy_file): Don't delete output upon error here.
642 (copy_main): Delete output upon error.
643
27eed06b
BE
6442005-05-02 Ben Elliston <bje@au.ibm.com>
645
646 * dlltool.c (dtab): Remove empty function.
647 (process_duplicates): Remove calls to dtab().
648
36d3b955
MR
6492005-05-01 Maciej W. Rozycki <macro@linux-mips.org>
650
651 * doc/binutils.texi (strip, objcopy): Clarify the description of
652 the "--strip-debug" option. Fix a typo.
653
cba12006
L
6542005-04-29 H.J. Lu <hongjiu.lu@intel.com>
655
656 * bucomm.c: Undo the last change.
657 * bucomm.h: Likewise.
658
89b78896
BE
6592005-04-29 Ben Elliston <bje@au.ibm.com>
660
661 * syslex.l (word, number, unit): Remove unused variables.
662 * nlmheader.y (keyword_tokens): Make static.
663 * coffdump.c (dump_coff_symbol, coff_dump): Make static.
664 * coffgrok.c (lofile, last_function_symbol, last_function_type,
665 last_struct, last_enum, cur_sfile): Make variables static.
666 * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
667 sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
668 * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
669 names, pnames): Likewise.
670
85b1c36d
BE
6712005-04-29 Ben Elliston <bje@au.ibm.com>
672
673 * ar.c (mri_mode): Make static.
674 * arsup.c (obfd, real_name, outfile): Likewise.
675 * binemul.c (ar_emul_create): Remove unused function.
676 (ar_emul_default_create): Likewise.
677 * binemul.h (ar_emul_create): Remove declaration.
678 (ar_emul_default_create): Likewise.
679 (struct bin_emulation_xfer_struct): Remove ar_create member.
680 * bucomm.c (report): Make static.
681 * bucomm.h (report): Remove declaration.
682 * cxxfilt.c (mbuffer): Make static.
683 (main): Use unsigned ints for some loop control variables.
684 * readelf.c: Make many global variables static.
685 * size.c (berkeley_format): Make static.
686 (long_options): Likewise.
687 * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
688 structure initialiser.
689 (bin_aix5_emulation): Likewise.
690 * emul_vanilla.c (bin_vanilla_emulation): Likewise.
691
943ea8a2
BE
6922005-04-27 Ben Elliston <bje@au.ibm.com>
693
694 * syslex.l: Adjust top-of-file comment: this file is part of GNU
695 binutils, not GNU ld.
696
e7f918ad
NC
6972005-04-25 Nick Clifton <nickc@redhat.com>
698
bee59fd2
NC
699 PR872
700 * objcopy.c (copy_archive): Initialise 'obfd' field of new
701 name_list structure.
7490d522 702
e7f918ad 703 * objcopy.c (copy_usage): Fix description of -K switch.
bee59fd2 704
e7f918ad
NC
705 * doc/binutils.texi (strip, objcopy): Fix description of -K
706 switch.
707
ae67fcb5
DJ
7082005-04-20 Daniel Jacobowitz <dan@codesourcery.com>
709
710 * readelf.c (display_debug_frames): Use data factor for
711 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
712
3bee8bcd
L
7132005-04-19 H.J. Lu <hongjiu.lu@intel.com>
714
715 * objdump.c (dump_section_header): Skip linker created section.
716
64c1196b
L
7172005-04-17 H.J. Lu <hongjiu.lu@intel.com>
718
719 * objdump.c (dump_section_header): Support SEC_GROUP.
720
520494b6
NC
7212005-04-16 Nick Clifton <nickc@redhat.com>
722
723 * readelf.c (debug_apply_rela_addends): Remove redundant %s from
724 printf string.
725
ac559f4a
NC
7262005-04-15 Nick Clifton <nickc@redhat.com>
727
728 * objcopy.c (copy_file): Issue an error message when attmepting to
729 copy an empty input file.
730
9e9b66a9
AM
7312005-04-14 Alan Modra <amodra@bigpond.net.au>
732
733 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
734 * configure.in: Include ../bfd/warning.m4 contents.
735 * Makefile.in: Regenerate.
736 * configure: Regenerate.
737 * doc/Makefile.in: Regenerate.
738
ceae3e33
AM
7392005-04-12 Alan Modra <amodra@bigpond.net.au>
740
741 * Makefile.am: Run "make dep-am".
742 (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
743 (sysroff.o, defparse.o, deflex.o): Likewise.
744 (nlmheader.o, rcparse.o, rclex.o): Likewise.
745 * Makefile.in: Regenerate.
746 * aclocal.m4: Regenerate.
747 * config.in: Regenerate.
748 * configure: Regenerate.
749
53260797
JB
7502005-04-11 Jan Beulich <jbeulich@novell.com>
751
752 * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
753
52f3cf45
L
7542005-04-06 Nick Clifton <nickc@redhat.com>
755 H.J. Lu <hongjiu.lu@intel.com>
756
757 * po/rw.po: New translation: Kinyarwanda.
758 * configure.in (ALL_LINGUAS): Add rw.
759 * configure: Regenerate.
760
a8b683fc
MR
7612005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
762
763 * readelf.c (debug_apply_rela_addends): Reorder r_info as
764 necessary for 64-bit MIPS.
765
470e4bd1
MR
7662005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
767
768 * doc/binutils.texi (readelf): Remove a duplicate paragraph.
769
661f7c35
NC
7702005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
771
772 PR binutils/813
773 * objdump.c (dump_symbols): Add a check to see if the section for
774 the symbol is chosen using process_section_p.
775
81fc812e
L
7762005-04-01 H.J. Lu <hongjiu.lu@intel.com>
777
778 * NEWS: Mention new readelf options, "-N/--full-section-name"
779 and "-g/--section-groups".
780
781 * doc/binutils.texi: Document new readelf options,
782 "-N/--full-section-name" and "-g/--section-groups".
783
595cf52e
L
7842005-03-31 H.J. Lu <hongjiu.lu@intel.com>
785
786 * readelf.c (do_full_section_name): New.
787 (options): Add "--full-section-name"/'N'.
788 (usage): Add -N/--full-section-name.
789 (parse_args): Handle 'N'.
790 (process_section_headers): Print out the full section name if
791 do_full_section_name isn't 0.
792
e46eba98
NC
7932005-03-31 Nick Clifton <nickc@redhat.com>
794
795 * configure.in: Add a check for <unistd.h> providing a prototype
796 for getopt() which is compatible with the one in
797 include/getopt.h. If so then define HAVE_DECL_GETOPT.
798 * configure: Regenerate.
799 * config.in (HAVE_DECL_GETOPT): Add.
800 * aclocal.m4: Regenerate.
801 * addr2line.c: Include "config.h" before "bfd.h" so that
802 HAVE_DECL_GETOPT is defined before getopt.h is included.
803
ec72cfe5
NC
8042005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
805
806 * doc/binutils.texi: Document new VAX disassembler-specific option
807 -M entry:0xfooba8.
808 * NEWS: Mention the new option.
7490d522 809
abd18680
AP
8102005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
811
812 * MAINTAINERS: Add myself as H8300 maintainer.
813
5810296b
AL
8142005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
815
816 * objdump.c (disassemble_bytes): Remove cast.
817
335a0d39
DJ
8182005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
819
820 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
821 binutils-2_16-branch.
822
163730f0
MK
8232005-03-25 Mark Kettenis <kettenis@gnu.org>
824
825 * MAINTAINERS: Add myself as M88k maintainer.
826
bcfb5d77
DS
8272005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
828
829 * winduni.c (unicode_from_ascii): Don't declare variables
830 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
831 string len.
832
1acfb01b
DD
8332005-03-24 Dmitry Diky <diwil@spec.ru>
834
7490d522 835 * MAINTAINERS: Add myself as MSP430 maintainer.
1acfb01b 836
fa0c5056
NC
8372005-03-23 Nick Clifton <nickc@redhat.com>
838
839 * po/fr.po: Updated translation.
840
41772c33
NC
8412005-03-22 Nick Clifton <nickc@redhat.com>
842
843 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
844 privileges list.
845
b294bdf8
MM
8462005-03-17 Paul Brook <paul@codesourcery.com>
847 Dan Jacobowitz <dan@codesourcery.com>
848 Mark Mitchell <mark@codesourcery.com>
849
850 * binutils/readelf.c (get_arm_segment_type): New function.
851 (get_segment_type): Use it.
852
58450b3b
PB
8532005-03-18 Paul Brook <paul@codesourcery.com>
854
855 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
856
2115ce97
DN
8572005-03-17 Diego Novillo <dnovillo@redhat.com>
858
859 * MAINTAINERS: Remove self as maintainer of x86 intel
860 mode.
861
1ad12f97
NC
8622005-03-16 Nick Clifton <nickc@redhat.com>
863 Ben Elliston <bje@au.ibm.com>
864
569acd2c 865 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 866 compiler command line. Enabled by default. Disable via
569acd2c 867 --disable-werror.
1ad12f97
NC
868 * configure: Regenerate.
869
7b4a0685 8702005-03-15 Daniel Marques <marques@cs.cornell.edu>
7490d522 871 Nick Clifton <nickc@redhat.com>
7b4a0685
NC
872
873 * objcopy.c (globalize_specific_list): New linked list of symbols
874 to convert from local binding into global binding.
875 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
876 OPTION_GLOBALIZE_SYMBOLS.
877 (copy_options): Add "globalize-symbol" and "globalize-symbols".
878 (copy_usage): Document the new switches.
879 (filter_symbols): Convert defined local symbols mentioned on the
880 globalize_specific_list into global symbols.
881 (copy_object): Perform actions if the globalize_specific_list is
882 not empty.
883 (copy_main): Handle new switches.
884 * NEWS: Mention new feature.
885 * doc/binutils.texi: Document new switches.
886
ea8409f7
AM
8872005-03-15 Alan Modra <amodra@bigpond.net.au>
888
729ae8d2
AM
889 * po/es.po: Commit new Spanish translation.
890
ea8409f7
AM
891 * po/fr.po: Commit new French translation.
892
248642ab
AM
8932005-03-14 Alan Modra <amodra@bigpond.net.au>
894
895 * po/tr.po: Commit new Turkish translation.
896
e8d46048
NC
8972005-03-11 Nick Clifton <nickc@redhat.com>
898
899 * po/fr.po: Updated French translation.
900
953130a5
NC
9012005-03-10 Nick Clifton <nickc@redhat.com>
902
903 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
953130a5 904 * configure: Regenerate.
af99dc6d
NC
905 * po/ro.po: New file.
906
907 * po/ru.po: Updated file.
953130a5 908
06647dfd
AM
9092005-03-05 Alan Modra <amodra@bigpond.net.au>
910
911 * po/binutils.pot: Regenerate.
912
bb14f524
JB
9132005-03-02 Jan Beulich <jbeulich@novell.com>
914
915 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
916 * objcopy.c (copy_file): Likewise.
917 (strip_main): Likewise.
918
ce04548a
NC
9192005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
920 Nick Clifton <nickc@redhat.com>
921
922 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
923 (struct objdump_disasm_info): Add 'reloc' field.
924 (disassemble_bytes): Fix check for when an insn has a reloc
925 associated with it. Improve comment explaining why the use of
926 octets is wrong. Set the 'reloc' field in objdump_disasm_info
927 structure.
928 (objdump_print_addr): Use new 'reloc' field to lookup the correct
929 address for the symbol associated with the current instruction's
930 relocation.
931 (disassemble_info): Initialise 'reloc' field.
932
e9e44622
JJ
9332005-02-28 Jakub Jelinek <jakub@redhat.com>
934
935 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
936 get_segment_type, get_section_type_name, get_elf_class,
937 get_data_encoding, get_group_flags, dynamic_section_mips_val,
938 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
939 get_AT_name, process_mips_specific, process_gnu_liblist,
940 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
941 sprintf where needed.
942 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
943 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
944 using strcat.
945 (get_dynamic_flags): Renamed to...
946 (print_dynamic_flags): ... this. Print the flags to stdout instead
947 of returning them as string.
948 (process_dynamic_section): Adjust caller.
949
35515c66
L
9502005-02-25 H.J. Lu <hongjiu.lu@intel.com>
951
952 * readelf.c (display_debug_ranges): Print out offset for end of
953 list.
954
9210d879
AM
9552005-02-23 Alan Modra <amodra@bigpond.net.au>
956
957 * dlltool.c: Warning fixes.
958 * objdump.c: Likewise.
959
dc3c06c2
AM
9602005-02-22 Alan Modra <amodra@bigpond.net.au>
961
962 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
963 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
964 dependencies. Run "make dep-am".
965 * nlmconv.c: Warning fixes.
966 * readelf.c: Likewise.
967 * srconv.c: Likewise.
968 * sysdump.c: Likewise.
969 * sysinfo.y: Likewise.
970 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
971 of strcpy.
972 * Makefile.in: Regenerate.
973
ebe372c1
L
9742005-02-21 H.J. Lu <hongjiu.lu@intel.com>
975
976 * objcopy.c (parse_flags): Replace SEC_SHARED with
977 SEC_COFF_SHARED.
978
979 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
980 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
981 SEC_COFF_SHARED for COFF only.
982
72f47744
AM
9832005-02-21 Alan Modra <amodra@bigpond.net.au>
984
985 * Makefile.am: Run "make dep-am"
986 * Makefile.in: Regenerate.
987 * doc/Makefile.in: Regenerate.
988
66543521
AM
9892005-02-21 Alan Modra <amodra@bigpond.net.au>
990
991 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
992 (byte_get_little_endian): Don't handle size of -8.
993 (byte_get_signed, byte_get_big_endian): Likewise.
994 (print_dec_vma, print_hex_vma): New functions.
995 (print_vma): Use them. Return chars output.
996 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
997 (process_symbol_table): Handle alpha and s390 .hash.
998
904c75ac
L
9992005-02-18 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 * readelf.c (display_debug_loc): Print out offset for end of
1002 list.
1003
ac40b919
JM
10042005-02-18 Joseph S. Myers <joseph@codesourcery.com>
1005
1006 * Makefile.am (TOOL_PROGS): Add objdump.
1007 * Makefile.in: Regenerate.
1008
0af6db78
AM
10092005-02-17 Alan Modra <amodra@bigpond.net.au>
1010
1011 * deflex.l (YY_NO_UNPUT): Define.
1012 * rclex.l (YY_NO_UNPUT): Define.
1013 * rcparse.y (null_unichar): New static var.
1014 (res_null_text): Use it rather than attempting to init from wchar_t.
1015 * windres.c: Include assert.h and time.h before getopt.h.
1016 Include config.h and unistd.h too.
1017
b5e6aa63
NC
10182005-02-15 Nick Clifton <nickc@redhat.com>
1019
1020 * nlmconv.c: Provide a full prototype for the localtime() function
1021 in order to avoid a compile time warning.
1022
d1f5c6e3
L
10232005-02-11 H.J. Lu <hongjiu.lu@intel.com>
1024
1025 * readelf.c (group_count): Don't initialize it.
1026 (process_section_groups): Reurn 1 if we won't do unwind nor
1027 section groups. Set group_count to 0 before counting group
1028 sections and return 1 if there are no group sections. Reread
1029 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
1030 section 0.
1031 (process_object): Only set do_unwind to 0 if
1032 process_section_groups return 0.
1033
3517749c
ILT
10342005-02-10 Ian Lance Taylor <ian@airs.com>
1035
1036 * MAINTAINERS: Update my e-mail address.
1037
0dffe982
MM
10382005-02-10 Mark Mitchell <mark@codesourcery.com>
1039
1040 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
1041 maintainers.
1042
c4cf3821
NC
10432005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
1044
1045 * MAINTAINERS: Add self as maintainer of MAXQ.
1046
89fac5e3
RS
10472005-01-31 Richard Sandiford <rsandifo@redhat.com>
1048
1049 * readelf.c (eh_addr_size): New variable.
1050 (find_section): Move earlier in file. Return empty sections too.
1051 (process_program_headers): Use find_section to find .dynamic.
1052 (process_section_headers): Initialize eh_addr_size.
1053 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
1054 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
1055 (display_debug_frames): Use it instead of local addr_size variable.
1056 (size_of_encoded_value): Get pointer size from eh_addr_size rather
1057 than is_32bit_elf.
1058
c46f8c51
AC
10592005-01-31 Andrew Cagney <cagney@gnu.org>
1060
1061 * configure: Regenerate to track ../gettext.m4.
1062
d342277e
NC
10632005-01-31 Nick Clifton <nickc@redhat.com>
1064
1065 * version.c (print_version): Bump the copyright date to 2005.
1066
8615f3f2
AM
10672005-01-25 Alan Modra <amodra@bigpond.net.au>
1068
1069 * nm.c (display_rel_file): Read dynamic syms before calling
1070 bfd_get_synthetic_symtab.
1071
84e43642
BE
10722005-01-21 Ben Elliston <bje@au.ibm.com>
1073
1074 * dlltool.c (dump_iat): Remove unused function.
1075 (gen_exp_file): Remove #if 0'd code.
1076 (make_one_lib_file): Likewise.
1077 * srconv.c: Remove #if 0'd code throughout.
1078 * size.c (lprint_number): Remove.
1079 (print_berkeley_format): Remove #if 0'd code.
1080 * ar.c (do_quick_append): Remove declaration and definiton.
1081 (main): Remove #if 0'd code.
1082 * filemode.c (filemodestring): Remove #if 0'd function.
1083 * sysdump.c (unit_info_list): Remove function.
1084 (object_body_list): Likewise.
1085 (program_structure): Likewise.
1086 (debug_list): Likewise.
1087 (module): Remove #if 0'd code.
1088
619b8b60
MM
10892005-01-20 Mark Mitchell <mark@codesourcery.com>
1090
a332ee82
MM
1091 * BRANCHES: Add binutils-2_15-branch.
1092
619b8b60
MM
1093 * MAINTAINERS: Document branch policy.
1094 * BRANCHES: New file.
1095
e39893d7
FF
10962005-01-19 Fred Fish <fnf@specifixinc.com>
1097
1098 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
1099 * doc/binutils.texi (objdump): Document the "no-aliases"
1100 disassembly option.
1101
b09a7772
NC
11022005-01-17 Eugene Kotlyarov <ekot@narod.ru>
1103
1104 PR binutils/647
1105 * rcparse.y (RCDATA): Allow a filename to be supplied as the
1106 parameter. Parse it with define_rcdata_file().
1107 * resrc.c (define_rcdata_file): New function.
1108 * windres.h: Provide a prototype for the new function.
1109
1110 * resrc.c (define_user_file): Fix typo by replacing "font file"
1111 with "file".
1112
ccf33464
JT
11132005-01-16 Jason Thorpe <thorpej@netbsd.org>
1114
1115 * MAINTAINERS: Update my email address.
1116
a0ce7f12
DS
11172005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
1118
1119 * dlltool.c (set_dll_name_from_def): New function. Strip name
1120 to basename, with warning.
8615f3f2 1121 (def_name): Use it.
a0ce7f12
DS
1122 (def_library): Likwise.
1123 (main): Strip arg of --dllname to basename, with warning.
1124 Only use basename of exp_name when inferring dll_name.
1125
195a97ce
NC
11262005-01-11 Nick Clifton <nickc@redhat.com>
1127
1128 PR binutils/637
1129 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
1130 footnote in order to prevent the sed script in the Makefile from
1131 converting it into c++filt.
1132
0853c092
L
11332005-01-10 H.J. Lu <hongjiu.lu@intel.com>
1134
1135 BZ 635
1136 readelf.c (saved_base_address): Removed.
1137 (decode_64bit_range): Likewise.
1138 (decode_range): Likewise.
1139 (display_64bit_debug_ranges): Likewise.
1140 (debug_info): Add range_lists, num_range_lists and
1141 max_range_lists.
1142 (read_and_display_attr_value): Handle do_debug_ranges.
1143 (process_debug_info): Likewise.
1144 (display_debug_ranges): Rewrite.
1145 (process_object): Free range_lists.
1146
0bcb06d2
AS
11472005-01-10 Andreas Schwab <schwab@suse.de>
1148
1149 * configure.in: Don't define SKIP_ZEROES.
1150 * configure: Regenerate.
1151 * objdump.c (disassemble_data): Set skip_zeroes and
1152 skip_zeroes_at_end in disasm_info to defaults.
1153 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
1154 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
1155 always define.
1156 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
1157 objdump_disasm_info.
1158
e54b12b7
L
11592005-01-05 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * readelf.c (display_debug_loc): Display base address
1162 specifiers. Always output <End of list>.
1163
b38c7015
L
11642005-01-05 H.J. Lu <hongjiu.lu@intel.com>
1165
1166 * readelf.c (have_frame_base): New.
1167 (need_base_address): Likewise.
1168 (saved_base_address): Likewise.
1169 (decode_location_expression): Return 1 if DW_AT_frame_base is
1170 needed.
1171 (debug_info): Add base_address and a have_frame_base pointer.
1172 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
1173 saved_base_address. Record base address. Set have_frame_base.
1174 Record if a location list has DW_AT_frame_base. Display if a
1175 location expression has no DW_AT_frame_base but needs one. Set
1176 saved_base_address only if needed.
1177 (process_debug_info): Clear have_frame_base, saved_base_address
1178 and set need_base_address.
1179 (display_debug_loc): Display if a location expression has no
1180 DW_AT_frame_base but needs one. Display if start >= end. Don't
1181 adjust for section address. Properly handle base address.
1182 (process_object): Free the have_frame_base pointer in
1183 debug_info.
1184
b0660586
L
11852005-01-04 H.J. Lu <hongjiu.lu@intel.com>
1186
1187 * readelf.c (display_debug_loc): Display offsets for hole and
1188 overlap.
1189 (display_debug_str): Add a newline at the end.
1190
8b626bcf
NC
11912005-01-04 Armin Diehl <diehl@nordrhein.de>
1192
1193 PR binutils/630
1194 * nlmconv.c (main): Only store the basename of the output filename
1195 in the module table.
1196
5b18a4bc
NC
11972005-01-04 H.J. Lu <hongjiu.lu@intel.com>
1198
1199 BZ 615
1200 * readelf.c (process_debug_info): New.
1201 (debug_info): Add num_loc_offsets, loc_offsets and
1202 last_loc_offset_p.
1203 (get_debug_info): Use process_debug_info.
1204 (display_debug_loc): Properly handle location list. Warn if bad
1205 location lists are encoutnered.
1206 (read_and_process_attr_value): New.
1207 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
1208 (display_debug_info): Use process_debug_info.
1209 (process_object): Also free loc_offsets in debug_information.
1210
180e47e2
AM
12112004-12-31 Alan Modra <amodra@bigpond.net.au>
1212
1213 * objdump.c (remove_useless_symbols): Discard section symbols.
1214
0c548fce
L
12152004-12-27 H.J. Lu <hongjiu.lu@intel.com>
1216
1217 * readelf.c (read_leb128): Support 64bit host.
1218
5b18a4bc
NC
12192004-12-23 Nick Clifton <nickc@redhat.com>
1220
1221 PR binutils/616
1222 * readelf.c (debug_info): Add 'cu_offset' field.
1223 (get+pointer_size_of_comp_unit): Rename to
1224 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
1225 the offset of the comp_unit if requested.
1226 (get_debug_info): Record comp_unit offsets as well.
1227 (display_debug_lines): Call get_pointer_size_of_comp_unit.
1228 (decode_location_expression): Add an extra parameter - the offset
1229 of the current comp-unit. Use this when decoding the DW_OP_call2
1230 and DW_OP_call4 operators.
1231 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
1232 comp_unit offset on the decode_location_expression.
1233 (read_and_display_attr_value): Pass the comp_unit offset on the
1234 decode_location_expression.
1235 (display_debug_frames): Pass 0 as the comp_unit offset to
1236 decode_location_expression.
8615f3f2 1237
76a56260
NC
12382004-12-22 Nick Clifton <nickc@redhat.com>
1239
1240 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
1241 New variables associated with obtaining the pointer size for a
1242 comp_unit.
1243 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
1244 of the section requesting the pointer size. Use this name in
1245 error messages. If there are not enough comp_units available
1246 produce a warning message, but return the last known pointer size
1247 so that section dumping can continue.
1248 (get_debug_info): Reset the new variables.
1249 (display_debug_lines): Add extra parameter to invocation of
1250 get_pointer_size_of_comp_unit and remove error message when it
1251 returns 0.
1252 (display_debug_loc): Likewise.
1253
bcf32829
JB
12542004-12-15 Jan Beulich <jbeulich@novell.com>
1255
1256 * doc/binutils.texi: Document --strip-unneeded-symbol and
1257 --strip-unneeded-symbols.
1258 * objcopy.c (strip_unneeded_list): New.
1259 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
1260 and OPTION_STRIP_UNNEEDED_SYMBOLS.
1261 (copy_options): Add --strip-unneeded-symbol and
1262 --strip-unneeded-symbols.
1263 (copy_usage): Likewise.
1264 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
1265 and the symbol is not needed.
1266 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
1267 OPTION_STRIP_UNNEEDED_SYMBOLS.
1268
ebcb91b7
ILT
12692004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
1270
1271 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
1272
a2f33459
BE
12732004-12-08 Ben Elliston <bje@au.ibm.com>
1274
1275 * arlex.l: Fix formatting.
1276
36607f99
BE
12772004-12-08 Ben Elliston <bje@au.ibm.com>
1278
1279 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
1280 config.texi whose value is the current month and year.
1281 * doc/Makefile.in: Rebuild.
1282 * doc/binutils.texi: Set the document subtitle to be the value of
1283 the Texinfo UPDATED variable (obtained from config.texi).
1284
2aa9814e
BE
12852004-12-07 Ben Elliston <bje@au.ibm.com>
1286
1287 PR binutils/249
1288 * doc/binutils.texi (def file format): New node.
1289 (dlltool): Use the tool name as the @chapter name, like all the
1290 other binutils. Use @file{.def} throughout for consistency.
1291
c7de9216
BE
12922004-12-06 Ben Elliston <bje@au.ibm.com>
1293
1294 * dlltool.c: Comment fix.
1295
2423fbe6
BE
12962004-12-06 Ben Elliston <bje@au.ibm.com>
1297
1298 * doc/binutils.texi: Update copyright years.
1299
73fb7068
RS
13002004-12-03 Richard Sandiford <rsandifo@redhat.com>
1301
1302 * MAINTAINERS: Remove mention of config.if.
1303
32118081
NC
13042004-11-30 Tero Niemela <tero_niemela@yahoo.com>
1305
1306 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
1307 * Makefile.in: Regenerate.
1308
2b25cacb
ILT
13092004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
1310
1311 PR binutils/536
1312 * stabs.c (stab_demangle_template): Call stab_demangle_count
1313 rather than stab_demangle_get_count to get the length of a pointer
1314 target.
1315
74aba8aa
DS
13162004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
1317
1318 * defparse.y: Remove unnecessary commas from token list.
1319
977cdf5a
NC
13202004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1321
1322 * doc/binutils.texi (nm): Update description of weak symbols.
1323
18bd398b
NC
13242004-11-03 Nick Clifton <nickc@redhat.com>
1325
1326 * readelf.c (do_debug_ranges): New variable.
1327 (usage): Document new switch: -wR or --debug-dump=Ranges.
1328 (parse_args): Handle new switch. Replace switch statement for the
1329 long options with a more compact table structure.
1330 (process_section_headers): Allow the dumping of .debug_ranges
1331 sections if so requested.
1332 (debug_displays): Likewise.
1333 (load_debug_range): New function: Grabs the contents of a
1334 .debug_ranges section.
1335 (free_debug_range): New function: Releases the grabbed
1336 .debug_ranges section.
1337 (decode_64bit_range): New function: Displays a 64-bit range in a
1338 .debug_ranges section.
1339 (decode_range): New function: Displays a 32-bit range in a
1340 .debug_ranges section.
1341 (read_and_display_attr_value): Record the value of DW_AT_low_pc
1342 attributes. Use decode_ranges() to display a DW_AT_ranges
1343 attribute.
1344 (display_debug_info): Use load_debug_range() and
1345 free_debug_range().
1346 (display_64bit_debug_ranges): New function. Displays the contents
1347 of a 64-bit format .debug_ranges section.
1348 (display_debug_ranges): New function: Displays the contents of a
1349 32-bit .debug_ranges section.
8615f3f2 1350
18bd398b
NC
1351 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
1352 global scope.
1353 (process_object): Initialise the dump_sects array from the
1354 cmdline_dump_sects array before processing each object file.
1355
1356 (streq, strneq): New macros. Use them to replace occurrences of
1357 strcmp() and strncmp().
1358
1359 (debug_information): New structure array to replace
1360 debug_line_pointer_sizes array.
1361 (num_debug_info_entries): New variable to replace
1362 num_debug_line_pointers.
1363 (get_pointer_size_of_comp_unit): New function: Returns the pointer
1364 size of a given compilation unit.
1365 (get_debug_info): New function to replace
1366 get_debug_line_pointer_sizes.
1367 (display_debug_lines): Use the new functions.
1368 (display_debug_loc): Likewise.
8615f3f2 1369
18bd398b
NC
1370 (disassemble_section): Change return type to int.
1371 (display_debug_lines): Move local variables to their
1372 innermost scope.
1373 (display_debug_section): Likewise. Also record the return value
1374 of functions called and pass this back to the parent. Also only
1375 warn about undumped sections when the user explicitly requested
1376 their dumping.
1377
1378 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
1379 types as well.
8615f3f2 1380
18bd398b
NC
1381 * NEWS: Mention the support for decoding .debug_ranges sections.
1382 * doc/binutils.texi: Document the new command line switch to
1383 readelf.
1384
57346661
AM
13852004-11-03 Randolph Chung <tausq@debian.org>
1386
1387 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
1388 unw_aux_info and unw_table_entry.
1389 (find_symbol_for_address): Pass symtab and strtab info explicitly.
1390 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
1391 prefix.
1392 (slurp_ia64_unwind_table): Likewise.
1393 (ia64_process_unwind): Rename from old process_unwind.
1394 (hppa_unw_aux_info): New.
1395 (dump_hppa_unwind): New.
1396 (slurp_hppa_unwind_table): New.
1397 (hppa_process_unwind): New.
1398 (process_unwind): Factor out common unwinding checks; dispatch to
1399 unwind handler based on machine type.
1400
935d0bca
NC
14012004-11-02 Nick Clifton <nickc@redhat.com>
1402
1403 * readelf.c (display_debug_lines): Fix typo in error message.
1404
1ec5cd37
NC
14052004-10-26 Mark Mitchell <mark@codesourcery.com>
1406
1407 * readelf.c (get_note_type): Handle notes not in core files.
1408 (process_note_sections): New function.
1409 (process_corefile_contents): Rename to ...
1410 (process_notes): ... this.
1411 (process_object): Call process_notes, not
1412 process_corefile_contents.
1413 * doc/binutils.texi: Update readelf -n documentation.
1414
b3f21e4a
JJ
14152004-10-26 Jakub Jelinek <jakub@redhat.com>
1416
1417 * ar.c (extract_file): Set atime to mtime for ar xo.
1418
2b4c4cc4
ILT
14192004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
1420
1421 * stabs.c (stab_demangle_v3_arglist): New static function, broken
1422 out of stab_demangle_v3_argtypes.
1423 (stab_demangle_v3_argtypes): Call it.
1424 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
1425 If we find an unrecognized component, print out its number.
1426
1ffa9a18
L
14272004-10-25 David Mosberger <davidm@hpl.hp.com>
1428
1429 * readelf.c (slurp_ia64_unwind_table): Support relocations against
1430 non-section symbols by adding in the symbol value.
1431
d79b3d50
NC
14322004-10-25 Nick Clifton <nickc@redhat.com>
1433
1434 PR 465
1435 * readelf.c (dynamic_strings_length): New global variable.
1436 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
1437 strings in the dynamic string table.
1438 (process_section_headers): Initialise dynamic_strings_length.
1439 (process_dynamic_section): Likewise.
1440 (process_object): Reset dynamic_string_length when the buffer is freed.
1441 (dynamic_sections_mips_val): Use the new macros.
1442 (process_dynamic_section): Likewise.
1443 (process_version_sections): Likewise.
1444 (process_symbol_table): Likewise.
1445 (process_syminfo): Likewise.
1446 (process_mips_specific): Likewise.
1447 (dump_relocations): Add a new parameter 'strtablen' and use this
1448 to verify that string offset in a given reloc is valid. Print a
1449 suitable error message otherwise.
1450 (process_relocs): Pass the new argument to dump_relocations.
1451
0fd555c4
NC
14522004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1453
1454 * dlltool.c: Include <assert.h>.
1455 (PREFIX_ALIAS_BASE): Define.
1456 (struct export): Add member import_name;
1457 (def_exports): Set import_name.
1458 (make_one_lib_file): Remove prefix alias code, use import_name
1459 in .idata$6.
1460 (gen_lib_file): Create and delete aliases.
1461
5ab0c1a1
L
14622004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1463
1464 * readelf.c (process_section_groups): Free symtab after use.
1465
d412a550
NC
14662004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
1467 Nick Clifton <nickc@redhat.com>
1468
1469 * strings.c (usage): Place radix values for -t option into the
1470 correct order.
1471
1472 * objcopy.c (add_redefine_syms_file): Change error messages to use
1473 <filename>:<linenumber>: format for easier parsing by automatic
1474 tools.
1475
1476 * srconv.c (show_usage): Fix spelling typo.
1477
1478 * windres.c (format_from_filename): Suggest the use of -J instead
1479 of -I if the file type cannot be determined.
1480
fb608b92
NC
14812004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1482
1483 * strings.c: Include <sys/stat.h>.
1484
2bb2d727
AM
14852004-10-18 Alan Modra <amodra@bigpond.net.au>
1486
7f67d4c9
AM
1487 * budemang.c (demangle): Fix thinko.
1488
2bb2d727
AM
1489 * budemang.c (demangle): Handle "@plt" suffix.
1490
61bbd35b
NC
14912004-10-14 Nick Clifton <nickc@redhat.com>
1492
1493 * nm.c (usage): Fix description of --special-syms switch.
1494
fb5b5478
JJ
14952004-10-13 Jakub Jelinek <jakub@redhat.com>
1496
1497 * strings.c (statbuf): New typedef.
1498 (file_stat): Define.
1499 (strings_object_file): Avoid using get_file_size, instead do the
1500 checks here, using file_stat.
1501 * configure.in (HAVE_STAT64): New test.
1502 * configure: Rebuilt.
1503 * config.in: Rebuilt.
1504
8cb51566
PB
15052004-10-12 Paul Brook <paul@codesourcery.com>
1506
1507 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
1508
83ef0798
AM
15092004-10-11 Alan Modra <amodra@bigpond.net.au>
1510
1511 * objdump.c (dump_symbols): Fix thinko last change. Improve error
1512 messages.
1513
3c9458e9
NC
15142004-10-08 Nick Clifton <nickc@redhat.com>
1515
1516 * nm.c: Add a new switch --special-syms which, if enabled, will
1517 include the ARM Mapping symbols in nm's output.
1518 (usage): Mention the switch.
1519 (filter_symbols): Handle the switch.
1520 * objdump.c: Add a similar switch.
1521 (usage): Mention the switch.
1522 (dump_symbols): Handle the switch.
1523 * doc/binutils.texi: Document the new switches.
1524 * NEWS: Mention the new switches.
1525
d2b2c203
DJ
15262004-10-08 Daniel Jacobowitz <dan@debian.org>
1527
1528 * readelf.c (get_x86_64_section_type_name): New function.
1529 (get_section_type_name): Use it.
1530
d67a454c
NC
15312004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1532
1533 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
1534 patches.
1535 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
1536
1c877e87
AO
15372004-10-07 Alexandre Oliva <aoliva@redhat.com>
1538
1539 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
1540 types.
1541
40a18ebd
NC
15422004-10-01 Paul Brook <paul@codesourcery.com>
1543
1544 * readelf.c (get_arm_section_type_name): New function.
1545 (get_section_type_name): Use it.
1546
382c1116
NC
15472004-09-28 Nick Clifton <nickc@redhat.com>
1548
eb1ab0cf 1549 * nm.c: Reorder functions to eliminate most of the static function
382c1116
NC
1550 prototypes.
1551
cbaa0dc5
AM
15522004-09-22 Alan Modra <amodra@bigpond.net.au>
1553
1554 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
1555 segments.
1556
3443c1ae
AM
15572004-09-17 Alan Modra <amodra@bigpond.net.au>
1558
1559 * Makefile.am: Run "make dep-am".
1560 * Makefile.in: Regenerate.
1561 * config.in: Regenerate.
1562 * configure: Regenerate.
1563 * doc/Makefile.in: Regenerate.
1564 * po/binutils.pot: Regenerate.
1565
74013231
AM
15662004-09-12 Alan Modra <amodra@bigpond.net.au>
1567
1568 * readelf.c (decode_location_expression): Sign extend value for
1569 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
1570
360589e8
NC
15712004-09-09 Nick Clifton <nickc@redhat.com>
1572
1573 PR 363
1574 * ar.c (replace_members): Do not use get_file_size as
1575 ar_emul_append correctly handles missing files.
1576
d15b04bd
L
15772004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1578
1579 * configure: Regenerated with autconfig 2.13.
1580
d597aff7
DS
15812004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
1582
74013231
AM
1583 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
1584 documentation.
d597aff7 1585
04c34128
NC
15862004-09-06 Michael Wardle <mbw@endbracket.net>
1587
3023b782 1588 * doc/binutils.texi (objdump): Document that the -x switch includes
04c34128
NC
1589 the effect of the -p switch.
1590
d597aff7 15912004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
5df31fad 1592
6cef8f72
DS
1593 * dlltool.c (make_one_lib_file): Test if internal_name was
1594 specified by user before using it.
5df31fad 1595
74013231 15962004-09-02 Carlo Wood <carlo@alinoe.com>
5885be89
NC
1597
1598 PR binutils/351
1599 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
1600 exp->internal_name if it is present.
1601
ec2dfb42
AO
16022004-09-02 Alexandre Oliva <aoliva@redhat.com>
1603
1604 * MAINTAINERS: Add self as co-maintainer of FR-V.
1605 * readelf.c (get_machine_flags): Print FR-V cpu types.
1606
0873df2a
AM
16072004-08-28 Alan Modra <amodra@bigpond.net.au>
1608
1609 * nm.c (show_synthetic): New var.
1610 (long_options): Add "synthetic".
1611 (usage): Here too.
1612 (display_rel_file): Handle show_synthetic.
1613
c9727e01
AM
16142004-08-28 Alan Modra <amodra@bigpond.net.au>
1615
1616 * objdump.c (dump_bfd): Pass both symbol tables to
1617 bfd_get_synthetic_symtab.
1618
90e3cdf2
JJ
16192004-08-17 Jakub Jelinek <jakub@redhat.com>
1620
1621 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1622 of dynsyms to bfd_get_synthetic_symtab.
1623
d84de024
AM
16242004-08-16 Alan Modra <amodra@bigpond.net.au>
1625
1626 * readelf.c (debug_apply_rela_addends): New function, extracted from..
1627 (display_debug_info): ..here.
1628 (display_debug_frames): Call debug_apply_rela_addends. Don't do
1629 DW_EH_PE_pcrel adjustment for ET_REL.
1630
efcb5b0e
AS
16312004-08-06 Andreas Schwab <schwab@suse.de>
1632
1633 * readelf.c (dump_relocations): Fix typo when calculating
1634 sec_index.
1635
d3cde3af
NC
16362004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
1637
1638 * dllwrap.c (deduce_name): Fix typos introduced when program_name
1639 was renamed to prog_name.
1640
1d70c7fb
AO
16412004-07-29 Alexandre Oliva <aoliva@redhat.com>
1642
1643 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1644 EF_SH2A_NOFPU.
1645
ccde1100
AO
16462004-07-28 Alexandre Oliva <aoliva@redhat.com>
1647
1648 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
1649 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1650 EF_SH4A_NOFPU.
1651 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
1652 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1653
082b7297
L
16542004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1655
1656 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1657 to access comdat.
1658 * objdump.c (dump_section_header): Likewise.
1659
44a6d974
NC
16602004-07-15 Aravinda PR <aravindapr@rediffmail.com>
1661
1662 * nlmconv.c (main): Pass map_file argument to link_inputs.
1663 (link_inputs): Use map_file argument if it is defined.
1664
61513dc1
NC
16652004-07-13 Nick Clifton <nickc@redhat.com>
1666
1667 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1668 conflicts with exported global defined in bucomm.h.
1669 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1670 shadowing the global defined in bucomm.h.
1671
607dea97
NC
16722004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1673
1674 * dlltool.c (ext_prefix_alias): New global variable.
1675 (make_one_lib_file): Add aliases with prefixes for external
1676 and import definitions.
1677 (usage): Document -p option.
1678 (long_options): Add --ext-prefix-alias option.
1679 (main): Handle -p.
1680 * doc/binutils.texi: Document new switch.
1681 * NEWS: Mention new switch.
1682
2758961a
NC
16832004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1684
1685 * binutils/dlltool.c (asm_prefix): Add parameter: name.
1686 No underscore for symbols beginning with ?.
1687 (ASM_PREFIX): Add parameter: NAME.
1688 (gen_exp_file): Use new parameter.
1689 (make_label): Likewise.
1690 (make_imp_label): Likewise.
1691 (make_one_lib_file): Likewise.
1692
1fe1f39c
NC
16932004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1694
1695 * MAINTAINERS: Added myself to the list.
1696 * readelf.c: Include "elf/crx.h".
1697 (guess_is_rela): Handle EM_CRX.
1698 (get_machine_name): Likewise.
1699 (dump_relocations): Likewise.
1700
c87db184
CF
17012004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1702
1703 * doc/binutils.texi (nm): Clarify weak symbol description.
1704
fb7b006e
BE
17052004-06-24 Ben Elliston <bje@au.ibm.com>
1706
1707 * readelf.c (get_segment_type): Display "GNU_STACK", not just
1708 "STACK", when a PT_GNU_STACK segment is encountered.
1709
eea6121a
AM
17102004-06-24 Alan Modra <amodra@bigpond.net.au>
1711
1712 * objcopy.c (copy_section): Don't set _cooked_size.
1713
fb514b26
AM
17142004-06-22 Alan Modra <amodra@bigpond.net.au>
1715
ba2685cc
AM
1716 * readelf.c (Elf32_Word): Delete.
1717 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1718 (get_64bit_dynamic_section): Likewise.
1719
1720 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1721 (get_64bit_dynamic_section): Likewise.
1722
86dba8ee
AM
1723 * readelf.c (dynamic_nent): New variable.
1724 (get_32bit_dynamic_section): Set it.
1725 (get_64bit_dynamic_section): Here too.
1726 (process_dynamic_section): Use it instead of dynamic_size.
1727 (process_syminfo): Likewise.
1728
fb514b26
AM
1729 * readelf.c (get_32bit_dynamic_section): Correct number of entries
1730 translated from external to internal form.
1731 (get_64bit_dynamic_section): Likewise.
1732
b2d38a17
NC
17332004-06-18 Jie Zhang <zhangjie@magima.com.cn>
1734
1735 * readelf.c (process_program_headers): When locating the dynamic
1736 section use the section table if it is present.
1737 (dynamic_segment): Renamed to dynamic_section.
1738 Replace references to dynamic segment with references to dynamic
1739 section, except where appropriate.
1740 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1741 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1742 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1743 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1744 Remove tag counting code as it is no longer needed.
1745 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1746 Remove tag counting code as it is no longer needed.
1747 (process_dynamic_segment): Rename to process_dynamic_section.
eea6121a 1748
135dfb4a
AM
17492004-06-15 Alan Modra <amodra@bigpond.net.au>
1750
1751 * objcopy.c (copy_section): Use bfd_get_section_size instead of
1752 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
1753 (compare_section_lma): Likewise.
1754 * addr2line.c (find_address_in_section): Likewise.
1755 * coffgrok.c (do_sections_p1): Likewise.
1756 * dlltool.c (scan_drectve_symbols): Likewise.
1757 * nlmconv.c (main): Likewise.
1758 (copy_sections): Likewise.
1759 (powerpc_mangle_relocs): Likewise.
1760 * objdump.c (disassemble_section): Likewise.
1761 * prdbg.c (find_address_in_section): Likewise.
1762 * size.c (berkeley_sum): Likewise.
1763 * srconv.c (wr_ob): Likewise.
1764 * strings.c (strings_a_section): Likewise.
1765
90e01f86
ILT
17662004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
1767
1768 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1769
80fccad2
BW
17702004-05-17 David Heine <dlheine@tensilica.com>
1771
eea6121a 1772 * objcopy.c (setup_bfd_headers): New function.
80fccad2
BW
1773 (copy_object): Call setup_bfd_headers.
1774
0da76f83
NC
17752004-05-13 Paul Brook <paul@codesourcery.com>
1776
1777 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1778 entries.
1779
9598fbe5
NC
17802004-05-13 Nick Clifton <nickc@redhat.com>
1781
1782 * po/fr.po: Updated French translation.
1783
8c37241b
JJ
17842004-05-11 Jakub Jelinek <jakub@redhat.com>
1785
1786 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1787
e4b17d5c
L
17882004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1789
1790 * readelf.c (section_groups): New.
1791 (group_count): New.
1792 (section_headers_groups): New.
1793 (process_section_groups): Populate group_count, section_groups
1794 and section_headers_groups.
1795 (process_unwind): Support section group.
1796 (process_object): Always call process_section_groups. Free
1797 section_groups and section_headers_groups.
1798
f2da459f
L
17992004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1800
1801 * readelf.c (process_section_headers): Use %3lu on sh_info.
1802
f8935895
NC
18032004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1804
1805 * ranlib.sh: Quote $1 argument in case it contains spaces.
1806
18072004-04-27 John Paul Wallington <jpw@gnu.org>
a95b5cf9
AM
1808
1809 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1810
f5842774
L
18112004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1812
1813 * readelf.c (do_section_groups): New.
1814 (options): Add --section-groups/-g.
1815 (usage): Mention --section-groups/-g.
1816 (parse_args): Support --section-groups/-g.
1817 (get_group_flags): New.
1818 (process_section_groups): New.
1819 (process_object): Call process_section_groups.
1820
46212538
AM
18212004-04-24 Alan Modra <amodra@bigpond.net.au>
1822
1823 * objdump.c (disassemble_section): Don't disassemble sections
1824 without SEC_HAS_CONTENTS.
1825
4c45e5c9
JJ
18262004-04-22 Jakub Jelinek <jakub@redhat.com>
1827
1828 * objdump.c (synthsyms, synthcount): New variables.
1829 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1830 Add synthetized symbols.
1831 (dump_bfd): For disassemble, initialize dynsyms always and
1832 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1833 before returning.
1834
e9f87780
AM
18352004-04-14 Alan Modra <amodra@bigpond.net.au>
1836
1837 * strings.c (print_strings): Cast file_off to unsigned long in
1838 printf arg list.
1839
1ba93119
AM
18402004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1841
1842 PR 86
1843 * arsup.c (ar_save): Use smart_rename.
1844
935a41f5
NC
18452004-04-01 Dean Luick <luick@cray.com>
1846
1847 * readelf.c (display_debug_pubnames): Align offset and data
1848 columns.
1849 (read_and_display_attr_value): Add missing break;
1850 (debug_displays): Enable the display of the .debug_pubtypes
1851 section.
1852
92e25cf8
SS
18532004-03-30 Stan Shebs <shebs@apple.com>
1854
1855 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1856 support files, no longer used.
1857
d507cf36
PB
18582004-03-23 Paul Brook <paul@codesourcery.com>
1859
1860 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1861
8c9a9879
RH
18622004-03-21 Richard Henderson <rth@redhat.com>
1863
1864 * readelf.c (display_debug_frames): Don't crash for mismatched
1865 DW_CFA_restore_state.
1866
6ece5c52
AM
18672004-03-19 Alan Modra <amodra@bigpond.net.au>
1868
1869 * Makefile.am: Run "make dep-am".
1870 * Makefile.in: Regenerate.
1871 * aclocal.m4: Regenerate.
1872 * config.in: Regenerate.
1873 * configure: Regenerate.
1874 * po/binutils.pot: Regenerate.
1875
6f104306
NS
18762004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1877
1878 * objdump.c (struct SFILE): Replace current pointer with pos
1879 offset, rename size to alloc.
1880 (objdump_sprintf): Avoid unnecessary copies in the common case
1881 (disassemble_bytes): Keep sfile live throughout the
1882 function. Adjust usage appropriately.
1883
523f6a27
BE
18842004-03-10 Ben Elliston <bje@gnu.org>
1885
1886 * MAINTAINERS: Update my mail address.
1887
7aa52b1f
NC
18882004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1889
1890 * deflex.l: Handle "PRIVATE" string.
1891 * defparse.y (%token): Add PRIVATE.
1892 (%type): Add opt_PRIVATE.
1893 (expline): Pass opt_PRIVATE to def_exports.
1894 (opt_PRIVATE): Handle PRIVATE token.
1895 * dlltool.h (def_exports): Add 7th param for private flag to
1896 declaration.
1897 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1898 (struct export): Add 'private' field.
1899 (def_exports): Set 'private' field of struct exports.
1900 (scan_drectve_symbols): Adjust calls to def_exports.
1901 (scan_filtered_symbols): Likewise.
1902 (dump_def_info): Print 'private' field.
1903 (gen_def_file): Likewise.
1904 (gen_lib_file): Skip generation of lib object if private.
1905 Delete tmp object files in same order as they were generated.
1906 Don't delete non-existent private object files.
1907
af865222
AS
19082004-02-27 Andreas Schwab <schwab@suse.de>
1909
1910 * ar.c (main): Support POSIX-compatible argument parsing.
1911
c7e7ca54
NC
19122004-02-23 Daniel Lucq <daniel@lucq.org>
1913
1914 * readelf.c (process_mips_specific): Print conflictsno as an
1915 unsigned long.
1916
eff21b8e
CF
19172004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1918
1919 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1920
2f01ffbf
JJ
19212004-02-19 Jakub Jelinek <jakub@redhat.com>
1922
1923 * objcopy.c (copy_section): Avoid warnings.
1924
c92c35e7
AC
19252004-02-14 Andrew Cagney <cagney@redhat.com>
1926
1927 * ar.c (remove_output): Use bfd_cache_close.
1928 * arsup.c (ar_end): Ditto.
1929
9d241085
RM
19302004-01-21 Roland McGrath <roland@redhat.com>
1931
1932 * readelf.c (get_note_type): Match NT_AUXV.
1933
d99e9f4d
NC
19342004-01-20 Nick Clifton <nickc@redhat.com>
1935
1936 * version.c (print_version): Update copyright year to 2004.
1937
f8b73030
MR
19382004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1939
1940 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1941 throughout.
1942 * aclocal.m4: Regenerate.
1943 * configure: Regenerate.
1944
f0312d39
JJ
19452004-01-12 Jakub Jelinek <jakub@redhat.com>
1946
1947 * objcopy.c: Include elf-bfd.h.
1948 (is_strip_section): Don't strip debugging sections if
1949 STRIP_NONDEBUG.
1950 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1951 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1952
1953 * objcopy.c (copy_section): Free relpp if relcount == 0.
1954
041821e6
ILT
19552004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1956
1957 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1958 (stab_demangle_argtypes): Likewise.
1959 (stab_demangle_v3_argtypes): New static function.
1960 (stab_demangle_v3_arg): New static function.
1961
950d48e7
NC
19622004-01-12 Nick Clifton <nickc@redhat.com>
1963
1964 * objcopy.c (copy_object): Make the function boolean, returning
1965 FALSE upon failure.
eea6121a
AM
1966 (copy_archive): Handle the return value from copy_object.
1967 (copy_file): Likewise.
950d48e7 1968
d9296b18
NC
19692004-01-07 Nick Clifton <nickc@redhat.com>
1970
1971 * readelf.c (find_section): New function. Locates a named
1972 section.
1973 (get_debug_line_pointer_sizes): New function: Initialises the
1974 debug_line_pointer_sizes array.
eea6121a
AM
1975 (display_debug_lines): Call get_debug_line_pointer_sizes.
1976 (display_debug_loc): Likewise.
1977 (load_debug_loc): Use find_section.
1978 (load_debug_str): Likewise.
1979 (display_debug_info): Likewise.
1980 (prescan_debug_info): Delete.
1981 (debug_displays): Remove prescan field.
1982 (process_section_contents): Do not perform prescans.
d9296b18 1983
5e675b72
AM
19842004-01-03 Alan Modra <amodra@bigpond.net.au>
1985
1986 * objcopy.c (filter_bytes): Delete. Move code to..
1987 (copy_section): ..here. Simplify size adjustment. Divide
1988 section lma by interleave.
1989
f0660b73
NC
19902004-01-02 Nick Clifton <nickc@redhat.com>
1991
1992 * po/ru.po: New file: Russian translation.
1993 * configure.in (ALL_LINGUAS): Add ru
1994 * configure: Regenerate.
eb18fd22 1995
c9e214e5 1996For older changes see ChangeLog-0203
252b5132
RH
1997\f
1998Local Variables:
1999mode: change-log
2000left-margin: 8
2001fill-column: 74
2002version-control: never
2003End:
This page took 0.355221 seconds and 4 git commands to generate.