Add paragraph about using --disable-nls
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2003-02-24 Nick Clifton <nickc@redhat.com>
2
3 * README: Update binutils references to 2.13.
4 Add paragraph about using --disable-nls.
5
6 2003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
7
8 * doc/binutils.texi (nm --size-sort): Update.
9
10 2003-02-21 James E Wilson <wilson@tuliptree.org>
11
12 * MAINTAINERS: Update email address.
13
14 2003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
15
16 * readelf.c (get_ia64_dynamic_type): New function.
17 (dynamic_segment_ia64_val): New function.
18 (get_dynamic_type): If machine type is EM_IA_64 call
19 get_ia64_dynamic_val.
20 (get_ia64_section_type_name): Handle sections with types in the
21 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
22 (get_dynamic_flags): If machine type is EM_IA_64 call
23 dynamic_segment_ia64_val.
24
25 2003-02-21 Bob Wilson <bob.wilson@acm.org>
26
27 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
28 section title capitalization more consistent. Update descriptions
29 of various options to be consistent with the code. Fix errors and
30 incomplete list in the description of c++filt format options. Remove
31 information about the linker. Change to be more polite about poor
32 bug reports. Replace FDL appendix with include of fdl.texi.
33 * doc/fdl.texi: New file.
34
35 2003-02-21 Roger Sayle <roger@eyesopen.com>
36
37 * objcopy.c (filter_symbols): Fix compilation problems with
38 HP-UX's C compiler.
39
40 2003-02-19 Christopher Faylor <cgf@redhat.com>
41
42 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
43 previous change.
44
45 2003-02-19 Mark Blackburn <marklist@fangorn.ca>
46
47 * rclex.l (handle_quotes): Handle strings spanning more than one line.
48
49 2003-02-12 Bob Wilson <bob.wilson@acm.org>
50
51 * nm.c (usage): Add `java' and `gnat' demangle styles and make
52 quotes consistent.
53 * objdump.c (usage): Ditto. Also fix some typos.
54
55 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
56
57 * debug.c (debug_record_variable): Handle global register variables.
58
59 * stabs.c (parse_stab): For N_SLINE only include
60 function_start_offset if the symbol is within a function;
61 otherwise, the value is absolute.
62
63 2003-02-10 Nick Clifton <nickc@redhat.com>
64
65 * readelf.c (decode_ARM_machine_flags): Handle the
66 EF_ARM_MAVERICK_FLOAT flag.
67
68 2003-02-04 Andreas Schwab <schwab@suse.de>
69
70 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
71 long and use %ld in printf format.
72
73 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
74
75 * readelf.c (dump_relocations): Reorder the r_info field for
76 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
77
78 2003-01-21 Daniel Berlin <dan@dberlin.org>
79
80 * readelf.c (display_debug_loc): Skip address base changes.
81
82 2003-01-17 Fabio Alemagna <falemagn@aros.org>
83
84 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
85 and ELFOSABI_NSK.
86
87 2003-01-16 Alan Modra <amodra@bigpond.net.au>
88
89 * readelf.c: Include elf/ppc64.h.
90 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
91 * Makefile.am: Run "make dep-am".
92 * Makefile.in: Regenerate.
93
94 2003-01-02 Ben Elliston <bje@redhat.com>
95
96 * readelf.c (guess_is_rela): Handle EM_IQ2000.
97 (get_machine_name): Likewise.
98 (dump_relocations): Likewise.
99 * NEWS: Mention IQ2000 support.
100
101 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
102
103 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
104
105 2002-12-30 Chris Demetriou <cgd@broadcom.com>
106
107 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
108 changes in MIPS -M options.
109
110 2002-12-30 Dmitry Diky <diwil@mail.ru>
111
112 * Makefile.am: Add msp430 target.
113 * Makefile.in: Regenerate.
114 * readelf.c: Add support for msp430 target.
115
116 2002-12-27 Chris Demetriou <cgd@broadcom.com>
117
118 * doc/binutils.texi (objdump): Document MIPS -M options.
119
120 2002-12-23 Andreas Schwab <schwab@suse.de>
121
122 * readelf.c (main): Reset dump request after each file.
123
124 2002-12-23 Nick Clifton <nickc@redhat.com>
125
126 * nlmconv.c (main): Pass TRUE as third argument to
127 bfd_arch_get_compatible.
128
129 2002-12-23 Nick Clifton <nickc@redhat.com>
130
131 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
132 macro. Handle 'S' encoding, accepting 8-bit characters.
133 (main): Parse 'S' encoding.
134 (get_char): Accept 'S' encoding.
135 (print_strings): Use STRING_ISGRAPHIC.
136 (usage): Document support of 'S' encoding.
137 * doc/binutils.texi: Document support of 'S' encoding/
138 * NEWS: Mention new feature.
139
140 2002-12-20 Alan Modra <amodra@bigpond.net.au>
141
142 * README <building ar>: Don't use libibery's needed_list or
143 required_list, instead link libiberty/*.o.
144
145 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
146
147 * doc/binutils.texi: Fix typos.
148
149 2002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
150
151 * doc/binutils.texi: Add missing parenthesis.
152
153 2002-12-15 Nick Kelsey <nickk@ubicom.com>
154
155 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
156 symbols by adding the given prefix to the begining of the symbol
157 name. This is useful to provide name space seperation regardless
158 of how the object file was created. Added --prefix-sections=
159 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
160 sections (or all sections with the alloc flag set) by adding the given
161 prefix to the begining of the symbol name.
162 * NEWS: Mention this new feature.
163 * doc/binutils.texi: Document this new feature.
164
165 2002-12-13 Alan Modra <amodra@bigpond.net.au>
166
167 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
168 dyn_string_append with dyn_string_append_cstr.
169
170 * emul_aix.c (ar_emul_aix_create): Remove unused function.
171
172 2002-12-10 James Cownie <jcownie@etnus.com>
173
174 * readelf.h (get_TAG_name, get_AT_name,
175 read_and_display_attr_value): Add support for UPC extensions to
176 DWARF2 spec.
177 * NEWS: Mention this new support.
178
179 2002-12-08 Alan Modra <amodra@bigpond.net.au>
180
181 * NEWS: Mention that bfd no longer declares a "boolean" type.
182
183 2002-12-07 Alan Modra <amodra@bigpond.net.au>
184
185 * readelf.c (process_program_headers): When setting loadaddr, don't
186 assume segment size is 4k. Use p_align instead.
187 (loadaddr): Change from int to long.
188 (dynamic_addr, dynamic_info, version_info): Likewise.
189 (process_dynamic_segment <syminsz>): Likewise.
190 (process_dynamic_segment): Adjust print format string.
191 (rela_addr, rela_size): Delete.
192 (process_relocs): Formatting.
193
194 2002-12-05 Jim Wilson <wilson@redhat.com>
195
196 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
197 * configure: Regenerate.
198
199 2002-12-04 Ian Lance Taylor <ian@airs.com>
200
201 * MAINTAINERS: Change e-mail address back to airs.com.
202
203 2002-12-04 Aldy Hernandez <aldyh@redhat.com>
204
205 * MAINTAINERS: Add self.
206
207 2002-11-30 Alan Modra <amodra@bigpond.net.au>
208
209 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
210 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
211 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
212 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
213 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
214 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
215 with TRUE/FALSE. Formatting.
216
217 2002-11-29 Jakub Jelinek <jakub@redhat.com>
218
219 * readelf.c Replace occurrences of Elf32_Internal_* and
220 Elf64_Internal_* with Elf_Internal_*.
221 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
222 Zero r_addend fields.
223 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
224 Elf_Internal_Rela.
225
226 2002-11-23 Nick Clifton <nickc@redhat.com>
227
228 * size.c (usage): Fix typo describing switch for hex format.
229
230 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
231
232 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
233 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
234 testcase
235
236 2002-11-14 Nick Clifton <nickc@redhat.com>
237
238 * readelf.c (process_program_headers): Add comment about return
239 value. Ensure that 0 is returned if the headers are not loaded.
240 (process_file): If process_section_headers failed to load the
241 headers disable any tests that rely upon them. Similarly for
242 process_program_headers.
243
244 2002-11-12 Nick Clifton <nickc@redhat.com>
245
246 * po/da.po: Updated Danish translation.
247
248 2002-11-12 Klee Dienes <kdienes@apple.com>
249
250 * rddbg.c (read_section_stabs_debugging_info): Also recognize
251 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
252
253 2002-11-11 Christopher Faylor <cgf@redhat.com>
254
255 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
256 cgf maintainership.
257
258 2002-11-11 Christopher Faylor <cgf@redhat.com>
259
260 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
261
262 2002-11-07 Nick Clifton <nickc@redhat.com>
263
264 * configure.in (ALL_LINGUAS): Add 'da'.
265 * configure: Regenerate.
266 * po/da.po: New Danish translation.
267
268 * readelf.c (get_symbol_index_type): Revert part of previous
269 patch: Display unknown symbol types in decimal, not hex.
270
271 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
272
273 * dlltool.c (add_excludes): Don't prefix excluded fastcall
274 symbols with underscore.
275 (xlate): Ignore add_underscore for decorated fastcall symbols.
276
277 2002-11-07 Eric Kohl <ekohl@rz-online.de>
278
279 * deflex.l: Accept '@' as first character of an ID.
280 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
281 ASM_PREFIX for fastcall symbols.
282 (scan_drectve_symbols): Handle fastcall symbols when generating
283 undecorated aliases for symbols in drectve section.
284 (scan_filtered_symbols): Likewise, with export-all.
285 (xlate): Likewise, with --kill-at.
286 (make_imp_label): New function to handle fastcall symbols
287 correctly.
288 (make_one_lib_file): Use make_imp_label instead of make_label
289 for imp symbols.
290
291 2002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
292
293 * MAINTAINERS: Add self as TIC4X maintainer.
294
295 2002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
296
297 * readelf.c (get_symbol_index_type): Add hex number to
298 PROCESSOR-specific, OS-specific, reserved and unknown symbol
299 types.
300
301 2002-11-04 Alan Modra <amodra@bigpond.net.au>
302
303 * readelf.c (byte_get_little_endian): Comment typo fix.
304 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
305 as the format string.
306 (dump_relocations): Correct section sym names.
307 (process_section_headers): Clear symtab_shndx_hdr.
308 (read_and_display_attr_value): Don't pass indirect string to printf
309 as the format string.
310 (display_debug_frames): Indicate when zero terminator found. Decode
311 DW_EH_PE_pcrel addresses.
312
313 2002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
314
315 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
316 order to ensure proper disassembly of the valid 0-value opcode.
317 * configure: Regenerate.
318 * aclocal.m4: Regenerate.
319 * config.in: Regenerate.
320 * configure.in: Regenerate.
321 * doc/Makefile.in: Regenerate.
322 * po/binutils.pot: Regenerate.
323
324 2002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
325
326 * MAINTAINERS: Add self as SH maintainer.
327
328 2002-10-23 Ben Elliston <bje@redhat.com>
329
330 * doc/binutils.texi (objdump): Document -z and move the entry for
331 --disassemble-zeroes to the end of the options section (for `z').
332
333 2002-10-21 Nick Clifton <nickc@redhat.com>
334
335 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
336
337 2002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
338
339 * objdump.c (dump_data): Correct addr_offset for opb != 1.
340
341 2002-10-15 Alan Modra <amodra@bigpond.net.au>
342
343 * bucomm.c (list_supported_targets): Use bfd_target_list.
344
345 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
346 other object errors in preference to bfd_core errors.
347
348 2002-10-14 Alan Modra <amodra@bigpond.net.au>
349
350 * Makefile.am: Run "make dep-am".
351 * objdump.c: #include "bfdver.h".
352 * version.c: Likewise.
353 * Makefile.in: Regenerate.
354 * config.in: Regenerate.
355 * configure: Regenerate.
356 * po/POTFILES.in: Regenerate.
357
358 2002-10-09 Daniel Jacobowitz <drow@mvista.com>
359
360 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
361 sections. Allow relocations against the absolute symbol. Don't
362 use the value in compunit.cu_abbrev_offset if we found a RELA
363 relocation.
364
365 2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
366
367 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
368 ordinary ones are available.
369
370 2002-09-30 H.J. Lu <hjl@gnu.org>
371
372 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
373 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
374
375 2002-09-17 Zack Weinberg <zack@codesourcery.com>
376
377 * Makefile.am (CFILES): Add cxxfilt.c.
378 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
379 (cxxfilt_LDADD): Delete.
380 Remove all references to underscore.c.
381 Regen dependencies.
382 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
383 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
384 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
385 adjustments to fit into binutils framework.
386 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
387
388 2002-09-12 Roland McGrath <roland@redhat.com>
389
390 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
391 Handle DW_OP_GNU_push_tls_address.
392
393 2002-09-11 Nick Clifton <nickc@redhat.com>
394
395 * po/tr.po: Updated Turkish translation.
396
397 2002-09-10 Nick Clifton <nickc@redhat.com>
398
399 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
400 testsuite changes. Add paragraphs about testsuite and config
401 patches.
402
403 2002-08-29 Nick Clifton <nickc@redhat.com>
404
405 * readelf.c (get_machine_flags): Remove redundant reference to
406 E_V850EA_ARCH.
407
408 2002-08-28 Alan Modra <amodra@bigpond.net.au>
409
410 * objdump.c (dump_bfd): Restore lines accidentally deleted in
411 last commit.
412
413 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
414
415 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
416 (dump_bfd_header): Likewise.
417
418 2002-08-27 Alan Modra <amodra@bigpond.net.au>
419
420 * nm.c: Revert last change.
421
422 2002-08-26 Alan Modra <amodra@bigpond.net.au>
423
424 * nm.c (display_rel_file): Don't report "no symbols" as an error.
425 * objdump.c (slurp_symtab): Likewise.
426 (slurp_dynamic_symtab): Likewise.
427 (dump_symbols): Likewise. Do print "no symbols" to stdout.
428
429 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
430
431 * MAINTAINERS: Change my mailing address.
432
433 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
434
435 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
436
437 2002-08-22 Nick Clifton <nickc@redhat.com>
438
439 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
440 HPPA.
441
442 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
443
444 * readelf.c (parse_args): Change debug_dump_opt to static.
445
446 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
447
448 * stabs.c (parse_stab_argtype): Pass length of physname to
449 stab_demangle_argtypes.
450 (stab_demangle_argtypes): Add new parameter - length of physname.
451 Pass length of physname on to stab_demangle_prefix.
452 (stab_demangle_prefix): Add new parameter - length of physname.
453 Use length of physname (if supplied) to compute end of function
454 name.
455
456 2002-08-15 Alan Modra <amodra@bigpond.net.au>
457
458 * readelf.c: Include elf/i370.h.
459 (dump_relocations): Handle EM_S370.
460 (dynamic_segment_parisc_val): Print \n.
461 (process_dynamic_segment <DT_BIND_NOW>): Here too.
462
463 2002-08-14 Nick Clifton <nickc@redhat.com>
464
465 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
466 * objdump.c (usage): Likewise.
467 * doc/binutils.texi: Likewise.
468
469 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
470
471 * rcparse.y (acc_entry): Don't warn about ALT use with
472 non-VIRTKEY.
473
474 2002-08-13 H.J. Lu <hjl@gnu.org>
475
476 * objcopy.c (copy_object): Don't warn about the unsupported
477 architecture unless the input target is defaulted or the
478 output architecture is different from the input.
479
480 2002-08-09 Nick Clifton <nickc@redhat.com>
481
482 * po/sv.po: Updated Swedish translation.
483
484 2002-08-05 Alan Modra <amodra@bigpond.net.au>
485
486 * prdbg.c (pr_fix_visibility): Remove assert.
487
488 2002-07-31 Nick Clifton <nickc@redhat.com>
489
490 * addr2line.c (process_file): Rename parameter 'filename' to
491 'file_name' in order to avoid shadowing global symbol of the
492 same name.
493 (main): Likewise.
494
495 2002-07-30 Jakub Jelinek <jakub@redhat.com>
496
497 * readelf.c (OPTION_DEBUG_DUMP): Define.
498 (options): Use it.
499 (usage): Update help.
500 (parse_args): Handle --debug-dump separately from -w.
501 * doc/binutils.texi (readelf): Update documentation.
502
503 2002-07-25 Nick Clifton <nickc@redhat.com>
504
505 * po/es.po: Updated Spanish translation.
506 * po/fr.po: Updated French translation.
507
508 2002-07-24 Nick Clifton <nickc@redhat.com>
509
510 * po/es.po: Updated Spanish translation.
511
512 2002-07-23 Alan Modra <amodra@bigpond.net.au>
513
514 * Makefile.am: Run "make dep-am".
515 * Makefile.in: Regenerate.
516
517 2002-07-23 Nick Clifton <nickc@redhat.com>
518
519 * po/fr.po: Updated French translation.
520
521 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
522
523 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
524
525 2002-07-20 Alan Modra <amodra@bigpond.net.au>
526
527 * budemang.c: Include config.h and string.h/strings.h.
528
529 2002-07-18 Denis Chertykov <denisc@overta.ru>
530 Frank Ch. Eigler <fche@redhat.com>
531
532 * readelf.c: Include "elf/ip2k.h".
533 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
534 (dump_relocations): Likewise.
535 (get_machine_name): Likewise.
536 * NEWS: Mention IP2K support.
537
538 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
539
540 * NEWS: Add 'Changes in 2.13'.
541
542 2002-07-10 Jakub Jelinek <jakub@redhat.com>
543
544 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
545 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
546 (get_section_type_name): Handle SHT_GNU_LIBLIST.
547 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
548 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
549 (process_gnu_liblist): New.
550 (process_file): Call it.
551
552 2002-07-03 Alan Modra <amodra@bigpond.net.au>
553
554 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
555 * Makefile.in: Regenerate.
556
557 2002-07-02 Alan Modra <amodra@bigpond.net.au>
558
559 * budemang.c: New file, "demangle" function.
560 * budemang.h: New file.
561 * addr2line.c (translate_addresses): Use "demangle".
562 * nm.c (print_symname): Likewise.
563 * objdump.c (objdump_print_symname): Likewise.
564 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
565 here since that obfuscates.
566 * rdcoff.c: Don't #include demangle.h.
567 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
568 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
569 (HFILES): Add budemang.h. Sort.
570 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
571 Run "make dep-am".
572 * Makefile.in: Regenerate.
573
574 2002-07-01 Matt Thomas <matt@3am-software.com>
575
576 * readelf.c: Include "elf/vax.h".
577 (guess_is_rela): Move EM_VAX from unknown to RELA case.
578 (dump_relocations): Handle VAX relocations.
579 (get_machine_flags): Handle VAX machine flags.
580
581 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
582
583 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
584
585 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
586
587 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
588
589 2002-06-26 Alan Modra <amodra@bigpond.net.au>
590
591 * nm.c (print_symname): When demangling, strip leading dots from
592 symbol names to avoid confusing the demangler.
593
594 2002-06-25 H.J. Lu <hjl@gnu.org>
595
596 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
597 * Makefile.in: Regenerated.
598
599 2002-06-21 Igor Schein <igor@txc.com>
600
601 * configure.in: Quote bu_cv_have_fopen64.
602 * configure: Regenerate.
603
604 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
605
606 * configure.in: Check for strcoll.
607 * configure: Regenerate.
608 * config.in: Regenerate.
609 * nm.c (main): Set locale for LC_COLLATE category.
610 (non_numeric_forward): Use strcoll if available.
611
612 2002-06-20 Dave Brolley <brolley@redhat.com>
613
614 * MAINTAINERS: Add self as fr30 and frv maintainer.
615
616 2002-06-18 H.J. Lu (hjl@gnu.org)
617
618 * nm.c: Include "elf/common.h".
619 (extended_symbol_info): Add elfinfo, a pointer to
620 elf_symbol_type.
621 (SYM_SIZE): Use elfinfo if it is not NULL.
622 (get_symbol_type): New function.
623 (display_archive): Set print_width for each archive member.
624 (display_file): Likewise.
625 (display_rel_file): Don't set print_width here.
626 (print_object_filename_sysv): Handle print_width.
627 (print_archive_member_sysv): Likewise.
628 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
629 (print_symbol): Set the elfinfo field in extended_symbol_info
630 for ELF.
631 (print_object_filename_sysv): Fix the output format.
632 (print_symbol_info_sysv): Print type and section for ELF.
633
634 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
635
636 * nm.c (print_size_symbols): Remove assignment, which makes
637 the symbol's size equal to its value when --size-sort is
638 used.
639
640 2002-06-18 Dave Brolley <brolley@redhat.com>
641
642 From Catherine Moore:
643 * readelf.c (elf/frv.h): #include it.
644 (guess_is_rela): Support EM_CYGNUS_FRV.
645 (dump_relocations): Ditto.
646 (get_machine_name): Ditto.
647 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
648
649 2002-06-18 Jakub Jelinek <jakub@redhat.com>
650
651 * readelf.c (get_file_header): Only read the first section header if
652 e_shoff is non-zero.
653
654 2002-06-15 H.J. Lu (hjl@gnu.org)
655
656 * nm.c (print_size): New variable. Initialize to 0.
657 (long_options): Add 'S'/"print-size".
658 (main): Handle 'S'.
659 (print_symbol_info_bsd): Print size only if print_size is not
660 0.
661
662 * doc/binutils.texi: Document -S/--print-size.
663
664 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
665
666 * nm.c (struct extended_symbol_info): New strcuture: Add the size
667 of the symbols to the information provided by the symbol_info
668 structure.
669 (print_symbols): Pass the symbol size to print_symbol.
670 (print_size_symbols): Pass the symbol size to print_symbol.
671 (print_symbol): Extra argument: The size of the symbol. Store
672 this in the extended_symbol_info structure.
673 (print_symbol_info): Change type of info parameter to
674 extended_symbol_info. Display the size, if known.
675 (print_symbol_info_posix): Likewise.
676 (print_symbol_info_sysv): Likewise.
677
678 2002-06-08 Alan Modra <amodra@bigpond.net.au>
679
680 * Makefile.am: Run "make dep-am".
681 * Makefile.in: Regenerate.
682 * doc/Makefile.in: Regnerate.
683
684 * bucomm.c: Replace CONST with const.
685 * nm.c: Likewise.
686 * objdump.c: Likewise.
687
688 2002-06-07 H.J. Lu <hjl@gnu.org>
689
690 * readelf.c (DW_CFA_GNU_args_size): Don't define.
691 (DW_CFA_GNU_negative_offset_extended): Likewise.
692 (DW_CFA_GNU_window_save): Likewise.
693 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
694 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
695
696 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
697
698 * nm.c: When computing size of symbols for an ELF target use the
699 internal size field.
700
701 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
702
703 * testsuite/binutils-all/objcopy.exp: clear xfail for
704 "hppa*64*-*-hpux*".
705 * testsuite/binutils-all/hppa/objdump.exp: Return if
706 "*64*-*-*".
707
708 2002-06-05 Alan Modra <amodra@bigpond.net.au>
709
710 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
711
712 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
713
714 * objdump.c: Fix formatting.
715
716 2002-05-29 Ben Elliston <bje@redhat.com>
717
718 * MAINTAINERS: Add self as M68k maintainer.
719
720 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
721
722 * readelf.c: Modified/Added DLX elf support.
723
724 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
725
726 * arsup.c: Fix formatting.
727 * debug.c (debug_record_label): Add missing colon to error
728 message.
729 * ieee.c (parse_ieee_ty): Fix spelling typo.
730 * readelf.c (process_program_headers): Remove English assumption
731 about making a plural word.
732 (process_section_headers): Likewise.
733 (process_relocs): Allow quotes to be translated.
734 (process_unwind): Likewise,
735 (process_mips_specific): Improve error message.
736 (get_note_type): Fix spelling typo.
737
738 * configure.in (ALL_LINGUAS): Add sv
739 * po/sv.po: New file.
740
741 2002-05-27 Alan Modra <amodra@bigpond.net.au>
742
743 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
744 (unw_print_grmask): Likewise.
745 (unw_print_frmask): Likewise.
746
747 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
748
749 * arsup.c: Remove ARGSUSED.
750 * debug.c: Likewise.
751 * ieee.c: Likewise.
752 * nlmconv.c: Likewise.
753 * prdbg.c: Likewise.
754 * stabs.c: Likewise.
755 * wrstabs.c: Likewise.
756
757 2002-05-25 Alan Modra <amodra@bigpond.net.au>
758
759 * arlex.l: Use #include "" instead of <> for local header files.
760 * coffdump.c: Likewise.
761 * coffgrok.c: Likewise.
762 * nlmconv.c: Likewise.
763 * nlmheader.y: Likewise.
764 * srconv.c: Likewise.
765 * strings.c: Likewise.
766 * sysdump.c: Likewise.
767 * unwind-ia64.h: Likewise.
768 * windres.h: Likewise.
769 * winduni.h: Likewise.
770
771 2002-05-24 Tom Rix <trix@redhat.com>
772
773 * MAINTAINERS: Add self as the d10v maintainer.
774
775 2002-05-24 TAMURA Kent <kent@netbsd.org>
776
777 * configure.in: Builds dlltool for i386-netbsdpe.
778 * configure: Regenerate.
779
780 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
781
782 * size.c: Fix formatting.
783 * srconv.c: Likewise.
784 * stabs.c: Likewise.
785 * sysdump.c: Likewise.
786 * unwind-ia64.c: Likewise.
787 * wrstabs.c: Likewise.
788
789 2002-05-23 Jakub Jelinek <jakub@redhat.com>
790
791 * readelf.c (get_segment_type): Add PT_TLS.
792 (get_elf_section_flags): Add SHF_TLS.
793 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
794 (process_dynamic_segment): Use puts instead of printf.
795 (get_symbol_type): Support STT_TLS.
796 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
797 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
798 Add SEC_THREAD_LOCAL.
799
800 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
801
802 * rdcoff.c: Fix formatting.
803 * rddbg.c: Likewise.
804 * readelf.c: Likewise.
805 * rename.c: Likewise.
806 * resbin.c: Likewise.
807 * resrc.c: Likewise.
808 * resres.c: Likewise.
809
810 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
811
812 * filemode.c: Fix formatting.
813 * ieee.c: Likewise.
814 * is-ranlib.c: Likewise.
815 * is-strip.c: Likewise.
816 * maybe-ranlib.c: Likewise.
817 * maybe-strip.c: Likewise.
818 * nlmconv.c: Likewise.
819 * nm.c: Likewise.
820 * not-ranlib.c: Likewise.
821 * not-strip.c: Likewise.
822 * objcopy.c: Likewise.
823 * objdump.c: Likewise.
824
825 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
826
827 * objdump.c (dump_headers): Fix output formatting for ELF32
828 architectures in a BFD64 enabled toolchain.
829
830 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
831
832 * debug.c: Fix formatting.
833 * debug.h: Likewise.
834 * dlltool.c: Likewise.
835 * dllwrap.c: Likewise.
836 * emul_aix.c: Likewise.
837 * emul_vanilla.c: Likewise.
838
839 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
840
841 * addr2line.c: Fix formatting.
842 * ar.c: Likewise.
843 * arsup.c: Likewise.
844 * arsup.h: Likewise.
845 * binemul.c: Likewise.
846 * binemul.h: Likewise.
847 * bucomm.c: Likewise.
848 * coffdump.c: Likewise.
849 * coffgrok.c: Likewise.
850 * coffgrok.h: Likewise.
851
852 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
853
854 * MAINTAINERS: Add myself as the second AVR port maintainer.
855
856 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
857
858 * MAINTAINERS: Update my email address.
859
860 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
861
862 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
863
864 2002-05-09 Alan Modra <amodra@bigpond.net.au>
865
866 * configure.in: Replace `*pe' with `pe' throughout.
867 * configure: Regenerate.
868
869 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
870
871 * Makefile.am: Honour DESTDIR.
872 * Makefile.in: Regenerate.
873
874 2002-05-06 Alan Modra <amodra@bigpond.net.au>
875
876 * dlltool.c (process_def_file): Add missing prototype.
877 (new_directive, assemble_file, main): Likewise.
878 (process_def_file, new_directive): Make static.
879 (inform): Rewrite using VA_FIXEDARG.
880 * dllwrap.c (mybasename): Add missing prototype.
881 (strhash, main): Likewise.
882 (inform): Rewrite using VA_FIXEDARG.
883 (warn): Likewise.
884 (cleanup_and_exit): Use old style function definition.
885 (strhash): Likewise.
886 * windres.c (define_resource): Use one memset to clear all of
887 struct res_resource.
888
889 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
890 call to rules that need no lookahead. Check for no lookahead.
891
892 2002-05-06 Borut Razem <borut.razem@siol.net>
893
894 * rclex.l (get_string): Correct "strings" list handling.
895 * resrc.c (read_rc_file): Discard strings.
896
897 2002-05-04 Alan Modra <amodra@bigpond.net.au>
898
899 * ar.c (replace_members): Remove unused var. Formatting fix.
900 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
901
902 * MAINTAINERS: Sort port maintainers by CPU.
903
904 2002-05-04 Bob Byrnes <byrnes@curl.com>
905
906 * size.c (display_archive): Add last_arfile and code to close archives.
907
908 2002-05-01 Alan Modra <amodra@bigpond.net.au>
909
910 * nm.c (print_symbol): Check returned filename from
911 bfd_find_nearest_line is non-NULL.
912
913 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
914
915 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
916
917 2002-04-24 Christian Groessler <chris@groessler.org>
918
919 * MAINTAINERS: Changed my email address.
920
921 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
922
923 * arparse.y: Fix syntax warning.
924
925 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
926
927 * readelf.c (fetch_location_list): Remove unused function.
928
929 * readelf.c (process_corefile_note_segment): Catch corrupt notes
930 and display a warning message, then exit the loop.
931
932 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
933
934 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
935
936 * resrc.c (write_rc_dialog): If charset is non-default value
937 display all of the DIALOGEX parameters.
938
939 2002-04-15 Eric Kohl <ekohl@rz-online.de>
940
941 * rcparse.y: Allow two to five parameter in FONT statement of
942 DIALOGEX resources.
943 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
944 resource data.
945 (res_to_bin_dialog): Likewise.
946 * windres.h: Added misssing charset variable to dialog_ex
947 structure.
948
949 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
950
951 * rcparse.y: Set MEMFLAG_PURE by default.
952
953 2002-04-09 Bernd Herd <info@herdsoft.com>
954
955 * rcparse.y: CLASS definitions in DIALOG resources
956 are quoted.
957 Fix typo in BEDIT warning.
958 Don't add default dialog style when explicit style specified.
959 Add WS_CAPTION dialog style if CAPTION is specified.
960
961 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
962 (handle_quotes) "\a" escape (used for right justified key
963 definitions in menus) is encodes as binary 8.
964
965 * resrc.c (write_rc_dialog): Print style even if it is 0.
966 (write_rc_directory): Fix overlooked sublang shift bug.
967 (bin_to_res_dialog): Don't print empty dialog caption.
968
969 * resbin.c (bin_to_res_dialog): Use signature to identify
970 DIALOGEX.
971
972 * windres.c (main): Set default LANGUAGE to english/us.
973
974 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
975
976 * resrc.c: print CLASS names in quotes
977
978 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
979
980 * MAINTAINERS: Update my email address.
981
982 2002-04-04 Alan Modra <amodra@bigpond.net.au>
983
984 * dep-in.sed: Cope with absolute paths.
985 * Makefile.am (dep.sed): Subst TOPDIR.
986 Run "make dep-am".
987 * Makefile.in: Regenerate.
988
989 2002-03-27 Peter Targett <peter.targett@arc.com>
990
991 * MAINTAINERS: Update my email address.
992
993 2002-03-21 Alan Modra <amodra@bigpond.net.au>
994
995 * Makefile.am: Run "make dep-am".
996 * Makefile.in: Regenerate.
997 * doc/Makefile.in: Regenerate.
998 * po/POTFILES.in: Regenerate.
999 * aclocal.m4: Regenerate.
1000 * config.in: Regenerate.
1001 * configure: Regenerate.
1002
1003 2002-03-20 Daniel Berlin <dan@dberlin.org>
1004
1005 * readelf.c: Add support for displaying dwarf2 location lists.
1006 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1007 (parse_args): Use 'O' as shorthand for displaying location list
1008 section.
1009 (process_section_headers): Handle debug_loc as well.
1010 (load_debug_loc): New.
1011 (free_debug_loc): New.
1012 (fetch_location_list): New.
1013 (display_debug_loc): New.
1014 (display_debug_info): Call load_debug_loc and free_debug_loc.
1015 (debug_displays): We can display .debug_loc now, too.
1016 (usage): Update usage string.
1017 (read_and_display_attr_value): Note location lists, but don't
1018 display them inline.
1019
1020 2002-03-18 Tom Rix <trix@redhat.com>
1021
1022 * Makefile.am: Add binutils emulation support.
1023 * configure.in: Same.
1024 * configure.tgt: New file. Same.
1025 * ar.c (main): Use ar_emul_parse_arg.
1026 (usage): Use ar_emul_usage.
1027 (replace_members): Use ar_emul_replace, ar_emul_append.
1028 * binemul.c: New file. Define the binutils emulation
1029 layer. Define default methods.
1030 * binemul.h: New file. Binutils emulation layer header file.
1031 * emul_aix.c: New file. AIX binutils emulation.
1032 * emul_vanilla.c: New file. Default binutils emulation.
1033 * Makefile.in: Regenerate.
1034 * configure: Same.
1035
1036 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1037
1038 * po/fr.po: Updated version.
1039
1040 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1041
1042 * po/fr.po: Updated version.
1043
1044 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1045
1046 * README: Update some version numbers.
1047
1048 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1049
1050 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1051 (Architecture Selection): Likewise.
1052
1053 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1054
1055 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1056 generating .exp file.
1057
1058 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1059
1060 * readelf.c (dump_relocations): Fix typo.
1061
1062 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1063
1064 * NEWS: Mark 2.12 branch.
1065
1066 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
1067
1068 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1069 types for 64-bit MIPS. Narrow some fields for 80-char
1070 output.
1071 (dump_relocations): Change spelling from 'unrecognised'
1072 to 'unrecognized'.
1073 (decode_ARM_machine_flags): Likewise.
1074 (parse_args): Likewise.
1075 (read_and_display_attr_value): Likewise.
1076 (display_debug_section): Likewise.
1077
1078 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1079
1080 * NEWS: Mention support for MMIX.
1081
1082 2002-02-13 Matt Fredette <fredette@netbsd.org>
1083
1084 * readelf.c (get_machine_flags): Recognize EF_M68000.
1085
1086 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
1087
1088 * MAINTAINERS: Added self as MN10300 co-maintainer.
1089
1090 2002-02-12 Alan Modra <amodra@bigpond.net.au>
1091
1092 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1093 DT_PPC64_OPDSZ.
1094
1095 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
1096
1097 * MAINTAINERS: List myself as branch maintainer.
1098
1099 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1100
1101 * configure: Regenerate.
1102 * objcopy.c: Update copyright date.
1103 * doc/Makefile.in: Regenerate.
1104
1105 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1106
1107 * nlmconv.c: Back out localtime PARAMS change.
1108
1109 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1110
1111 * objcopy.c (MKDIR): Define.
1112 (copy_archive): Make name_list.name const. Use MKDIR.
1113 Handle duplicate files in archives by making more temp dirs.
1114
1115 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1116
1117 * coffdump.c: Include "getopt.h" after "bucomm.h"
1118 so that macros are defined correctly.
1119 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1120 prototype. Prototype main.
1121 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1122
1123 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
1124
1125 * MAINTAINERS: Added self as SH co-maintainer.
1126
1127 2002-02-05 Nick Clifton <nickc@redhat.com>
1128
1129 * po/tr.po: Updated translation.
1130
1131 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1132
1133 * Makefile.am: Run "make dep-am"
1134 * Makefile.in: Regenerate.
1135
1136 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1137
1138 * nm.c (print_value): Mark abfd unused.
1139
1140 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1141
1142 * unwind-ia64.c (unw_decoder): Change second argument
1143 to unsigned int, to match function prototypes.
1144
1145 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1146
1147 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1148 __GNU_LIBRARY__ will be defined.
1149 * size.c: Likewise.
1150
1151 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1152
1153 * configure: Regenerated.
1154
1155 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1156
1157 * doc/Makefile.am (install): Depend on install-info.
1158 * doc/Makefile.in: Regenerate.
1159
1160 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1161
1162 * objcopy.c (strip_usage): Document -d as an alias
1163 --strip-debug.
1164
1165 * size.c (usage): Document [-t | --totals] options.
1166 (long_options): Add --totals option.
1167 (main): If the [-t | --totals] option is specified and
1168 the output format is Berkeley-style, print the total
1169 text, data, and bss sizes of all objects listed.
1170 (print_berkeley_format): If the [-t | --totals] option
1171 is specified, track the total text, data, and bss
1172 sizes.
1173 * doc/binutils.texi (size): Document [-t | --totals] options.
1174 (strip): Document -d as an alias for --strip-debug.
1175 * NEWS: Mention new feature of size.
1176
1177 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1178
1179 * po/fr.po: Updated version.
1180 * po/es.po: Updated version.
1181
1182 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1183
1184 * addr2line.c (usage): Update text to provide verbose
1185 description of the command line options.
1186 * ar.c (usage): Update text to provide verbose
1187 description of the command line options.
1188 (main): Accept -h and -H when running as ranlib.
1189 * coffdump.c (show_usage): Update text to provide verbose
1190 description of the command line options.
1191 * dlltool.c (main): Accept -H as an alias for --help.
1192 * nlmconv.c (show_usage): Update text to provide verbose
1193 description of the command line options.
1194 * nm.c (usage): Replace OPTIONS with option(s).
1195 (main): Accept -H as an alias for --help.
1196 * objcopy.c (strip_main): Accept -H as an alias for --help.
1197 * objdump.c (main): Accept -v as an alias for --verbose.
1198 * readelf.c (usage): Adjust format to match style used in
1199 other binutils.
1200 * size.c (usage): Update text to provide verbose description
1201 of the command line options.
1202 (main): Accept -v, -h and -H as command line options.
1203 * srconv.c (show_usage): Update text to provide verbose
1204 description of the command line options.
1205 * strings.c (main): Accept -H and -v as command line options.
1206 (usage): Update text to provide verbose description of the
1207 command line options.
1208 * sysdump.c (show_usage): Update text to provide verbose
1209 description of the command line options.
1210 * windres.c (usage): Adjust format to match style used in
1211 other binutils.
1212
1213 * coffdump.c: Fix formatting.
1214 * nlmconv.c: Fix formatting.
1215 * srconv.c: Fix formatting.
1216 * sysdump.c: Fix formatting.
1217
1218 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1219
1220 * Makefile.am: Run "make dep-am".
1221 * Makefile.in: Regenerate.
1222
1223 2002-01-18 Andreas Jaeger <aj@suse.de>
1224
1225 * version.c (print_version): Update year.
1226
1227 2002-01-17 Alan Modra <amodra@bigpond.net.au>
1228
1229 * readelf.c (get_machine_name): Handle EM_PPC64.
1230 (guess_is_rela): Here too.
1231
1232 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1233
1234 * po/binutils.pot: Regenerate.
1235 * po/fr.po: Regenerate.
1236 * po/tr.po: Regenerate.
1237
1238 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1239
1240 * po/tr.po: Import new version.
1241
1242 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1243
1244 * readelf.c (get_ppc64_dynamic_type): New.
1245 (get_dynamic_type): Call it.
1246
1247 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1248
1249 * objcopy.c (copy_usage): Use "options" instead of "switches".
1250 (strip_usage): Use "options" instead of "switches".
1251 * doc/binutils.texi (dlltool): Refer to "options" instead of
1252 "switches".
1253
1254 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1255
1256 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1257
1258 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1259
1260 * po/es.po: Import from translation project.
1261 * configure.in (ALL_LINGUAS): Add es.
1262 * configure: Regenerate.
1263
1264 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1265
1266 * readelf.c (get_netbsd_elfcore_note_type): Use
1267 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1268
1269 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1270
1271 * readelf.c: Update copyright years.
1272 (get_note_type): Return a const char *.
1273 (get_netbsd_elfcore_note_type): New function.
1274 (process_note): Use get_netbsd_elfcore_note_type to get
1275 the note type string for NetBSD ELF core files.
1276
1277 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1278
1279 * readelf.c (get_ia64_segment_type): Add support for macros.
1280 (get_segment_type): Add support for IA64 specific macros.
1281
1282 2001-12-20 Julian v. Bock <julian@wongr.net>
1283
1284 * readelf.c (print_symbol): New function: Print a formatted symbol
1285 name. If --wide is specified do not truncate it.
1286 (dump_relocations): Use print_symbol() to print symbol names.
1287 (process_symbol_table): Likewise.
1288 (process_syminfo): Likewise.
1289 (process_mips_specific): Likewise.
1290 (usage): Document new feature of --wide switch.
1291 * doc/binutils.texi (objdump): Document additional behaviour of
1292 --wide.
1293
1294 2001-12-18 Michael Snyder <msnyder@redhat.com>
1295
1296 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1297 (copy_object): Don't set the start address or flags of a core file.
1298 (copy_section): Don't relocate a core file. Don't copy contents
1299 if the input section has the contents flag set, but the output
1300 section does not (which happens with the fake 'note' pseudo-
1301 sections that BFD creates for corefiles).
1302
1303 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1304
1305 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1306 ASE extensions. More robust code for ISA checking. Ignore empty fields
1307 in header flags for GNU extensions.
1308
1309 2001-12-18 Alan Modra <amodra@bigpond.net.au>
1310
1311 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1312
1313 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1314
1315 * po/ja.po: Import from translation project.
1316 * configure.in (ALL_LINGUAS): Add ja.
1317 * configure: Regenerate.
1318
1319 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1320
1321 * addr2line.c (main): Protoype.
1322 * ar.c (main): Protoype.
1323 * nm.c (main): Protoype.
1324 * objcopy.c (main): Protoype.
1325 * objdump.c (main): Protoype.
1326 * size.c (main): Protoype.
1327 * strings.c (main): Protoype.
1328
1329 2001-12-17 Alan Modra <amodra@bigpond.net.au>
1330
1331 * readelf.c (symtab_shndx_hdr): New global.
1332 (SECTION_HEADER_INDEX): Define.
1333 (SECTION_HEADER_NUM): Define.
1334 (SECTION_HEADER): Define.
1335 (GET_ELF_SYMBOLS): Pass two params rather than three.
1336 (get_32bit_elf_symbols): Take file and section args. Read and
1337 use SHT_SYMTAB_SHNDX.
1338 (get_64bit_elf_symbols): Likewise.
1339 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1340 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1341 Remember symtab_shdx_hdr.
1342 (process_program_headers): Scan from index 1 for segment map.
1343 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1344 "section_headers".
1345 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1346 (process_unwind): Likewise.
1347 (process_version_sections): Likewise.
1348 (process_symbol_table): Likewise.
1349 (display_debug_info): Likewise.
1350 (process_dynamic_segment): Fake up a symtab section for changed
1351 GET_ELF_SYMBOLS.
1352 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1353 (process_program_headers): Kill signed/unsigned warning.
1354 (load_debug_str): Likewise.
1355 (display_debug_info): Likewise.
1356
1357 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1358
1359 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1360
1361 2001-12-11 Alan Modra <amodra@bigpond.net.au>
1362
1363 * readelf.c (process_file_header): Print extended e_shnum and
1364 e_shdtrndx values. Set elf_header values for same.
1365 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1366 (get_64bit_section_headers): Likewise.
1367 (process_section_headers): Update calls.
1368 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1369
1370 2001-12-10 Jakub Jelinek <jakub@redhat.com>
1371
1372 * objcopy.c (setup_section): Copy entsize.
1373
1374 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1375
1376 * readelf.c (guess_is_rela): Add support for stormy16.
1377 (dump_relocations): Likewise.
1378 (get_machine_name): Likewise.
1379
1380 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1381
1382 * dllwrap.c (main) Replace multiple strings describing a
1383 single error with a single, newline escaped sentence to permit
1384 better translation into foreign languages.
1385
1386 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1387 class names.
1388
1389 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1390
1391 * strings.c (get_char): Initialize value.
1392
1393 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1394
1395 * arlex.l: Silence compile warnings.
1396 * arsup.h: Likewise. Fix formatting.
1397
1398 2001-12-04 Jakub Jelinek <jakub@redhat.com>
1399
1400 * strings.c: Include config.h before bfd.h.
1401 (file_off): New type.
1402 (file_open): Define.
1403 (print_strings): Use file_off instead of file_ptr. Print addresses
1404 which don't fit into long correctly.
1405 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1406 available.
1407 (strings_file): Use file_off instead of file_ptr. Use file_open.
1408 * configure.in: Check for getc_unlocked.
1409 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1410 be defined for it.
1411 * configure: Rebuilt.
1412 * config.h.in: Rebuilt.
1413
1414 2001-11-29 H.J. Lu <hjl@gnu.org>
1415
1416 * bucomm.c (make_tempname): Revert the changes made on
1417 2001-11-14 and 2001-11-12. They won't work with directories.
1418
1419 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1420
1421 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1422 CFLAGS_FOR_TARGET to runtest in environment.
1423 * Makefile.in: Rebuild.
1424 * doc/Makefile.in: Rebuild.
1425
1426 2001-11-28 Mike Stump <mrs@wrs.com>
1427
1428 * objcopy.c (setup_section): Preserve SEC_RELOC when
1429 --set-section-flags is used.
1430
1431 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1432
1433 * readelf.c (do_debug_str): New variable.
1434 (display_debug_str): New function: Display the contents of a
1435 .debug_str section.
1436 (load_debug_str): New function: Load in the contents of a
1437 .debug_str section.
1438 (free_debug_str): New function: Free the memory used by
1439 load_debug_str().
1440 (fetch_indirect_string): Retrieve a string from the .debug_str
1441 section.
1442 (usage): Add -ws.
1443 (parse_args): Accept -ws.
1444 (process_section_headers): Allow the display of the .debug_str
1445 section.
1446 (read_and_display_attr_value): Use fetch_indirect_string. Show
1447 offset into .debug_str section.
1448 (display_debug_info): Use load_debug_str and free_debug_str.
1449 (debug_displays): Add .debug_str.
1450 * doc/binutils.texi: Document -ws.
1451
1452 2001-11-19 Andreas Jaeger <aj@suse.de>
1453
1454 * testsuite/binutils-all/objdump.exp: Add x86-64.
1455
1456 2001-11-15 Andreas Schwab <schwab@suse.de>
1457
1458 * readelf.c: Fix warnings without terminating newline.
1459
1460 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1461
1462 * doc/binutils.texi (objdump): Document ppc -M options.
1463
1464 2001-11-14 Andreas Jaeger <aj@suse.de>
1465
1466 * doc/binutils.texi (objdump): Fix description to use x86-64.
1467
1468 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1469
1470 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1471 not all systems provide mkstemp.
1472
1473 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1474
1475 * doc/binutils.texi (objdump): Document x86 -M options.
1476
1477 2001-11-13 Keith Walker <keith.walker@arm.com>
1478
1479 * readelf.c (read_and_display_attr_value): New function to
1480 handle DW_FORM_indirect.
1481 (read_and_display_attr): Use it.
1482
1483 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1484
1485 * readelf.c (display_debug_lines): Deal with unknown standard
1486 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1487 DW_LNS_set_isa.
1488
1489 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1490
1491 * MAINTAINERS: Add self as tic54x maintainer. This target
1492 includes the IBM C54XDSP clone.
1493
1494 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1495
1496 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1497
1498 2001-11-09 Jeffrey A Law (law@cygnus.com)
1499
1500 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1501 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1502 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1503 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1504 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1505 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1506 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1507
1508 * readelf.c (get_elf_class): Fix ISO portability glitch.
1509 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1510
1511 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1512
1513 * readelf.c (debug_str, debug_str_size): New.
1514 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1515 Call free_abbrevs.
1516 (read_and_display_addr): Handle DW_FORM_strp.
1517 (display_debug_info): Read .debug_str section if present,
1518 so that DW_FORM_strp can be handled.
1519 Fix test for non-existant .debug_abbrev section.
1520
1521 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1522
1523 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1524
1525 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1526
1527 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1528
1529 * MAINTAINERS: Add self as s390/s390x maintainer.
1530
1531 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
1532
1533 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1534
1535 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1536
1537 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1538 * configure: Regernate.
1539 * po/fr.po: New file.
1540 * po/tr.po: New file.
1541
1542 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1543
1544 * MAINTAINERS: Add self as MMIX port maintainer.
1545 * readelf.c: Include elf/mmix.h.
1546 (guess_is_rela): MMIX is RELA.
1547 (dump_relocations): Handle MMIX relocations.
1548 * Makefile.am: Regenerate dependencies.
1549 * Makefile.in: Regenerate.
1550
1551 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1552
1553 * readelf.c (parse_args): Handle multiple options to the -w
1554 switch.
1555
1556 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1557
1558 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1559 LOPROC, LOOS and LOUSER.
1560
1561 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1562
1563 * MAINTAINERS: Update my email address.
1564
1565 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1566
1567 * doc/Makefile.in: Regenerate.
1568 * configure: Regenerate.
1569
1570 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1571
1572 * readelf.c (display_debug_line, display_debug_pubnames,
1573 display_debug_info, display_debug_frames): Detect and warn
1574 about 64-bit format entries.
1575 (display_debug_aranges): Reword 64-bit warning.
1576 (debug_displays): Add .debug_pubtypes as a known, but not yet
1577 supported, debug section.
1578
1579 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1580
1581 * coffdump.c (PROGRAM_VERSION): Delete.
1582 (main <'V'>): Call print_version.
1583 * srconv.c: Likewise.
1584 * sysdump.c: Likewise.
1585 * version.c (program_version): Remove.
1586 (print_version): Use BFD_VERSION_STRING. Just print the current
1587 year in copyright message.
1588 * addr2line.c (program_version): Remove unused declaration.
1589 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1590 place of BFD_VERSION.
1591 * Makefile.am (Makefile): Depend on bfd/configure.in.
1592 (cplus-dem.o): Depend on Makefile.
1593 Run "make dep-am".
1594 * Makefile.in: Regenerate.
1595
1596 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1597
1598 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1599 format .debug_arange sections.
1600 (main): Add missing prototype.
1601
1602 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1603
1604 * Makefile.am: Update dependencies with "make dep-am".
1605 * Makefile.in: Regenerate.
1606
1607 2001-09-28 Richard Henderson <rth@redhat.com>
1608
1609 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1610
1611 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1612
1613 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1614 VA_CLOSE.
1615 (non_fatal): Likewise.
1616 * objdump.c (objdump_sprintf): Likewise.
1617 * readelf.c (error): Likewise.
1618 (warn): Likewise.
1619
1620 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1621
1622 * readelf.c (do_wide): New.
1623 (options): Add --wide.
1624 (usage, parse_args): Likewise.
1625 (process_program_headers): Put each segment on a single line if
1626 --wide is given.
1627 (process_section_headers): Put each section on a single line if
1628 --wide is given.
1629 * doc/binutils.texi: Document it.
1630 * NEWS: Likewise.
1631
1632 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1633
1634 * readelf.c (print_vma): Print 8 digits of low hex value.
1635
1636 2001-09-24 Andreas Jaeger <aj@suse.de>
1637
1638 * nlmconv.c: Fix warnings about unused attributes and function
1639 prototypes.
1640
1641 * strings.c: Add prototype for get_char.
1642
1643 2000-09-19 H.J. Lu <hjl@gnu.org>
1644
1645 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1646 $(srcdir)/cxxfilt.man.
1647 * doc/Makefile.in: Rebuild.
1648
1649 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1650
1651 * objcopy.c (copy_main): Correct rename-section string parsing.
1652 Consolidate new_name parsing, and error messages.
1653
1654 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1655
1656 * addr2line.c: Don't include <ctype.h>.
1657 (main): For gettext, also set the LC_CTYPE locate facet.
1658 * ar.c (main): Likewise.
1659 * coffdump.c (main): Likewise.
1660 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1661 (main): For gettext, also set the LC_CTYPE locate facet.
1662 Use ISALNUM instead of isalpha/isdigit.
1663 * dllwrap.c: Don't include <ctype.h>.
1664 (main): For gettext, also set the LC_CTYPE locate facet.
1665 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1666 (main): For gettext, also set the LC_CTYPE locate facet.
1667 Use TOUPPER instead of islower/toupper.
1668 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1669 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1670 Use TOUPPER instead of islower/toupper.
1671 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1672 * objcopy.c (main): Likewise.
1673 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1674 (disassemble_bytes): Use ISPRINT instead of isprint.
1675 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1676 (dump_data): Use ISPRINT instead of isprint.
1677 (main): For gettext, also set the LC_CTYPE locate facet.
1678 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1679 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1680 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1681 Use TOUPPER instead of islower/toupper.
1682 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1683 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1684 (write_rc_accelerators): Use ISPRINT instead of isprint.
1685 (write_rc_rcdata): Likewise.
1686 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1687 * srconv.c (main): Likewise.
1688 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1689 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1690 isdigit/isupper/islower.
1691 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1692 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1693 stab_demangle_prefix, stab_demangle_qualified,
1694 stab_demangle_template, stab_demangle_type,
1695 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1696 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1697 (isgraphic): Use ISPRINT instead of isascii/isprint.
1698 (main): Remove HAVE_LC_MESSAGES dependency.
1699 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1700 (pbarray): Use ISPRINT instead of isprint.
1701 (main): For gettext, also set the LC_CTYPE locate facet.
1702 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1703 (format_from_filename): Use ISPRINT instead of isprint.
1704 (main): For gettext, also set the LC_CTYPE locate facet.
1705 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1706 (unicode_print): Use ISPRINT instead of isprint.
1707 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1708 (stab_variable): Use ISDIGIT instead of isdigit.
1709
1710 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1711
1712 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1713 Replace bfd_read call with call to bfd_bread.
1714 (extract_file): Likewise.
1715
1716 * objdump.c (dump_section_header): Cast section->filepos to
1717 unsigned long to suit printf format string.
1718 * readelf.c (process_section_headers): Similarly for sh_offset.
1719 (process_unwind): Likewise.
1720
1721 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1722
1723 * strings.c (encoding, encoding_bytes): New variables.
1724 (long_options): Add --encoding.
1725 (main): Accept -e and --encoding.
1726 (get_char): New function. Read a, possibly wide, character from
1727 the input stream.
1728 (print_strings): Use get_char().
1729 (usage): Document new command line option.
1730 * doc/binutils.texi: Document new command line option.
1731 * NEWS: Announce new command line option.
1732
1733 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1734
1735 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1736 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1737 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1738 Removed EM_CYGNUS_ARC.
1739
1740 2001-09-04 Jeffrey A Law (law@cygnus.com)
1741
1742 * readelf.c: Include elf/h8 for H8 series definitions.
1743 (guess_is_rela): H8 series if RELA.
1744 (dump_relocations): Handle H8 series relocations.
1745
1746 2001-08-31 Eric Christopher <echristo@redhat.com>
1747
1748 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1749
1750 2001-08-29 Peter Targett <peter.targett@arccores.com>
1751
1752 * MAINTAINERS: Include ARC Maintainer.
1753
1754 2001-08-29 Ben Elliston <bje@redhat.com>
1755
1756 * stabs.c (stab_demangle_template): Initialise s4.
1757
1758 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1759
1760 * readelf.c (dump_relocations): Recognise EM_PPC64.
1761
1762 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1763
1764 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1765
1766 2001-08-25 H.J. Lu <hjl@gnu.org>
1767
1768 * nm.c (print_width): New.
1769 (display_rel_file): Set `print_width' according to
1770 bfd_sprintf_vma.
1771 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1772
1773 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1774
1775 * objcopy.c (use_alt_mach_code): New variable.
1776 (OPTION_ALT_MACH_CODE): Define.
1777 (copy_options): Added --alt-machine-code.
1778 (copy_main): Handle it.
1779 (copy_object): Switch to alternate machine code if requested.
1780 * doc/binutils.texi: Document new option.
1781 * NEWS: Likewise.
1782
1783 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1784
1785 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1786
1787 2001-08-21 H.J. Lu <hjl@gnu.org>
1788
1789 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1790 (display_debug_info): Cast for 64bit hosts.
1791 (display_debug_frames): Likewise.
1792 (process_mips_specific): Likewise.
1793
1794 2001-08-21 Andreas Jaeger <aj@suse.de>
1795
1796 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1797
1798 * sysdump.c: Add missing prototypes.
1799 * srconv.c: Likewise.
1800 * unwind-ia64.c: Likewise.
1801 * coffdump.c: Likewise.
1802
1803 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1804
1805 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1806 of declaring xcalloc.
1807
1808 2001-08-10 H.J. Lu <hjl@gnu.org>
1809
1810 * nm.c (print_value): Add one arg, bfd *.
1811 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1812 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1813 (print_symbol_info_sysv): Likewise.
1814 (print_symbol_info_posix): Likewise.
1815
1816 * objdump.c (dump_section_header): Replace printf_vma with
1817 bfd_printf_vma.
1818 (print_section_stabs): Likewise.
1819 (dump_bfd_header): Likewise.
1820 (objdump_print_value): Replace sprintf_vma with
1821 bfd_sprintf_vma.
1822 (disassemble_bytes): Likewise.
1823 (dump_reloc_set): Likewise.
1824
1825 2001-08-10 Andreas Jaeger <aj@suse.de>
1826
1827 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1828 to build warnings.
1829 * configure: Regenerate.
1830
1831 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1832
1833 * readelf.c: Add missing prototypes.
1834 * objdump.c: Likewise. Format existing prototypes.
1835
1836 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1837
1838 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1839 of any RELA relocation for the abbrev_offset memory location that
1840 refers to the .debug_abbrev section symbol.
1841
1842 2001-08-07 H.J. Lu <hjl@gnu.org>
1843
1844 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1845 (main): Return process_file ().
1846
1847 2001-08-05 Philip Blundell <philb@gnu.org>
1848
1849 * doc/binutils.texi: Use "Thumb" not "THUMB".
1850
1851 2001-08-03 John Healy <jhealy@redhat.com>
1852
1853 Patch suggested by Frank Eigler <fche@redhat.com>.
1854 * objdump.c (disassemble_data): Fill in section member of the
1855 disasm_info structure.
1856
1857 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1858
1859 * configure.in: Added --with-windres option.
1860 * configure: Regenerated.
1861
1862 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1863
1864 * doc/binutils.texi: Use @command{name} for commands;
1865 use @option{-opt} for options; use @table @env for list of options;
1866 remove spaces arround [ | ] in synopsis.
1867
1868 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1869 center title.
1870
1871 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1872
1873 * objcopy.c: Fix formatting.
1874 (section_rename): New structure.
1875 (OPTION_RENAME_SECTION): New switch.
1876 (copy_usage): Document new switch.
1877 (add_section_rename): New function: Add a node to the section
1878 rename list.
1879 (find_section_rename): New function: Find the new name and
1880 flags for a section.
1881 (setup_section): Call find_section_name to determine the name
1882 of the output section.
1883 (copy_main): Handle OPTION_RENAME_SECTION.
1884 * binutils.texi: Document new switch.
1885 * NEWS: Mention new switch.
1886
1887 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1888
1889 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1890 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1891 bug-binutils@gcc.org.
1892
1893 2001-07-28 Matthias Kramm <kramm@quiss.org>
1894
1895 * bucomm.c (list_supported_architectures): New function.
1896 * bucomm.h (list_supported_architectures): Declare.
1897 * objdump.c (usage): Call the above.
1898
1899 2001-07-25 Dave Brolley <brolley@redhat.com>
1900
1901 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1902 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1903
1904 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1905
1906 * README: Update for 2.11. Change bug reporting email address.
1907 * MAINTAINERS: Tidy up. Change bug reporting email address.
1908
1909 2001-07-16 DJ Delorie <dj@redhat.com>
1910
1911 * resres.c (write_res_header): Align header size.
1912 (res_align_file): Calculate alignment correctly.
1913
1914 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1915 correct 10).
1916 * resrc.c (write_rc_resource): Likewise.
1917 * windres.h (SUBLANG_SHIFT): Define - as 10.
1918
1919 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1920
1921 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1922
1923 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1924
1925 * MAINTAINERS: Add notes about branch checkins.
1926
1927 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1928
1929 * readelf.c (display_debug_macinfo): New function, display
1930 .debug_macinfo section.
1931 (do_debug_macinfo): New variable.
1932 (parse_args): Handle "-w[mM]" to mean display macro info.
1933 (process_section_headers): Handle debug_macinfo.
1934 (debug_displays): Replace unsupported function with macinfo
1935 function for .debug_macinfo display.
1936 * doc/binutils.texi: Document new command line switch.
1937 * NEWS: Document new feature of readelf.
1938
1939 2001-07-05 H.J. Lu <hjl@gnu.org>
1940
1941 * objcopy.c (filter_symbols): Don't turn undefined symbols
1942 into local.
1943
1944 2001-07-03 H.J. Lu <hjl@gnu.org>
1945
1946 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1947 $@.pod.
1948 (ar.1): Likewise.
1949 (dlltool.1): Likewise.
1950 (nlmconv.1): Likewise.
1951 (nm.1): Likewise.
1952 (objcopy.1): Likewise.
1953 (objdump.1): Likewise.
1954 (ranlib.1): Likewise.
1955 (readelf.1): Likewise.
1956 (size.1): Likewise.
1957 (strings.1): Likewise.
1958 (strip.1): Likewise.
1959 (windres.1): Likewise.
1960 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1961 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1962 $(DEMANGLER_NAME).
1963 (as.1): Removed.
1964 * doc/Makefile.in: Regenerated.
1965
1966 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1967
1968 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1969
1970 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1971
1972 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1973
1974 2001-06-29 James Cownie <jcownie@etnus.com>
1975
1976 * readelf.c: Support DWARF 2.1 attributes.
1977
1978 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1979
1980 * readelf.c (GET_DATA_ALLOC): Remove.
1981 (GET_DATA): Remove.
1982 (get_data): New function combining above macros, with an extra
1983 test for zero size.
1984 (slurp_rela_relocs): Use get_data, and catch error return.
1985 (slurp_rel_relocs): Likewise.
1986 (get_32bit_program_headers): Likewise.
1987 (get_64bit_program_headers): Likewise.
1988 (get_32bit_section_headers): Likewise.
1989 (get_64bit_section_headers): Likewise.
1990 (get_32bit_elf_symbols): Likewise.
1991 (get_64bit_elf_symbols): Likewise.
1992 (process_section_headers): Likewise.
1993 (process_relocs): Likewise.
1994 (slurp_ia64_unwind_table): Likewise.
1995 (process_unwind): Likewise.
1996 (get_32bit_dynamic_segment): Likewise.
1997 (get_64bit_dynamic_segment): Likewise.
1998 (process_dynamic_segment): Likewise.
1999 (process_version_sections): Likewise.
2000 (process_symbol_table): Likewise.
2001 (dump_section): Likewise.
2002 (display_debug_info): Likewise.
2003 (display_debug_section): Likewise.
2004 (process_section_contents): Likewise.
2005 (process_corefile_note_segment): Likewise.
2006 (process_mips_specific): Likewise. Also free econf32, econf64.
2007
2008 2001-06-25 Alan Modra <amodra@bigpond.net.au>
2009
2010 * readelf.c (dump_relocations): Print "bad symbol index" if
2011 symtab == NULL with non-zero symtab_index.
2012 (process_relocs): Don't bomb if reloc section has no symsec.
2013
2014 2001-06-24 H.J. Lu <hjl@gnu.org>
2015
2016 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2017 by accident.
2018 (copy_main): Apply the the change made to strip_main on
2019 2001-05-30 by accident.
2020
2021 2001-06-23 Andreas Jaeger <aj@suse.de>
2022
2023 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2024 parameter 'code'.
2025 (unw_decode_x2): Likewise.
2026 (unw_decode_x3): Likewise.
2027 (unw_decode_x4): Likewise.
2028
2029 2001-06-23 Ben Elliston <bje@redhat.com>
2030
2031 * MAINTAINERS: Add myself as M88k maintainer.
2032
2033 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2034
2035 * objcopy.c (strip_main): Support -o or --output-file command lien
2036 switch.
2037
2038 2001-06-19 H.J. Lu <hjl@gnu.org>
2039
2040 * doc/Makefile.in: Regenerated.
2041
2042 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2043
2044 * readelf.c: Restore formatting.
2045
2046 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2047
2048 * Makefile.am: Move documentation into doc subdirectory.
2049 * Makefile.in: Regenerated.
2050 * binutils.texi: Move into doc subdirectory.
2051 * addr2line.1: Removed.
2052 * ar.1: Likewise.
2053 * dlltool.1: Likewise.
2054 * nlmconv.1: Likewise.
2055 * nm.1: Likewise.
2056 * objcopy.1: Likewise.
2057 * objdump.1: Likewise.
2058 * ranlib.1: Likewise.
2059 * readelf.1: Likewise.
2060 * size.1: Likewise.
2061 * strings.1: Likewise.
2062 * strip.1: Likewise.
2063 * windres.1: Likewise.
2064 * cxxfilt.man: Likewise.
2065 * doc: New Directory.
2066 * doc/Makefile.am: New file.
2067 * doc/Makefile.in: Generate.
2068
2069 2001-06-09 Alan Modra <amodra@bigpond.net.au>
2070
2071 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2072
2073 2001-06-01 Alan Modra <amodra@bigpond.net.au>
2074
2075 * MAINTAINERS: Update my email address.
2076
2077 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2078
2079 * objcopy.c: Add new switches: --keep-global-symbol,
2080 --keep-symbols, --localize-symbols, --keep-global-symbols and
2081 --weaken-symbols.
2082 * binutils.texi: Document new switches.
2083 * objcopy.1: Regenerate.
2084 * NEWS: Announce new feature.
2085
2086 2001-05-28 Andreas Jaeger <aj@suse.de>
2087
2088 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2089 variables, fix format strings.
2090
2091 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2092
2093 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2094 when computing the address of the line to show.
2095
2096 2001-05-16 Richard Henderson <rth@redhat.com>
2097
2098 * readelf.c (do_debug_frames_interp): New.
2099 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2100 (byte_get_big_endian): Likewise.
2101 (parse_args) ['F']: Set do_debug_frames_interp.
2102 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2103 (frame_display_row): Don't trunc pc_begin to int.
2104 (size_of_encoded_value): New.
2105 (display_debug_frames): Handle 64-bit targets. Print raw data
2106 unless do_debug_frames_interp.
2107 (debug_displays): Remove duplicate .debug_frame.
2108
2109 2001-05-15 Ralf Baechle <ralf@gnu.org>
2110
2111 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2112 The former constant was never in active use and is used otherwise
2113 by the ABI.
2114
2115 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2116
2117 * readelf.c (process_unwind): Print all unwind sections, not just
2118 one.
2119
2120 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2121
2122 * readelf.c (process_unwind): Remove const specifier.
2123
2124 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2125
2126 * strings.c (isgraphic): Do not use isascii() unless it is needed
2127 for isprint() to work.
2128 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2129
2130 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
2131
2132 * NEWS: Announce support for OpenRISC.
2133
2134 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
2135
2136 * dlltool.c (do_default_excludes): Initialise to true.
2137
2138 2001-04-10 Alan Modra <amodra@one.net.au>
2139
2140 * MAINTAINERS: Update my email address
2141 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2142
2143 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
2144
2145 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2146
2147 2001-03-30 H.J. Lu <hjl@gnu.org>
2148
2149 * readelf.c (process_unwind): Just return if do_unwind is 0.
2150
2151 2001-03-28 Roger Sayle <roger@metaphorics.com>
2152
2153 * dlltool.c (make_one_lib_file): Fix section flags for
2154 .text, .data and .bss in stub ds*.o files to match those
2155 generated by gas.
2156
2157 2001-03-29 H.J. Lu <hjl@gnu.org>
2158
2159 * readelf.c (process_unwind): Only do unwind sections for
2160 IA64.
2161
2162 2001-03-28 H.J. Lu <hjl@gnu.org>
2163
2164 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2165 * Makefile.in: Regenerate.
2166
2167 2001-03-26 Andreas Jaeger <aj@suse.de>
2168
2169 * binutils.texi (nm): Fix texi syntax.
2170
2171 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2172
2173 * binutils.texi: Put @c man begin and @c man end indications
2174 to generate man pages using texi2pod and pod2man. Put @c man title
2175 to identify each man. Add SEEALSO entries.
2176 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2177 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2178 sort the list.
2179 (*.1): Build the man pages from binutils.texi.
2180 * Makefile.in: Regenerate.
2181
2182 2001-03-13 Eric Kohl <ekohl@rz-online.de>
2183
2184 * defparse.y (opt_equal_name): allow "." in name.
2185 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2186 (gen_exp_file): Likewise.
2187
2188 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2189
2190 * NEWS: Document addition of -B switch to objcopy.
2191 * binutils.texi: Document addition of -B switch to objcopy.
2192 * objcopy.c: (copy_options): Add --binary-architecture.
2193 (copy_usage): Document -B/--binary-architecture.
2194 (copy_main): Support -B/--binary-architecture. Set
2195 bfd_external_binary_architecture.
2196
2197 2001-03-11 Andreas Jaeger <aj@suse.de>
2198
2199 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2200 (dump_relocations): Likewise.
2201 (get_machine_name): Likewise.
2202
2203 2001-02-28 Nick Clifton <nickc@redhat.com>
2204
2205 * readelf.c: (struct unw_aux_info): Remove const modifier for
2206 'strtab' field.
2207 (process_unwind): Remove non-K&R compliant LHS type cast in call
2208 to GET_DATA_ALLOC macro.
2209
2210 2001-02-28 Philip Blundell <pb@futuretv.com>
2211
2212 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2213 ABI is in use; remove ambiguity between the "unknown" EABI and
2214 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2215 renamed EF_xx constants.
2216
2217 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2218
2219 * configure.in (BFD_VERSION): New.
2220 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2221 * configure: Regenerate.
2222 * Makefile.am: Run "make dep-am"
2223 * Makefile.in: Regenerate.
2224
2225 2001-02-14 Nick Clifton <nickc@redhat.com>
2226
2227 * MAINTAINERS: Add "Obvious Fix" rule.
2228
2229 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2230
2231 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2232 literal concatenation.
2233
2234 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2235
2236 * readelf.c (struct unw_aux_info): Remove const from the info member.
2237 (process_unwind): Don't type-cast the third argument to the
2238 GET_DATA_ALLOC macro.
2239
2240 2001-02-11 Nick Clifton <nickc@redhat.com>
2241
2242 * readelf.c (dump_relocations): Free corrected allocated
2243 array.
2244 (process_unwind): Fix compile time warning.
2245
2246 2001-02-10 Nick Clifton <nickc@redhat.com>
2247
2248 * binutils.texi: Document new --unwind option to readelf.
2249
2250 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2251
2252 * readelf.c: Add linux target for S/390.
2253
2254 2001-02-10 Alan Modra <alan@linuxcare.com.au>
2255
2256 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2257 printf is a macro.
2258
2259 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2260
2261 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2262 * aclocal.m4: Regenerate.
2263 * configure: Regenerate.
2264
2265 2001-02-07 Todd Vierling <tv@wasabisystems.com>
2266
2267 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2268 * objdump.c (bfd_target_vector): Likewise.
2269
2270 2001-02-07 David Mosberger <davidm@hpl.hp.com>
2271
2272 * readelf.c (process_unwind): New function.
2273 (slurp_ia64_unwind_table): Ditto.
2274 (dump_ia64_unwind): Ditto.
2275 (find_symbol_for_address): Ditto.
2276 (slurp_rela_relocs): New function (split off from dump_relocations()).
2277 (slurp_rel_relocs): Ditto.
2278 (parse_args): Handle '-u' option.
2279
2280 * unwind-ia64.c: New file.
2281 * unwind-ia64.h: New file.
2282 * Makefile.am: Include unwind-ia64.c in readelf build.
2283 * Makefile.in: Regenerate.
2284 * po/binutils.pot: Regenerate.
2285
2286 2001-02-04 Philip Blundell <philb@gnu.org>
2287
2288 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2289 * configure: Regenerate.
2290
2291 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
2292
2293 * ieee.c (ieee_add_bb11): Don't check for backslashes
2294 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2295
2296 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2297
2298 * ieee.c: Update copyright.
2299 (ieee_start_compilation_unit): Don't check for backslashes
2300 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2301
2302 * stabs.c: Update copyright. Include "filenames.h".
2303 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2304
2305 2001-01-23 Jakub Jelinek <jakub@redhat.com>
2306
2307 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2308 sections are present before using them. Remove code duplication.
2309 (process_symbol_table): Check if VERDEF or VERNEED sections are
2310 present before using them.
2311
2312 2001-01-17 Nick Clifton <nickc@redhat.com>
2313
2314 * objcopy.c (copy_object): Fail if attempting to convert the
2315 endianness of the input object file.
2316
2317 * binutils.texi: Explain that objcopy cannot convert endianness.
2318
2319 2001-01-16 Nick Clifton <nickc@redhat.com>
2320
2321 * readelf.c (string_table_length): New variable.
2322 (SECTION_NAME): Catch out of range indices and missing section
2323 pointers.
2324 (process_section_headers): Delete useless local variable
2325 string_table_offset. Set the value of string_table_length
2326 after loading the string table.
2327 (process_mips_specific): Use SECTION_NAME macro.
2328 (process_file): Set string_table_length to 0 when it is freed.
2329
2330 2001-01-12 Nick Clifton <nickc@redhat.com>
2331
2332 * version.c (print_version): Update copyright date.
2333
2334 2001-01-11 Peter Targett <peter.targett@arccores.com>
2335
2336 * readelf.c (dump_relocations): Include selection with EM_ARC.
2337 (get_machine_name) Update name to "ARC".
2338
2339 2001-01-09 Nick Clifton <nickc@redhat.com>
2340
2341 * Makefile.am: Add rule to build objdump.o from objdump.c and
2342 using OBJDUMP_DEFS.
2343 * Makefile.in: Regenerate.
2344
2345 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2346 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2347 -DDISASSEMBLER_NEEDS_RELOCS.
2348 * configure: Regenerate.
2349
2350 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2351 is defined read in the relocs even if dump_reloc_info is
2352 false.
2353
2354 2001-01-07 Philip Blundell <philb@gnu.org>
2355
2356 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2357 `bug-binutils'.
2358 * README: Likewise.
2359
2360 2000-12-19 Nick Clifton <nickc@redhat.com>
2361
2362 * dlltool.c: Add missing support for arm-epoc-pe.
2363 * configure.in: Add missing support for arm-epoc-pe.
2364 * configure: Regenerate.
2365
2366 2000-12-15 Nick Clifton <nickc@redhat.com>
2367
2368 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2369 Mode parts of the x86 port.
2370
2371 2000-12-04 Andreas Jaeger <aj@suse.de>
2372
2373 * readelf.c (guess_is_rela): Add EM_X86_64.
2374 (dump_relocations): Add EM_X86_64.
2375 (get_machine_name): Add EM_X86_64.
2376 Include "elf/x86-64.h".
2377
2378 2000-12-12 Nick Clifton <nickc@redhat.com>
2379
2380 * readelf.c: Fix formatting.
2381
2382 2000-12-11 Jan Hubicka <jh@suse.cz>
2383
2384 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2385
2386 2000-12-07 Andrew Haley <aph@redhat.com>
2387
2388 * readelf.c (display_debug_frames): Only display columns that are
2389 referenced by the frame debug info.
2390
2391 2000-12-05 Nick Clifton <nickc@redhat.com>
2392
2393 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2394
2395 2000-12-04 Jason Merrill <jason@redhat.com>
2396
2397 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2398 (display_debug_section): Likewise.
2399 (display_debug_info): Display CU header before bailing.
2400
2401 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2402
2403 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2404 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2405 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2406
2407 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2408 and E_MIPS_ARCH_64.
2409
2410 * readelf.c (get_machine_flags): Add case for
2411 E_MIPS_MACH_SB1.
2412
2413 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
2414
2415 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2416
2417 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2418
2419 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
2420 Change sourceware.cygnus.com to sources.redhat.com.
2421 Fix typo for "amongst".
2422
2423 2000-11-28 Nick Clifton <nickc@redhat.com>
2424
2425 * strip.1 (COPYING): Mention that the GNU Free Documentation
2426 License is present in the sources, but not the output, and
2427 also available from the GNU website.
2428 (GNU Free Documentation License): Comment out this section.
2429 * strings.1: Ditto.
2430 * size.1: Ditto.
2431 * ranlib.1: Ditto.
2432 * objdump.1: Ditto.
2433 * objcopy.1: Ditto.
2434 * nm.1: Ditto.
2435 * nlmconv.1: Ditto.
2436 * ar.1: Ditto.
2437 * addr2line.1: Ditto.
2438
2439 2000-11-27 DJ Delorie <dj@redhat.com>
2440
2441 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2442 (parse_args): Support -wf option.
2443 (process_section_headers): Ditto.
2444 (debug_displays): Ditto.
2445 (display_debug_frames): New, dump *_frame sections.
2446 (frame_need_space): Support for above.
2447 (frame_display_row): Ditto.
2448 * binutils.texi: Document it.
2449
2450 2000-11-24 Nick Clifton <nickc@redhat.com>
2451
2452 * NEWS: Announce support for v5t, v5te and XScale.
2453
2454 2000-11-22 Nick Clifton <nickc@redhat.com>
2455
2456 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2457 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2458 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2459 (get_elf_section_flags: Add SHF_GROUP.
2460 (process_section_headers): Adjust output for 32-bit binaries
2461 to look nice on an 80 column terminal.
2462
2463 2000-11-20 H.J. Lu <hjl@gnu.org>
2464
2465 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2466 ELFOSABI_AIX.
2467
2468 2000-11-17 Richard Henderson <rth@redhat.com>
2469
2470 * readelf.c (display_debug_lines): Adjust last change to
2471 use sizeof (external->li_length).
2472
2473 2000-11-17 Richard Henderson <rth@redhat.com>
2474
2475 * readelf.c (display_debug_lines): Fix section length check
2476 and end_of_sequence computation.
2477
2478 2000-11-06 Nick Clifton <nickc@redhat.com>
2479
2480 * binutils.texi: Add GNU Free Documentation License.
2481 * objcopy.1: Add GNU Free Documentation License.
2482 * objdump.1: Add GNU Free Documentation License.
2483 * addr2line.1: Add GNU Free Documentation License.
2484 * ar.1: Add GNU Free Documentation License.
2485 * nlmconv.1: Add GNU Free Documentation License.
2486 * nm.1: Add GNU Free Documentation License.
2487 * ranlib.1: Add GNU Free Documentation License.
2488 * size.1: Add GNU Free Documentation License.
2489 * strings.1: Add GNU Free Documentation License.
2490 * strip.1: Add GNU Free Documentation License.
2491
2492 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2493
2494 * objcopy.c (--srec-len=nn): New parameter to set the
2495 maximum length of generated Srecords.
2496 (--srec-forceS3): New parameter that restricts the generation of
2497 Srecords to type S3 only.
2498 * binutils.texi: Document new command line switches.
2499 * objcopy.1: Docuemnt the new command line switches.
2500 * NEWS: Announce the existence of the new command line switches.
2501
2502 2000-10-31 Nick Clifton <nickc@redhat.com>
2503
2504 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2505 code. Add Eric Chrisopher as maintainer of MN10300 port.
2506
2507 2000-10-12 Roger Sayle <roger@metaphorics.com>
2508
2509 * Make comma after string after icon/control optional.
2510
2511 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2512
2513 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2514
2515 * NEWS: Mention support for MIPS32.
2516
2517 2000-09-08 Nick Clifton <nickc@redhat.com>
2518
2519 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2520
2521 2000-09-07 H.J. Lu <hjl@gnu.org>
2522
2523 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2524 * configure: Rebuild.
2525
2526 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2527
2528 * configure: Rebuilt with new libtool.m4.
2529
2530 2000-09-05 Nick Clifton <nickc@redhat.com>
2531
2532 * aclocal.m4: Regenerate.
2533 * config.in: Regenerate.
2534 * configure: Regenerate.
2535
2536 2000-09-04 Todd Vierling <tv@wasabisystems.com>
2537
2538 * strip.1: Fix stray '\' in -o formatting.
2539
2540 2000-09-02 Nick Clifton <nickc@redhat.com>
2541
2542 * configure.in: Increase version number to 2.10.91.
2543 * configure: Regenerate.
2544 * aclocal.m4: Regenerate.
2545 * config.in: Regenerate.
2546 * po/binutils.pot: Regenerate.
2547
2548 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2549
2550 * acinclude.m4: Include libtool and gettext macros from the
2551 top level.
2552 * aclocal.m4, configure: Rebuilt.
2553
2554 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
2555
2556 * resrc.c (close_input_stream): Delete extraneous logic
2557
2558 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2559
2560 * NEWS: Mention support for CRIS.
2561
2562 2000-08-21 Nick Clifton <nickc@redhat.com>
2563
2564 * addr2line.c: Changed email address for Ulrich Lauther.
2565
2566 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2567
2568 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2569
2570 2000-08-17 Nick Clifton <nickc@redhat.com>
2571
2572 * readelf.c (display_debug_pubnames): Only issue warning
2573 message once. Terminate message with a new line.
2574 (display_debug_aranges): Only display version 2 debug info.
2575
2576 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2577
2578 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2579 for compatability with old BSD systems.
2580
2581 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2582
2583 * NEWS: Mention i860 support.
2584
2585 2000-08-11 Carlo Wood <carlo@alinoe.com>
2586
2587 * addr2line.c (main): Add const to char *.
2588
2589 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2590
2591 * ar.c (main): Don't crash if called with no arguments
2592 or only '-X32_64' as an argument.
2593
2594 2000-08-08 DJ Delorie <dj@redhat.com>
2595
2596 * resrc.c: use "gcc -xc" instead of -xc-header
2597
2598 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2599
2600 * readelf.c (elf/i860.h): Include.
2601 (dump_relocations): Add recognition of i860 architecture.
2602 (guess_is_rela): Add recognition of i860 architecture.
2603
2604 2000-08-03 Nick Clifton <nickc@cygnus.com>
2605
2606 * MAINTAINERS: Add information about CGEN maintainers.
2607
2608 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2609
2610 * nm.c (main): Ignore '-X32_64' as an option.
2611 * ar.c (main): Likewise.
2612 * binutils.texi (nm): Document new option.
2613 (ar): Likewise.
2614
2615 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2616
2617 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2618
2619 2000-07-20 H.J. Lu <hjl@gnu.org>
2620
2621 * binutils.texi: Put back "@end table" deleted by
2622 accident.
2623
2624 2000-07-05 Kenneth Block <krblock@computer.org>
2625
2626 * nm.c: Add optional style to demangle switch.
2627 * objdump.c: Add optional style to demangle switch.
2628 * addr2line.c: Add optional style to demangle switch.
2629 * binutils.texi: Document optional style to demangle
2630 switch.
2631
2632 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2633
2634 * MAINTAINERS: Add self as CRIS port maintainer.
2635 * readelf.c: Include elf/cris.h.
2636 (guess_is_rela): Handle EM_CRIS.
2637 (dump_relocations): Ditto.
2638 (get_machine_name): Ditto.
2639 * Makefile.am: Rebuild dependencies.
2640 * Makefile.in: Regenerate.
2641 * po/binutils.pot: Regenerate.
2642
2643 2000-07-19 H.J. Lu <hjl@gnu.org>
2644
2645 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2646 "AUXILIARY".
2647 (process_dynamic_segment): Print out strings for DT_CONFIG,
2648 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2649
2650 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2651
2652 * nm.c (usage): Change output of `nm --help' to include a
2653 description of the purpose of the program and a detailed
2654 description of the accepted options.
2655
2656 2000-07-19 H.J. Lu <hjl@gnu.org>
2657
2658 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2659 to DF_1_NODEFLIB.
2660
2661 2000-07-19 H.J. Lu <hjl@gnu.org>
2662
2663 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2664
2665 2000-07-19 H.J. Lu <hjl@gnu.org>
2666
2667 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2668 DT_FEATURE.
2669 (process_dynamic_segment): Likewise.
2670
2671 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2672 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2673 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2674 DF_1_NODUMP and DF_1_CONLFAT.
2675
2676 2000-07-18 Nick Clifton <nickc@cygnus.com>
2677
2678 * binutils.texi (readelf): Fix spelling typo.
2679
2680 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2681
2682 * objdump.c (usage): Make output of `objdump --help' more
2683 consistent with the rest of the GNU world. Add a line describing
2684 the purpose of the program.
2685
2686 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2687
2688 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2689 warning.
2690
2691 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2692
2693 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2694 to fix warnings.
2695 (process_symbol_table): Ditto.
2696 (procesS_extended_line_op): Ditto.
2697 (display_debug_lines): Ditto.
2698 (display_debug_pubnames): Ditto.
2699 (read_and_display_attr): Ditto.
2700
2701 2000-07-09 Nick Clifton <nickc@cygnus.com>
2702
2703 * MAINTAINERS: Add several more port specific maintainers.
2704
2705 2000-07-05 Nick Clifton <nickc@cygnus.com>
2706
2707 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2708
2709 2000-06-05 DJ Delorie <dj@redhat.com>
2710
2711 * MAINTAINERS: New.
2712
2713 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2714
2715 * dllwrap.c: Changed mistaken dyn_string_append() calls
2716 to dyn_string_append_cstr().
2717
2718 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2719
2720 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2721 struct debug_type stores size in bytes.
2722
2723 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2724
2725 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2726 (CLEANFILES): Add DEPA.
2727 * Makefile.in: Regenerate.
2728
2729 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2730
2731 * ar.c: Revert incorrect 2000-06-25 patch.
2732 * bucomm.c: Likewise.
2733
2734 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2735
2736 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2737 (external_coff_symbol_p): New function.
2738 (parse_coff): Use it.
2739
2740 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2741
2742 * ar.c (normalize): Advance past both characters in a DOS based
2743 <letter>: filepath prefix.
2744 (main): Likewise.
2745 * bucomm.c (make_tempname): Likewise.
2746
2747 2000-06-24 Nick Clifton <nickc@cygnus.com>
2748
2749 * objdump.c (usage): Fix description of --stabs switch.
2750
2751 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2752
2753 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2754 find one.
2755 * Makefile.in: Regenerate.
2756
2757 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2758
2759 * ar.c (normalize): Correct pointer comparison when checking for
2760 backslashes.
2761 (main): Likewise.
2762 * bucomm.c (make_tempname): Likewise.
2763
2764 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2765 and search for backslashes in the original pathname.
2766 (ieee_add_bb11): Likewise.
2767
2768 2000-06-18 Nick Clifton <nickc@redhat.com>
2769
2770 * ar.c (print_contents): Improve verbose message.
2771
2772 2000-06-15 H.J. Lu <hjl@gnu.org>
2773
2774 * dyn-string.c: Removed. Not needed with dyn-string.c in
2775 libiberty.
2776 * dyn-string.h: Likewise.
2777
2778 * Makefile.am: Remove references to dyn-string.c and
2779 dyn-string.h. Rebuild dependency.
2780 * Makefile.in: Rebuild.
2781
2782 2000-06-15 H.J. Lu <hjl@gnu.org>
2783
2784 * binutils.texi: Put a warning on copying relocatable object
2785 files between two different formats.
2786
2787 2000-06-13 DJ Delorie <dj@cygnus.com>
2788
2789 * rcparse.y (control): ICON controls take an id as the first
2790 parameter, not an optional string. Also, call new convenience
2791 function that takes res_id's.
2792 * resrc.c (define_control): missing text means zero-length string,
2793 not zero ID.
2794 (define_icon_control): New.
2795 * windres.h: declare define_icon_control.
2796
2797 2000-06-13 H.J. Lu <hjl@gnu.org>
2798
2799 * configure: Regenerate.
2800
2801 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2802
2803 * configure.in (VERSION): Update to show this is the CVS mainline.
2804
2805 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2806
2807 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2808 analogous to <SPACE>.
2809
2810 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2811
2812 * objdump.c (display_target_list): Use bfd_close_all_done, not
2813 bfd_close to fix crash caused by 2000-05-24 change.
2814
2815 2000-05-25 DJ Delorie <dj@cygnus.com>
2816
2817 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2818
2819 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2820
2821 * Makefile.am: Update dependencies with "make dep-am"
2822 * Makefile.in: Regenerate.
2823
2824 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2825
2826 * ar.c: Include filenames.h.
2827 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2828 and drive letters in file names.
2829 (main): Support backslashes and drive letters in argv[0]. Drop
2830 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2831 FILENAME_CMP instead of strcmp to compare file names.
2832 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2833 DJGPP v2.
2834 (do_quick_append) [__GO32__]: Ditto.
2835 (get_pos_bfd, delete_members, move_members, replace_members):
2836 Compare file names with FILENAME_CMP.
2837
2838 * bucomm.c: Include filenames.h.
2839 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2840 forward/backward slashes and drive letters in file names.
2841
2842 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2843 mixed forward/backward slashes and drive letters in file names.
2844
2845 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2846 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2847 mode.
2848
2849 * objcopy.c: Include filenames.h.
2850 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2851 before comparing to "strip".
2852 Use FILENAME_CMP to compare file names.
2853
2854 * arsup.c: Include filenames.h.
2855 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2856 FILENAME_CMP to compare file names.
2857 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2858 the temporary file name.
2859
2860 * configure.in: Check for setmode.
2861 * configure: Regenerate.
2862
2863 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2864
2865 * objdump.c (display_target_list): Close the bfd.
2866 (display_info_table): Likewise.
2867
2868 2000-05-14 H.J. Lu (hjl@gnu.org)
2869
2870 * objcopy.c (filter_symbols): Don't strip global symbols in
2871 relocatable object files.
2872
2873 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2874
2875 * size.c (usage): Associate short options with corresponding long
2876 option to give a clue as to their function.
2877
2878 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2879
2880 * size.c (main): Accept and ignore `-f' option.
2881
2882 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2883
2884 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2885 bindtextdomain): Replace defines with those from intl/libgettext.h
2886 to quieten gcc warnings.
2887
2888 2000-05-12 H.J. Lu <hjl@gnu.org>
2889
2890 * nlmconv.c (temp_filename): Removed.
2891
2892 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2893 choose_temp_base ().
2894 * objdump.c (display_target_list): Likewise.
2895 (display_info_table): Likewise.
2896
2897 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2898
2899 * objcopy.c (setup_section): Add const and gettext calls for err.
2900
2901 2000-05-02 H.J. Lu <hjl@gnu.org>
2902
2903 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2904 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2905 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2906 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2907 and ELFOSABI_OPENBSD.
2908
2909 2000-05-02 Kazu Hirata <kazu@hxi.com>
2910
2911 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2912 * srconv.c: Likewise.
2913 * sysdump.c: Likewise.
2914
2915 2000-04-23 Denis Chertykov <denisc@overta.ru>
2916
2917 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2918 (get_machine_name): machine name for EM_AVR added.
2919
2920 2000-04-21 Richard Henderson <rth@cygnus.com>
2921 David Mosberger <davidm@hpl.hp.com>
2922
2923 * Makefile.am (readelf.o): Add elf/ia64.h.
2924 * Makefile.in: Rebuild.
2925 * readelf.c: Include elf/ia64.h.
2926 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2927
2928 2000-04-17 Timothy Wall <twall@cygnus.com>
2929
2930 * objdump.c (disassemble_data): Set octets per byte *after*
2931 resolving arch/mach for binary files.
2932
2933 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2934
2935 * arlex.l: Add directives to increase lex buffer size.
2936
2937 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2938 already included by bucomm.h.
2939
2940 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2941
2942 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2943 `strftime' since strftime is not available on all systems.
2944 (process_mips_specific): Ditto.
2945
2946 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2947
2948 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2949 --enable-build-warnings option.
2950 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2951 * Makefile.in, configure: Re-generate.
2952
2953 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2954
2955 * addr2line.c: Update copyright.
2956 * objcopy.1: Likewise, and title.
2957 * strings.1: Likewise.
2958
2959 * version.c (print_version): Add 2000.
2960
2961 * rddbg.c (read_section_stabs_debugging_info): Don't use
2962 bfd_size_type for strx to avoid printf problems if BFD64.
2963
2964 * bucomm.c: (report): Remove `static'.
2965 Move inclusion of stdarg.h/vararg.h from here.
2966 * bucomm.h: To here.
2967 (CONST): Change all occurences to const.
2968 (report): Declare it.
2969 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2970 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2971 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2972
2973 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2974 Correct a typo in an error message.
2975 (do_quick_append): Use non_fatal instead of fprintf.
2976 (move_members): Use fatal instead of fprintf, exit.
2977 * coffdump.c (main): Same here.
2978
2979 * dlltool.c (display): Delete.
2980 (warn): Delete.
2981 (inform): Use `report' instead of `display'.
2982 (rvaafter): Remove trailing \n from fatal error msg.
2983 (rvabefore): Ditto.
2984 (asm_prefix): Ditto.
2985 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2986 (def_name): Likewise.
2987 (run): Likewise.
2988 (scan_all_symbols): Likewise.
2989 (gen_lib_file): Likewise.
2990 (def_library): Likewise. Remove extra program_name too.
2991 (run): Remove \n from inform strings.
2992 (scan_drectve_symbols): Likewise.
2993 (add_excludes): Likewise.
2994 (scan_open_obj_file): Likewise.
2995 (gen_exp_file): Likewise.
2996 (gen_lib_file): Likewise.
2997 (process_duplicates): Likewise.
2998
2999 * Makefile.am (dllwrap_SOURCES): Add version.c.
3000 * dllwrap.c (program_version): Delete.
3001 (print_version): Delete.
3002 (display): Always print trailing \n.
3003 (warn): New.
3004 (delete_temp_files): Use warn instead of fprintf. Use gettext.
3005 (run): Here too.
3006 (main): And here.
3007 (usage): gettext'ify.
3008 (long_options): Add missing initialisers.
3009
3010 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3011 (select_output_format): Likewise.
3012 (powerpc_mangle_relocs): Likewise.
3013 (link_inputs): Likewise.
3014
3015 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3016 (set_output_format): Likewise.
3017 (main): Use non_fatal instead of fprintf.
3018 (display_rel_file): Likewise.
3019
3020 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3021 (slurp_dynamic_symtab): Same here.
3022 (disassemble_data): And here.
3023 (read_section_stabs): And here.
3024 (read_section_stabs): And here.
3025 (dump_bfd): And here.
3026 (main): And here.
3027 (objdump_sprintf): Use fatal instead of fprintf, exit.
3028 (disassemble_data): Same here.
3029
3030 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3031 (parse_coff_struct_type): Same here.
3032 (parse_coff_enum_type): And here.
3033 (parse_coff): And here.
3034 * rddbg.c (read_debugging_info): And here.
3035 * size.c (main): And here.
3036 * windres.c (format_from_name): And here.
3037 * wrstabs.c (stab_write_symbol): Here too.
3038 (write_stabs_in_sections_debugging_info): And here.
3039 (stab_int_type): And here.
3040 (stab_struct_field): And here.
3041 (stab_typdef): And here.
3042
3043 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3044 * srconv.c (main): Same here.
3045 * strings.c (main): And here.
3046 (integer_arg): And here.
3047 * sysdump.c (main): And here.
3048
3049 2000-04-06 Timothy Wall <twall@cygnus.com>
3050
3051 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3052
3053 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
3054
3055 * readelf.c (decode_location_expression): Loop through multiple
3056 operations.
3057 (read_and_display_attr): Pass in length.
3058
3059 * readelf.c (read_and_display_attr): Add CU offset to references.
3060 (display_debug_info): Pass it in.
3061
3062 2000-04-06 Nick Clifton <nickc@cygnus.com>
3063
3064 * readelf.c (decode_ARM_machine_flags): New function.
3065 (get_machine_flags): Call decode_ARM_machine_flags for ARM
3066 targets.
3067
3068 (get_machine_name): Catch EM_AVR
3069
3070 2000-04-05 Alan Modra <alan@linuxcare.com.au>
3071
3072 * binutils.texi: Remove optional `=' from long options that have
3073 an `=' in the argument.
3074 * objcopy.1: Here too. Remove extra space on discard-all.
3075
3076 * binutils.texi (objcopy): Mention --redefine-sym.
3077 * objcopy.1: Here too.
3078 * NEWS: And here.
3079
3080 * objcopy.c (parse_flags): Split off flag names from error message
3081 gettext as they are not translated.
3082 (copy_main): Similarly split off option name for --add-section,
3083 --set-section-flags, --change-section-vma, --change-section-lma
3084 error messages.
3085 Some white space changes.
3086
3087 from Matthew Benjamin <matt@linuxbox.nu>
3088 * objcopy.c (struct redefine_node): New.
3089 (redefine_sym_list): New.
3090 (redefine_list_append): New.
3091 (lookup_sym_redefinition): New.
3092 (OPTION_REDEFINE_SYM): New.
3093 (copy_options): Add --redefine-sym option.
3094 (copy_usage): Mention it.
3095 (filter_symbols): Rename symbols on redefine_sym_list.
3096 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3097 (copy_main): Handle OPTION_REDEFINE_SYM.
3098
3099 2000-04-04 H.J. Lu <hjl@gnu.org>
3100
3101 * readelf.c (process_symbol_table): Correctly read in symbol
3102 versioning information.
3103
3104 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3105
3106 * po/binutils.pot: Regenerate.
3107
3108 * addr2line.c (usage): Restore translated part of bug string.
3109 * ar.c (usage): Likewise.
3110 * nlmconv.c (show_usage): Likewise.
3111 * nm.c (usage): Likewise.
3112 * objcopy.c (copy_usage): Likewise.
3113 (strip_usage): Likewise.
3114 * objdump.c (usage): Likewise.
3115 * readelf.c (usage): Likewise.
3116 * size.c (usage): Likewise.
3117 * strings.c (usage): Likewise.
3118 * windres.c (usage): Likewise.
3119
3120 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3121 (DEP): Quote when passing vars to sub-make. Add warning
3122 message to end.
3123 (DEP1): Rewrite for "gcc -MM".
3124 (CLEANFILES): Add DEP2.
3125 Update dependencies.
3126 * Makefile.in: Regenerate.
3127
3128 2000-04-04 H.J. Lu <hjl@gnu.org>
3129
3130 * Makefile.am (GENERATED_HFILES): Add rcparse.h
3131 (arparse.h): Depend on arparse.c
3132 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3133
3134 2000-04-03 H.J. Lu (hjl@gnu.org)
3135
3136 * size.c (usage): Use REPORT_BUGS_TO.
3137
3138 2000-04-03 Alan Modra <alan@linuxcare.com.au>
3139
3140 * bucomm.h: #include "bin-bugs.h"
3141 * addr2line.c (usage): Use REPORT_BUGS_TO.
3142 * ar.c (usage): Likewise.
3143 * nlmconv.c (show_usage): Likewise.
3144 * nm.c (usage): Likewise.
3145 (OPTION_TARGET): Define.
3146 (long_options): Use OPTION_TARGET rather than 200.
3147 (main): Likewise.
3148
3149 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3150 (strip_usage): Likewise.
3151 * objdump.c (usage): Likewise.
3152 * readelf.c (usage): Likewise.
3153 * strings.c (usage): Likewise.
3154 * windres.c (usage): Likewise.
3155
3156 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
3157
3158 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3159
3160 2000-03-27 Nick Clifton <nickc@cygnus.com>
3161
3162 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3163 string offsets in corrupt stabs entries.
3164
3165 2000-03-27 Alan Modra <alan@linuxcare.com.au>
3166
3167 * readelf.c: Include elf/avr.h
3168 (dump_relocations): Add EM_AVR case.
3169
3170 2000-03-09 Tim Waugh <twaugh@redhat.com>
3171
3172 * strings.1: Correct '-bytes' to '--bytes'.
3173
3174 2000-03-08 H.J. Lu <hjl@gnu.org>
3175
3176 * Makefile.am (install-exec-local): Depend on
3177 install-binPROGRAMS for parallel make.
3178 * Makefile.in: Regenerated.
3179
3180 2000-02-27 Ian Lance Taylor <ian@zembu.com>
3181
3182 From Brad Lucier <lucier@math.purdue.edu>:
3183 * readelf.c (process_dynamic_segment): Add cast to make sure
3184 argument to %* is int.
3185
3186 2000-02-25 H.J. Lu <hjl@gnu.org>
3187
3188 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3189
3190 2000-02-24 Nick Clifton <nickc@cygnus.com>
3191
3192 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3193 * configure: Regenerate.
3194
3195 * dlltool.c: Add support for sh-pe and mips-pe targets.
3196 * rescoff.c: Add support for sh-pe and mips-pe targets.
3197
3198 2000-02-23 H.J. Lu <hjl@gnu.org>
3199
3200 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3201
3202 2000-02-22 Nick Clifton <nickc@cygnus.com>
3203
3204 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3205
3206 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3207
3208 From Brad Lucier <lucier@math.purdue.edu>:
3209 * readelf.c (process_version_sections): Add casts to make sure
3210 argument to %* is an int.
3211 (process_mips_specific): Add casts to make printf arguments match
3212 format.
3213
3214 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3215
3216 * objdump.c (dump_section_header): Change `opb' to unsigned.
3217 (find_symbol_for_address): Same here.
3218 (disassemble_data): And here. Change `addr_offset',
3219 `stop_offset', `nextstop_offset' to unsigned long.
3220 (dump_data): Change opb to unsigned.
3221
3222 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
3223
3224 * resrc.c: Remove unmatched #if for cygwin.
3225
3226 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
3227
3228 * binutils.texi: Document the change of flavor name from atpcs-special
3229 to special-atpcs to prevent name conflict in gdb.
3230
3231 2000-02-08 Timothy Wall <twall@redhat.com>
3232
3233 * objdump.c (show_line): Fix bug preventing printing of the very
3234 first line (line zero) of a file when interlisting source and
3235 assembly. Added option to print entire context from start of file
3236 when the first line from that file is encountered.
3237
3238 2000-02-03 Timothy Wall <twall@redhat.com>
3239
3240 * objdump.c (dump_section_header, find_symbol_for_address,
3241 show_line, disassemble_bytes, disassemble_data, dump_data):
3242 distinguish between octets and bytes.
3243
3244 2000-01-27 Thomas de Lellis <tdel@windriver.com>
3245
3246 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3247 check to unresolved symbols.
3248 (print_symbol_info_sysv): Ditto.
3249 (print_symbol_info_posix): Ditto.
3250
3251 * binutils.texi: Document new 'V' symclass flag for nm.
3252
3253 2000-01-27 Nick Clifton <nickc@redhat.com>
3254
3255 * binutils.texi (objdump): Document new ARM specific
3256 disassembler options.
3257
3258 * objdump.c (usage): Call disassembler_usage().
3259
3260 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3261
3262 * readelf.c (get_dynamic_flags): Return buff.
3263 (process_dynamic_segment): Don't pass error strings to printf
3264 as format arg.
3265 (read_and_display_attr): Use lx and ld to print longs.
3266 (process_corefile_note_segment): Cast bfd_vma to unsigned long
3267 before printing.
3268 Update copyright.
3269
3270 2000-01-17 Nick Clifton <nickc@cygnus.com>
3271
3272 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3273
3274 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
3275
3276 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3277 false.
3278 (debug_tag_type): Here too.
3279 * ieee.c (ieee_builtin_type): And here.
3280 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3281
3282 2000-01-13 Nick Clifton <nickc@cygnus.com>
3283
3284 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3285 System/370".
3286
3287 2000-01-11 Nick Clifton <nickc@cygnus.com>
3288
3289 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3290
3291 2000-01-10 Nick Clifton <nickc@cygnus.com>
3292
3293 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3294
3295 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
3296
3297 * windres.c (long_options): Add --use-temp-file and
3298 --no-use-temp-file options.
3299 (usage): Document.
3300 (main): Handle.
3301
3302 * windres.h: Update read_rc_file prototype.
3303
3304 * resrc.c (cpp_temp_file): New static variable.
3305 (istream_type): New static variable.
3306 (close_pipe): Delete function.
3307 (run_cmd): New static function.
3308 (open_input_stream): New static function.
3309 (close_input_stream): New static function.
3310 (look_for_default): Handle DOS directory separator. Use
3311 open_input_stream instead of popen.
3312 (read_rc_file): Likewise.
3313
3314 * binutils.texi: Document --use-temp-file, --no-use-temp-file
3315 options.
3316
3317 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3318
3319 * dlltool.c (create_compat_implib): New variable.
3320 (gen_exp_file): Use.
3321 (make_one_lib_file): Use.
3322 (long_options): Add --compat-implib option.
3323 (usage): Handle.
3324 (main): Handle.
3325
3326 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3327 (main): Use. Don't look for "32" in cygwin and mingw target names.
3328
3329 2000-01-03 Nick Clifton <nickc@cygnus.com>
3330
3331 * binutils.texi: Document new, ARM specific disassembler
3332 command line switch "-M force-thumb".
3333
3334 For older changes see ChangeLog-9899
3335 \f
3336 Local Variables:
3337 mode: change-log
3338 left-margin: 8
3339 fill-column: 74
3340 version-control: never
3341 End:
This page took 0.09919 seconds and 4 git commands to generate.