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