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