* config/tc-mn10300.c (set_arch_mach): Change argument type to
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
84ad6ede
NC
12002-12-10 James Cownie <jcownie@etnus.com>
2
3 * readelf.h (get_TAG_name, get_AT_name,
704afb58 4 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
5 DWARF2 spec.
6 * NEWS: Mention this new support.
7
7d036af2
AM
82002-12-08 Alan Modra <amodra@bigpond.net.au>
9
10 * NEWS: Mention that bfd no longer declares a "boolean" type.
11
3e8bba36
AM
122002-12-07 Alan Modra <amodra@bigpond.net.au>
13
14 * readelf.c (process_program_headers): When setting loadaddr, don't
15 assume segment size is 4k. Use p_align instead.
16 (loadaddr): Change from int to long.
17 (dynamic_addr, dynamic_info, version_info): Likewise.
18 (process_dynamic_segment <syminsz>): Likewise.
19 (process_dynamic_segment): Adjust print format string.
20 (rela_addr, rela_size): Delete.
21 (process_relocs): Formatting.
22
d070dab9
JW
232002-12-05 Jim Wilson <wilson@redhat.com>
24
25 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
26 * configure: Regenerate.
27
45bcbdb1
ILT
282002-12-04 Ian Lance Taylor <ian@airs.com>
29
30 * MAINTAINERS: Change e-mail address back to airs.com.
31
42ea8716
AH
322002-12-04 Aldy Hernandez <aldyh@redhat.com>
33
34 * MAINTAINERS: Add self.
35
b34976b6
AM
362002-11-30 Alan Modra <amodra@bigpond.net.au>
37
38 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
39 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
40 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
41 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
42 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
43 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
44 with TRUE/FALSE. Formatting.
45
c8286bd1
JJ
462002-11-29 Jakub Jelinek <jakub@redhat.com>
47
48 * readelf.c Replace occurrences of Elf32_Internal_* and
49 Elf64_Internal_* with Elf_Internal_*.
50 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
51 Zero r_addend fields.
52 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
53 Elf_Internal_Rela.
54
92acdfaf
NC
552002-11-23 Nick Clifton <nickc@redhat.com>
56
57 * size.c (usage): Fix typo describing switch for hex format.
58
48c5eb8a
SS
592002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
60
61 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
62 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
63 testcase
64
2f62977e
NC
652002-11-14 Nick Clifton <nickc@redhat.com>
66
67 * readelf.c (process_program_headers): Add comment about return
68 value. Ensure that 0 is returned if the headers are not loaded.
69 (process_file): If process_section_headers failed to load the
70 headers disable any tests that rely upon them. Similarly for
71 process_program_headers.
72
cd24c222
NC
732002-11-12 Nick Clifton <nickc@redhat.com>
74
75 * po/da.po: Updated Danish translation.
76
f3931575
AM
772002-11-12 Klee Dienes <kdienes@apple.com>
78
79 * rddbg.c (read_section_stabs_debugging_info): Also recognize
80 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
81
b54e7460
CF
822002-11-11 Christopher Faylor <cgf@redhat.com>
83
84 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
85 cgf maintainership.
86
4f17cc13
CF
872002-11-11 Christopher Faylor <cgf@redhat.com>
88
89 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
90
232e7cb8
NC
912002-11-07 Nick Clifton <nickc@redhat.com>
92
cd24c222 93 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
94 * configure: Regenerate.
95 * po/da.po: New Danish translation.
96
232e7cb8
NC
97 * readelf.c (get_symbol_index_type): Revert part of previous
98 patch: Display unknown symbol types in decimal, not hex.
99
c9e38879
NC
1002002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
101
102 * dlltool.c (add_excludes): Don't prefix excluded fastcall
103 symbols with underscore.
104 (xlate): Ignore add_underscore for decorated fastcall symbols.
105
1062002-11-07 Eric Kohl <ekohl@rz-online.de>
107
108 * deflex.l: Accept '@' as first character of an ID.
109 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
110 ASM_PREFIX for fastcall symbols.
111 (scan_drectve_symbols): Handle fastcall symbols when generating
112 undecorated aliases for symbols in drectve section.
113 (scan_filtered_symbols): Likewise, with export-all.
114 (xlate): Likewise, with --kill-at.
115 (make_imp_label): New function to handle fastcall symbols
116 correctly.
117 (make_one_lib_file): Use make_imp_label instead of make_label
118 for imp symbols.
119
a700dc3b
SS
1202002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
121
122 * MAINTAINERS: Add self as TIC4X maintainer.
123
5cf1065c
NC
1242002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
125
126 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
127 PROCESSOR-specific, OS-specific, reserved and unknown symbol
128 types.
5cf1065c 129
f1ef08cb
AM
1302002-11-04 Alan Modra <amodra@bigpond.net.au>
131
132 * readelf.c (byte_get_little_endian): Comment typo fix.
133 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
134 as the format string.
135 (dump_relocations): Correct section sym names.
136 (process_section_headers): Clear symtab_shndx_hdr.
137 (read_and_display_attr_value): Don't pass indirect string to printf
138 as the format string.
139 (display_debug_frames): Indicate when zero terminator found. Decode
140 DW_EH_PE_pcrel addresses.
141
1a09a22c
NC
1422002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
143
144 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
145 order to ensure proper disassembly of the valid 0-value opcode.
146 * configure: Regenerate.
147 * aclocal.m4: Regenerate.
148 * config.in: Regenerate.
149 * configure.in: Regenerate.
150 * doc/Makefile.in: Regenerate.
151 * po/binutils.pot: Regenerate.
152
c254c557
KK
1532002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
154
155 * MAINTAINERS: Add self as SH maintainer.
156
aefbdd67
BE
1572002-10-23 Ben Elliston <bje@redhat.com>
158
159 * doc/binutils.texi (objdump): Document -z and move the entry for
160 --disassemble-zeroes to the end of the options section (for `z').
161
ab9bcc01
NC
1622002-10-21 Nick Clifton <nickc@redhat.com>
163
164 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
165
8ab56b6f
AM
1662002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
167
168 * objdump.c (dump_data): Correct addr_offset for opb != 1.
169
49c12576
AM
1702002-10-15 Alan Modra <amodra@bigpond.net.au>
171
48417c1a
AM
172 * bucomm.c (list_supported_targets): Use bfd_target_list.
173
49c12576
AM
174 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
175 other object errors in preference to bfd_core errors.
176
6e1a7e9a
AM
1772002-10-14 Alan Modra <amodra@bigpond.net.au>
178
179 * Makefile.am: Run "make dep-am".
180 * objdump.c: #include "bfdver.h".
181 * version.c: Likewise.
182 * Makefile.in: Regenerate.
183 * config.in: Regenerate.
184 * configure: Regenerate.
185 * po/POTFILES.in: Regenerate.
186
09fc3b02
DJ
1872002-10-09 Daniel Jacobowitz <drow@mvista.com>
188
189 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
190 sections. Allow relocations against the absolute symbol. Don't
191 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 192 relocation.
09fc3b02 193
f309035a
NC
1942002-10-07 Gordon Chaffee <chaffee@netvmg.com>
195
196 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
197 ordinary ones are available.
198
810dfa6e
L
1992002-09-30 H.J. Lu <hjl@gnu.org>
200
201 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
202 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
203
bb279dc0
ZW
2042002-09-17 Zack Weinberg <zack@codesourcery.com>
205
206 * Makefile.am (CFILES): Add cxxfilt.c.
207 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
208 (cxxfilt_LDADD): Delete.
209 Remove all references to underscore.c.
210 Regen dependencies.
211 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
212 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
213 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
214 adjustments to fit into binutils framework.
215 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
216
065c959b
NC
2172002-09-12 Roland McGrath <roland@redhat.com>
218
219 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
220 Handle DW_OP_GNU_push_tls_address.
221
e09f4395
NC
2222002-09-11 Nick Clifton <nickc@redhat.com>
223
224 * po/tr.po: Updated Turkish translation.
225
873e0588
NC
2262002-09-10 Nick Clifton <nickc@redhat.com>
227
228 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
229 testsuite changes. Add paragraphs about testsuite and config
230 patches.
231
069fe61f
NC
2322002-08-29 Nick Clifton <nickc@redhat.com>
233
234 * readelf.c (get_machine_flags): Remove redundant reference to
235 E_V850EA_ARCH.
236
fe0507eb
AM
2372002-08-28 Alan Modra <amodra@bigpond.net.au>
238
239 * objdump.c (dump_bfd): Restore lines accidentally deleted in
240 last commit.
241
026df7c5
NC
2422002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
243
bb279dc0 244 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
245 (dump_bfd_header): Likewise.
246
68a4c073
AM
2472002-08-27 Alan Modra <amodra@bigpond.net.au>
248
249 * nm.c: Revert last change.
250
a1df01d1
AM
2512002-08-26 Alan Modra <amodra@bigpond.net.au>
252
253 * nm.c (display_rel_file): Don't report "no symbols" as an error.
254 * objdump.c (slurp_symtab): Likewise.
255 (slurp_dynamic_symtab): Likewise.
256 (dump_symbols): Likewise. Do print "no symbols" to stdout.
257
a926ab2f
GK
2582002-08-24 Geoffrey Keating <geoffk@redhat.com>
259
260 * MAINTAINERS: Change my mailing address.
261
fcf62380
DA
2622002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
263
264 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
265
51e28791
NC
2662002-08-22 Nick Clifton <nickc@redhat.com>
267
268 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
269 HPPA.
270
c5b060ad
AM
2712002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
272
273 * readelf.c (parse_args): Change debug_dump_opt to static.
274
4b73ca92
NC
2752002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
276
277 * stabs.c (parse_stab_argtype): Pass length of physname to
278 stab_demangle_argtypes.
279 (stab_demangle_argtypes): Add new parameter - length of physname.
280 Pass length of physname on to stab_demangle_prefix.
281 (stab_demangle_prefix): Add new parameter - length of physname.
282 Use length of physname (if supplied) to compute end of function
283 name.
284
35b1837e
AM
2852002-08-15 Alan Modra <amodra@bigpond.net.au>
286
287 * readelf.c: Include elf/i370.h.
288 (dump_relocations): Handle EM_S370.
289 (dynamic_segment_parisc_val): Print \n.
290 (process_dynamic_segment <DT_BIND_NOW>): Here too.
291
762baac5
NC
2922002-08-14 Nick Clifton <nickc@redhat.com>
293
294 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
295 * objdump.c (usage): Likewise.
296 * doc/binutils.texi: Likewise.
297
85c09e8a
NC
2982002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
299
300 * rcparse.y (acc_entry): Don't warn about ALT use with
301 non-VIRTKEY.
302
212a3c4d
L
3032002-08-13 H.J. Lu <hjl@gnu.org>
304
305 * objcopy.c (copy_object): Don't warn about the unsupported
306 architecture unless the input target is defaulted or the
307 output architecture is different from the input.
308
2b692c59
NC
3092002-08-09 Nick Clifton <nickc@redhat.com>
310
311 * po/sv.po: Updated Swedish translation.
312
09de7a73
AM
3132002-08-05 Alan Modra <amodra@bigpond.net.au>
314
315 * prdbg.c (pr_fix_visibility): Remove assert.
316
47badb7b
NC
3172002-07-31 Nick Clifton <nickc@redhat.com>
318
319 * addr2line.c (process_file): Rename parameter 'filename' to
320 'file_name' in order to avoid shadowing global symbol of the
321 same name.
322 (main): Likewise.
323
2979dc34
JJ
3242002-07-30 Jakub Jelinek <jakub@redhat.com>
325
326 * readelf.c (OPTION_DEBUG_DUMP): Define.
327 (options): Use it.
328 (usage): Update help.
329 (parse_args): Handle --debug-dump separately from -w.
330 * doc/binutils.texi (readelf): Update documentation.
331
219576a4
NC
3322002-07-25 Nick Clifton <nickc@redhat.com>
333
334 * po/es.po: Updated Spanish translation.
335 * po/fr.po: Updated French translation.
336
bf4f22e6 3372002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 338
bf4f22e6
NC
339 * po/es.po: Updated Spanish translation.
340
c5b3a82a
AM
3412002-07-23 Alan Modra <amodra@bigpond.net.au>
342
343 * Makefile.am: Run "make dep-am".
344 * Makefile.in: Regenerate.
345
0461a601
NC
3462002-07-23 Nick Clifton <nickc@redhat.com>
347
bf4f22e6 348 * po/fr.po: Updated French translation.
0461a601 349
bf44dd74
AM
3502002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
351
352 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
353
2c205ff2
AM
3542002-07-20 Alan Modra <amodra@bigpond.net.au>
355
63eb0809 356 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 357
1e4cf259
NC
3582002-07-18 Denis Chertykov <denisc@overta.ru>
359 Frank Ch. Eigler <fche@redhat.com>
360
361 * readelf.c: Include "elf/ip2k.h".
362 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
363 (dump_relocations): Likewise.
364 (get_machine_name): Likewise.
365 * NEWS: Mention IP2K support.
366
2cbb2eef
NC
3672002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
368
369 * NEWS: Add 'Changes in 2.13'.
370
047b2264
JJ
3712002-07-10 Jakub Jelinek <jakub@redhat.com>
372
373 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
374 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
375 (get_section_type_name): Handle SHT_GNU_LIBLIST.
376 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
377 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
378 (process_gnu_liblist): New.
379 (process_file): Call it.
380
97230b15
AM
3812002-07-03 Alan Modra <amodra@bigpond.net.au>
382
383 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
384 * Makefile.in: Regenerate.
385
a6637ec0
AM
3862002-07-02 Alan Modra <amodra@bigpond.net.au>
387
388 * budemang.c: New file, "demangle" function.
389 * budemang.h: New file.
390 * addr2line.c (translate_addresses): Use "demangle".
391 * nm.c (print_symname): Likewise.
392 * objdump.c (objdump_print_symname): Likewise.
393 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
394 here since that obfuscates.
395 * rdcoff.c: Don't #include demangle.h.
396 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
397 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
398 (HFILES): Add budemang.h. Sort.
399 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
400 Run "make dep-am".
401 * Makefile.in: Regenerate.
402
179d3252
JT
4032002-07-01 Matt Thomas <matt@3am-software.com>
404
405 * readelf.c: Include "elf/vax.h".
406 (guess_is_rela): Move EM_VAX from unknown to RELA case.
407 (dump_relocations): Handle VAX relocations.
408 (get_machine_flags): Handle VAX machine flags.
409
75751cd9
SC
4102002-06-29 Stephane Carrez <stcarrez@nerim.fr>
411
412 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
413
e5851ab8
NC
4142002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
415
416 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
417
eb3f2f5c
AM
4182002-06-26 Alan Modra <amodra@bigpond.net.au>
419
420 * nm.c (print_symname): When demangling, strip leading dots from
421 symbol names to avoid confusing the demangler.
422
a13a0de8
L
4232002-06-25 H.J. Lu <hjl@gnu.org>
424
425 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
426 * Makefile.in: Regenerated.
427
6db7a086
AM
4282002-06-21 Igor Schein <igor@txc.com>
429
430 * configure.in: Quote bu_cv_have_fopen64.
431 * configure: Regenerate.
432
9710509e
AM
4332002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
434
435 * configure.in: Check for strcoll.
436 * configure: Regenerate.
437 * config.in: Regenerate.
438 * nm.c (main): Set locale for LC_COLLATE category.
439 (non_numeric_forward): Use strcoll if available.
440
a9f0b5e7
DB
4412002-06-20 Dave Brolley <brolley@redhat.com>
442
443 * MAINTAINERS: Add self as fr30 and frv maintainer.
444
33f5f537
L
4452002-06-18 H.J. Lu (hjl@gnu.org)
446
447 * nm.c: Include "elf/common.h".
448 (extended_symbol_info): Add elfinfo, a pointer to
449 elf_symbol_type.
450 (SYM_SIZE): Use elfinfo if it is not NULL.
451 (get_symbol_type): New function.
452 (display_archive): Set print_width for each archive member.
453 (display_file): Likewise.
454 (display_rel_file): Don't set print_width here.
455 (print_object_filename_sysv): Handle print_width.
456 (print_archive_member_sysv): Likewise.
457 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
458 (print_symbol): Set the elfinfo field in extended_symbol_info
459 for ELF.
460 (print_object_filename_sysv): Fix the output format.
461 (print_symbol_info_sysv): Print type and section for ELF.
462
4632002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
464
465 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 466 the symbol's size equal to its value when --size-sort is
33f5f537
L
467 used.
468
5c70f934
DB
4692002-06-18 Dave Brolley <brolley@redhat.com>
470
471 From Catherine Moore:
472 * readelf.c (elf/frv.h): #include it.
473 (guess_is_rela): Support EM_CYGNUS_FRV.
474 (dump_relocations): Ditto.
475 (get_machine_name): Ditto.
476 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
477
7ece0d85
JJ
4782002-06-18 Jakub Jelinek <jakub@redhat.com>
479
480 * readelf.c (get_file_header): Only read the first section header if
481 e_shoff is non-zero.
482
72797995
L
4832002-06-15 H.J. Lu (hjl@gnu.org)
484
485 * nm.c (print_size): New variable. Initialize to 0.
486 (long_options): Add 'S'/"print-size".
487 (main): Handle 'S'.
488 (print_symbol_info_bsd): Print size only if print_size is not
489 0.
490
491 * doc/binutils.texi: Document -S/--print-size.
492
977f7911
NC
4932002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
494
495 * nm.c (struct extended_symbol_info): New strcuture: Add the size
496 of the symbols to the information provided by the symbol_info
497 structure.
498 (print_symbols): Pass the symbol size to print_symbol.
499 (print_size_symbols): Pass the symbol size to print_symbol.
500 (print_symbol): Extra argument: The size of the symbol. Store
501 this in the extended_symbol_info structure.
502 (print_symbol_info): Change type of info parameter to
503 extended_symbol_info. Display the size, if known.
504 (print_symbol_info_posix): Likewise.
505 (print_symbol_info_sysv): Likewise.
506
b1f88ebe
AM
5072002-06-08 Alan Modra <amodra@bigpond.net.au>
508
fa449227
AM
509 * Makefile.am: Run "make dep-am".
510 * Makefile.in: Regenerate.
511 * doc/Makefile.in: Regnerate.
512
b1f88ebe
AM
513 * bucomm.c: Replace CONST with const.
514 * nm.c: Likewise.
515 * objdump.c: Likewise.
516
91a106e6
L
5172002-06-07 H.J. Lu <hjl@gnu.org>
518
519 * readelf.c (DW_CFA_GNU_args_size): Don't define.
520 (DW_CFA_GNU_negative_offset_extended): Likewise.
521 (DW_CFA_GNU_window_save): Likewise.
522 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
523 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
524
6ab6b380 5252002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 526
6ab6b380
NC
527 * nm.c: When computing size of symbols for an ELF target use the
528 internal size field.
529
e28e05a3
JL
5302002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
531
532 * testsuite/binutils-all/objcopy.exp: clear xfail for
533 "hppa*64*-*-hpux*".
534 * testsuite/binutils-all/hppa/objdump.exp: Return if
535 "*64*-*-*".
536
dc156bc0
AM
5372002-06-05 Alan Modra <amodra@bigpond.net.au>
538
539 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
540
5412002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
542
543 * objdump.c: Fix formatting.
544
d79e4ea3
BE
5452002-05-29 Ben Elliston <bje@redhat.com>
546
547 * MAINTAINERS: Add self as M68k maintainer.
548
d172d4ba
NC
5492002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
550
551 * readelf.c: Modified/Added DLX elf support.
552
7edb8f29
NC
5532002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
554
3a1a2036
NC
555 * arsup.c: Fix formatting.
556 * debug.c (debug_record_label): Add missing colon to error
557 message.
558 * ieee.c (parse_ieee_ty): Fix spelling typo.
559 * readelf.c (process_program_headers): Remove English assumption
560 about making a plural word.
561 (process_section_headers): Likewise.
562 (process_relocs): Allow quotes to be translated.
563 (process_unwind): Likewise,
564 (process_mips_specific): Improve error message.
565 (get_note_type): Fix spelling typo.
566
7edb8f29
NC
567 * configure.in (ALL_LINGUAS): Add sv
568 * po/sv.po: New file.
569
3eee1e9d
AM
5702002-05-27 Alan Modra <amodra@bigpond.net.au>
571
572 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
573 (unw_print_grmask): Likewise.
574 (unw_print_frmask): Likewise.
575
d43efbe3
KH
5762002-05-26 Kazu Hirata <kazu@cs.umass.edu>
577
578 * arsup.c: Remove ARGSUSED.
579 * debug.c: Likewise.
580 * ieee.c: Likewise.
581 * nlmconv.c: Likewise.
582 * prdbg.c: Likewise.
583 * stabs.c: Likewise.
584 * wrstabs.c: Likewise.
585
e9792343
AM
5862002-05-25 Alan Modra <amodra@bigpond.net.au>
587
588 * arlex.l: Use #include "" instead of <> for local header files.
589 * coffdump.c: Likewise.
590 * coffgrok.c: Likewise.
591 * nlmconv.c: Likewise.
592 * nlmheader.y: Likewise.
593 * srconv.c: Likewise.
594 * strings.c: Likewise.
595 * sysdump.c: Likewise.
596 * unwind-ia64.h: Likewise.
597 * windres.h: Likewise.
598 * winduni.h: Likewise.
599
d7e53452
TR
6002002-05-24 Tom Rix <trix@redhat.com>
601
602 * MAINTAINERS: Add self as the d10v maintainer.
603
436e8db0
NC
6042002-05-24 TAMURA Kent <kent@netbsd.org>
605
606 * configure.in: Builds dlltool for i386-netbsdpe.
607 * configure: Regenerate.
608
9f66665a
KH
6092002-05-23 Kazu Hirata <kazu@cs.umass.edu>
610
611 * size.c: Fix formatting.
612 * srconv.c: Likewise.
613 * stabs.c: Likewise.
614 * sysdump.c: Likewise.
615 * unwind-ia64.c: Likewise.
616 * wrstabs.c: Likewise.
617
13ae64f3
JJ
6182002-05-23 Jakub Jelinek <jakub@redhat.com>
619
620 * readelf.c (get_segment_type): Add PT_TLS.
621 (get_elf_section_flags): Add SHF_TLS.
622 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
623 (process_dynamic_segment): Use puts instead of printf.
624 (get_symbol_type): Support STT_TLS.
625 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
626 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
627 Add SEC_THREAD_LOCAL.
628
53c7db4b
KH
6292002-05-23 Kazu Hirata <kazu@cs.umass.edu>
630
631 * rdcoff.c: Fix formatting.
632 * rddbg.c: Likewise.
633 * readelf.c: Likewise.
634 * rename.c: Likewise.
635 * resbin.c: Likewise.
636 * resrc.c: Likewise.
637 * resres.c: Likewise.
638
0af11b59
KH
6392002-05-21 Kazu Hirata <kazu@cs.umass.edu>
640
641 * filemode.c: Fix formatting.
642 * ieee.c: Likewise.
643 * is-ranlib.c: Likewise.
644 * is-strip.c: Likewise.
645 * maybe-ranlib.c: Likewise.
646 * maybe-strip.c: Likewise.
647 * nlmconv.c: Likewise.
648 * nm.c: Likewise.
649 * not-ranlib.c: Likewise.
650 * not-strip.c: Likewise.
651 * objcopy.c: Likewise.
652 * objdump.c: Likewise.
653
21611032
TS
6542002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
655
656 * objdump.c (dump_headers): Fix output formatting for ELF32
657 architectures in a BFD64 enabled toolchain.
658
26044998
KH
6592002-05-20 Kazu Hirata <kazu@cs.umass.edu>
660
661 * debug.c: Fix formatting.
662 * debug.h: Likewise.
663 * dlltool.c: Likewise.
664 * dllwrap.c: Likewise.
665 * emul_aix.c: Likewise.
666 * emul_vanilla.c: Likewise.
667
f462a9ea
KH
6682002-05-19 Kazu Hirata <kazu@cs.umass.edu>
669
670 * addr2line.c: Fix formatting.
671 * ar.c: Likewise.
672 * arsup.c: Likewise.
673 * arsup.h: Likewise.
674 * binemul.c: Likewise.
675 * binemul.h: Likewise.
676 * bucomm.c: Likewise.
677 * coffdump.c: Likewise.
678 * coffgrok.c: Likewise.
679 * coffgrok.h: Likewise.
680
e0159aa9
MM
6812002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
682
683 * MAINTAINERS: Add myself as the second AVR port maintainer.
684
074b403e
SC
6852002-05-16 Stephane Carrez <stcarrez@nerim.fr>
686
687 * MAINTAINERS: Update my email address.
688
2b9c8201
NC
6892002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
690
691 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
692
e1d5b1e7
AM
6932002-05-09 Alan Modra <amodra@bigpond.net.au>
694
695 * configure.in: Replace `*pe' with `pe' throughout.
696 * configure: Regenerate.
697
d3d8a9ee
NC
6982002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
699
700 * Makefile.am: Honour DESTDIR.
701 * Makefile.in: Regenerate.
702
405c98a4
AM
7032002-05-06 Alan Modra <amodra@bigpond.net.au>
704
a02d5965
AM
705 * dlltool.c (process_def_file): Add missing prototype.
706 (new_directive, assemble_file, main): Likewise.
707 (process_def_file, new_directive): Make static.
708 (inform): Rewrite using VA_FIXEDARG.
709 * dllwrap.c (mybasename): Add missing prototype.
710 (strhash, main): Likewise.
711 (inform): Rewrite using VA_FIXEDARG.
712 (warn): Likewise.
713 (cleanup_and_exit): Use old style function definition.
714 (strhash): Likewise.
715 * windres.c (define_resource): Use one memset to clear all of
716 struct res_resource.
717
405c98a4 718 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 719 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
720
7212002-05-06 Borut Razem <borut.razem@siol.net>
722
723 * rclex.l (get_string): Correct "strings" list handling.
724 * resrc.c (read_rc_file): Discard strings.
725
91593c9d
AM
7262002-05-04 Alan Modra <amodra@bigpond.net.au>
727
e58a75dc
AM
728 * ar.c (replace_members): Remove unused var. Formatting fix.
729 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
730
91593c9d
AM
731 * MAINTAINERS: Sort port maintainers by CPU.
732
6b52b824
AM
7332002-05-04 Bob Byrnes <byrnes@curl.com>
734
735 * size.c (display_archive): Add last_arfile and code to close archives.
736
dd70071f
AM
7372002-05-01 Alan Modra <amodra@bigpond.net.au>
738
739 * nm.c (print_symbol): Check returned filename from
740 bfd_find_nearest_line is non-NULL.
741
6c95717a 7422002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
743
744 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 745
3c25c5f6
NC
7462002-04-24 Christian Groessler <chris@groessler.org>
747
748 * MAINTAINERS: Changed my email address.
749
944cd72c
TS
7502002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
751
752 * arparse.y: Fix syntax warning.
753
ea91f8bb
NC
7542002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
755
3e55a963
NC
756 * readelf.c (fetch_location_list): Remove unused function.
757
758 * readelf.c (process_corefile_note_segment): Catch corrupt notes
759 and display a warning message, then exit the loop.
760
ea91f8bb
NC
761 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
762
45b99827
NC
7632002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
764
765 * resrc.c (write_rc_dialog): If charset is non-default value
766 display all of the DIALOGEX parameters.
767
7682002-04-15 Eric Kohl <ekohl@rz-online.de>
769
bb279dc0 770 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
771 DIALOGEX resources.
772 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
773 resource data.
bb279dc0 774 (res_to_bin_dialog): Likewise.
45b99827
NC
775 * windres.h: Added misssing charset variable to dialog_ex
776 structure.
777
acfbab8a
NC
7782002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
779
780 * rcparse.y: Set MEMFLAG_PURE by default.
781
df3baf66
NC
7822002-04-09 Bernd Herd <info@herdsoft.com>
783
bb279dc0 784 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 785 are quoted.
4c30641a 786 Fix typo in BEDIT warning.
91eafb40 787 Don't add default dialog style when explicit style specified.
b62a12ca 788 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 789
b24eb5ac
NC
790 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
791 (handle_quotes) "\a" escape (used for right justified key
792 definitions in menus) is encodes as binary 8.
df3baf66 793
b24eb5ac
NC
794 * resrc.c (write_rc_dialog): Print style even if it is 0.
795 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 796 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 797
b24eb5ac
NC
798 * resbin.c (bin_to_res_dialog): Use signature to identify
799 DIALOGEX.
f7d63484 800
b24eb5ac 801 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 802
df3baf66
NC
8032002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
804
805 * resrc.c: print CLASS names in quotes
806
8072002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
808
809 * MAINTAINERS: Update my email address.
810
8e42bcb6
AM
8112002-04-04 Alan Modra <amodra@bigpond.net.au>
812
813 * dep-in.sed: Cope with absolute paths.
814 * Makefile.am (dep.sed): Subst TOPDIR.
815 Run "make dep-am".
816 * Makefile.in: Regenerate.
817
96f959e5
PT
8182002-03-27 Peter Targett <peter.targett@arc.com>
819
820 * MAINTAINERS: Update my email address.
821
1ea788ee
AM
8222002-03-21 Alan Modra <amodra@bigpond.net.au>
823
824 * Makefile.am: Run "make dep-am".
825 * Makefile.in: Regenerate.
826 * doc/Makefile.in: Regenerate.
827 * po/POTFILES.in: Regenerate.
828 * aclocal.m4: Regenerate.
829 * config.in: Regenerate.
830 * configure: Regenerate.
831
a2f14207
DB
8322002-03-20 Daniel Berlin <dan@dberlin.org>
833
834 * readelf.c: Add support for displaying dwarf2 location lists.
835 (do_debug_loc, debug_loc_section, debug_loc_size): New.
836 (parse_args): Use 'O' as shorthand for displaying location list
837 section.
838 (process_section_headers): Handle debug_loc as well.
839 (load_debug_loc): New.
840 (free_debug_loc): New.
841 (fetch_location_list): New.
842 (display_debug_loc): New.
843 (display_debug_info): Call load_debug_loc and free_debug_loc.
844 (debug_displays): We can display .debug_loc now, too.
845 (usage): Update usage string.
846 (read_and_display_attr_value): Note location lists, but don't
847 display them inline.
848
eb1e0e80
NC
8492002-03-18 Tom Rix <trix@redhat.com>
850
851 * Makefile.am: Add binutils emulation support.
852 * configure.in: Same.
853 * configure.tgt: New file. Same.
854 * ar.c (main): Use ar_emul_parse_arg.
855 (usage): Use ar_emul_usage.
856 (replace_members): Use ar_emul_replace, ar_emul_append.
857 * binemul.c: New file. Define the binutils emulation
858 layer. Define default methods.
859 * binemul.h: New file. Binutils emulation layer header file.
860 * emul_aix.c: New file. AIX binutils emulation.
861 * emul_vanilla.c: New file. Default binutils emulation.
862 * Makefile.in: Regenerate.
863 * configure: Same.
864
a1c259a1
NC
8652002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
866
867 * po/fr.po: Updated version.
868
9ce88e60
NC
8692002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
870
871 * po/fr.po: Updated version.
872
effb0601
DJ
8732002-03-07 Daniel Jacobowitz <drow@mvista.com>
874
875 * README: Update some version numbers.
876
a65688ab
DJ
8772002-03-07 Daniel Jacobowitz <drow@mvista.com>
878
879 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
880 (Architecture Selection): Likewise.
881
f3f7fbb2
NC
8822002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
883
884 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
885 generating .exp file.
886
25345be5
NC
8872002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
888
889 * readelf.c (dump_relocations): Fix typo.
890
9a66911f
NC
8912002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
892
893 * NEWS: Mark 2.12 branch.
894
2c71103e
NC
8952002-02-18 Timothy Daly <remote_bob@yahoo.com>
896
bb279dc0
ZW
897 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
898 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 899 output.
bb279dc0 900 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
901 to 'unrecognized'.
902 (decode_ARM_machine_flags): Likewise.
903 (parse_args): Likewise.
904 (read_and_display_attr_value): Likewise.
905 (display_debug_section): Likewise.
906
49fda6c8
HPN
9072002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
908
909 * NEWS: Mention support for MMIX.
910
76f57f3a
JT
9112002-02-13 Matt Fredette <fredette@netbsd.org>
912
913 * readelf.c (get_machine_flags): Recognize EF_M68000.
914
d36ca9c2
AO
9152002-02-12 Alexandre Oliva <aoliva@redhat.com>
916
917 * MAINTAINERS: Added self as MN10300 co-maintainer.
918
19397422
AM
9192002-02-12 Alan Modra <amodra@bigpond.net.au>
920
921 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
922 DT_PPC64_OPDSZ.
923
d434e574
DJ
9242002-02-11 Daniel Jacobowitz <drow@mvista.com>
925
926 * MAINTAINERS: List myself as branch maintainer.
927
12b87c89
AM
9282002-02-11 Alan Modra <amodra@bigpond.net.au>
929
930 * configure: Regenerate.
931 * objcopy.c: Update copyright date.
932 * doc/Makefile.in: Regenerate.
933
8d037c5c
DJ
9342002-02-10 Daniel Jacobowitz <drow@mvista.com>
935
936 * nlmconv.c: Back out localtime PARAMS change.
937
4c168fa3
AM
9382002-02-11 Alan Modra <amodra@bigpond.net.au>
939
940 * objcopy.c (MKDIR): Define.
941 (copy_archive): Make name_list.name const. Use MKDIR.
942 Handle duplicate files in archives by making more temp dirs.
943
408f8db1
DJ
9442002-02-10 Daniel Jacobowitz <drow@mvista.com>
945
946 * coffdump.c: Include "getopt.h" after "bucomm.h"
947 so that macros are defined correctly.
948 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
949 prototype. Prototype main.
950 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
951
9f77fa06
AO
9522002-02-06 Alexandre Oliva <aoliva@redhat.com>
953
954 * MAINTAINERS: Added self as SH co-maintainer.
955
82f6addb
NC
9562002-02-05 Nick Clifton <nickc@redhat.com>
957
958 * po/tr.po: Updated translation.
959
ba323545
AM
9602002-02-01 Alan Modra <amodra@bigpond.net.au>
961
962 * Makefile.am: Run "make dep-am"
963 * Makefile.in: Regenerate.
964
3deb89d3
DJ
9652002-01-29 Daniel Jacobowitz <drow@mvista.com>
966
967 * nm.c (print_value): Mark abfd unused.
968
a0e9c55f
DJ
9692002-01-29 Daniel Jacobowitz <drow@mvista.com>
970
971 * unwind-ia64.c (unw_decoder): Change second argument
972 to unsigned int, to match function prototypes.
973
d7a283d4
DJ
9742002-01-29 Daniel Jacobowitz <drow@mvista.com>
975
976 * objdump.c: Include "getopt.h" after "bucomm.h" so that
977 __GNU_LIBRARY__ will be defined.
978 * size.c: Likewise.
979
4867be41
DJ
9802002-01-27 Daniel Jacobowitz <drow@mvista.com>
981
982 * configure: Regenerated.
983
7562a296
HPN
9842002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
985
986 * doc/Makefile.am (install): Depend on install-info.
987 * doc/Makefile.in: Regenerate.
988
15c82623
NC
9892002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
990
991 * objcopy.c (strip_usage): Document -d as an alias
992 --strip-debug.
993
994 * size.c (usage): Document [-t | --totals] options.
995 (long_options): Add --totals option.
996 (main): If the [-t | --totals] option is specified and
997 the output format is Berkeley-style, print the total
998 text, data, and bss sizes of all objects listed.
999 (print_berkeley_format): If the [-t | --totals] option
1000 is specified, track the total text, data, and bss
1001 sizes.
1002 * doc/binutils.texi (size): Document [-t | --totals] options.
1003 (strip): Document -d as an alias for --strip-debug.
1004 * NEWS: Mention new feature of size.
1005
00ea8601 10062002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1007
1ddbd152
NC
1008 * po/fr.po: Updated version.
1009 * po/es.po: Updated version.
b85cedd7 1010
8b53311e
NC
10112002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1012
1013 * addr2line.c (usage): Update text to provide verbose
1014 description of the command line options.
1015 * ar.c (usage): Update text to provide verbose
1016 description of the command line options.
1017 (main): Accept -h and -H when running as ranlib.
1018 * coffdump.c (show_usage): Update text to provide verbose
1019 description of the command line options.
1020 * dlltool.c (main): Accept -H as an alias for --help.
1021 * nlmconv.c (show_usage): Update text to provide verbose
1022 description of the command line options.
1023 * nm.c (usage): Replace OPTIONS with option(s).
1024 (main): Accept -H as an alias for --help.
1025 * objcopy.c (strip_main): Accept -H as an alias for --help.
1026 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1027 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1028 other binutils.
1029 * size.c (usage): Update text to provide verbose description
1030 of the command line options.
1031 (main): Accept -v, -h and -H as command line options.
1032 * srconv.c (show_usage): Update text to provide verbose
1033 description of the command line options.
1034 * strings.c (main): Accept -H and -v as command line options.
1035 (usage): Update text to provide verbose description of the
1036 command line options.
1037 * sysdump.c (show_usage): Update text to provide verbose
1038 description of the command line options.
1039 * windres.c (usage): Adjust format to match style used in
1040 other binutils.
1041
1042 * coffdump.c: Fix formatting.
1043 * nlmconv.c: Fix formatting.
1044 * srconv.c: Fix formatting.
1045 * sysdump.c: Fix formatting.
1046
c46f0c34
AM
10472002-01-22 Alan Modra <amodra@bigpond.net.au>
1048
1049 * Makefile.am: Run "make dep-am".
1050 * Makefile.in: Regenerate.
1051
2a538ba5
AJ
10522002-01-18 Andreas Jaeger <aj@suse.de>
1053
1054 * version.c (print_version): Update year.
1055
285d1771
AM
10562002-01-17 Alan Modra <amodra@bigpond.net.au>
1057
1058 * readelf.c (get_machine_name): Handle EM_PPC64.
1059 (guess_is_rela): Here too.
1060
328577ad
NC
10612002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1062
1063 * po/binutils.pot: Regenerate.
1064 * po/fr.po: Regenerate.
1065 * po/tr.po: Regenerate.
1066
af3ae48d
NC
10672002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1068
1069 * po/tr.po: Import new version.
1070
f1cb7e17
AM
10712002-01-16 Alan Modra <amodra@bigpond.net.au>
1072
1073 * readelf.c (get_ppc64_dynamic_type): New.
1074 (get_dynamic_type): Call it.
1075
6364e0b4
NC
10762002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1077
3ab9460d 1078 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1079 (strip_usage): Use "options" instead of "switches".
3ab9460d 1080 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1081 "switches".
6364e0b4 1082
3a7e524e
RE
10832002-01-14 Richard Earnshaw <rearnsha@arm.com>
1084
1085 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1086
1209e219
NC
10872001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1088
1089 * po/es.po: Import from translation project.
1090 * configure.in (ALL_LINGUAS): Add es.
1091 * configure: Regenerate.
1092
b4db1224
JT
10932002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1094
1095 * readelf.c (get_netbsd_elfcore_note_type): Use
1096 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1097
9437c45b
JT
10982002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1099
1100 * readelf.c: Update copyright years.
1101 (get_note_type): Return a const char *.
1102 (get_netbsd_elfcore_note_type): New function.
1103 (process_note): Use get_netbsd_elfcore_note_type to get
1104 the note type string for NetBSD ELF core files.
1105
00428cca
AM
11062002-01-06 Steve Ellcey <sje@cup.hp.com>
1107
1108 * readelf.c (get_ia64_segment_type): Add support for macros.
1109 (get_segment_type): Add support for IA64 specific macros.
1110
31104126
NC
11112001-12-20 Julian v. Bock <julian@wongr.net>
1112
1113 * readelf.c (print_symbol): New function: Print a formatted symbol
1114 name. If --wide is specified do not truncate it.
1115 (dump_relocations): Use print_symbol() to print symbol names.
1116 (process_symbol_table): Likewise.
1117 (process_syminfo): Likewise.
1118 (process_mips_specific): Likewise.
1119 (usage): Document new feature of --wide switch.
1120 * doc/binutils.texi (objdump): Document additional behaviour of
1121 --wide.
2a538ba5 1122
4dd67f29
MS
11232001-12-18 Michael Snyder <msnyder@redhat.com>
1124
1125 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1126 (copy_object): Don't set the start address or flags of a core file.
1127 (copy_section): Don't relocate a core file. Don't copy contents
1128 if the input section has the contents flag set, but the output
1129 section does not (which happens with the fake 'note' pseudo-
1130 sections that BFD creates for corefiles).
1131
43521d43
TS
11322001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1133
1134 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1135 ASE extensions. More robust code for ISA checking. Ignore empty fields
1136 in header flags for GNU extensions.
1137
b667df2e
AM
11382001-12-18 Alan Modra <amodra@bigpond.net.au>
1139
1140 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1141
17a5a5c3
NC
11422001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1143
1144 * po/ja.po: Import from translation project.
1145 * configure.in (ALL_LINGUAS): Add ja.
1146 * configure: Regenerate.
1147
65de42c0
TS
11482001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1149
1150 * addr2line.c (main): Protoype.
1151 * ar.c (main): Protoype.
1152 * nm.c (main): Protoype.
1153 * objcopy.c (main): Protoype.
1154 * objdump.c (main): Protoype.
1155 * size.c (main): Protoype.
1156 * strings.c (main): Protoype.
1157
9ad5cbcf
AM
11582001-12-17 Alan Modra <amodra@bigpond.net.au>
1159
1160 * readelf.c (symtab_shndx_hdr): New global.
1161 (SECTION_HEADER_INDEX): Define.
1162 (SECTION_HEADER_NUM): Define.
1163 (SECTION_HEADER): Define.
1164 (GET_ELF_SYMBOLS): Pass two params rather than three.
1165 (get_32bit_elf_symbols): Take file and section args. Read and
1166 use SHT_SYMTAB_SHNDX.
1167 (get_64bit_elf_symbols): Likewise.
1168 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1169 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1170 Remember symtab_shdx_hdr.
1171 (process_program_headers): Scan from index 1 for segment map.
1172 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1173 "section_headers".
1174 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1175 (process_unwind): Likewise.
1176 (process_version_sections): Likewise.
1177 (process_symbol_table): Likewise.
1178 (display_debug_info): Likewise.
1179 (process_dynamic_segment): Fake up a symtab section for changed
1180 GET_ELF_SYMBOLS.
1181 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1182 (process_program_headers): Kill signed/unsigned warning.
1183 (load_debug_str): Likewise.
1184 (display_debug_info): Likewise.
1185
65765700
JJ
11862001-12-13 Jakub Jelinek <jakub@redhat.com>
1187
1188 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1189
560f3c1c
AM
11902001-12-11 Alan Modra <amodra@bigpond.net.au>
1191
1192 * readelf.c (process_file_header): Print extended e_shnum and
1193 e_shdtrndx values. Set elf_header values for same.
1194 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1195 (get_64bit_section_headers): Likewise.
1196 (process_section_headers): Update calls.
1197 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1198
bc408b8a
JJ
11992001-12-10 Jakub Jelinek <jakub@redhat.com>
1200
1201 * objcopy.c (setup_section): Copy entsize.
1202
93fbbb04
GK
12032001-12-07 Geoffrey Keating <geoffk@redhat.com>
1204
1205 * readelf.c (guess_is_rela): Add support for stormy16.
1206 (dump_relocations): Likewise.
1207 (get_machine_name): Likewise.
1208
e3c8793a
NC
12092001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1210
1211 * dllwrap.c (main) Replace multiple strings describing a
1212 single error with a single, newline escaped sentence to permit
1213 better translation into foreign languages.
1214
1215 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1216 class names.
1217
956cd1d6
TS
12182001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1219
1220 * strings.c (get_char): Initialize value.
1221
956c53ee
TS
12222001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1223
1224 * arlex.l: Silence compile warnings.
1225 * arsup.h: Likewise. Fix formatting.
1226
cedd9a58
JJ
12272001-12-04 Jakub Jelinek <jakub@redhat.com>
1228
1229 * strings.c: Include config.h before bfd.h.
1230 (file_off): New type.
1231 (file_open): Define.
1232 (print_strings): Use file_off instead of file_ptr. Print addresses
1233 which don't fit into long correctly.
1234 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1235 available.
1236 (strings_file): Use file_off instead of file_ptr. Use file_open.
1237 * configure.in: Check for getc_unlocked.
1238 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1239 be defined for it.
1240 * configure: Rebuilt.
1241 * config.h.in: Rebuilt.
1242
af667503
L
12432001-11-29 H.J. Lu <hjl@gnu.org>
1244
1245 * bucomm.c (make_tempname): Revert the changes made on
1246 2001-11-14 and 2001-11-12. They won't work with directories.
1247
16474668
NC
12482001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1249
1250 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1251 CFLAGS_FOR_TARGET to runtest in environment.
1252 * Makefile.in: Rebuild.
1253 * doc/Makefile.in: Rebuild.
1254
17978339
MS
12552001-11-28 Mike Stump <mrs@wrs.com>
1256
1257 * objcopy.c (setup_section): Preserve SEC_RELOC when
1258 --set-section-flags is used.
1259
261a45ad
NC
12602001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1261
1262 * readelf.c (do_debug_str): New variable.
1263 (display_debug_str): New function: Display the contents of a
1264 .debug_str section.
1265 (load_debug_str): New function: Load in the contents of a
1266 .debug_str section.
1267 (free_debug_str): New function: Free the memory used by
1268 load_debug_str().
1269 (fetch_indirect_string): Retrieve a string from the .debug_str
1270 section.
1271 (usage): Add -ws.
1272 (parse_args): Accept -ws.
1273 (process_section_headers): Allow the display of the .debug_str
1274 section.
1275 (read_and_display_attr_value): Use fetch_indirect_string. Show
1276 offset into .debug_str section.
1277 (display_debug_info): Use load_debug_str and free_debug_str.
1278 (debug_displays): Add .debug_str.
1279 * doc/binutils.texi: Document -ws.
1280
b8908f93
AJ
12812001-11-19 Andreas Jaeger <aj@suse.de>
1282
1283 * testsuite/binutils-all/objdump.exp: Add x86-64.
1284
e5fb9629
AS
12852001-11-15 Andreas Schwab <schwab@suse.de>
1286
1287 * readelf.c: Fix warnings without terminating newline.
1288
802a735e
AM
12892001-11-15 Alan Modra <amodra@bigpond.net.au>
1290
1291 * doc/binutils.texi (objdump): Document ppc -M options.
1292
b89e9eae
AJ
12932001-11-14 Andreas Jaeger <aj@suse.de>
1294
1295 * doc/binutils.texi (objdump): Fix description to use x86-64.
1296
a6a25652
NC
12972001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1298
1299 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1300 not all systems provide mkstemp.
1301
e396998b
AM
13022001-11-14 Alan Modra <amodra@bigpond.net.au>
1303
1304 * doc/binutils.texi (objdump): Document x86 -M options.
1305
81766fca
RH
13062001-11-13 Keith Walker <keith.walker@arm.com>
1307
1308 * readelf.c (read_and_display_attr_value): New function to
1309 handle DW_FORM_indirect.
1310 (read_and_display_attr): Use it.
1311
1a509dcc
GK
13122001-11-13 Geoffrey Keating <geoffk@redhat.com>
1313
1314 * readelf.c (display_debug_lines): Deal with unknown standard
1315 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1316 DW_LNS_set_isa.
1317
6e917903 13182001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1319
6e917903
TW
1320 * MAINTAINERS: Add self as tic54x maintainer. This target
1321 includes the IBM C54XDSP clone.
7559e86e 1322
6e917903 13232001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1324
7559e86e
NC
1325 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1326
13272001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1328
ecdadc4a
JL
1329 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1330 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1331 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1332 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1333 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1334 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1335 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1336
91770270
JL
1337 * readelf.c (get_elf_class): Fix ISO portability glitch.
1338 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1339
ef5cdfc7
JJ
13402001-11-07 Jakub Jelinek <jakub@redhat.com>
1341
1342 * readelf.c (debug_str, debug_str_size): New.
1343 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1344 Call free_abbrevs.
1345 (read_and_display_addr): Handle DW_FORM_strp.
1346 (display_debug_info): Read .debug_str section if present,
1347 so that DW_FORM_strp can be handled.
1348 Fix test for non-existant .debug_abbrev section.
1349
5e9520c8
JJ
13502001-11-05 Jakub Jelinek <jakub@redhat.com>
1351
1352 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1353
1354 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1355
54589086
MS
13562001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1357
1358 * MAINTAINERS: Add self as s390/s390x maintainer.
1359
c05b685b
TR
13602001-11-02 Tom Rix <trix@bluey.cygnus.com>
1361
1362 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1363
3c62831e
NC
13642001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1365
1366 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1367 * configure: Regernate.
1368 * po/fr.po: New file.
1369 * po/tr.po: New file.
1370
3c3bdf30
NC
13712001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1372
9b19141a 1373 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1374 * readelf.c: Include elf/mmix.h.
1375 (guess_is_rela): MMIX is RELA.
1376 (dump_relocations): Handle MMIX relocations.
1377 * Makefile.am: Regenerate dependencies.
1378 * Makefile.in: Regenerate.
1379
f662939a
NC
13802001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1381
1382 * readelf.c (parse_args): Handle multiple options to the -w
1383 switch.
1384
c91d0dfb
JJ
13852001-10-12 Jakub Jelinek <jakub@redhat.com>
1386
1387 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1388 LOPROC, LOOS and LOUSER.
1389
7559e86e 13902001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1391
1392 * MAINTAINERS: Update my email address.
1393
fcd8210c
AM
13942001-10-03 Alan Modra <amodra@bigpond.net.au>
1395
1396 * doc/Makefile.in: Regenerate.
1397 * configure: Regenerate.
1398
428409d5
NC
13992001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1400
1401 * readelf.c (display_debug_line, display_debug_pubnames,
1402 display_debug_info, display_debug_frames): Detect and warn
1403 about 64-bit format entries.
1404 (display_debug_aranges): Reword 64-bit warning.
1405 (debug_displays): Add .debug_pubtypes as a known, but not yet
1406 supported, debug section.
1407
6a8c2b0d
AM
14082001-10-02 Alan Modra <amodra@bigpond.net.au>
1409
1410 * coffdump.c (PROGRAM_VERSION): Delete.
1411 (main <'V'>): Call print_version.
1412 * srconv.c: Likewise.
1413 * sysdump.c: Likewise.
1414 * version.c (program_version): Remove.
1415 (print_version): Use BFD_VERSION_STRING. Just print the current
1416 year in copyright message.
1417 * addr2line.c (program_version): Remove unused declaration.
1418 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1419 place of BFD_VERSION.
1420 * Makefile.am (Makefile): Depend on bfd/configure.in.
1421 (cplus-dem.o): Depend on Makefile.
1422 Run "make dep-am".
1423 * Makefile.in: Regenerate.
1424
e414a165
NC
14252001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1426
1427 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1428 format .debug_arange sections.
1429 (main): Add missing prototype.
b8908f93 1430
efc3ee7f
HPN
14312001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1432
1433 * Makefile.am: Update dependencies with "make dep-am".
1434 * Makefile.in: Regenerate.
1435
9e85c2a0
RH
14362001-09-28 Richard Henderson <rth@redhat.com>
1437
1438 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1439
451dad9c
AM
14402001-09-26 Alan Modra <amodra@bigpond.net.au>
1441
1442 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1443 VA_CLOSE.
1444 (non_fatal): Likewise.
1445 * objdump.c (objdump_sprintf): Likewise.
1446 * readelf.c (error): Likewise.
1447 (warn): Likewise.
1448
d974e256
JJ
14492001-09-25 Jakub Jelinek <jakub@redhat.com>
1450
1451 * readelf.c (do_wide): New.
1452 (options): Add --wide.
1453 (usage, parse_args): Likewise.
1454 (process_program_headers): Put each segment on a single line if
1455 --wide is given.
1456 (process_section_headers): Put each section on a single line if
1457 --wide is given.
1458 * doc/binutils.texi: Document it.
1459 * NEWS: Likewise.
1460
2f11c261
AM
14612001-09-25 Alan Modra <amodra@bigpond.net.au>
1462
1463 * readelf.c (print_vma): Print 8 digits of low hex value.
1464
1d50f91e
AJ
14652001-09-24 Andreas Jaeger <aj@suse.de>
1466
1467 * nlmconv.c: Fix warnings about unused attributes and function
1468 prototypes.
1469
1470 * strings.c: Add prototype for get_char.
1471
38131e67
L
14722000-09-19 H.J. Lu <hjl@gnu.org>
1473
1474 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1475 $(srcdir)/cxxfilt.man.
1476 * doc/Makefile.in: Rebuild.
1477
3bcfb3e4
AM
14782001-09-19 Alan Modra <amodra@bigpond.net.au>
1479
1480 * objcopy.c (copy_main): Correct rename-section string parsing.
1481 Consolidate new_name parsing, and error messages.
1482
3882b010
L
14832001-09-18 Bruno Haible <haible@clisp.cons.org>
1484
1485 * addr2line.c: Don't include <ctype.h>.
1486 (main): For gettext, also set the LC_CTYPE locate facet.
1487 * ar.c (main): Likewise.
1488 * coffdump.c (main): Likewise.
1489 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1490 (main): For gettext, also set the LC_CTYPE locate facet.
1491 Use ISALNUM instead of isalpha/isdigit.
1492 * dllwrap.c: Don't include <ctype.h>.
1493 (main): For gettext, also set the LC_CTYPE locate facet.
1494 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1495 (main): For gettext, also set the LC_CTYPE locate facet.
1496 Use TOUPPER instead of islower/toupper.
1497 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1498 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1499 Use TOUPPER instead of islower/toupper.
1500 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1501 * objcopy.c (main): Likewise.
1502 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1503 (disassemble_bytes): Use ISPRINT instead of isprint.
1504 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1505 (dump_data): Use ISPRINT instead of isprint.
1506 (main): For gettext, also set the LC_CTYPE locate facet.
1507 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1508 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1509 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1510 Use TOUPPER instead of islower/toupper.
1511 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1512 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1513 (write_rc_accelerators): Use ISPRINT instead of isprint.
1514 (write_rc_rcdata): Likewise.
1515 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1516 * srconv.c (main): Likewise.
1517 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1518 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1519 isdigit/isupper/islower.
1520 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1521 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1522 stab_demangle_prefix, stab_demangle_qualified,
1523 stab_demangle_template, stab_demangle_type,
1524 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1525 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1526 (isgraphic): Use ISPRINT instead of isascii/isprint.
1527 (main): Remove HAVE_LC_MESSAGES dependency.
1528 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1529 (pbarray): Use ISPRINT instead of isprint.
1530 (main): For gettext, also set the LC_CTYPE locate facet.
1531 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1532 (format_from_filename): Use ISPRINT instead of isprint.
1533 (main): For gettext, also set the LC_CTYPE locate facet.
1534 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1535 (unicode_print): Use ISPRINT instead of isprint.
1536 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1537 (stab_variable): Use ISDIGIT instead of isdigit.
1538
e59b4dfb
AM
15392001-09-18 Alan Modra <amodra@bigpond.net.au>
1540
1541 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1542 Replace bfd_read call with call to bfd_bread.
1543 (extract_file): Likewise.
1544
1545 * objdump.c (dump_section_header): Cast section->filepos to
1546 unsigned long to suit printf format string.
1547 * readelf.c (process_section_headers): Similarly for sh_offset.
1548 (process_unwind): Likewise.
1549
d132876a
NC
15502001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1551
1552 * strings.c (encoding, encoding_bytes): New variables.
1553 (long_options): Add --encoding.
1554 (main): Accept -e and --encoding.
1555 (get_char): New function. Read a, possibly wide, character from
1556 the input stream.
1557 (print_strings): Use get_char().
1558 (usage): Document new command line option.
1559 * doc/binutils.texi: Document new command line option.
1560 * NEWS: Announce new command line option.
1561
7559e86e 15622001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1563
1564 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1565 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1566 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1567 Removed EM_CYGNUS_ARC.
1568
7559e86e 15692001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1570
1571 * readelf.c: Include elf/h8 for H8 series definitions.
1572 (guess_is_rela): H8 series if RELA.
1573 (dump_relocations): Handle H8 series relocations.
1574
0823fbca
EC
15752001-08-31 Eric Christopher <echristo@redhat.com>
1576
1577 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1578
8db76d70
PT
15792001-08-29 Peter Targett <peter.targett@arccores.com>
1580
1581 * MAINTAINERS: Include ARC Maintainer.
1582
d81d6584
BE
15832001-08-29 Ben Elliston <bje@redhat.com>
1584
1585 * stabs.c (stab_demangle_template): Initialise s4.
1586
25a1ff5b
AM
15872001-08-27 Alan Modra <amodra@bigpond.net.au>
1588
1589 * readelf.c (dump_relocations): Recognise EM_PPC64.
1590
a5d22d2a
TS
15912001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1592
1593 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1594
62a5a82d
L
15952001-08-25 H.J. Lu <hjl@gnu.org>
1596
1597 * nm.c (print_width): New.
1598 (display_rel_file): Set `print_width' according to
1599 bfd_sprintf_vma.
1600 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1601
1ae8b3d2
AO
16022001-08-24 Alexandre Oliva <aoliva@redhat.com>
1603
1604 * objcopy.c (use_alt_mach_code): New variable.
1605 (OPTION_ALT_MACH_CODE): Define.
1606 (copy_options): Added --alt-machine-code.
1607 (copy_main): Handle it.
1608 (copy_object): Switch to alternate machine code if requested.
1609 * doc/binutils.texi: Document new option.
1610 * NEWS: Likewise.
1611
d1bdd336
TS
16122001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1613
1614 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1615
410f7a12
L
16162001-08-21 H.J. Lu <hjl@gnu.org>
1617
1618 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1619 (display_debug_info): Cast for 64bit hosts.
1620 (display_debug_frames): Likewise.
1621 (process_mips_specific): Likewise.
1622
c32144ff
AJ
16232001-08-21 Andreas Jaeger <aj@suse.de>
1624
1625 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1626
1627 * sysdump.c: Add missing prototypes.
1628 * srconv.c: Likewise.
1629 * unwind-ia64.c: Likewise.
1630 * coffdump.c: Likewise.
1631
1632 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1633
1634 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1635 of declaring xcalloc.
1636
d8180c76
L
16372001-08-10 H.J. Lu <hjl@gnu.org>
1638
1639 * nm.c (print_value): Add one arg, bfd *.
1640 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1641 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1642 (print_symbol_info_sysv): Likewise.
1643 (print_symbol_info_posix): Likewise.
1644
1645 * objdump.c (dump_section_header): Replace printf_vma with
1646 bfd_printf_vma.
1647 (print_section_stabs): Likewise.
1648 (dump_bfd_header): Likewise.
1649 (objdump_print_value): Replace sprintf_vma with
1650 bfd_sprintf_vma.
1651 (disassemble_bytes): Likewise.
1652 (dump_reloc_set): Likewise.
1653
0218d1e4
AJ
16542001-08-10 Andreas Jaeger <aj@suse.de>
1655
1656 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1657 to build warnings.
1658 * configure: Regenerate.
1659
2863d58a
AM
16602001-08-09 Alan Modra <amodra@bigpond.net.au>
1661
1662 * readelf.c: Add missing prototypes.
1663 * objdump.c: Likewise. Format existing prototypes.
1664
c0e047e0
AO
16652001-08-08 Alexandre Oliva <aoliva@redhat.com>
1666
1667 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1668 of any RELA relocation for the abbrev_offset memory location that
1669 refers to the .debug_abbrev section symbol.
1670
ff78d6d6
L
16712001-08-07 H.J. Lu <hjl@gnu.org>
1672
1673 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1674 (main): Return process_file ().
1675
c36774d6
PB
16762001-08-05 Philip Blundell <philb@gnu.org>
1677
1678 * doc/binutils.texi: Use "Thumb" not "THUMB".
1679
8f9d9bd9
JH
16802001-08-03 John Healy <jhealy@redhat.com>
1681
bb279dc0
ZW
1682 Patch suggested by Frank Eigler <fche@redhat.com>.
1683 * objdump.c (disassemble_data): Fill in section member of the
1684 disasm_info structure.
8f9d9bd9 1685
c918cb96
DD
16862001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1687
1688 * configure.in: Added --with-windres option.
1689 * configure: Regenerated.
1690
c7c55b78
NC
16912001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1692
1693 * doc/binutils.texi: Use @command{name} for commands;
1694 use @option{-opt} for options; use @table @env for list of options;
1695 remove spaces arround [ | ] in synopsis.
1696
1697 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1698 center title.
1699
594ef5db
NC
17002001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1701
bb279dc0
ZW
1702 * objcopy.c: Fix formatting.
1703 (section_rename): New structure.
1704 (OPTION_RENAME_SECTION): New switch.
1705 (copy_usage): Document new switch.
1706 (add_section_rename): New function: Add a node to the section
1707 rename list.
1708 (find_section_rename): New function: Find the new name and
1709 flags for a section.
1710 (setup_section): Call find_section_name to determine the name
1711 of the output section.
1712 (copy_main): Handle OPTION_RENAME_SECTION.
1713 * binutils.texi: Document new switch.
594ef5db
NC
1714 * NEWS: Mention new switch.
1715
1f554c69
NC
17162001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1717
1718 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1719 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1720 bug-binutils@gcc.org.
1721
2f83960e
AM
17222001-07-28 Matthias Kramm <kramm@quiss.org>
1723
1724 * bucomm.c (list_supported_architectures): New function.
1725 * bucomm.h (list_supported_architectures): Declare.
1726 * objdump.c (usage): Call the above.
1727
20fe0649
DB
17282001-07-25 Dave Brolley <brolley@redhat.com>
1729
1730 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1731 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1732
1b577b00
NC
17332001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1734
1735 * README: Update for 2.11. Change bug reporting email address.
1736 * MAINTAINERS: Tidy up. Change bug reporting email address.
1737
95fd336c
DD
17382001-07-16 DJ Delorie <dj@redhat.com>
1739
5f16d855
DD
1740 * resres.c (write_res_header): Align header size.
1741 (res_align_file): Calculate alignment correctly.
1742
95fd336c
DD
1743 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1744 correct 10).
1745 * resrc.c (write_rc_resource): Likewise.
1746 * windres.h (SUBLANG_SHIFT): Define - as 10.
1747
ed8fee27
NC
17482001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1749
1750 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1751
90ab7e9a
NC
17522001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1753
1754 * MAINTAINERS: Add notes about branch checkins.
1755
e0c60db2
NC
17562001-07-05 Daniel Berlin <dan@cgsoftware.com>
1757
1758 * readelf.c (display_debug_macinfo): New function, display
1759 .debug_macinfo section.
1760 (do_debug_macinfo): New variable.
1761 (parse_args): Handle "-w[mM]" to mean display macro info.
1762 (process_section_headers): Handle debug_macinfo.
1763 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1764 function for .debug_macinfo display.
e0c60db2
NC
1765 * doc/binutils.texi: Document new command line switch.
1766 * NEWS: Document new feature of readelf.
0218d1e4 1767
24e01a36
L
17682001-07-05 H.J. Lu <hjl@gnu.org>
1769
1770 * objcopy.c (filter_symbols): Don't turn undefined symbols
1771 into local.
1772
4258bf4d
L
17732001-07-03 H.J. Lu <hjl@gnu.org>
1774
1775 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1776 $@.pod.
1777 (ar.1): Likewise.
1778 (dlltool.1): Likewise.
1779 (nlmconv.1): Likewise.
1780 (nm.1): Likewise.
1781 (objcopy.1): Likewise.
1782 (objdump.1): Likewise.
1783 (ranlib.1): Likewise.
1784 (readelf.1): Likewise.
1785 (size.1): Likewise.
1786 (strings.1): Likewise.
1787 (strip.1): Likewise.
1788 (windres.1): Likewise.
1789 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1790 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1791 $(DEMANGLER_NAME).
1792 (as.1): Removed.
1793 * doc/Makefile.in: Regenerated.
1794
7014bc31
NC
17952001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1796
1797 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1798
b811889f
NC
17992001-07-01 Daniel Berlin <dan@cgsoftware.com>
1800
1801 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1802
12ab83a9
NC
18032001-06-29 James Cownie <jcownie@etnus.com>
1804
1805 * readelf.c: Support DWARF 2.1 attributes.
1806
a6e9f9df
AM
18072001-06-28 Alan Modra <amodra@bigpond.net.au>
1808
1809 * readelf.c (GET_DATA_ALLOC): Remove.
1810 (GET_DATA): Remove.
1811 (get_data): New function combining above macros, with an extra
1812 test for zero size.
1813 (slurp_rela_relocs): Use get_data, and catch error return.
1814 (slurp_rel_relocs): Likewise.
1815 (get_32bit_program_headers): Likewise.
1816 (get_64bit_program_headers): Likewise.
1817 (get_32bit_section_headers): Likewise.
1818 (get_64bit_section_headers): Likewise.
1819 (get_32bit_elf_symbols): Likewise.
1820 (get_64bit_elf_symbols): Likewise.
1821 (process_section_headers): Likewise.
1822 (process_relocs): Likewise.
1823 (slurp_ia64_unwind_table): Likewise.
1824 (process_unwind): Likewise.
1825 (get_32bit_dynamic_segment): Likewise.
1826 (get_64bit_dynamic_segment): Likewise.
1827 (process_dynamic_segment): Likewise.
1828 (process_version_sections): Likewise.
1829 (process_symbol_table): Likewise.
1830 (dump_section): Likewise.
1831 (display_debug_info): Likewise.
1832 (display_debug_section): Likewise.
1833 (process_section_contents): Likewise.
1834 (process_corefile_note_segment): Likewise.
1835 (process_mips_specific): Likewise. Also free econf32, econf64.
1836
af3fc3bc
AM
18372001-06-25 Alan Modra <amodra@bigpond.net.au>
1838
1839 * readelf.c (dump_relocations): Print "bad symbol index" if
1840 symtab == NULL with non-zero symtab_index.
1841 (process_relocs): Don't bomb if reloc section has no symsec.
1842
6d900bf6
L
18432001-06-24 H.J. Lu <hjl@gnu.org>
1844
1845 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1846 by accident.
1847 (copy_main): Apply the the change made to strip_main on
1848 2001-05-30 by accident.
1849
49b4e386
AJ
18502001-06-23 Andreas Jaeger <aj@suse.de>
1851
1852 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1853 parameter 'code'.
1854 (unw_decode_x2): Likewise.
1855 (unw_decode_x3): Likewise.
1856 (unw_decode_x4): Likewise.
1857
d8dc71e3
BE
18582001-06-23 Ben Elliston <bje@redhat.com>
1859
1860 * MAINTAINERS: Add myself as M88k maintainer.
1861
af3bdff7
NC
18622001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1863
1864 * objcopy.c (strip_main): Support -o or --output-file command lien
1865 switch.
1866
105e7211
L
18672001-06-19 H.J. Lu <hjl@gnu.org>
1868
1869 * doc/Makefile.in: Regenerated.
1870
c45021f2
NC
18712001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1872
1873 * readelf.c: Restore formatting.
1874
18752001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1876
bb279dc0
ZW
1877 * Makefile.am: Move documentation into doc subdirectory.
1878 * Makefile.in: Regenerated.
c45021f2 1879 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
1880 * addr2line.1: Removed.
1881 * ar.1: Likewise.
1882 * dlltool.1: Likewise.
1883 * nlmconv.1: Likewise.
1884 * nm.1: Likewise.
1885 * objcopy.1: Likewise.
1886 * objdump.1: Likewise.
1887 * ranlib.1: Likewise.
1888 * readelf.1: Likewise.
1889 * size.1: Likewise.
1890 * strings.1: Likewise.
1891 * strip.1: Likewise.
1892 * windres.1: Likewise.
1893 * cxxfilt.man: Likewise.
c45021f2
NC
1894 * doc: New Directory.
1895 * doc/Makefile.am: New file.
1896 * doc/Makefile.in: Generate.
1897
09ad7db3
AM
18982001-06-09 Alan Modra <amodra@bigpond.net.au>
1899
1900 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1901
936260fe
AM
19022001-06-01 Alan Modra <amodra@bigpond.net.au>
1903
1904 * MAINTAINERS: Update my email address.
1905
16b2b71c
NC
19062001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1907
1908 * objcopy.c: Add new switches: --keep-global-symbol,
1909 --keep-symbols, --localize-symbols, --keep-global-symbols and
1910 --weaken-symbols.
1911 * binutils.texi: Document new switches.
1912 * objcopy.1: Regenerate.
1913 * NEWS: Announce new feature.
1914
7036c0e1
AJ
19152001-05-28 Andreas Jaeger <aj@suse.de>
1916
1917 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1918 variables, fix format strings.
1919
76a406e5
NC
19202001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1921
1922 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1923 when computing the address of the line to show.
1924
31b6fca6
RH
19252001-05-16 Richard Henderson <rth@redhat.com>
1926
1927 * readelf.c (do_debug_frames_interp): New.
1928 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1929 (byte_get_big_endian): Likewise.
1930 (parse_args) ['F']: Set do_debug_frames_interp.
1931 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1932 (frame_display_row): Don't trunc pc_begin to int.
1933 (size_of_encoded_value): New.
1934 (display_debug_frames): Handle 64-bit targets. Print raw data
1935 unless do_debug_frames_interp.
1936 (debug_displays): Remove duplicate .debug_frame.
1937
4fe85591
NC
19382001-05-15 Ralf Baechle <ralf@gnu.org>
1939
1940 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1941 The former constant was never in active use and is used otherwise
1942 by the ABI.
1943
579f31ac
JJ
19442001-05-11 Jakub Jelinek <jakub@redhat.com>
1945
1946 * readelf.c (process_unwind): Print all unwind sections, not just
1947 one.
1948
78f4a3f7
AM
19492001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1950
1951 * readelf.c (process_unwind): Remove const specifier.
1952
1c529ca6
NC
19532001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1954
1955 * strings.c (isgraphic): Do not use isascii() unless it is needed
1956 for isprint() to work.
1957 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1958
87e6d782
NC
19592001-04-27 Johan Rydberg <jrydberg@opencores.org>
1960
bb279dc0 1961 * NEWS: Announce support for OpenRISC.
87e6d782 1962
4bd3d870 19632001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1964
1965 * dlltool.c (do_default_excludes): Initialise to true.
1966
21211521
AM
19672001-04-10 Alan Modra <amodra@one.net.au>
1968
1969 * MAINTAINERS: Update my email address
1970 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1971
0c66b61e 19722001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1973
1974 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1975
e58d53af
L
19762001-03-30 H.J. Lu <hjl@gnu.org>
1977
1978 * readelf.c (process_unwind): Just return if do_unwind is 0.
1979
bee72332
DD
19802001-03-28 Roger Sayle <roger@metaphorics.com>
1981
1982 * dlltool.c (make_one_lib_file): Fix section flags for
1983 .text, .data and .bss in stub ds*.o files to match those
1984 generated by gas.
1985
f1467e33
L
19862001-03-29 H.J. Lu <hjl@gnu.org>
1987
1988 * readelf.c (process_unwind): Only do unwind sections for
1989 IA64.
1990
1c6fb4fe
L
19912001-03-28 H.J. Lu <hjl@gnu.org>
1992
1993 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1994 * Makefile.in: Regenerate.
1995
0879a67a
AJ
19962001-03-26 Andreas Jaeger <aj@suse.de>
1997
1998 * binutils.texi (nm): Fix texi syntax.
1999
0285c67d
NC
20002001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2001
2002 * binutils.texi: Put @c man begin and @c man end indications
2003 to generate man pages using texi2pod and pod2man. Put @c man title
2004 to identify each man. Add SEEALSO entries.
2005 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2006 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2007 sort the list.
2008 (*.1): Build the man pages from binutils.texi.
2009 * Makefile.in: Regenerate.
2010
04847a4d
CF
20112001-03-13 Eric Kohl <ekohl@rz-online.de>
2012
2013 * defparse.y (opt_equal_name): allow "." in name.
2014 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2015 (gen_exp_file): Likewise.
2016
43a0748c
NC
20172001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2018
2019 * NEWS: Document addition of -B switch to objcopy.
2020 * binutils.texi: Document addition of -B switch to objcopy.
2021 * objcopy.c: (copy_options): Add --binary-architecture.
2022 (copy_usage): Document -B/--binary-architecture.
2023 (copy_main): Support -B/--binary-architecture. Set
2024 bfd_external_binary_architecture.
0879a67a 2025
b7498e0e
NC
20262001-03-11 Andreas Jaeger <aj@suse.de>
2027
2028 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2029 (dump_relocations): Likewise.
2030 (get_machine_name): Likewise.
2031
a59e3bd7
NC
20322001-02-28 Nick Clifton <nickc@redhat.com>
2033
2034 * readelf.c: (struct unw_aux_info): Remove const modifier for
2035 'strtab' field.
2036 (process_unwind): Remove non-K&R compliant LHS type cast in call
2037 to GET_DATA_ALLOC macro.
2038
a5bcd848
PB
20392001-02-28 Philip Blundell <pb@futuretv.com>
2040
2041 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2042 ABI is in use; remove ambiguity between the "unknown" EABI and
2043 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2044 renamed EF_xx constants.
2045
27b7e12d
AM
20462001-02-27 Alan Modra <alan@linuxcare.com.au>
2047
2048 * configure.in (BFD_VERSION): New.
2049 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2050 * configure: Regenerate.
2051 * Makefile.am: Run "make dep-am"
2052 * Makefile.in: Regenerate.
2053
a9f10786
NC
20542001-02-14 Nick Clifton <nickc@redhat.com>
2055
2056 * MAINTAINERS: Add "Obvious Fix" rule.
2057
3c44da9a
MS
20582001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2059
2060 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2061 literal concatenation.
2062
ecd03389
MS
20632001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2064
2065 * readelf.c (struct unw_aux_info): Remove const from the info member.
2066 (process_unwind): Don't type-cast the third argument to the
2067 GET_DATA_ALLOC macro.
2068
88ec60c7
NC
20692001-02-11 Nick Clifton <nickc@redhat.com>
2070
2071 * readelf.c (dump_relocations): Free corrected allocated
2072 array.
2073 (process_unwind): Fix compile time warning.
2074
f5e21966
NC
20752001-02-10 Nick Clifton <nickc@redhat.com>
2076
2077 * binutils.texi: Document new --unwind option to readelf.
2078
a85d7ed0
NC
20792001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2080
2081 * readelf.c: Add linux target for S/390.
2082
7bb10502
AM
20832001-02-10 Alan Modra <alan@linuxcare.com.au>
2084
2085 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2086 printf is a macro.
2087
8ca8f343
HPN
20882001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2089
2090 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2091 * aclocal.m4: Regenerate.
2092 * configure: Regenerate.
2093
7340082d
NC
20942001-02-07 Todd Vierling <tv@wasabisystems.com>
2095
2096 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2097 * objdump.c (bfd_target_vector): Likewise.
2098
4d6ed7c8
NC
20992001-02-07 David Mosberger <davidm@hpl.hp.com>
2100
2101 * readelf.c (process_unwind): New function.
2102 (slurp_ia64_unwind_table): Ditto.
2103 (dump_ia64_unwind): Ditto.
2104 (find_symbol_for_address): Ditto.
2105 (slurp_rela_relocs): New function (split off from dump_relocations()).
2106 (slurp_rel_relocs): Ditto.
2107 (parse_args): Handle '-u' option.
2108
2109 * unwind-ia64.c: New file.
2110 * unwind-ia64.h: New file.
2111 * Makefile.am: Include unwind-ia64.c in readelf build.
2112 * Makefile.in: Regenerate.
7340082d 2113 * po/binutils.pot: Regenerate.
4d6ed7c8 2114
c7217458
PB
21152001-02-04 Philip Blundell <philb@gnu.org>
2116
2117 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2118 * configure: Regenerate.
2119
956eedd4
AM
21202001-01-31 Steve deRosier <sderosier@vari-lite.com>
2121
2122 * ieee.c (ieee_add_bb11): Don't check for backslashes
2123 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2124
8855cbca
AM
21252001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2126
c7f2731e
AM
2127 * ieee.c: Update copyright.
2128 (ieee_start_compilation_unit): Don't check for backslashes
2129 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2130
8855cbca
AM
2131 * stabs.c: Update copyright. Include "filenames.h".
2132 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2133
329de803 21342001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2135
2136 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2137 sections are present before using them. Remove code duplication.
2138 (process_symbol_table): Check if VERDEF or VERNEED sections are
2139 present before using them.
2140
23719f39
NC
21412001-01-17 Nick Clifton <nickc@redhat.com>
2142
2143 * objcopy.c (copy_object): Fail if attempting to convert the
2144 endianness of the input object file.
2145
2146 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2147
f726e849
NC
21482001-01-16 Nick Clifton <nickc@redhat.com>
2149
2150 * readelf.c (string_table_length): New variable.
2151 (SECTION_NAME): Catch out of range indices and missing section
2152 pointers.
2153 (process_section_headers): Delete useless local variable
2154 string_table_offset. Set the value of string_table_length
2155 after loading the string table.
2156 (process_mips_specific): Use SECTION_NAME macro.
2157 (process_file): Set string_table_length to 0 when it is freed.
2158
d0398d6a
NC
21592001-01-12 Nick Clifton <nickc@redhat.com>
2160
2161 * version.c (print_version): Update copyright date.
2162
0d2bcfaf
NC
21632001-01-11 Peter Targett <peter.targett@arccores.com>
2164
2165 * readelf.c (dump_relocations): Include selection with EM_ARC.
2166 (get_machine_name) Update name to "ARC".
2167
8b1e6df3
NC
21682001-01-09 Nick Clifton <nickc@redhat.com>
2169
2170 * Makefile.am: Add rule to build objdump.o from objdump.c and
2171 using OBJDUMP_DEFS.
2172 * Makefile.in: Regenerate.
2173
2174 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2175 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2176 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2177 * configure: Regenerate.
8b1e6df3
NC
2178
2179 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2180 is defined read in the relocs even if dump_reloc_info is
2181 false.
2182
2f952d20
PB
21832001-01-07 Philip Blundell <philb@gnu.org>
2184
2185 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2186 `bug-binutils'.
2187 * README: Likewise.
2188
a8c548cb
NC
21892000-12-19 Nick Clifton <nickc@redhat.com>
2190
2191 * dlltool.c: Add missing support for arm-epoc-pe.
2192 * configure.in: Add missing support for arm-epoc-pe.
2193 * configure: Regenerate.
2194
cc5fda35
NC
21952000-12-15 Nick Clifton <nickc@redhat.com>
2196
2197 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2198 Mode parts of the x86 port.
2199
bcedfee6
NC
22002000-12-04 Andreas Jaeger <aj@suse.de>
2201
2202 * readelf.c (guess_is_rela): Add EM_X86_64.
2203 (dump_relocations): Add EM_X86_64.
2204 (get_machine_name): Add EM_X86_64.
2205 Include "elf/x86-64.h".
2206
584da044
NC
22072000-12-12 Nick Clifton <nickc@redhat.com>
2208
2209 * readelf.c: Fix formatting.
2210
7559e86e 22112000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2212
2213 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2214
a98cc2b2
AH
22152000-12-07 Andrew Haley <aph@redhat.com>
2216
2217 * readelf.c (display_debug_frames): Only display columns that are
2218 referenced by the frame debug info.
2219
c7987a69
NC
22202000-12-05 Nick Clifton <nickc@redhat.com>
2221
2222 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2223
09fd7e38
JM
22242000-12-04 Jason Merrill <jason@redhat.com>
2225
2226 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2227 (display_debug_section): Likewise.
2228 (display_debug_info): Display CU header before bailing.
2229
e7af610e
NC
22302000-12-01 Chris Demetriou <cgd@sibyte.com>
2231
09fd7e38
JM
2232 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2233 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2234 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2235
09fd7e38
JM
2236 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2237 and E_MIPS_ARCH_64.
84ea6cf2 2238
09fd7e38
JM
2239 * readelf.c (get_machine_flags): Add case for
2240 E_MIPS_MACH_SB1.
c6c98b38 2241
75066968
DD
22422000-11-30 Richard Earnshaw <rearnsha@arm.com>
2243
2244 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2245
5c4666ea
HPN
22462000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2247