* elf/external.h (GRP_ENTRY_SIZE): Define.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2005-06-17 Jakub Jelinek <jakub@redhat.com>
2
3 * readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define.
4 (process_section_headers): Use it.
5 (process_relocs): Don't crash if symsec is not SHT_SYMTAB
6 or SHT_DYNSYM.
7 (process_version_sections): Use sizeof (Elf_External_Versym)
8 instead of sh_entsize.
9
10 2005-06-16 Nick Clifton <nickc@redhat.com>
11
12 * rename.c (simple_copy): Only define if it is going to be used.
13 (smart_rename): Mark the preserve_dates parameter as possibly
14 being unused.
15
16 * resres.c (write_res_data): Prevent a potential compile time
17 warning by casting the return value from fwrite.
18
19 2005-06-14 H.J. Lu <hongjiu.lu@intel.com>
20
21 PR 995
22 * ar.c (BUFSIZE): Moved to ...
23 * bucomm.h (BUFSIZE): Here.
24
25 * bucomm.c: Include <assert.h>.
26 (bfd_get_archive_filename): New.
27 * bucomm.h (bfd_get_archive_filename): New.
28
29 * objcopy.c (copy_unknown_object): New.
30 (copy_object): Use bfd_get_archive_filename when reporting input
31 error. Don't call fatal on unknown arch.
32 (copy_archive): Call copy_unknown_object on unknown format or
33 arch.
34
35 2005-06-14 Jakub Jelinek <jakub@redhat.com>
36
37 * readelf.c (cmalloc, xcmalloc, xcrealloc): New functions.
38 (get_data): Add nmemb argument. Return NULL if nmemb * size
39 overflows. If var == NULL, allocate one extra byte and
40 clear it.
41 (slurp_rela_relocs, slurp_rel_relocs, get_32bit_program_headers,
42 get_64bit_program_headers, get_program_headers,
43 get_32bit_section_headers, get_64bit_section_headers,
44 get_32bit_elf_symbols, get_64bit_elf_symbols, process_section_headers,
45 process_section_groups, process_relocs, slurp_ia64_unwind_table,
46 ia64_process_unwind, slurp_hppa_unwind_table, hppa_process_unwind,
47 get_32bit_dynamic_section, get_64bit_dynamic_section,
48 process_dynamic_section, process_version_sections, get_dynamic_data,
49 process_symbol_table, dump_section, load_debug_str, load_debug_loc,
50 load_debug_range, read_and_display_attr_value, process_debug_info,
51 get_debug_info, frame_need_space, display_debug_frames,
52 display_debug_section, process_mips_specific, process_gnu_liblist,
53 process_corefile_note_segment): Adjust get_data callers. Use
54 cmalloc, xcmalloc and xcrealloc instead of {m,xm,xre}alloc where
55 passed size is a product of 2 numbers.
56
57 * readelf.c (print_mode): Fix comment typo.
58 (slurp_rela_relocs, slurp_rel_relocs): Fix memory leaks.
59 (dump_relocations): Fix a thinko in check for invalid st_name.
60 (process_program_headers): Don't crash if string_table is NULL.
61 (process_section_headers): Don't crash if e_shstrndx is invalid.
62 Ensure string_table_length is 0 if string_table == NULL.
63 Don't return just because string_table is NULL.
64 (process_section_groups): Don't crash if symtab's sh_link or
65 symbol's st_name is invalid. Fix a memory leak. Fix check for
66 invalid section number entry.
67 (process_relocs): Don't crash if relocation or symbol section's
68 sh_link is invalid.
69 (slurp_ia64_unwind_table, slurp_hppa_unwind_table): Don't crash if
70 relocation section's sh_info is invalid.
71 (ia64_process_unwind, hppa_process_unwind): Don't crash if symbol
72 table's sh_link is invalid.
73 (process_version_sections): Don't crash on version or symbol
74 section's sh_link is invalid. Don't crash if symbol's st_shndx
75 is invalid.
76 (process_symbol_table): Don't crash if string table is corrupt
77 or symbol's st_name, st_shndx, vna_name or vda_name is invalid.
78 (debug_apply_rela_addends): Don't crash if relocation section's
79 sh_info or sh_link is invalid.
80 (display_debug_loc): Warn for unterminated .debug_loc section
81 or start offsets not within .debug_loc section boundaries.
82 (process_gnu_liblist): Don't crash if liblist section's sh_link
83 or entry's l_name is invalid.
84
85 2005-06-09 Jakub Jelinek <jakub@redhat.com>
86
87 * objdump.c (disassemble_bytes): Don't crash if q->howto == NULL.
88 If q->howto->name == NULL, print q->howto->type as number instead.
89 (dump_reloc_set): Likewise.
90
91 2005-06-07 Eric Christopher <echristo@redhat.com>
92
93 * readelf.c (guess_is_rela): Support ms1.
94 (dump_relocations): Ditto.
95 (get_machine_name): Ditto.
96
97 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
98 Michael Snyder <msnyder@redhat.com>
99 Stan Cox <scox@redhat.com>
100
101 * Makefile.am (readelf.o): Depend on ms1.h.
102
103 * Makefile.in: Regenerate.
104
105 * readelf.c: Include ms1.h.
106
107 2005-06-06 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR 990
110 * nm.c (print_symbol): Call bfd_find_line before
111 bfd_find_nearest_line.
112
113 2005-06-06 Alan Modra <amodra@bigpond.net.au>
114
115 * NEWS: Mention new powerpc ld support.
116
117 2005-06-03 Steve Ellcey <sje@cup.hp.com>
118
119 * configure.in: Check for getc_unlocked prototype.
120 * configure: Regenerate.
121 * config.in: Regenerate.
122 * strings.c (get_char): Only call getc_unlocked if we have seen a
123 prototype.
124
125 2005-06-03 Nick Clifton <nickc@redhat.com>
126
127 * configure.in (ALL_LINGUAS): Add zh_TW
128 * configure: Regenerate.
129 * po/zh_TW.po: New Chinese (traditional) translation.
130
131 2005-05-31 Richard Henderson <rth@redhat.com>
132
133 * readelf.c (dump_relocations): Special case R_ALPHA_LITUSE.
134
135 2005-05-29 Richard Henderson <rth@redhat.com>
136
137 * readelf.c (get_alpha_dynamic_type): New.
138 (get_dynamic_type): Call it.
139
140 2005-05-24 H.J. Lu <hongjiu.lu@intel.com>
141
142 * readelf.c (process_section_groups): Report group section
143 index. Check if the section member index is valid.
144
145 2005-05-23 Fred Fish <fnf@specifixinc.com>
146
147 * addr2line.c (unwind_inlines): New flag for 'i' option.
148 (usage): Document '-i' option.
149 (long_options): Recognize '--inlines'.
150 (translate_addresses): Loop, calling bfd_find_inliner_info as
151 necessary and printing multiple output lines.
152 (main): Handle 'i' option.
153 * doc/binutils.texi (addr2line): Document '-i' option.
154 * NEWS: Mention new addr2line '-i' option.
155
156 2005-05-23 Nick Clifton <nickc@redhat.com>
157
158 * readelf.c (fetch_indirect_string): Display a warning message
159 when a corrupt DW_FORM_strp value is encountered.
160
161 (process_debug_info): Mention that the compilation unit offset is
162 being displayed in hexadecimal.
163
164 (display_debug_lines): Fix typo in name of .debug_line section.
165
166 2005-05-19 Zack Weinberg <zack@codesourcery.com>
167
168 * Makefile.am: Have 'all' depend on 'info'.
169 * Makefile.in: Regenerate.
170
171 2005-05-19 Ben Elliston <bje@au.ibm.com>
172
173 * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding
174 value of DW_ATE_GNU_decimal_float.
175
176 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
177
178 * doc/Makefile.am (config.texi): Don't use $<.
179 * doc/Makefile.in: Regenerated.
180
181 2005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
182
183 * deflex.l: Ignore CRs
184
185 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
186
187 * acinclude.m4: Remove obsolete code.
188 * configure.in: Update AC_PREREQ.
189 * doc/Makefile.am (binutils_TEXINFOS): Define.
190 (config.texi): Depend on distributed files instead of built
191 files.
192 (binutils.dvi, binutils.info): Remove unnecessary rules.
193 (DISTCLEANFILES): Remove.
194 (install-data-local): Renamed from install.
195 (info-local): Renamed from info.
196 * Makefile.in, aclocal.m4, config.in, configure,
197 doc/Makefile.in: Regenerated.
198
199 2005-05-14 Alan Modra <amodra@bigpond.net.au>
200
201 * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not
202 DT_PPC_GLINK.
203
204 2005-05-13 Fred Fish <fnf@specifixinc.com>
205
206 * readelf.c: Fix a couple of obvious comment typos,
207 'debug_str' -> 'debug_ranges' and proecess' -> 'process'.
208
209 2005-05-13 H.J. Lu <hongjiu.lu@intel.com>
210
211 * readelf.c (dump_ia64_unwind): Get stamp with proper size.
212
213 2005-05-12 Nick Clifton <nickc@redhat.com>
214
215 * readelf.c (display_debug_lines): If pointer_size has not been
216 found then assume that it is 4 in order to prevent a seg fault
217 when process_extend_line_op attempts to read the line data.
218
219 2005-05-11 Alan Modra <amodra@bigpond.net.au>
220
221 * readelf.c (get_ppc_dynamic_type): New function for DT_PPC_GLINK.
222 (get_dynamic_type): Call the above.
223
224 2005-05-07 Nick Clifton <nickc@redhat.com>
225
226 * Update the address and phone number of the FSF organization in
227 the GPL notices in the following files:
228 aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
229 arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
230 budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
231 cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
232 dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
233 ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
234 objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
235 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
236 size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
237 syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
238 windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
239
240 2005-05-06 Jan Beulich <jbeulich@novell.com>
241
242 * objcopy.c (copy_file): Don't delete output upon error here.
243 (copy_main): Delete output upon error.
244
245 2005-05-02 Ben Elliston <bje@au.ibm.com>
246
247 * dlltool.c (dtab): Remove empty function.
248 (process_duplicates): Remove calls to dtab().
249
250 2005-05-01 Maciej W. Rozycki <macro@linux-mips.org>
251
252 * doc/binutils.texi (strip, objcopy): Clarify the description of
253 the "--strip-debug" option. Fix a typo.
254
255 2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
256
257 * bucomm.c: Undo the last change.
258 * bucomm.h: Likewise.
259
260 2005-04-29 Ben Elliston <bje@au.ibm.com>
261
262 * syslex.l (word, number, unit): Remove unused variables.
263 * nlmheader.y (keyword_tokens): Make static.
264 * coffdump.c (dump_coff_symbol, coff_dump): Make static.
265 * coffgrok.c (lofile, last_function_symbol, last_function_type,
266 last_struct, last_enum, cur_sfile): Make variables static.
267 * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
268 sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
269 * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
270 names, pnames): Likewise.
271
272 2005-04-29 Ben Elliston <bje@au.ibm.com>
273
274 * ar.c (mri_mode): Make static.
275 * arsup.c (obfd, real_name, outfile): Likewise.
276 * binemul.c (ar_emul_create): Remove unused function.
277 (ar_emul_default_create): Likewise.
278 * binemul.h (ar_emul_create): Remove declaration.
279 (ar_emul_default_create): Likewise.
280 (struct bin_emulation_xfer_struct): Remove ar_create member.
281 * bucomm.c (report): Make static.
282 * bucomm.h (report): Remove declaration.
283 * cxxfilt.c (mbuffer): Make static.
284 (main): Use unsigned ints for some loop control variables.
285 * readelf.c: Make many global variables static.
286 * size.c (berkeley_format): Make static.
287 (long_options): Likewise.
288 * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
289 structure initialiser.
290 (bin_aix5_emulation): Likewise.
291 * emul_vanilla.c (bin_vanilla_emulation): Likewise.
292
293 2005-04-27 Ben Elliston <bje@au.ibm.com>
294
295 * syslex.l: Adjust top-of-file comment: this file is part of GNU
296 binutils, not GNU ld.
297
298 2005-04-25 Nick Clifton <nickc@redhat.com>
299
300 PR872
301 * objcopy.c (copy_archive): Initialise 'obfd' field of new
302 name_list structure.
303
304 * objcopy.c (copy_usage): Fix description of -K switch.
305
306 * doc/binutils.texi (strip, objcopy): Fix description of -K
307 switch.
308
309 2005-04-20 Daniel Jacobowitz <dan@codesourcery.com>
310
311 * readelf.c (display_debug_frames): Use data factor for
312 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
313
314 2005-04-19 H.J. Lu <hongjiu.lu@intel.com>
315
316 * objdump.c (dump_section_header): Skip linker created section.
317
318 2005-04-17 H.J. Lu <hongjiu.lu@intel.com>
319
320 * objdump.c (dump_section_header): Support SEC_GROUP.
321
322 2005-04-16 Nick Clifton <nickc@redhat.com>
323
324 * readelf.c (debug_apply_rela_addends): Remove redundant %s from
325 printf string.
326
327 2005-04-15 Nick Clifton <nickc@redhat.com>
328
329 * objcopy.c (copy_file): Issue an error message when attmepting to
330 copy an empty input file.
331
332 2005-04-14 Alan Modra <amodra@bigpond.net.au>
333
334 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
335 * configure.in: Include ../bfd/warning.m4 contents.
336 * Makefile.in: Regenerate.
337 * configure: Regenerate.
338 * doc/Makefile.in: Regenerate.
339
340 2005-04-12 Alan Modra <amodra@bigpond.net.au>
341
342 * Makefile.am: Run "make dep-am".
343 (syslex.o, sysinfo.o, arparse.o, arlex.o): Add -Wno-error to command.
344 (sysroff.o, defparse.o, deflex.o): Likewise.
345 (nlmheader.o, rcparse.o, rclex.o): Likewise.
346 * Makefile.in: Regenerate.
347 * aclocal.m4: Regenerate.
348 * config.in: Regenerate.
349 * configure: Regenerate.
350
351 2005-04-11 Jan Beulich <jbeulich@novell.com>
352
353 * MAINTAINERS: Add myself as ix86 Intel mode maintainer.
354
355 2005-04-06 Nick Clifton <nickc@redhat.com>
356 H.J. Lu <hongjiu.lu@intel.com>
357
358 * po/rw.po: New translation: Kinyarwanda.
359 * configure.in (ALL_LINGUAS): Add rw.
360 * configure: Regenerate.
361
362 2005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
363
364 * readelf.c (debug_apply_rela_addends): Reorder r_info as
365 necessary for 64-bit MIPS.
366
367 2005-04-04 Maciej W. Rozycki <macro@linux-mips.org>
368
369 * doc/binutils.texi (readelf): Remove a duplicate paragraph.
370
371 2005-04-04 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
372
373 PR binutils/813
374 * objdump.c (dump_symbols): Add a check to see if the section for
375 the symbol is chosen using process_section_p.
376
377 2005-04-01 H.J. Lu <hongjiu.lu@intel.com>
378
379 * NEWS: Mention new readelf options, "-N/--full-section-name"
380 and "-g/--section-groups".
381
382 * doc/binutils.texi: Document new readelf options,
383 "-N/--full-section-name" and "-g/--section-groups".
384
385 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
386
387 * readelf.c (do_full_section_name): New.
388 (options): Add "--full-section-name"/'N'.
389 (usage): Add -N/--full-section-name.
390 (parse_args): Handle 'N'.
391 (process_section_headers): Print out the full section name if
392 do_full_section_name isn't 0.
393
394 2005-03-31 Nick Clifton <nickc@redhat.com>
395
396 * configure.in: Add a check for <unistd.h> providing a prototype
397 for getopt() which is compatible with the one in
398 include/getopt.h. If so then define HAVE_DECL_GETOPT.
399 * configure: Regenerate.
400 * config.in (HAVE_DECL_GETOPT): Add.
401 * aclocal.m4: Regenerate.
402 * addr2line.c: Include "config.h" before "bfd.h" so that
403 HAVE_DECL_GETOPT is defined before getopt.h is included.
404
405 2005-03-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
406
407 * doc/binutils.texi: Document new VAX disassembler-specific option
408 -M entry:0xfooba8.
409 * NEWS: Mention the new option.
410
411 2005-03-29 Anil Paranjpe <anilp1@kpitcummins.com>
412
413 * MAINTAINERS: Add myself as H8300 maintainer.
414
415 2005-03-28 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
416
417 * objdump.c (disassemble_bytes): Remove cast.
418
419 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
420
421 * BRANCHES: Add binutils-csl-arm-2005q1-branch and
422 binutils-2_16-branch.
423
424 2005-03-25 Mark Kettenis <kettenis@gnu.org>
425
426 * MAINTAINERS: Add myself as M88k maintainer.
427
428 2005-03-24 Danny Smith <dannysmith@users.sourceforge.net>
429
430 * winduni.c (unicode_from_ascii): Don't declare variables
431 's' and 'w' if _WIN32. Use MultiByteToWideChar to set the unicode
432 string len.
433
434 2005-03-24 Dmitry Diky <diwil@spec.ru>
435
436 * MAINTAINERS: Add myself as MSP430 maintainer.
437
438 2005-03-23 Nick Clifton <nickc@redhat.com>
439
440 * po/fr.po: Updated translation.
441
442 2005-03-22 Nick Clifton <nickc@redhat.com>
443
444 * MAINTAINERS: Add Daniel Jacobwitz to the blanket write
445 privileges list.
446
447 2005-03-17 Paul Brook <paul@codesourcery.com>
448 Dan Jacobowitz <dan@codesourcery.com>
449 Mark Mitchell <mark@codesourcery.com>
450
451 * binutils/readelf.c (get_arm_segment_type): New function.
452 (get_segment_type): Use it.
453
454 2005-03-18 Paul Brook <paul@codesourcery.com>
455
456 * objdump.c (objdump_print_addr): Avoid uninitialized warning.
457
458 2005-03-17 Diego Novillo <dnovillo@redhat.com>
459
460 * MAINTAINERS: Remove self as maintainer of x86 intel
461 mode.
462
463 2005-03-16 Nick Clifton <nickc@redhat.com>
464 Ben Elliston <bje@au.ibm.com>
465
466 * configure.in (werror): New switch: Add -Werror to the
467 compiler command line. Enabled by default. Disable via
468 --disable-werror.
469 * configure: Regenerate.
470
471 2005-03-15 Daniel Marques <marques@cs.cornell.edu>
472 Nick Clifton <nickc@redhat.com>
473
474 * objcopy.c (globalize_specific_list): New linked list of symbols
475 to convert from local binding into global binding.
476 (command_line_switch): Add OPTION_GLOBALIZE_SYMBOL and
477 OPTION_GLOBALIZE_SYMBOLS.
478 (copy_options): Add "globalize-symbol" and "globalize-symbols".
479 (copy_usage): Document the new switches.
480 (filter_symbols): Convert defined local symbols mentioned on the
481 globalize_specific_list into global symbols.
482 (copy_object): Perform actions if the globalize_specific_list is
483 not empty.
484 (copy_main): Handle new switches.
485 * NEWS: Mention new feature.
486 * doc/binutils.texi: Document new switches.
487
488 2005-03-15 Alan Modra <amodra@bigpond.net.au>
489
490 * po/es.po: Commit new Spanish translation.
491
492 * po/fr.po: Commit new French translation.
493
494 2005-03-14 Alan Modra <amodra@bigpond.net.au>
495
496 * po/tr.po: Commit new Turkish translation.
497
498 2005-03-11 Nick Clifton <nickc@redhat.com>
499
500 * po/fr.po: Updated French translation.
501
502 2005-03-10 Nick Clifton <nickc@redhat.com>
503
504 * configure.in (ALL_LINGUAS): Add Romanian lingua "ro".
505 * configure: Regenerate.
506 * po/ro.po: New file.
507
508 * po/ru.po: Updated file.
509
510 2005-03-05 Alan Modra <amodra@bigpond.net.au>
511
512 * po/binutils.pot: Regenerate.
513
514 2005-03-02 Jan Beulich <jbeulich@novell.com>
515
516 * ar.c (remove_output): Use unlink_if_ordinary instead of unlink.
517 * objcopy.c (copy_file): Likewise.
518 (strip_main): Likewise.
519
520 2005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
521 Nick Clifton <nickc@redhat.com>
522
523 * objdump.c: Fix coding for DISASSEMBLER_NEEDS_RELOC:
524 (struct objdump_disasm_info): Add 'reloc' field.
525 (disassemble_bytes): Fix check for when an insn has a reloc
526 associated with it. Improve comment explaining why the use of
527 octets is wrong. Set the 'reloc' field in objdump_disasm_info
528 structure.
529 (objdump_print_addr): Use new 'reloc' field to lookup the correct
530 address for the symbol associated with the current instruction's
531 relocation.
532 (disassemble_info): Initialise 'reloc' field.
533
534 2005-02-28 Jakub Jelinek <jakub@redhat.com>
535
536 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
537 get_segment_type, get_section_type_name, get_elf_class,
538 get_data_encoding, get_group_flags, dynamic_section_mips_val,
539 get_symbol_binding, get_symbol_type, get_TAG_name, get_FORM_name,
540 get_AT_name, process_mips_specific, process_gnu_liblist,
541 get_note_type, get_netbsd_elfcore_note_type): Use snprintf instead of
542 sprintf where needed.
543 (get_dynamic_type): Likewise. Increase buff to 64 bytes.
544 (get_elf_section_flags): Increase buff to 33 bytes. Avoid
545 using strcat.
546 (get_dynamic_flags): Renamed to...
547 (print_dynamic_flags): ... this. Print the flags to stdout instead
548 of returning them as string.
549 (process_dynamic_section): Adjust caller.
550
551 2005-02-25 H.J. Lu <hongjiu.lu@intel.com>
552
553 * readelf.c (display_debug_ranges): Print out offset for end of
554 list.
555
556 2005-02-23 Alan Modra <amodra@bigpond.net.au>
557
558 * dlltool.c: Warning fixes.
559 * objdump.c: Likewise.
560
561 2005-02-22 Alan Modra <amodra@bigpond.net.au>
562
563 * Makefile.am (syslex.o, sysinfo.o): Pass AM_CFLAGS to compiler.
564 (syslex.o, sysinfo.o, dlltool.o, rescoff.o): Remove duplicate
565 dependencies. Run "make dep-am".
566 * nlmconv.c: Warning fixes.
567 * readelf.c: Likewise.
568 * srconv.c: Likewise.
569 * sysdump.c: Likewise.
570 * sysinfo.y: Likewise.
571 * syslex.l: Likewise. Use yyleng instead of strlen, memcpy instead
572 of strcpy.
573 * Makefile.in: Regenerate.
574
575 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
576
577 * objcopy.c (parse_flags): Replace SEC_SHARED with
578 SEC_COFF_SHARED.
579
580 * objdump.c (dump_section_header): Dump SEC_TIC54X_BLOCK and
581 SEC_TIC54X_CLINK for TI c54x only. Remove SEC_ARCH_BIT_0. Dump
582 SEC_COFF_SHARED for COFF only.
583
584 2005-02-21 Alan Modra <amodra@bigpond.net.au>
585
586 * Makefile.am: Run "make dep-am"
587 * Makefile.in: Regenerate.
588 * doc/Makefile.in: Regenerate.
589
590 2005-02-21 Alan Modra <amodra@bigpond.net.au>
591
592 * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET.
593 (byte_get_little_endian): Don't handle size of -8.
594 (byte_get_signed, byte_get_big_endian): Likewise.
595 (print_dec_vma, print_hex_vma): New functions.
596 (print_vma): Use them. Return chars output.
597 (get_dynamic_data): Return a bfd_vma array. Add ent_size parm.
598 (process_symbol_table): Handle alpha and s390 .hash.
599
600 2005-02-18 H.J. Lu <hongjiu.lu@intel.com>
601
602 * readelf.c (display_debug_loc): Print out offset for end of
603 list.
604
605 2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
606
607 * Makefile.am (TOOL_PROGS): Add objdump.
608 * Makefile.in: Regenerate.
609
610 2005-02-17 Alan Modra <amodra@bigpond.net.au>
611
612 * deflex.l (YY_NO_UNPUT): Define.
613 * rclex.l (YY_NO_UNPUT): Define.
614 * rcparse.y (null_unichar): New static var.
615 (res_null_text): Use it rather than attempting to init from wchar_t.
616 * windres.c: Include assert.h and time.h before getopt.h.
617 Include config.h and unistd.h too.
618
619 2005-02-15 Nick Clifton <nickc@redhat.com>
620
621 * nlmconv.c: Provide a full prototype for the localtime() function
622 in order to avoid a compile time warning.
623
624 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
625
626 * readelf.c (group_count): Don't initialize it.
627 (process_section_groups): Reurn 1 if we won't do unwind nor
628 section groups. Set group_count to 0 before counting group
629 sections and return 1 if there are no group sections. Reread
630 SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
631 section 0.
632 (process_object): Only set do_unwind to 0 if
633 process_section_groups return 0.
634
635 2005-02-10 Ian Lance Taylor <ian@airs.com>
636
637 * MAINTAINERS: Update my e-mail address.
638
639 2005-02-10 Mark Mitchell <mark@codesourcery.com>
640
641 * MAINTAINERS: Add Paul Brook and Mark Mitchell as ARM (Symbian)
642 maintainers.
643
644 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
645
646 * MAINTAINERS: Add self as maintainer of MAXQ.
647
648 2005-01-31 Richard Sandiford <rsandifo@redhat.com>
649
650 * readelf.c (eh_addr_size): New variable.
651 (find_section): Move earlier in file. Return empty sections too.
652 (process_program_headers): Use find_section to find .dynamic.
653 (process_section_headers): Initialize eh_addr_size.
654 (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
655 (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
656 (display_debug_frames): Use it instead of local addr_size variable.
657 (size_of_encoded_value): Get pointer size from eh_addr_size rather
658 than is_32bit_elf.
659
660 2005-01-31 Andrew Cagney <cagney@gnu.org>
661
662 * configure: Regenerate to track ../gettext.m4.
663
664 2005-01-31 Nick Clifton <nickc@redhat.com>
665
666 * version.c (print_version): Bump the copyright date to 2005.
667
668 2005-01-25 Alan Modra <amodra@bigpond.net.au>
669
670 * nm.c (display_rel_file): Read dynamic syms before calling
671 bfd_get_synthetic_symtab.
672
673 2005-01-21 Ben Elliston <bje@au.ibm.com>
674
675 * dlltool.c (dump_iat): Remove unused function.
676 (gen_exp_file): Remove #if 0'd code.
677 (make_one_lib_file): Likewise.
678 * srconv.c: Remove #if 0'd code throughout.
679 * size.c (lprint_number): Remove.
680 (print_berkeley_format): Remove #if 0'd code.
681 * ar.c (do_quick_append): Remove declaration and definiton.
682 (main): Remove #if 0'd code.
683 * filemode.c (filemodestring): Remove #if 0'd function.
684 * sysdump.c (unit_info_list): Remove function.
685 (object_body_list): Likewise.
686 (program_structure): Likewise.
687 (debug_list): Likewise.
688 (module): Remove #if 0'd code.
689
690 2005-01-20 Mark Mitchell <mark@codesourcery.com>
691
692 * BRANCHES: Add binutils-2_15-branch.
693
694 * MAINTAINERS: Document branch policy.
695 * BRANCHES: New file.
696
697 2005-01-19 Fred Fish <fnf@specifixinc.com>
698
699 * NEWS: Make note of the new MIPS disassembly option "no-aliases".
700 * doc/binutils.texi (objdump): Document the "no-aliases"
701 disassembly option.
702
703 2005-01-17 Eugene Kotlyarov <ekot@narod.ru>
704
705 PR binutils/647
706 * rcparse.y (RCDATA): Allow a filename to be supplied as the
707 parameter. Parse it with define_rcdata_file().
708 * resrc.c (define_rcdata_file): New function.
709 * windres.h: Provide a prototype for the new function.
710
711 * resrc.c (define_user_file): Fix typo by replacing "font file"
712 with "file".
713
714 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
715
716 * MAINTAINERS: Update my email address.
717
718 2005-01-16 Danny Smith <dannysmith@users.sourceforge.net>
719
720 * dlltool.c (set_dll_name_from_def): New function. Strip name
721 to basename, with warning.
722 (def_name): Use it.
723 (def_library): Likwise.
724 (main): Strip arg of --dllname to basename, with warning.
725 Only use basename of exp_name when inferring dll_name.
726
727 2005-01-11 Nick Clifton <nickc@redhat.com>
728
729 PR binutils/637
730 * doc/binutils.texi (c++filt): Use uppercase CXXFILT in the
731 footnote in order to prevent the sed script in the Makefile from
732 converting it into c++filt.
733
734 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
735
736 BZ 635
737 readelf.c (saved_base_address): Removed.
738 (decode_64bit_range): Likewise.
739 (decode_range): Likewise.
740 (display_64bit_debug_ranges): Likewise.
741 (debug_info): Add range_lists, num_range_lists and
742 max_range_lists.
743 (read_and_display_attr_value): Handle do_debug_ranges.
744 (process_debug_info): Likewise.
745 (display_debug_ranges): Rewrite.
746 (process_object): Free range_lists.
747
748 2005-01-10 Andreas Schwab <schwab@suse.de>
749
750 * configure.in: Don't define SKIP_ZEROES.
751 * configure: Regenerate.
752 * objdump.c (disassemble_data): Set skip_zeroes and
753 skip_zeroes_at_end in disasm_info to defaults.
754 (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define.
755 (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and
756 always define.
757 (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from
758 objdump_disasm_info.
759
760 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
761
762 * readelf.c (display_debug_loc): Display base address
763 specifiers. Always output <End of list>.
764
765 2005-01-05 H.J. Lu <hongjiu.lu@intel.com>
766
767 * readelf.c (have_frame_base): New.
768 (need_base_address): Likewise.
769 (saved_base_address): Likewise.
770 (decode_location_expression): Return 1 if DW_AT_frame_base is
771 needed.
772 (debug_info): Add base_address and a have_frame_base pointer.
773 (read_and_display_attr_value): Replace saved_DW_AT_low_pc with
774 saved_base_address. Record base address. Set have_frame_base.
775 Record if a location list has DW_AT_frame_base. Display if a
776 location expression has no DW_AT_frame_base but needs one. Set
777 saved_base_address only if needed.
778 (process_debug_info): Clear have_frame_base, saved_base_address
779 and set need_base_address.
780 (display_debug_loc): Display if a location expression has no
781 DW_AT_frame_base but needs one. Display if start >= end. Don't
782 adjust for section address. Properly handle base address.
783 (process_object): Free the have_frame_base pointer in
784 debug_info.
785
786 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
787
788 * readelf.c (display_debug_loc): Display offsets for hole and
789 overlap.
790 (display_debug_str): Add a newline at the end.
791
792 2005-01-04 Armin Diehl <diehl@nordrhein.de>
793
794 PR binutils/630
795 * nlmconv.c (main): Only store the basename of the output filename
796 in the module table.
797
798 2005-01-04 H.J. Lu <hongjiu.lu@intel.com>
799
800 BZ 615
801 * readelf.c (process_debug_info): New.
802 (debug_info): Add num_loc_offsets, loc_offsets and
803 last_loc_offset_p.
804 (get_debug_info): Use process_debug_info.
805 (display_debug_loc): Properly handle location list. Warn if bad
806 location lists are encoutnered.
807 (read_and_process_attr_value): New.
808 (read_and_display_attr_value): Use "%lx" for DW_FORM_data4.
809 (display_debug_info): Use process_debug_info.
810 (process_object): Also free loc_offsets in debug_information.
811
812 2004-12-31 Alan Modra <amodra@bigpond.net.au>
813
814 * objdump.c (remove_useless_symbols): Discard section symbols.
815
816 2004-12-27 H.J. Lu <hongjiu.lu@intel.com>
817
818 * readelf.c (read_leb128): Support 64bit host.
819
820 2004-12-23 Nick Clifton <nickc@redhat.com>
821
822 PR binutils/616
823 * readelf.c (debug_info): Add 'cu_offset' field.
824 (get+pointer_size_of_comp_unit): Rename to
825 'get_pointer_size_and_offset_of_comp_unit'. Add code to return
826 the offset of the comp_unit if requested.
827 (get_debug_info): Record comp_unit offsets as well.
828 (display_debug_lines): Call get_pointer_size_of_comp_unit.
829 (decode_location_expression): Add an extra parameter - the offset
830 of the current comp-unit. Use this when decoding the DW_OP_call2
831 and DW_OP_call4 operators.
832 (display_debug_loc): Call get_pointer_size_of_comp_unit, pass the
833 comp_unit offset on the decode_location_expression.
834 (read_and_display_attr_value): Pass the comp_unit offset on the
835 decode_location_expression.
836 (display_debug_frames): Pass 0 as the comp_unit offset to
837 decode_location_expression.
838
839 2004-12-22 Nick Clifton <nickc@redhat.com>
840
841 * readelf.c (last_pointer_size, warned_about_missing_comp_units):
842 New variables associated with obtaining the pointer size for a
843 comp_unit.
844 (get_pointer_size_of_comp_unit): Add an extra parameter - the name
845 of the section requesting the pointer size. Use this name in
846 error messages. If there are not enough comp_units available
847 produce a warning message, but return the last known pointer size
848 so that section dumping can continue.
849 (get_debug_info): Reset the new variables.
850 (display_debug_lines): Add extra parameter to invocation of
851 get_pointer_size_of_comp_unit and remove error message when it
852 returns 0.
853 (display_debug_loc): Likewise.
854
855 2004-12-15 Jan Beulich <jbeulich@novell.com>
856
857 * doc/binutils.texi: Document --strip-unneeded-symbol and
858 --strip-unneeded-symbols.
859 * objcopy.c (strip_unneeded_list): New.
860 (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
861 and OPTION_STRIP_UNNEEDED_SYMBOLS.
862 (copy_options): Add --strip-unneeded-symbol and
863 --strip-unneeded-symbols.
864 (copy_usage): Likewise.
865 (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
866 and the symbol is not needed.
867 (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
868 OPTION_STRIP_UNNEEDED_SYMBOLS.
869
870 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
871
872 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
873
874 2004-12-08 Ben Elliston <bje@au.ibm.com>
875
876 * arlex.l: Fix formatting.
877
878 2004-12-08 Ben Elliston <bje@au.ibm.com>
879
880 * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
881 config.texi whose value is the current month and year.
882 * doc/Makefile.in: Rebuild.
883 * doc/binutils.texi: Set the document subtitle to be the value of
884 the Texinfo UPDATED variable (obtained from config.texi).
885
886 2004-12-07 Ben Elliston <bje@au.ibm.com>
887
888 PR binutils/249
889 * doc/binutils.texi (def file format): New node.
890 (dlltool): Use the tool name as the @chapter name, like all the
891 other binutils. Use @file{.def} throughout for consistency.
892
893 2004-12-06 Ben Elliston <bje@au.ibm.com>
894
895 * dlltool.c: Comment fix.
896
897 2004-12-06 Ben Elliston <bje@au.ibm.com>
898
899 * doc/binutils.texi: Update copyright years.
900
901 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
902
903 * MAINTAINERS: Remove mention of config.if.
904
905 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
906
907 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
908 * Makefile.in: Regenerate.
909
910 2004-11-10 Ian Lance Taylor <ian@wasabisystems.com>
911
912 PR binutils/536
913 * stabs.c (stab_demangle_template): Call stab_demangle_count
914 rather than stab_demangle_get_count to get the length of a pointer
915 target.
916
917 2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
918
919 * defparse.y: Remove unnecessary commas from token list.
920
921 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
922
923 * doc/binutils.texi (nm): Update description of weak symbols.
924
925 2004-11-03 Nick Clifton <nickc@redhat.com>
926
927 * readelf.c (do_debug_ranges): New variable.
928 (usage): Document new switch: -wR or --debug-dump=Ranges.
929 (parse_args): Handle new switch. Replace switch statement for the
930 long options with a more compact table structure.
931 (process_section_headers): Allow the dumping of .debug_ranges
932 sections if so requested.
933 (debug_displays): Likewise.
934 (load_debug_range): New function: Grabs the contents of a
935 .debug_ranges section.
936 (free_debug_range): New function: Releases the grabbed
937 .debug_ranges section.
938 (decode_64bit_range): New function: Displays a 64-bit range in a
939 .debug_ranges section.
940 (decode_range): New function: Displays a 32-bit range in a
941 .debug_ranges section.
942 (read_and_display_attr_value): Record the value of DW_AT_low_pc
943 attributes. Use decode_ranges() to display a DW_AT_ranges
944 attribute.
945 (display_debug_info): Use load_debug_range() and
946 free_debug_range().
947 (display_64bit_debug_ranges): New function. Displays the contents
948 of a 64-bit format .debug_ranges section.
949 (display_debug_ranges): New function: Displays the contents of a
950 32-bit .debug_ranges section.
951
952 (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
953 global scope.
954 (process_object): Initialise the dump_sects array from the
955 cmdline_dump_sects array before processing each object file.
956
957 (streq, strneq): New macros. Use them to replace occurrences of
958 strcmp() and strncmp().
959
960 (debug_information): New structure array to replace
961 debug_line_pointer_sizes array.
962 (num_debug_info_entries): New variable to replace
963 num_debug_line_pointers.
964 (get_pointer_size_of_comp_unit): New function: Returns the pointer
965 size of a given compilation unit.
966 (get_debug_info): New function to replace
967 get_debug_line_pointer_sizes.
968 (display_debug_lines): Use the new functions.
969 (display_debug_loc): Likewise.
970
971 (disassemble_section): Change return type to int.
972 (display_debug_lines): Move local variables to their
973 innermost scope.
974 (display_debug_section): Likewise. Also record the return value
975 of functions called and pass this back to the parent. Also only
976 warn about undumped sections when the user explicitly requested
977 their dumping.
978
979 (debug_apply_rela_addends): Allow relocations against STT_OBJECT
980 types as well.
981
982 * NEWS: Mention the support for decoding .debug_ranges sections.
983 * doc/binutils.texi: Document the new command line switch to
984 readelf.
985
986 2004-11-03 Randolph Chung <tausq@debian.org>
987
988 * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
989 unw_aux_info and unw_table_entry.
990 (find_symbol_for_address): Pass symtab and strtab info explicitly.
991 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
992 prefix.
993 (slurp_ia64_unwind_table): Likewise.
994 (ia64_process_unwind): Rename from old process_unwind.
995 (hppa_unw_aux_info): New.
996 (dump_hppa_unwind): New.
997 (slurp_hppa_unwind_table): New.
998 (hppa_process_unwind): New.
999 (process_unwind): Factor out common unwinding checks; dispatch to
1000 unwind handler based on machine type.
1001
1002 2004-11-02 Nick Clifton <nickc@redhat.com>
1003
1004 * readelf.c (display_debug_lines): Fix typo in error message.
1005
1006 2004-10-26 Mark Mitchell <mark@codesourcery.com>
1007
1008 * readelf.c (get_note_type): Handle notes not in core files.
1009 (process_note_sections): New function.
1010 (process_corefile_contents): Rename to ...
1011 (process_notes): ... this.
1012 (process_object): Call process_notes, not
1013 process_corefile_contents.
1014 * doc/binutils.texi: Update readelf -n documentation.
1015
1016 2004-10-26 Jakub Jelinek <jakub@redhat.com>
1017
1018 * ar.c (extract_file): Set atime to mtime for ar xo.
1019
1020 2004-10-25 Ian Lance Taylor <ian@wasabisystems.com>
1021
1022 * stabs.c (stab_demangle_v3_arglist): New static function, broken
1023 out of stab_demangle_v3_argtypes.
1024 (stab_demangle_v3_argtypes): Call it.
1025 (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
1026 If we find an unrecognized component, print out its number.
1027
1028 2004-10-25 David Mosberger <davidm@hpl.hp.com>
1029
1030 * readelf.c (slurp_ia64_unwind_table): Support relocations against
1031 non-section symbols by adding in the symbol value.
1032
1033 2004-10-25 Nick Clifton <nickc@redhat.com>
1034
1035 PR 465
1036 * readelf.c (dynamic_strings_length): New global variable.
1037 (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
1038 strings in the dynamic string table.
1039 (process_section_headers): Initialise dynamic_strings_length.
1040 (process_dynamic_section): Likewise.
1041 (process_object): Reset dynamic_string_length when the buffer is freed.
1042 (dynamic_sections_mips_val): Use the new macros.
1043 (process_dynamic_section): Likewise.
1044 (process_version_sections): Likewise.
1045 (process_symbol_table): Likewise.
1046 (process_syminfo): Likewise.
1047 (process_mips_specific): Likewise.
1048 (dump_relocations): Add a new parameter 'strtablen' and use this
1049 to verify that string offset in a given reloc is valid. Print a
1050 suitable error message otherwise.
1051 (process_relocs): Pass the new argument to dump_relocations.
1052
1053 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1054
1055 * dlltool.c: Include <assert.h>.
1056 (PREFIX_ALIAS_BASE): Define.
1057 (struct export): Add member import_name;
1058 (def_exports): Set import_name.
1059 (make_one_lib_file): Remove prefix alias code, use import_name
1060 in .idata$6.
1061 (gen_lib_file): Create and delete aliases.
1062
1063 2004-10-19 H.J. Lu <hongjiu.lu@intel.com>
1064
1065 * readelf.c (process_section_groups): Free symtab after use.
1066
1067 2004-10-18 Tommy Pettersson <ptp@lysator.liu.se>
1068 Nick Clifton <nickc@redhat.com>
1069
1070 * strings.c (usage): Place radix values for -t option into the
1071 correct order.
1072
1073 * objcopy.c (add_redefine_syms_file): Change error messages to use
1074 <filename>:<linenumber>: format for easier parsing by automatic
1075 tools.
1076
1077 * srconv.c (show_usage): Fix spelling typo.
1078
1079 * windres.c (format_from_filename): Suggest the use of -J instead
1080 of -I if the file type cannot be determined.
1081
1082 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1083
1084 * strings.c: Include <sys/stat.h>.
1085
1086 2004-10-18 Alan Modra <amodra@bigpond.net.au>
1087
1088 * budemang.c (demangle): Fix thinko.
1089
1090 * budemang.c (demangle): Handle "@plt" suffix.
1091
1092 2004-10-14 Nick Clifton <nickc@redhat.com>
1093
1094 * nm.c (usage): Fix description of --special-syms switch.
1095
1096 2004-10-13 Jakub Jelinek <jakub@redhat.com>
1097
1098 * strings.c (statbuf): New typedef.
1099 (file_stat): Define.
1100 (strings_object_file): Avoid using get_file_size, instead do the
1101 checks here, using file_stat.
1102 * configure.in (HAVE_STAT64): New test.
1103 * configure: Rebuilt.
1104 * config.in: Rebuilt.
1105
1106 2004-10-12 Paul Brook <paul@codesourcery.com>
1107
1108 * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
1109
1110 2004-10-11 Alan Modra <amodra@bigpond.net.au>
1111
1112 * objdump.c (dump_symbols): Fix thinko last change. Improve error
1113 messages.
1114
1115 2004-10-08 Nick Clifton <nickc@redhat.com>
1116
1117 * nm.c: Add a new switch --special-syms which, if enabled, will
1118 include the ARM Mapping symbols in nm's output.
1119 (usage): Mention the switch.
1120 (filter_symbols): Handle the switch.
1121 * objdump.c: Add a similar switch.
1122 (usage): Mention the switch.
1123 (dump_symbols): Handle the switch.
1124 * doc/binutils.texi: Document the new switches.
1125 * NEWS: Mention the new switches.
1126
1127 2004-10-08 Daniel Jacobowitz <dan@debian.org>
1128
1129 * readelf.c (get_x86_64_section_type_name): New function.
1130 (get_section_type_name): Use it.
1131
1132 2004-10-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1133
1134 * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
1135 patches.
1136 * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
1137
1138 2004-10-07 Alexandre Oliva <aoliva@redhat.com>
1139
1140 * readelf.c (get_machine_flags): Don't fall through into m68k cpu
1141 types.
1142
1143 2004-10-01 Paul Brook <paul@codesourcery.com>
1144
1145 * readelf.c (get_arm_section_type_name): New function.
1146 (get_section_type_name): Use it.
1147
1148 2004-09-28 Nick Clifton <nickc@redhat.com>
1149
1150 * nm.c: Reorder functions to eliminate most of the static function
1151 prototypes.
1152
1153 2004-09-22 Alan Modra <amodra@bigpond.net.au>
1154
1155 * readelf.c (process_program_headers): Don't include .tbss in non-TLS
1156 segments.
1157
1158 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1159
1160 * Makefile.am: Run "make dep-am".
1161 * Makefile.in: Regenerate.
1162 * config.in: Regenerate.
1163 * configure: Regenerate.
1164 * doc/Makefile.in: Regenerate.
1165 * po/binutils.pot: Regenerate.
1166
1167 2004-09-12 Alan Modra <amodra@bigpond.net.au>
1168
1169 * readelf.c (decode_location_expression): Sign extend value for
1170 DW_OP_const1s, DW_OP_const2s, DW_OP_const4s, DW_OP_bra, DW_OP_skip.
1171
1172 2004-09-09 Nick Clifton <nickc@redhat.com>
1173
1174 PR 363
1175 * ar.c (replace_members): Do not use get_file_size as
1176 ar_emul_append correctly handles missing files.
1177
1178 2004-09-07 H.J. Lu <hongjiu.lu@intel.com>
1179
1180 * configure: Regenerated with autconfig 2.13.
1181
1182 2004-09-06 Danny Smith <dannysmith@users.sourceforge.net>
1183
1184 * doc/binutils.texi (dlltool): Update --add-underscore, --kill-at
1185 documentation.
1186
1187 2004-09-06 Michael Wardle <mbw@endbracket.net>
1188
1189 * doc/binutils.texi (objdump): Document that the -x switch includes
1190 the effect of the -p switch.
1191
1192 2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
1193
1194 * dlltool.c (make_one_lib_file): Test if internal_name was
1195 specified by user before using it.
1196
1197 2004-09-02 Carlo Wood <carlo@alinoe.com>
1198
1199 PR binutils/351
1200 * dlltool.c (make_one_lib_file): For IDATA6 take the name from
1201 exp->internal_name if it is present.
1202
1203 2004-09-02 Alexandre Oliva <aoliva@redhat.com>
1204
1205 * MAINTAINERS: Add self as co-maintainer of FR-V.
1206 * readelf.c (get_machine_flags): Print FR-V cpu types.
1207
1208 2004-08-28 Alan Modra <amodra@bigpond.net.au>
1209
1210 * nm.c (show_synthetic): New var.
1211 (long_options): Add "synthetic".
1212 (usage): Here too.
1213 (display_rel_file): Handle show_synthetic.
1214
1215 2004-08-28 Alan Modra <amodra@bigpond.net.au>
1216
1217 * objdump.c (dump_bfd): Pass both symbol tables to
1218 bfd_get_synthetic_symtab.
1219
1220 2004-08-17 Jakub Jelinek <jakub@redhat.com>
1221
1222 * objdump.c (dump_bfd): For relocatable objects, pass syms instead
1223 of dynsyms to bfd_get_synthetic_symtab.
1224
1225 2004-08-16 Alan Modra <amodra@bigpond.net.au>
1226
1227 * readelf.c (debug_apply_rela_addends): New function, extracted from..
1228 (display_debug_info): ..here.
1229 (display_debug_frames): Call debug_apply_rela_addends. Don't do
1230 DW_EH_PE_pcrel adjustment for ET_REL.
1231
1232 2004-08-06 Andreas Schwab <schwab@suse.de>
1233
1234 * readelf.c (dump_relocations): Fix typo when calculating
1235 sec_index.
1236
1237 2004-08-02 Jakub Bogusz <qboosh@pld-linux.org>
1238
1239 * dllwrap.c (deduce_name): Fix typos introduced when program_name
1240 was renamed to prog_name.
1241
1242 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
1243
1244 * readelf.c (get_machine_flags <EM_SH>): Handle EF_SH2A and
1245 EF_SH2A_NOFPU.
1246
1247 2004-07-28 Alexandre Oliva <aoliva@redhat.com>
1248
1249 2003-07-08 Alexandre Oliva <aoliva@redhat.com>
1250 * readelf.c (get_machine_flags <EM_SH)): Handle EF_SH4_NOFPU and
1251 EF_SH4A_NOFPU.
1252 2003-06-12 Alexandre Oliva <aoliva@redhat.com>
1253 * readelf.c (get_machine_flags <EM_SH>): Print SH ISA name.
1254
1255 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
1256
1257 * objcopy.c (filter_symbols): Use bfd_coff_get_comdat_section
1258 to access comdat.
1259 * objdump.c (dump_section_header): Likewise.
1260
1261 2004-07-15 Aravinda PR <aravindapr@rediffmail.com>
1262
1263 * nlmconv.c (main): Pass map_file argument to link_inputs.
1264 (link_inputs): Use map_file argument if it is defined.
1265
1266 2004-07-13 Nick Clifton <nickc@redhat.com>
1267
1268 * dllwrap.c: Replace 'program_name' with 'prog_name' to avoid
1269 conflicts with exported global defined in bucomm.h.
1270 (deduce_name): Rename parameter 'program_name' to 'name' to avoid
1271 shadowing the global defined in bucomm.h.
1272
1273 2004-07-12 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1274
1275 * dlltool.c (ext_prefix_alias): New global variable.
1276 (make_one_lib_file): Add aliases with prefixes for external
1277 and import definitions.
1278 (usage): Document -p option.
1279 (long_options): Add --ext-prefix-alias option.
1280 (main): Handle -p.
1281 * doc/binutils.texi: Document new switch.
1282 * NEWS: Mention new switch.
1283
1284 2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1285
1286 * binutils/dlltool.c (asm_prefix): Add parameter: name.
1287 No underscore for symbols beginning with ?.
1288 (ASM_PREFIX): Add parameter: NAME.
1289 (gen_exp_file): Use new parameter.
1290 (make_label): Likewise.
1291 (make_imp_label): Likewise.
1292 (make_one_lib_file): Likewise.
1293
1294 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1295
1296 * MAINTAINERS: Added myself to the list.
1297 * readelf.c: Include "elf/crx.h".
1298 (guess_is_rela): Handle EM_CRX.
1299 (get_machine_name): Likewise.
1300 (dump_relocations): Likewise.
1301
1302 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1303
1304 * doc/binutils.texi (nm): Clarify weak symbol description.
1305
1306 2004-06-24 Ben Elliston <bje@au.ibm.com>
1307
1308 * readelf.c (get_segment_type): Display "GNU_STACK", not just
1309 "STACK", when a PT_GNU_STACK segment is encountered.
1310
1311 2004-06-24 Alan Modra <amodra@bigpond.net.au>
1312
1313 * objcopy.c (copy_section): Don't set _cooked_size.
1314
1315 2004-06-22 Alan Modra <amodra@bigpond.net.au>
1316
1317 * readelf.c (Elf32_Word): Delete.
1318 (get_32bit_dynamic_section): Handle SGI ELF dynamic segment.
1319 (get_64bit_dynamic_section): Likewise.
1320
1321 * readelf.c (get_32bit_dynamic_section): Stop at first DT_NULL entry.
1322 (get_64bit_dynamic_section): Likewise.
1323
1324 * readelf.c (dynamic_nent): New variable.
1325 (get_32bit_dynamic_section): Set it.
1326 (get_64bit_dynamic_section): Here too.
1327 (process_dynamic_section): Use it instead of dynamic_size.
1328 (process_syminfo): Likewise.
1329
1330 * readelf.c (get_32bit_dynamic_section): Correct number of entries
1331 translated from external to internal form.
1332 (get_64bit_dynamic_section): Likewise.
1333
1334 2004-06-18 Jie Zhang <zhangjie@magima.com.cn>
1335
1336 * readelf.c (process_program_headers): When locating the dynamic
1337 section use the section table if it is present.
1338 (dynamic_segment): Renamed to dynamic_section.
1339 Replace references to dynamic segment with references to dynamic
1340 section, except where appropriate.
1341 (dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
1342 (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
1343 (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
1344 (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
1345 Remove tag counting code as it is no longer needed.
1346 (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
1347 Remove tag counting code as it is no longer needed.
1348 (process_dynamic_segment): Rename to process_dynamic_section.
1349
1350 2004-06-15 Alan Modra <amodra@bigpond.net.au>
1351
1352 * objcopy.c (copy_section): Use bfd_get_section_size instead of
1353 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
1354 (compare_section_lma): Likewise.
1355 * addr2line.c (find_address_in_section): Likewise.
1356 * coffgrok.c (do_sections_p1): Likewise.
1357 * dlltool.c (scan_drectve_symbols): Likewise.
1358 * nlmconv.c (main): Likewise.
1359 (copy_sections): Likewise.
1360 (powerpc_mangle_relocs): Likewise.
1361 * objdump.c (disassemble_section): Likewise.
1362 * prdbg.c (find_address_in_section): Likewise.
1363 * size.c (berkeley_sum): Likewise.
1364 * srconv.c (wr_ob): Likewise.
1365 * strings.c (strings_a_section): Likewise.
1366
1367 2004-05-28 Ian Lance Taylor <ian@wasabisystems.com>
1368
1369 * readelf.c (decode_ARM_machine_flags): Add EF_ARM_VFP_FLOAT.
1370
1371 2004-05-17 David Heine <dlheine@tensilica.com>
1372
1373 * objcopy.c (setup_bfd_headers): New function.
1374 (copy_object): Call setup_bfd_headers.
1375
1376 2004-05-13 Paul Brook <paul@codesourcery.com>
1377
1378 * readelf.c (display_debug_frames): Handle dwarf3 format CIE
1379 entries.
1380
1381 2004-05-13 Nick Clifton <nickc@redhat.com>
1382
1383 * po/fr.po: Updated French translation.
1384
1385 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1386
1387 * readelf.c (get_segment_type): Handle PT_GNU_RELRO.
1388
1389 2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
1390
1391 * readelf.c (section_groups): New.
1392 (group_count): New.
1393 (section_headers_groups): New.
1394 (process_section_groups): Populate group_count, section_groups
1395 and section_headers_groups.
1396 (process_unwind): Support section group.
1397 (process_object): Always call process_section_groups. Free
1398 section_groups and section_headers_groups.
1399
1400 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1401
1402 * readelf.c (process_section_headers): Use %3lu on sh_info.
1403
1404 2004-04-30 Michael Deutschmann <michael@talamasca.ocis.net>
1405
1406 * ranlib.sh: Quote $1 argument in case it contains spaces.
1407
1408 2004-04-27 John Paul Wallington <jpw@gnu.org>
1409
1410 * objcopy.c (copy_usage, strip_usage): Fix spelling.
1411
1412 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1413
1414 * readelf.c (do_section_groups): New.
1415 (options): Add --section-groups/-g.
1416 (usage): Mention --section-groups/-g.
1417 (parse_args): Support --section-groups/-g.
1418 (get_group_flags): New.
1419 (process_section_groups): New.
1420 (process_object): Call process_section_groups.
1421
1422 2004-04-24 Alan Modra <amodra@bigpond.net.au>
1423
1424 * objdump.c (disassemble_section): Don't disassemble sections
1425 without SEC_HAS_CONTENTS.
1426
1427 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1428
1429 * objdump.c (synthsyms, synthcount): New variables.
1430 (disassemble_data): Use dynsyms for stripped binaries or libraries.
1431 Add synthetized symbols.
1432 (dump_bfd): For disassemble, initialize dynsyms always and
1433 also synthsyms. Free synthsyms and clear {sym,dynsym,synth}count
1434 before returning.
1435
1436 2004-04-14 Alan Modra <amodra@bigpond.net.au>
1437
1438 * strings.c (print_strings): Cast file_off to unsigned long in
1439 printf arg list.
1440
1441 2004-04-07 Benjamin Monate <benjamin.monate@cea.fr>
1442
1443 PR 86
1444 * arsup.c (ar_save): Use smart_rename.
1445
1446 2004-04-01 Dean Luick <luick@cray.com>
1447
1448 * readelf.c (display_debug_pubnames): Align offset and data
1449 columns.
1450 (read_and_display_attr_value): Add missing break;
1451 (debug_displays): Enable the display of the .debug_pubtypes
1452 section.
1453
1454 2004-03-30 Stan Shebs <shebs@apple.com>
1455
1456 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPW
1457 support files, no longer used.
1458
1459 2004-03-23 Paul Brook <paul@codesourcery.com>
1460
1461 * readelf.c (decode_ARM_machine_flags): Add EABI v3.
1462
1463 2004-03-21 Richard Henderson <rth@redhat.com>
1464
1465 * readelf.c (display_debug_frames): Don't crash for mismatched
1466 DW_CFA_restore_state.
1467
1468 2004-03-19 Alan Modra <amodra@bigpond.net.au>
1469
1470 * Makefile.am: Run "make dep-am".
1471 * Makefile.in: Regenerate.
1472 * aclocal.m4: Regenerate.
1473 * config.in: Regenerate.
1474 * configure: Regenerate.
1475 * po/binutils.pot: Regenerate.
1476
1477 2004-03-15 Nathan Sidwell <nathan@codesourcery.com>
1478
1479 * objdump.c (struct SFILE): Replace current pointer with pos
1480 offset, rename size to alloc.
1481 (objdump_sprintf): Avoid unnecessary copies in the common case
1482 (disassemble_bytes): Keep sfile live throughout the
1483 function. Adjust usage appropriately.
1484
1485 2004-03-10 Ben Elliston <bje@gnu.org>
1486
1487 * MAINTAINERS: Update my mail address.
1488
1489 2004-03-08 Danny Smith <dannysmith@users.sourceforge.net>
1490
1491 * deflex.l: Handle "PRIVATE" string.
1492 * defparse.y (%token): Add PRIVATE.
1493 (%type): Add opt_PRIVATE.
1494 (expline): Pass opt_PRIVATE to def_exports.
1495 (opt_PRIVATE): Handle PRIVATE token.
1496 * dlltool.h (def_exports): Add 7th param for private flag to
1497 declaration.
1498 * dlltool.c: Add PRIVATE to comment on EXPORTS syntax.
1499 (struct export): Add 'private' field.
1500 (def_exports): Set 'private' field of struct exports.
1501 (scan_drectve_symbols): Adjust calls to def_exports.
1502 (scan_filtered_symbols): Likewise.
1503 (dump_def_info): Print 'private' field.
1504 (gen_def_file): Likewise.
1505 (gen_lib_file): Skip generation of lib object if private.
1506 Delete tmp object files in same order as they were generated.
1507 Don't delete non-existent private object files.
1508
1509 2004-02-27 Andreas Schwab <schwab@suse.de>
1510
1511 * ar.c (main): Support POSIX-compatible argument parsing.
1512
1513 2004-02-23 Daniel Lucq <daniel@lucq.org>
1514
1515 * readelf.c (process_mips_specific): Print conflictsno as an
1516 unsigned long.
1517
1518 2004-02-21 Dmitry Timoshkov <dmitry@baikal.ru>
1519
1520 * dlltool.c (gen_exp_file): Always output names for forwarded symbols.
1521
1522 2004-02-19 Jakub Jelinek <jakub@redhat.com>
1523
1524 * objcopy.c (copy_section): Avoid warnings.
1525
1526 2004-02-14 Andrew Cagney <cagney@redhat.com>
1527
1528 * ar.c (remove_output): Use bfd_cache_close.
1529 * arsup.c (ar_end): Ditto.
1530
1531 2004-01-21 Roland McGrath <roland@redhat.com>
1532
1533 * readelf.c (get_note_type): Match NT_AUXV.
1534
1535 2004-01-20 Nick Clifton <nickc@redhat.com>
1536
1537 * version.c (print_version): Update copyright year to 2004.
1538
1539 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1540
1541 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
1542 throughout.
1543 * aclocal.m4: Regenerate.
1544 * configure: Regenerate.
1545
1546 2004-01-12 Jakub Jelinek <jakub@redhat.com>
1547
1548 * objcopy.c: Include elf-bfd.h.
1549 (is_strip_section): Don't strip debugging sections if
1550 STRIP_NONDEBUG.
1551 (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections
1552 ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS.
1553
1554 * objcopy.c (copy_section): Free relpp if relcount == 0.
1555
1556 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
1557
1558 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.
1559 (stab_demangle_argtypes): Likewise.
1560 (stab_demangle_v3_argtypes): New static function.
1561 (stab_demangle_v3_arg): New static function.
1562
1563 2004-01-12 Nick Clifton <nickc@redhat.com>
1564
1565 * objcopy.c (copy_object): Make the function boolean, returning
1566 FALSE upon failure.
1567 (copy_archive): Handle the return value from copy_object.
1568 (copy_file): Likewise.
1569
1570 2004-01-07 Nick Clifton <nickc@redhat.com>
1571
1572 * readelf.c (find_section): New function. Locates a named
1573 section.
1574 (get_debug_line_pointer_sizes): New function: Initialises the
1575 debug_line_pointer_sizes array.
1576 (display_debug_lines): Call get_debug_line_pointer_sizes.
1577 (display_debug_loc): Likewise.
1578 (load_debug_loc): Use find_section.
1579 (load_debug_str): Likewise.
1580 (display_debug_info): Likewise.
1581 (prescan_debug_info): Delete.
1582 (debug_displays): Remove prescan field.
1583 (process_section_contents): Do not perform prescans.
1584
1585 2004-01-03 Alan Modra <amodra@bigpond.net.au>
1586
1587 * objcopy.c (filter_bytes): Delete. Move code to..
1588 (copy_section): ..here. Simplify size adjustment. Divide
1589 section lma by interleave.
1590
1591 2004-01-02 Nick Clifton <nickc@redhat.com>
1592
1593 * po/ru.po: New file: Russian translation.
1594 * configure.in (ALL_LINGUAS): Add ru
1595 * configure: Regenerate.
1596
1597 For older changes see ChangeLog-0203
1598 \f
1599 Local Variables:
1600 mode: change-log
1601 left-margin: 8
1602 fill-column: 74
1603 version-control: never
1604 End:
This page took 0.06238 seconds and 5 git commands to generate.