]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* tui.c (strcat_to_buf): Use const char* for source item.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
fcf62380
DA
12002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
2
3 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
4
51e28791
NC
52002-08-22 Nick Clifton <nickc@redhat.com>
6
7 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
8 HPPA.
9
c5b060ad
AM
102002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
11
12 * readelf.c (parse_args): Change debug_dump_opt to static.
13
4b73ca92
NC
142002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
15
16 * stabs.c (parse_stab_argtype): Pass length of physname to
17 stab_demangle_argtypes.
18 (stab_demangle_argtypes): Add new parameter - length of physname.
19 Pass length of physname on to stab_demangle_prefix.
20 (stab_demangle_prefix): Add new parameter - length of physname.
21 Use length of physname (if supplied) to compute end of function
22 name.
23
35b1837e
AM
242002-08-15 Alan Modra <amodra@bigpond.net.au>
25
26 * readelf.c: Include elf/i370.h.
27 (dump_relocations): Handle EM_S370.
28 (dynamic_segment_parisc_val): Print \n.
29 (process_dynamic_segment <DT_BIND_NOW>): Here too.
30
762baac5
NC
312002-08-14 Nick Clifton <nickc@redhat.com>
32
33 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
34 * objdump.c (usage): Likewise.
35 * doc/binutils.texi: Likewise.
36
85c09e8a
NC
372002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
38
39 * rcparse.y (acc_entry): Don't warn about ALT use with
40 non-VIRTKEY.
41
212a3c4d
L
422002-08-13 H.J. Lu <hjl@gnu.org>
43
44 * objcopy.c (copy_object): Don't warn about the unsupported
45 architecture unless the input target is defaulted or the
46 output architecture is different from the input.
47
2b692c59
NC
482002-08-09 Nick Clifton <nickc@redhat.com>
49
50 * po/sv.po: Updated Swedish translation.
51
09de7a73
AM
522002-08-05 Alan Modra <amodra@bigpond.net.au>
53
54 * prdbg.c (pr_fix_visibility): Remove assert.
55
47badb7b
NC
562002-07-31 Nick Clifton <nickc@redhat.com>
57
58 * addr2line.c (process_file): Rename parameter 'filename' to
59 'file_name' in order to avoid shadowing global symbol of the
60 same name.
61 (main): Likewise.
62
2979dc34
JJ
632002-07-30 Jakub Jelinek <jakub@redhat.com>
64
65 * readelf.c (OPTION_DEBUG_DUMP): Define.
66 (options): Use it.
67 (usage): Update help.
68 (parse_args): Handle --debug-dump separately from -w.
69 * doc/binutils.texi (readelf): Update documentation.
70
219576a4
NC
712002-07-25 Nick Clifton <nickc@redhat.com>
72
73 * po/es.po: Updated Spanish translation.
74 * po/fr.po: Updated French translation.
75
bf4f22e6
NC
762002-07-24 Nick Clifton <nickc@redhat.com>
77
78 * po/es.po: Updated Spanish translation.
79
c5b3a82a
AM
802002-07-23 Alan Modra <amodra@bigpond.net.au>
81
82 * Makefile.am: Run "make dep-am".
83 * Makefile.in: Regenerate.
84
0461a601
NC
852002-07-23 Nick Clifton <nickc@redhat.com>
86
bf4f22e6 87 * po/fr.po: Updated French translation.
0461a601 88
bf44dd74
AM
892002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
90
91 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
92
2c205ff2
AM
932002-07-20 Alan Modra <amodra@bigpond.net.au>
94
63eb0809 95 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 96
1e4cf259
NC
972002-07-18 Denis Chertykov <denisc@overta.ru>
98 Frank Ch. Eigler <fche@redhat.com>
99
100 * readelf.c: Include "elf/ip2k.h".
101 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
102 (dump_relocations): Likewise.
103 (get_machine_name): Likewise.
104 * NEWS: Mention IP2K support.
105
2cbb2eef
NC
1062002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
107
108 * NEWS: Add 'Changes in 2.13'.
109
047b2264
JJ
1102002-07-10 Jakub Jelinek <jakub@redhat.com>
111
112 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
113 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
114 (get_section_type_name): Handle SHT_GNU_LIBLIST.
115 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
116 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
117 (process_gnu_liblist): New.
118 (process_file): Call it.
119
97230b15
AM
1202002-07-03 Alan Modra <amodra@bigpond.net.au>
121
122 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
123 * Makefile.in: Regenerate.
124
a6637ec0
AM
1252002-07-02 Alan Modra <amodra@bigpond.net.au>
126
127 * budemang.c: New file, "demangle" function.
128 * budemang.h: New file.
129 * addr2line.c (translate_addresses): Use "demangle".
130 * nm.c (print_symname): Likewise.
131 * objdump.c (objdump_print_symname): Likewise.
132 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
133 here since that obfuscates.
134 * rdcoff.c: Don't #include demangle.h.
135 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
136 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
137 (HFILES): Add budemang.h. Sort.
138 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
139 Run "make dep-am".
140 * Makefile.in: Regenerate.
141
179d3252
JT
1422002-07-01 Matt Thomas <matt@3am-software.com>
143
144 * readelf.c: Include "elf/vax.h".
145 (guess_is_rela): Move EM_VAX from unknown to RELA case.
146 (dump_relocations): Handle VAX relocations.
147 (get_machine_flags): Handle VAX machine flags.
148
75751cd9
SC
1492002-06-29 Stephane Carrez <stcarrez@nerim.fr>
150
151 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
152
e5851ab8
NC
1532002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
154
155 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
156
eb3f2f5c
AM
1572002-06-26 Alan Modra <amodra@bigpond.net.au>
158
159 * nm.c (print_symname): When demangling, strip leading dots from
160 symbol names to avoid confusing the demangler.
161
a13a0de8
L
1622002-06-25 H.J. Lu <hjl@gnu.org>
163
164 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
165 * Makefile.in: Regenerated.
166
6db7a086
AM
1672002-06-21 Igor Schein <igor@txc.com>
168
169 * configure.in: Quote bu_cv_have_fopen64.
170 * configure: Regenerate.
171
9710509e
AM
1722002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
173
174 * configure.in: Check for strcoll.
175 * configure: Regenerate.
176 * config.in: Regenerate.
177 * nm.c (main): Set locale for LC_COLLATE category.
178 (non_numeric_forward): Use strcoll if available.
179
a9f0b5e7
DB
1802002-06-20 Dave Brolley <brolley@redhat.com>
181
182 * MAINTAINERS: Add self as fr30 and frv maintainer.
183
33f5f537
L
1842002-06-18 H.J. Lu (hjl@gnu.org)
185
186 * nm.c: Include "elf/common.h".
187 (extended_symbol_info): Add elfinfo, a pointer to
188 elf_symbol_type.
189 (SYM_SIZE): Use elfinfo if it is not NULL.
190 (get_symbol_type): New function.
191 (display_archive): Set print_width for each archive member.
192 (display_file): Likewise.
193 (display_rel_file): Don't set print_width here.
194 (print_object_filename_sysv): Handle print_width.
195 (print_archive_member_sysv): Likewise.
196 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
197 (print_symbol): Set the elfinfo field in extended_symbol_info
198 for ELF.
199 (print_object_filename_sysv): Fix the output format.
200 (print_symbol_info_sysv): Print type and section for ELF.
201
2022002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
203
204 * nm.c (print_size_symbols): Remove assignment, which makes
205 the symbol's size equal to its value when --size-sort is
206 used.
207
5c70f934
DB
2082002-06-18 Dave Brolley <brolley@redhat.com>
209
210 From Catherine Moore:
211 * readelf.c (elf/frv.h): #include it.
212 (guess_is_rela): Support EM_CYGNUS_FRV.
213 (dump_relocations): Ditto.
214 (get_machine_name): Ditto.
215 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
216
7ece0d85
JJ
2172002-06-18 Jakub Jelinek <jakub@redhat.com>
218
219 * readelf.c (get_file_header): Only read the first section header if
220 e_shoff is non-zero.
221
72797995
L
2222002-06-15 H.J. Lu (hjl@gnu.org)
223
224 * nm.c (print_size): New variable. Initialize to 0.
225 (long_options): Add 'S'/"print-size".
226 (main): Handle 'S'.
227 (print_symbol_info_bsd): Print size only if print_size is not
228 0.
229
230 * doc/binutils.texi: Document -S/--print-size.
231
977f7911
NC
2322002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
233
234 * nm.c (struct extended_symbol_info): New strcuture: Add the size
235 of the symbols to the information provided by the symbol_info
236 structure.
237 (print_symbols): Pass the symbol size to print_symbol.
238 (print_size_symbols): Pass the symbol size to print_symbol.
239 (print_symbol): Extra argument: The size of the symbol. Store
240 this in the extended_symbol_info structure.
241 (print_symbol_info): Change type of info parameter to
242 extended_symbol_info. Display the size, if known.
243 (print_symbol_info_posix): Likewise.
244 (print_symbol_info_sysv): Likewise.
245
b1f88ebe
AM
2462002-06-08 Alan Modra <amodra@bigpond.net.au>
247
fa449227
AM
248 * Makefile.am: Run "make dep-am".
249 * Makefile.in: Regenerate.
250 * doc/Makefile.in: Regnerate.
251
b1f88ebe
AM
252 * bucomm.c: Replace CONST with const.
253 * nm.c: Likewise.
254 * objdump.c: Likewise.
255
91a106e6
L
2562002-06-07 H.J. Lu <hjl@gnu.org>
257
258 * readelf.c (DW_CFA_GNU_args_size): Don't define.
259 (DW_CFA_GNU_negative_offset_extended): Likewise.
260 (DW_CFA_GNU_window_save): Likewise.
261 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
262 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
263
6ab6b380
NC
2642002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
265
266 * nm.c: When computing size of symbols for an ELF target use the
267 internal size field.
268
e28e05a3
JL
2692002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
270
271 * testsuite/binutils-all/objcopy.exp: clear xfail for
272 "hppa*64*-*-hpux*".
273 * testsuite/binutils-all/hppa/objdump.exp: Return if
274 "*64*-*-*".
275
dc156bc0
AM
2762002-06-05 Alan Modra <amodra@bigpond.net.au>
277
278 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
279
2802002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
281
282 * objdump.c: Fix formatting.
283
d79e4ea3
BE
2842002-05-29 Ben Elliston <bje@redhat.com>
285
286 * MAINTAINERS: Add self as M68k maintainer.
287
d172d4ba
NC
2882002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
289
290 * readelf.c: Modified/Added DLX elf support.
291
7edb8f29
NC
2922002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
293
3a1a2036
NC
294 * arsup.c: Fix formatting.
295 * debug.c (debug_record_label): Add missing colon to error
296 message.
297 * ieee.c (parse_ieee_ty): Fix spelling typo.
298 * readelf.c (process_program_headers): Remove English assumption
299 about making a plural word.
300 (process_section_headers): Likewise.
301 (process_relocs): Allow quotes to be translated.
302 (process_unwind): Likewise,
303 (process_mips_specific): Improve error message.
304 (get_note_type): Fix spelling typo.
305
7edb8f29
NC
306 * configure.in (ALL_LINGUAS): Add sv
307 * po/sv.po: New file.
308
3eee1e9d
AM
3092002-05-27 Alan Modra <amodra@bigpond.net.au>
310
311 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
312 (unw_print_grmask): Likewise.
313 (unw_print_frmask): Likewise.
314
d43efbe3
KH
3152002-05-26 Kazu Hirata <kazu@cs.umass.edu>
316
317 * arsup.c: Remove ARGSUSED.
318 * debug.c: Likewise.
319 * ieee.c: Likewise.
320 * nlmconv.c: Likewise.
321 * prdbg.c: Likewise.
322 * stabs.c: Likewise.
323 * wrstabs.c: Likewise.
324
e9792343
AM
3252002-05-25 Alan Modra <amodra@bigpond.net.au>
326
327 * arlex.l: Use #include "" instead of <> for local header files.
328 * coffdump.c: Likewise.
329 * coffgrok.c: Likewise.
330 * nlmconv.c: Likewise.
331 * nlmheader.y: Likewise.
332 * srconv.c: Likewise.
333 * strings.c: Likewise.
334 * sysdump.c: Likewise.
335 * unwind-ia64.h: Likewise.
336 * windres.h: Likewise.
337 * winduni.h: Likewise.
338
d7e53452
TR
3392002-05-24 Tom Rix <trix@redhat.com>
340
341 * MAINTAINERS: Add self as the d10v maintainer.
342
436e8db0
NC
3432002-05-24 TAMURA Kent <kent@netbsd.org>
344
345 * configure.in: Builds dlltool for i386-netbsdpe.
346 * configure: Regenerate.
347
9f66665a
KH
3482002-05-23 Kazu Hirata <kazu@cs.umass.edu>
349
350 * size.c: Fix formatting.
351 * srconv.c: Likewise.
352 * stabs.c: Likewise.
353 * sysdump.c: Likewise.
354 * unwind-ia64.c: Likewise.
355 * wrstabs.c: Likewise.
356
13ae64f3
JJ
3572002-05-23 Jakub Jelinek <jakub@redhat.com>
358
359 * readelf.c (get_segment_type): Add PT_TLS.
360 (get_elf_section_flags): Add SHF_TLS.
361 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
362 (process_dynamic_segment): Use puts instead of printf.
363 (get_symbol_type): Support STT_TLS.
364 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
365 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
366 Add SEC_THREAD_LOCAL.
367
53c7db4b
KH
3682002-05-23 Kazu Hirata <kazu@cs.umass.edu>
369
370 * rdcoff.c: Fix formatting.
371 * rddbg.c: Likewise.
372 * readelf.c: Likewise.
373 * rename.c: Likewise.
374 * resbin.c: Likewise.
375 * resrc.c: Likewise.
376 * resres.c: Likewise.
377
0af11b59
KH
3782002-05-21 Kazu Hirata <kazu@cs.umass.edu>
379
380 * filemode.c: Fix formatting.
381 * ieee.c: Likewise.
382 * is-ranlib.c: Likewise.
383 * is-strip.c: Likewise.
384 * maybe-ranlib.c: Likewise.
385 * maybe-strip.c: Likewise.
386 * nlmconv.c: Likewise.
387 * nm.c: Likewise.
388 * not-ranlib.c: Likewise.
389 * not-strip.c: Likewise.
390 * objcopy.c: Likewise.
391 * objdump.c: Likewise.
392
21611032
TS
3932002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
394
395 * objdump.c (dump_headers): Fix output formatting for ELF32
396 architectures in a BFD64 enabled toolchain.
397
26044998
KH
3982002-05-20 Kazu Hirata <kazu@cs.umass.edu>
399
400 * debug.c: Fix formatting.
401 * debug.h: Likewise.
402 * dlltool.c: Likewise.
403 * dllwrap.c: Likewise.
404 * emul_aix.c: Likewise.
405 * emul_vanilla.c: Likewise.
406
f462a9ea
KH
4072002-05-19 Kazu Hirata <kazu@cs.umass.edu>
408
409 * addr2line.c: Fix formatting.
410 * ar.c: Likewise.
411 * arsup.c: Likewise.
412 * arsup.h: Likewise.
413 * binemul.c: Likewise.
414 * binemul.h: Likewise.
415 * bucomm.c: Likewise.
416 * coffdump.c: Likewise.
417 * coffgrok.c: Likewise.
418 * coffgrok.h: Likewise.
419
e0159aa9
MM
4202002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
421
422 * MAINTAINERS: Add myself as the second AVR port maintainer.
423
074b403e
SC
4242002-05-16 Stephane Carrez <stcarrez@nerim.fr>
425
426 * MAINTAINERS: Update my email address.
427
2b9c8201
NC
4282002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
429
430 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
431
e1d5b1e7
AM
4322002-05-09 Alan Modra <amodra@bigpond.net.au>
433
434 * configure.in: Replace `*pe' with `pe' throughout.
435 * configure: Regenerate.
436
d3d8a9ee
NC
4372002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
438
439 * Makefile.am: Honour DESTDIR.
440 * Makefile.in: Regenerate.
441
405c98a4
AM
4422002-05-06 Alan Modra <amodra@bigpond.net.au>
443
a02d5965
AM
444 * dlltool.c (process_def_file): Add missing prototype.
445 (new_directive, assemble_file, main): Likewise.
446 (process_def_file, new_directive): Make static.
447 (inform): Rewrite using VA_FIXEDARG.
448 * dllwrap.c (mybasename): Add missing prototype.
449 (strhash, main): Likewise.
450 (inform): Rewrite using VA_FIXEDARG.
451 (warn): Likewise.
452 (cleanup_and_exit): Use old style function definition.
453 (strhash): Likewise.
454 * windres.c (define_resource): Use one memset to clear all of
455 struct res_resource.
456
405c98a4 457 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 458 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
459
4602002-05-06 Borut Razem <borut.razem@siol.net>
461
462 * rclex.l (get_string): Correct "strings" list handling.
463 * resrc.c (read_rc_file): Discard strings.
464
91593c9d
AM
4652002-05-04 Alan Modra <amodra@bigpond.net.au>
466
e58a75dc
AM
467 * ar.c (replace_members): Remove unused var. Formatting fix.
468 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
469
91593c9d
AM
470 * MAINTAINERS: Sort port maintainers by CPU.
471
6b52b824
AM
4722002-05-04 Bob Byrnes <byrnes@curl.com>
473
474 * size.c (display_archive): Add last_arfile and code to close archives.
475
dd70071f
AM
4762002-05-01 Alan Modra <amodra@bigpond.net.au>
477
478 * nm.c (print_symbol): Check returned filename from
479 bfd_find_nearest_line is non-NULL.
480
6c95717a
EZ
4812002-04-25 Elena Zannoni <ezannoni@redhat.com>
482
483 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
484
3c25c5f6
NC
4852002-04-24 Christian Groessler <chris@groessler.org>
486
487 * MAINTAINERS: Changed my email address.
488
944cd72c
TS
4892002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
490
491 * arparse.y: Fix syntax warning.
492
ea91f8bb
NC
4932002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
494
3e55a963
NC
495 * readelf.c (fetch_location_list): Remove unused function.
496
497 * readelf.c (process_corefile_note_segment): Catch corrupt notes
498 and display a warning message, then exit the loop.
499
ea91f8bb
NC
500 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
501
45b99827
NC
5022002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
503
504 * resrc.c (write_rc_dialog): If charset is non-default value
505 display all of the DIALOGEX parameters.
506
5072002-04-15 Eric Kohl <ekohl@rz-online.de>
508
509 * rcparse.y: Allow two to five parameter in FONT statement of
510 DIALOGEX resources.
511 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
512 resource data.
513 (res_to_bin_dialog): Likewise.
514 * windres.h: Added misssing charset variable to dialog_ex
515 structure.
516
acfbab8a
NC
5172002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
518
519 * rcparse.y: Set MEMFLAG_PURE by default.
520
df3baf66
NC
5212002-04-09 Bernd Herd <info@herdsoft.com>
522
523 * rcparse.y: CLASS definitions in DIALOG resources
524 are quoted.
4c30641a 525 Fix typo in BEDIT warning.
91eafb40 526 Don't add default dialog style when explicit style specified.
b62a12ca 527 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 528
b24eb5ac
NC
529 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
530 (handle_quotes) "\a" escape (used for right justified key
531 definitions in menus) is encodes as binary 8.
df3baf66 532
b24eb5ac
NC
533 * resrc.c (write_rc_dialog): Print style even if it is 0.
534 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 535 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 536
b24eb5ac
NC
537 * resbin.c (bin_to_res_dialog): Use signature to identify
538 DIALOGEX.
f7d63484 539
b24eb5ac 540 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 541
df3baf66
NC
5422002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
543
544 * resrc.c: print CLASS names in quotes
545
5462002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
547
548 * MAINTAINERS: Update my email address.
549
8e42bcb6
AM
5502002-04-04 Alan Modra <amodra@bigpond.net.au>
551
552 * dep-in.sed: Cope with absolute paths.
553 * Makefile.am (dep.sed): Subst TOPDIR.
554 Run "make dep-am".
555 * Makefile.in: Regenerate.
556
96f959e5
PT
5572002-03-27 Peter Targett <peter.targett@arc.com>
558
559 * MAINTAINERS: Update my email address.
560
1ea788ee
AM
5612002-03-21 Alan Modra <amodra@bigpond.net.au>
562
563 * Makefile.am: Run "make dep-am".
564 * Makefile.in: Regenerate.
565 * doc/Makefile.in: Regenerate.
566 * po/POTFILES.in: Regenerate.
567 * aclocal.m4: Regenerate.
568 * config.in: Regenerate.
569 * configure: Regenerate.
570
a2f14207
DB
5712002-03-20 Daniel Berlin <dan@dberlin.org>
572
573 * readelf.c: Add support for displaying dwarf2 location lists.
574 (do_debug_loc, debug_loc_section, debug_loc_size): New.
575 (parse_args): Use 'O' as shorthand for displaying location list
576 section.
577 (process_section_headers): Handle debug_loc as well.
578 (load_debug_loc): New.
579 (free_debug_loc): New.
580 (fetch_location_list): New.
581 (display_debug_loc): New.
582 (display_debug_info): Call load_debug_loc and free_debug_loc.
583 (debug_displays): We can display .debug_loc now, too.
584 (usage): Update usage string.
585 (read_and_display_attr_value): Note location lists, but don't
586 display them inline.
587
eb1e0e80
NC
5882002-03-18 Tom Rix <trix@redhat.com>
589
590 * Makefile.am: Add binutils emulation support.
591 * configure.in: Same.
592 * configure.tgt: New file. Same.
593 * ar.c (main): Use ar_emul_parse_arg.
594 (usage): Use ar_emul_usage.
595 (replace_members): Use ar_emul_replace, ar_emul_append.
596 * binemul.c: New file. Define the binutils emulation
597 layer. Define default methods.
598 * binemul.h: New file. Binutils emulation layer header file.
599 * emul_aix.c: New file. AIX binutils emulation.
600 * emul_vanilla.c: New file. Default binutils emulation.
601 * Makefile.in: Regenerate.
602 * configure: Same.
603
a1c259a1
NC
6042002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
605
606 * po/fr.po: Updated version.
607
9ce88e60
NC
6082002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
609
610 * po/fr.po: Updated version.
611
effb0601
DJ
6122002-03-07 Daniel Jacobowitz <drow@mvista.com>
613
614 * README: Update some version numbers.
615
a65688ab
DJ
6162002-03-07 Daniel Jacobowitz <drow@mvista.com>
617
618 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
619 (Architecture Selection): Likewise.
620
f3f7fbb2
NC
6212002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
622
623 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
624 generating .exp file.
625
25345be5
NC
6262002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
627
628 * readelf.c (dump_relocations): Fix typo.
629
9a66911f
NC
6302002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
631
632 * NEWS: Mark 2.12 branch.
633
2c71103e
NC
6342002-02-18 Timothy Daly <remote_bob@yahoo.com>
635
636 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
637 types for 64-bit MIPS. Narrow some fields for 80-char
638 output.
639 (dump_relocations): Change spelling from 'unrecognised'
640 to 'unrecognized'.
641 (decode_ARM_machine_flags): Likewise.
642 (parse_args): Likewise.
643 (read_and_display_attr_value): Likewise.
644 (display_debug_section): Likewise.
645
49fda6c8
HPN
6462002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
647
648 * NEWS: Mention support for MMIX.
649
76f57f3a
JT
6502002-02-13 Matt Fredette <fredette@netbsd.org>
651
652 * readelf.c (get_machine_flags): Recognize EF_M68000.
653
d36ca9c2
AO
6542002-02-12 Alexandre Oliva <aoliva@redhat.com>
655
656 * MAINTAINERS: Added self as MN10300 co-maintainer.
657
19397422
AM
6582002-02-12 Alan Modra <amodra@bigpond.net.au>
659
660 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
661 DT_PPC64_OPDSZ.
662
d434e574
DJ
6632002-02-11 Daniel Jacobowitz <drow@mvista.com>
664
665 * MAINTAINERS: List myself as branch maintainer.
666
12b87c89
AM
6672002-02-11 Alan Modra <amodra@bigpond.net.au>
668
669 * configure: Regenerate.
670 * objcopy.c: Update copyright date.
671 * doc/Makefile.in: Regenerate.
672
8d037c5c
DJ
6732002-02-10 Daniel Jacobowitz <drow@mvista.com>
674
675 * nlmconv.c: Back out localtime PARAMS change.
676
4c168fa3
AM
6772002-02-11 Alan Modra <amodra@bigpond.net.au>
678
679 * objcopy.c (MKDIR): Define.
680 (copy_archive): Make name_list.name const. Use MKDIR.
681 Handle duplicate files in archives by making more temp dirs.
682
408f8db1
DJ
6832002-02-10 Daniel Jacobowitz <drow@mvista.com>
684
685 * coffdump.c: Include "getopt.h" after "bucomm.h"
686 so that macros are defined correctly.
687 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
688 prototype. Prototype main.
689 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
690
9f77fa06
AO
6912002-02-06 Alexandre Oliva <aoliva@redhat.com>
692
693 * MAINTAINERS: Added self as SH co-maintainer.
694
82f6addb
NC
6952002-02-05 Nick Clifton <nickc@redhat.com>
696
697 * po/tr.po: Updated translation.
698
ba323545
AM
6992002-02-01 Alan Modra <amodra@bigpond.net.au>
700
701 * Makefile.am: Run "make dep-am"
702 * Makefile.in: Regenerate.
703
3deb89d3
DJ
7042002-01-29 Daniel Jacobowitz <drow@mvista.com>
705
706 * nm.c (print_value): Mark abfd unused.
707
a0e9c55f
DJ
7082002-01-29 Daniel Jacobowitz <drow@mvista.com>
709
710 * unwind-ia64.c (unw_decoder): Change second argument
711 to unsigned int, to match function prototypes.
712
d7a283d4
DJ
7132002-01-29 Daniel Jacobowitz <drow@mvista.com>
714
715 * objdump.c: Include "getopt.h" after "bucomm.h" so that
716 __GNU_LIBRARY__ will be defined.
717 * size.c: Likewise.
718
4867be41
DJ
7192002-01-27 Daniel Jacobowitz <drow@mvista.com>
720
721 * configure: Regenerated.
722
7562a296
HPN
7232002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
724
725 * doc/Makefile.am (install): Depend on install-info.
726 * doc/Makefile.in: Regenerate.
727
15c82623
NC
7282002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
729
730 * objcopy.c (strip_usage): Document -d as an alias
731 --strip-debug.
732
733 * size.c (usage): Document [-t | --totals] options.
734 (long_options): Add --totals option.
735 (main): If the [-t | --totals] option is specified and
736 the output format is Berkeley-style, print the total
737 text, data, and bss sizes of all objects listed.
738 (print_berkeley_format): If the [-t | --totals] option
739 is specified, track the total text, data, and bss
740 sizes.
741 * doc/binutils.texi (size): Document [-t | --totals] options.
742 (strip): Document -d as an alias for --strip-debug.
743 * NEWS: Mention new feature of size.
744
00ea8601 7452002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 746
1ddbd152
NC
747 * po/fr.po: Updated version.
748 * po/es.po: Updated version.
b85cedd7 749
8b53311e
NC
7502002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
751
752 * addr2line.c (usage): Update text to provide verbose
753 description of the command line options.
754 * ar.c (usage): Update text to provide verbose
755 description of the command line options.
756 (main): Accept -h and -H when running as ranlib.
757 * coffdump.c (show_usage): Update text to provide verbose
758 description of the command line options.
759 * dlltool.c (main): Accept -H as an alias for --help.
760 * nlmconv.c (show_usage): Update text to provide verbose
761 description of the command line options.
762 * nm.c (usage): Replace OPTIONS with option(s).
763 (main): Accept -H as an alias for --help.
764 * objcopy.c (strip_main): Accept -H as an alias for --help.
765 * objdump.c (main): Accept -v as an alias for --verbose.
766 * readelf.c (usage): Adjust format to match style used in
767 other binutils.
768 * size.c (usage): Update text to provide verbose description
769 of the command line options.
770 (main): Accept -v, -h and -H as command line options.
771 * srconv.c (show_usage): Update text to provide verbose
772 description of the command line options.
773 * strings.c (main): Accept -H and -v as command line options.
774 (usage): Update text to provide verbose description of the
775 command line options.
776 * sysdump.c (show_usage): Update text to provide verbose
777 description of the command line options.
778 * windres.c (usage): Adjust format to match style used in
779 other binutils.
780
781 * coffdump.c: Fix formatting.
782 * nlmconv.c: Fix formatting.
783 * srconv.c: Fix formatting.
784 * sysdump.c: Fix formatting.
785
c46f0c34
AM
7862002-01-22 Alan Modra <amodra@bigpond.net.au>
787
788 * Makefile.am: Run "make dep-am".
789 * Makefile.in: Regenerate.
790
2a538ba5
AJ
7912002-01-18 Andreas Jaeger <aj@suse.de>
792
793 * version.c (print_version): Update year.
794
285d1771
AM
7952002-01-17 Alan Modra <amodra@bigpond.net.au>
796
797 * readelf.c (get_machine_name): Handle EM_PPC64.
798 (guess_is_rela): Here too.
799
328577ad
NC
8002002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
801
802 * po/binutils.pot: Regenerate.
803 * po/fr.po: Regenerate.
804 * po/tr.po: Regenerate.
805
af3ae48d
NC
8062002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
807
808 * po/tr.po: Import new version.
809
f1cb7e17
AM
8102002-01-16 Alan Modra <amodra@bigpond.net.au>
811
812 * readelf.c (get_ppc64_dynamic_type): New.
813 (get_dynamic_type): Call it.
814
6364e0b4
NC
8152002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
816
3ab9460d
NC
817 * objcopy.c (copy_usage): Use "options" instead of "switches".
818 (strip_usage): Use "options" instead of "switches".
819 * doc/binutils.texi (dlltool): Refer to "options" instead of
820 "switches".
6364e0b4 821
3a7e524e
RE
8222002-01-14 Richard Earnshaw <rearnsha@arm.com>
823
824 * MAINTAINERS: Add self as co-maintainer for the ARM code.
825
1209e219
NC
8262001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
827
828 * po/es.po: Import from translation project.
829 * configure.in (ALL_LINGUAS): Add es.
830 * configure: Regenerate.
831
b4db1224
JT
8322002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
833
834 * readelf.c (get_netbsd_elfcore_note_type): Use
835 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
836
9437c45b
JT
8372002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
838
839 * readelf.c: Update copyright years.
840 (get_note_type): Return a const char *.
841 (get_netbsd_elfcore_note_type): New function.
842 (process_note): Use get_netbsd_elfcore_note_type to get
843 the note type string for NetBSD ELF core files.
844
00428cca
AM
8452002-01-06 Steve Ellcey <sje@cup.hp.com>
846
847 * readelf.c (get_ia64_segment_type): Add support for macros.
848 (get_segment_type): Add support for IA64 specific macros.
849
31104126
NC
8502001-12-20 Julian v. Bock <julian@wongr.net>
851
852 * readelf.c (print_symbol): New function: Print a formatted symbol
853 name. If --wide is specified do not truncate it.
854 (dump_relocations): Use print_symbol() to print symbol names.
855 (process_symbol_table): Likewise.
856 (process_syminfo): Likewise.
857 (process_mips_specific): Likewise.
858 (usage): Document new feature of --wide switch.
859 * doc/binutils.texi (objdump): Document additional behaviour of
860 --wide.
2a538ba5 861
4dd67f29
MS
8622001-12-18 Michael Snyder <msnyder@redhat.com>
863
864 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
865 (copy_object): Don't set the start address or flags of a core file.
866 (copy_section): Don't relocate a core file. Don't copy contents
867 if the input section has the contents flag set, but the output
868 section does not (which happens with the fake 'note' pseudo-
869 sections that BFD creates for corefiles).
870
43521d43
TS
8712001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
872
873 * readelf.c (get_machine_flags): Recognize header flags for ABI and
874 ASE extensions. More robust code for ISA checking. Ignore empty fields
875 in header flags for GNU extensions.
876
b667df2e
AM
8772001-12-18 Alan Modra <amodra@bigpond.net.au>
878
879 * objcopy.c (copy_archive): Set output bfd format outside the loop.
880
17a5a5c3
NC
8812001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
882
883 * po/ja.po: Import from translation project.
884 * configure.in (ALL_LINGUAS): Add ja.
885 * configure: Regenerate.
886
65de42c0
TS
8872001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
888
889 * addr2line.c (main): Protoype.
890 * ar.c (main): Protoype.
891 * nm.c (main): Protoype.
892 * objcopy.c (main): Protoype.
893 * objdump.c (main): Protoype.
894 * size.c (main): Protoype.
895 * strings.c (main): Protoype.
896
9ad5cbcf
AM
8972001-12-17 Alan Modra <amodra@bigpond.net.au>
898
899 * readelf.c (symtab_shndx_hdr): New global.
900 (SECTION_HEADER_INDEX): Define.
901 (SECTION_HEADER_NUM): Define.
902 (SECTION_HEADER): Define.
903 (GET_ELF_SYMBOLS): Pass two params rather than three.
904 (get_32bit_elf_symbols): Take file and section args. Read and
905 use SHT_SYMTAB_SHNDX.
906 (get_64bit_elf_symbols): Likewise.
907 (dump_relocations): Use SECTION_HEADER to index "section_headers".
908 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
909 Remember symtab_shdx_hdr.
910 (process_program_headers): Scan from index 1 for segment map.
911 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
912 "section_headers".
913 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
914 (process_unwind): Likewise.
915 (process_version_sections): Likewise.
916 (process_symbol_table): Likewise.
917 (display_debug_info): Likewise.
918 (process_dynamic_segment): Fake up a symtab section for changed
919 GET_ELF_SYMBOLS.
920 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
921 (process_program_headers): Kill signed/unsigned warning.
922 (load_debug_str): Likewise.
923 (display_debug_info): Likewise.
924
65765700
JJ
9252001-12-13 Jakub Jelinek <jakub@redhat.com>
926
927 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
928
560f3c1c
AM
9292001-12-11 Alan Modra <amodra@bigpond.net.au>
930
931 * readelf.c (process_file_header): Print extended e_shnum and
932 e_shdtrndx values. Set elf_header values for same.
933 (get_32bit_section_headers): Add "num" arg to read "num" headers.
934 (get_64bit_section_headers): Likewise.
935 (process_section_headers): Update calls.
936 (get_file_header): Call get_32bit_section_headers or 64bit variant.
937
bc408b8a
JJ
9382001-12-10 Jakub Jelinek <jakub@redhat.com>
939
940 * objcopy.c (setup_section): Copy entsize.
941
93fbbb04
GK
9422001-12-07 Geoffrey Keating <geoffk@redhat.com>
943
944 * readelf.c (guess_is_rela): Add support for stormy16.
945 (dump_relocations): Likewise.
946 (get_machine_name): Likewise.
947
e3c8793a
NC
9482001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
949
950 * dllwrap.c (main) Replace multiple strings describing a
951 single error with a single, newline escaped sentence to permit
952 better translation into foreign languages.
953
954 * readelf.c (get_elf_class): Remove internalionalisation of ELF
955 class names.
956
956cd1d6
TS
9572001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
958
959 * strings.c (get_char): Initialize value.
960
956c53ee
TS
9612001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
962
963 * arlex.l: Silence compile warnings.
964 * arsup.h: Likewise. Fix formatting.
965
cedd9a58
JJ
9662001-12-04 Jakub Jelinek <jakub@redhat.com>
967
968 * strings.c: Include config.h before bfd.h.
969 (file_off): New type.
970 (file_open): Define.
971 (print_strings): Use file_off instead of file_ptr. Print addresses
972 which don't fit into long correctly.
973 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
974 available.
975 (strings_file): Use file_off instead of file_ptr. Use file_open.
976 * configure.in: Check for getc_unlocked.
977 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
978 be defined for it.
979 * configure: Rebuilt.
980 * config.h.in: Rebuilt.
981
af667503
L
9822001-11-29 H.J. Lu <hjl@gnu.org>
983
984 * bucomm.c (make_tempname): Revert the changes made on
985 2001-11-14 and 2001-11-12. They won't work with directories.
986
16474668
NC
9872001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
988
989 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
990 CFLAGS_FOR_TARGET to runtest in environment.
991 * Makefile.in: Rebuild.
992 * doc/Makefile.in: Rebuild.
993
17978339
MS
9942001-11-28 Mike Stump <mrs@wrs.com>
995
996 * objcopy.c (setup_section): Preserve SEC_RELOC when
997 --set-section-flags is used.
998
261a45ad
NC
9992001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1000
1001 * readelf.c (do_debug_str): New variable.
1002 (display_debug_str): New function: Display the contents of a
1003 .debug_str section.
1004 (load_debug_str): New function: Load in the contents of a
1005 .debug_str section.
1006 (free_debug_str): New function: Free the memory used by
1007 load_debug_str().
1008 (fetch_indirect_string): Retrieve a string from the .debug_str
1009 section.
1010 (usage): Add -ws.
1011 (parse_args): Accept -ws.
1012 (process_section_headers): Allow the display of the .debug_str
1013 section.
1014 (read_and_display_attr_value): Use fetch_indirect_string. Show
1015 offset into .debug_str section.
1016 (display_debug_info): Use load_debug_str and free_debug_str.
1017 (debug_displays): Add .debug_str.
1018 * doc/binutils.texi: Document -ws.
1019
b8908f93
AJ
10202001-11-19 Andreas Jaeger <aj@suse.de>
1021
1022 * testsuite/binutils-all/objdump.exp: Add x86-64.
1023
e5fb9629
AS
10242001-11-15 Andreas Schwab <schwab@suse.de>
1025
1026 * readelf.c: Fix warnings without terminating newline.
1027
802a735e
AM
10282001-11-15 Alan Modra <amodra@bigpond.net.au>
1029
1030 * doc/binutils.texi (objdump): Document ppc -M options.
1031
b89e9eae
AJ
10322001-11-14 Andreas Jaeger <aj@suse.de>
1033
1034 * doc/binutils.texi (objdump): Fix description to use x86-64.
1035
a6a25652
NC
10362001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1037
1038 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1039 not all systems provide mkstemp.
1040
e396998b
AM
10412001-11-14 Alan Modra <amodra@bigpond.net.au>
1042
1043 * doc/binutils.texi (objdump): Document x86 -M options.
1044
81766fca
RH
10452001-11-13 Keith Walker <keith.walker@arm.com>
1046
1047 * readelf.c (read_and_display_attr_value): New function to
1048 handle DW_FORM_indirect.
1049 (read_and_display_attr): Use it.
1050
1a509dcc
GK
10512001-11-13 Geoffrey Keating <geoffk@redhat.com>
1052
1053 * readelf.c (display_debug_lines): Deal with unknown standard
1054 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1055 DW_LNS_set_isa.
1056
6e917903 10572001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1058
6e917903
TW
1059 * MAINTAINERS: Add self as tic54x maintainer. This target
1060 includes the IBM C54XDSP clone.
7559e86e 1061
6e917903 10622001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1063
7559e86e
NC
1064 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1065
10662001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1067
ecdadc4a
JL
1068 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1069 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1070 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1071 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1072 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1073 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1074 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1075
91770270
JL
1076 * readelf.c (get_elf_class): Fix ISO portability glitch.
1077 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1078
ef5cdfc7
JJ
10792001-11-07 Jakub Jelinek <jakub@redhat.com>
1080
1081 * readelf.c (debug_str, debug_str_size): New.
1082 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1083 Call free_abbrevs.
1084 (read_and_display_addr): Handle DW_FORM_strp.
1085 (display_debug_info): Read .debug_str section if present,
1086 so that DW_FORM_strp can be handled.
1087 Fix test for non-existant .debug_abbrev section.
1088
5e9520c8
JJ
10892001-11-05 Jakub Jelinek <jakub@redhat.com>
1090
1091 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1092
1093 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1094
54589086
MS
10952001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1096
1097 * MAINTAINERS: Add self as s390/s390x maintainer.
1098
c05b685b
TR
10992001-11-02 Tom Rix <trix@bluey.cygnus.com>
1100
1101 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1102
3c62831e
NC
11032001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1104
1105 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1106 * configure: Regernate.
1107 * po/fr.po: New file.
1108 * po/tr.po: New file.
1109
3c3bdf30
NC
11102001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1111
9b19141a 1112 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1113 * readelf.c: Include elf/mmix.h.
1114 (guess_is_rela): MMIX is RELA.
1115 (dump_relocations): Handle MMIX relocations.
1116 * Makefile.am: Regenerate dependencies.
1117 * Makefile.in: Regenerate.
1118
f662939a
NC
11192001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1120
1121 * readelf.c (parse_args): Handle multiple options to the -w
1122 switch.
1123
c91d0dfb
JJ
11242001-10-12 Jakub Jelinek <jakub@redhat.com>
1125
1126 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1127 LOPROC, LOOS and LOUSER.
1128
7559e86e 11292001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1130
1131 * MAINTAINERS: Update my email address.
1132
fcd8210c
AM
11332001-10-03 Alan Modra <amodra@bigpond.net.au>
1134
1135 * doc/Makefile.in: Regenerate.
1136 * configure: Regenerate.
1137
428409d5
NC
11382001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1139
1140 * readelf.c (display_debug_line, display_debug_pubnames,
1141 display_debug_info, display_debug_frames): Detect and warn
1142 about 64-bit format entries.
1143 (display_debug_aranges): Reword 64-bit warning.
1144 (debug_displays): Add .debug_pubtypes as a known, but not yet
1145 supported, debug section.
1146
6a8c2b0d
AM
11472001-10-02 Alan Modra <amodra@bigpond.net.au>
1148
1149 * coffdump.c (PROGRAM_VERSION): Delete.
1150 (main <'V'>): Call print_version.
1151 * srconv.c: Likewise.
1152 * sysdump.c: Likewise.
1153 * version.c (program_version): Remove.
1154 (print_version): Use BFD_VERSION_STRING. Just print the current
1155 year in copyright message.
1156 * addr2line.c (program_version): Remove unused declaration.
1157 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1158 place of BFD_VERSION.
1159 * Makefile.am (Makefile): Depend on bfd/configure.in.
1160 (cplus-dem.o): Depend on Makefile.
1161 Run "make dep-am".
1162 * Makefile.in: Regenerate.
1163
e414a165
NC
11642001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1165
1166 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1167 format .debug_arange sections.
1168 (main): Add missing prototype.
b8908f93 1169
efc3ee7f
HPN
11702001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1171
1172 * Makefile.am: Update dependencies with "make dep-am".
1173 * Makefile.in: Regenerate.
1174
9e85c2a0
RH
11752001-09-28 Richard Henderson <rth@redhat.com>
1176
1177 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1178
451dad9c
AM
11792001-09-26 Alan Modra <amodra@bigpond.net.au>
1180
1181 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1182 VA_CLOSE.
1183 (non_fatal): Likewise.
1184 * objdump.c (objdump_sprintf): Likewise.
1185 * readelf.c (error): Likewise.
1186 (warn): Likewise.
1187
d974e256
JJ
11882001-09-25 Jakub Jelinek <jakub@redhat.com>
1189
1190 * readelf.c (do_wide): New.
1191 (options): Add --wide.
1192 (usage, parse_args): Likewise.
1193 (process_program_headers): Put each segment on a single line if
1194 --wide is given.
1195 (process_section_headers): Put each section on a single line if
1196 --wide is given.
1197 * doc/binutils.texi: Document it.
1198 * NEWS: Likewise.
1199
2f11c261
AM
12002001-09-25 Alan Modra <amodra@bigpond.net.au>
1201
1202 * readelf.c (print_vma): Print 8 digits of low hex value.
1203
1d50f91e
AJ
12042001-09-24 Andreas Jaeger <aj@suse.de>
1205
1206 * nlmconv.c: Fix warnings about unused attributes and function
1207 prototypes.
1208
1209 * strings.c: Add prototype for get_char.
1210
38131e67
L
12112000-09-19 H.J. Lu <hjl@gnu.org>
1212
1213 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1214 $(srcdir)/cxxfilt.man.
1215 * doc/Makefile.in: Rebuild.
1216
3bcfb3e4
AM
12172001-09-19 Alan Modra <amodra@bigpond.net.au>
1218
1219 * objcopy.c (copy_main): Correct rename-section string parsing.
1220 Consolidate new_name parsing, and error messages.
1221
3882b010
L
12222001-09-18 Bruno Haible <haible@clisp.cons.org>
1223
1224 * addr2line.c: Don't include <ctype.h>.
1225 (main): For gettext, also set the LC_CTYPE locate facet.
1226 * ar.c (main): Likewise.
1227 * coffdump.c (main): Likewise.
1228 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1229 (main): For gettext, also set the LC_CTYPE locate facet.
1230 Use ISALNUM instead of isalpha/isdigit.
1231 * dllwrap.c: Don't include <ctype.h>.
1232 (main): For gettext, also set the LC_CTYPE locate facet.
1233 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1234 (main): For gettext, also set the LC_CTYPE locate facet.
1235 Use TOUPPER instead of islower/toupper.
1236 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1237 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1238 Use TOUPPER instead of islower/toupper.
1239 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1240 * objcopy.c (main): Likewise.
1241 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1242 (disassemble_bytes): Use ISPRINT instead of isprint.
1243 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1244 (dump_data): Use ISPRINT instead of isprint.
1245 (main): For gettext, also set the LC_CTYPE locate facet.
1246 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1247 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1248 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1249 Use TOUPPER instead of islower/toupper.
1250 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1251 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1252 (write_rc_accelerators): Use ISPRINT instead of isprint.
1253 (write_rc_rcdata): Likewise.
1254 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1255 * srconv.c (main): Likewise.
1256 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1257 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1258 isdigit/isupper/islower.
1259 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1260 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1261 stab_demangle_prefix, stab_demangle_qualified,
1262 stab_demangle_template, stab_demangle_type,
1263 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1264 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1265 (isgraphic): Use ISPRINT instead of isascii/isprint.
1266 (main): Remove HAVE_LC_MESSAGES dependency.
1267 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1268 (pbarray): Use ISPRINT instead of isprint.
1269 (main): For gettext, also set the LC_CTYPE locate facet.
1270 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1271 (format_from_filename): Use ISPRINT instead of isprint.
1272 (main): For gettext, also set the LC_CTYPE locate facet.
1273 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1274 (unicode_print): Use ISPRINT instead of isprint.
1275 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1276 (stab_variable): Use ISDIGIT instead of isdigit.
1277
e59b4dfb
AM
12782001-09-18 Alan Modra <amodra@bigpond.net.au>
1279
1280 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1281 Replace bfd_read call with call to bfd_bread.
1282 (extract_file): Likewise.
1283
1284 * objdump.c (dump_section_header): Cast section->filepos to
1285 unsigned long to suit printf format string.
1286 * readelf.c (process_section_headers): Similarly for sh_offset.
1287 (process_unwind): Likewise.
1288
d132876a
NC
12892001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1290
1291 * strings.c (encoding, encoding_bytes): New variables.
1292 (long_options): Add --encoding.
1293 (main): Accept -e and --encoding.
1294 (get_char): New function. Read a, possibly wide, character from
1295 the input stream.
1296 (print_strings): Use get_char().
1297 (usage): Document new command line option.
1298 * doc/binutils.texi: Document new command line option.
1299 * NEWS: Announce new command line option.
1300
7559e86e 13012001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1302
1303 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1304 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1305 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1306 Removed EM_CYGNUS_ARC.
1307
7559e86e 13082001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1309
1310 * readelf.c: Include elf/h8 for H8 series definitions.
1311 (guess_is_rela): H8 series if RELA.
1312 (dump_relocations): Handle H8 series relocations.
1313
0823fbca
EC
13142001-08-31 Eric Christopher <echristo@redhat.com>
1315
1316 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1317
8db76d70
PT
13182001-08-29 Peter Targett <peter.targett@arccores.com>
1319
1320 * MAINTAINERS: Include ARC Maintainer.
1321
d81d6584
BE
13222001-08-29 Ben Elliston <bje@redhat.com>
1323
1324 * stabs.c (stab_demangle_template): Initialise s4.
1325
25a1ff5b
AM
13262001-08-27 Alan Modra <amodra@bigpond.net.au>
1327
1328 * readelf.c (dump_relocations): Recognise EM_PPC64.
1329
a5d22d2a
TS
13302001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1331
1332 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1333
62a5a82d
L
13342001-08-25 H.J. Lu <hjl@gnu.org>
1335
1336 * nm.c (print_width): New.
1337 (display_rel_file): Set `print_width' according to
1338 bfd_sprintf_vma.
1339 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1340
1ae8b3d2
AO
13412001-08-24 Alexandre Oliva <aoliva@redhat.com>
1342
1343 * objcopy.c (use_alt_mach_code): New variable.
1344 (OPTION_ALT_MACH_CODE): Define.
1345 (copy_options): Added --alt-machine-code.
1346 (copy_main): Handle it.
1347 (copy_object): Switch to alternate machine code if requested.
1348 * doc/binutils.texi: Document new option.
1349 * NEWS: Likewise.
1350
d1bdd336
TS
13512001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1352
1353 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1354
410f7a12
L
13552001-08-21 H.J. Lu <hjl@gnu.org>
1356
1357 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1358 (display_debug_info): Cast for 64bit hosts.
1359 (display_debug_frames): Likewise.
1360 (process_mips_specific): Likewise.
1361
c32144ff
AJ
13622001-08-21 Andreas Jaeger <aj@suse.de>
1363
1364 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1365
1366 * sysdump.c: Add missing prototypes.
1367 * srconv.c: Likewise.
1368 * unwind-ia64.c: Likewise.
1369 * coffdump.c: Likewise.
1370
1371 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1372
1373 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1374 of declaring xcalloc.
1375
d8180c76
L
13762001-08-10 H.J. Lu <hjl@gnu.org>
1377
1378 * nm.c (print_value): Add one arg, bfd *.
1379 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1380 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1381 (print_symbol_info_sysv): Likewise.
1382 (print_symbol_info_posix): Likewise.
1383
1384 * objdump.c (dump_section_header): Replace printf_vma with
1385 bfd_printf_vma.
1386 (print_section_stabs): Likewise.
1387 (dump_bfd_header): Likewise.
1388 (objdump_print_value): Replace sprintf_vma with
1389 bfd_sprintf_vma.
1390 (disassemble_bytes): Likewise.
1391 (dump_reloc_set): Likewise.
1392
0218d1e4
AJ
13932001-08-10 Andreas Jaeger <aj@suse.de>
1394
1395 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1396 to build warnings.
1397 * configure: Regenerate.
1398
2863d58a
AM
13992001-08-09 Alan Modra <amodra@bigpond.net.au>
1400
1401 * readelf.c: Add missing prototypes.
1402 * objdump.c: Likewise. Format existing prototypes.
1403
c0e047e0
AO
14042001-08-08 Alexandre Oliva <aoliva@redhat.com>
1405
1406 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1407 of any RELA relocation for the abbrev_offset memory location that
1408 refers to the .debug_abbrev section symbol.
1409
ff78d6d6
L
14102001-08-07 H.J. Lu <hjl@gnu.org>
1411
1412 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1413 (main): Return process_file ().
1414
c36774d6
PB
14152001-08-05 Philip Blundell <philb@gnu.org>
1416
1417 * doc/binutils.texi: Use "Thumb" not "THUMB".
1418
8f9d9bd9
JH
14192001-08-03 John Healy <jhealy@redhat.com>
1420
1421 Patch suggested by Frank Eigler <fche@redhat.com>.
1422 * objdump.c (disassemble_data): Fill in section member of the
1423 disasm_info structure.
1424
c918cb96
DD
14252001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1426
1427 * configure.in: Added --with-windres option.
1428 * configure: Regenerated.
1429
c7c55b78
NC
14302001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1431
1432 * doc/binutils.texi: Use @command{name} for commands;
1433 use @option{-opt} for options; use @table @env for list of options;
1434 remove spaces arround [ | ] in synopsis.
1435
1436 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1437 center title.
1438
594ef5db
NC
14392001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1440
1441 * objcopy.c: Fix formatting.
1442 (section_rename): New structure.
1443 (OPTION_RENAME_SECTION): New switch.
1444 (copy_usage): Document new switch.
1445 (add_section_rename): New function: Add a node to the section
1446 rename list.
1447 (find_section_rename): New function: Find the new name and
1448 flags for a section.
1449 (setup_section): Call find_section_name to determine the name
1450 of the output section.
1451 (copy_main): Handle OPTION_RENAME_SECTION.
1452 * binutils.texi: Document new switch.
1453 * NEWS: Mention new switch.
1454
1f554c69
NC
14552001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1456
1457 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1458 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1459 bug-binutils@gcc.org.
1460
2f83960e
AM
14612001-07-28 Matthias Kramm <kramm@quiss.org>
1462
1463 * bucomm.c (list_supported_architectures): New function.
1464 * bucomm.h (list_supported_architectures): Declare.
1465 * objdump.c (usage): Call the above.
1466
20fe0649
DB
14672001-07-25 Dave Brolley <brolley@redhat.com>
1468
1469 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1470 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1471
1b577b00
NC
14722001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1473
1474 * README: Update for 2.11. Change bug reporting email address.
1475 * MAINTAINERS: Tidy up. Change bug reporting email address.
1476
95fd336c
DD
14772001-07-16 DJ Delorie <dj@redhat.com>
1478
5f16d855
DD
1479 * resres.c (write_res_header): Align header size.
1480 (res_align_file): Calculate alignment correctly.
1481
95fd336c
DD
1482 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1483 correct 10).
1484 * resrc.c (write_rc_resource): Likewise.
1485 * windres.h (SUBLANG_SHIFT): Define - as 10.
1486
ed8fee27
NC
14872001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1488
1489 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1490
90ab7e9a
NC
14912001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1492
1493 * MAINTAINERS: Add notes about branch checkins.
1494
e0c60db2
NC
14952001-07-05 Daniel Berlin <dan@cgsoftware.com>
1496
1497 * readelf.c (display_debug_macinfo): New function, display
1498 .debug_macinfo section.
1499 (do_debug_macinfo): New variable.
1500 (parse_args): Handle "-w[mM]" to mean display macro info.
1501 (process_section_headers): Handle debug_macinfo.
1502 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1503 function for .debug_macinfo display.
e0c60db2
NC
1504 * doc/binutils.texi: Document new command line switch.
1505 * NEWS: Document new feature of readelf.
0218d1e4 1506
24e01a36
L
15072001-07-05 H.J. Lu <hjl@gnu.org>
1508
1509 * objcopy.c (filter_symbols): Don't turn undefined symbols
1510 into local.
1511
4258bf4d
L
15122001-07-03 H.J. Lu <hjl@gnu.org>
1513
1514 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1515 $@.pod.
1516 (ar.1): Likewise.
1517 (dlltool.1): Likewise.
1518 (nlmconv.1): Likewise.
1519 (nm.1): Likewise.
1520 (objcopy.1): Likewise.
1521 (objdump.1): Likewise.
1522 (ranlib.1): Likewise.
1523 (readelf.1): Likewise.
1524 (size.1): Likewise.
1525 (strings.1): Likewise.
1526 (strip.1): Likewise.
1527 (windres.1): Likewise.
1528 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1529 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1530 $(DEMANGLER_NAME).
1531 (as.1): Removed.
1532 * doc/Makefile.in: Regenerated.
1533
7014bc31
NC
15342001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1535
1536 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1537
b811889f
NC
15382001-07-01 Daniel Berlin <dan@cgsoftware.com>
1539
1540 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1541
12ab83a9
NC
15422001-06-29 James Cownie <jcownie@etnus.com>
1543
1544 * readelf.c: Support DWARF 2.1 attributes.
1545
a6e9f9df
AM
15462001-06-28 Alan Modra <amodra@bigpond.net.au>
1547
1548 * readelf.c (GET_DATA_ALLOC): Remove.
1549 (GET_DATA): Remove.
1550 (get_data): New function combining above macros, with an extra
1551 test for zero size.
1552 (slurp_rela_relocs): Use get_data, and catch error return.
1553 (slurp_rel_relocs): Likewise.
1554 (get_32bit_program_headers): Likewise.
1555 (get_64bit_program_headers): Likewise.
1556 (get_32bit_section_headers): Likewise.
1557 (get_64bit_section_headers): Likewise.
1558 (get_32bit_elf_symbols): Likewise.
1559 (get_64bit_elf_symbols): Likewise.
1560 (process_section_headers): Likewise.
1561 (process_relocs): Likewise.
1562 (slurp_ia64_unwind_table): Likewise.
1563 (process_unwind): Likewise.
1564 (get_32bit_dynamic_segment): Likewise.
1565 (get_64bit_dynamic_segment): Likewise.
1566 (process_dynamic_segment): Likewise.
1567 (process_version_sections): Likewise.
1568 (process_symbol_table): Likewise.
1569 (dump_section): Likewise.
1570 (display_debug_info): Likewise.
1571 (display_debug_section): Likewise.
1572 (process_section_contents): Likewise.
1573 (process_corefile_note_segment): Likewise.
1574 (process_mips_specific): Likewise. Also free econf32, econf64.
1575
af3fc3bc
AM
15762001-06-25 Alan Modra <amodra@bigpond.net.au>
1577
1578 * readelf.c (dump_relocations): Print "bad symbol index" if
1579 symtab == NULL with non-zero symtab_index.
1580 (process_relocs): Don't bomb if reloc section has no symsec.
1581
6d900bf6
L
15822001-06-24 H.J. Lu <hjl@gnu.org>
1583
1584 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1585 by accident.
1586 (copy_main): Apply the the change made to strip_main on
1587 2001-05-30 by accident.
1588
49b4e386
AJ
15892001-06-23 Andreas Jaeger <aj@suse.de>
1590
1591 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1592 parameter 'code'.
1593 (unw_decode_x2): Likewise.
1594 (unw_decode_x3): Likewise.
1595 (unw_decode_x4): Likewise.
1596
d8dc71e3
BE
15972001-06-23 Ben Elliston <bje@redhat.com>
1598
1599 * MAINTAINERS: Add myself as M88k maintainer.
1600
af3bdff7
NC
16012001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1602
1603 * objcopy.c (strip_main): Support -o or --output-file command lien
1604 switch.
1605
105e7211
L
16062001-06-19 H.J. Lu <hjl@gnu.org>
1607
1608 * doc/Makefile.in: Regenerated.
1609
c45021f2
NC
16102001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1611
1612 * readelf.c: Restore formatting.
1613
16142001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1615
1616 * Makefile.am: Move documentation into doc subdirectory.
1617 * Makefile.in: Regenerated.
1618 * binutils.texi: Move into doc subdirectory.
1619 * addr2line.1: Removed.
1620 * ar.1: Likewise.
1621 * dlltool.1: Likewise.
1622 * nlmconv.1: Likewise.
1623 * nm.1: Likewise.
1624 * objcopy.1: Likewise.
1625 * objdump.1: Likewise.
1626 * ranlib.1: Likewise.
1627 * readelf.1: Likewise.
1628 * size.1: Likewise.
1629 * strings.1: Likewise.
1630 * strip.1: Likewise.
1631 * windres.1: Likewise.
1632 * cxxfilt.man: Likewise.
1633 * doc: New Directory.
1634 * doc/Makefile.am: New file.
1635 * doc/Makefile.in: Generate.
1636
09ad7db3
AM
16372001-06-09 Alan Modra <amodra@bigpond.net.au>
1638
1639 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1640
936260fe
AM
16412001-06-01 Alan Modra <amodra@bigpond.net.au>
1642
1643 * MAINTAINERS: Update my email address.
1644
16b2b71c
NC
16452001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1646
1647 * objcopy.c: Add new switches: --keep-global-symbol,
1648 --keep-symbols, --localize-symbols, --keep-global-symbols and
1649 --weaken-symbols.
1650 * binutils.texi: Document new switches.
1651 * objcopy.1: Regenerate.
1652 * NEWS: Announce new feature.
1653
7036c0e1
AJ
16542001-05-28 Andreas Jaeger <aj@suse.de>
1655
1656 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1657 variables, fix format strings.
1658
76a406e5
NC
16592001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1660
1661 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1662 when computing the address of the line to show.
1663
31b6fca6
RH
16642001-05-16 Richard Henderson <rth@redhat.com>
1665
1666 * readelf.c (do_debug_frames_interp): New.
1667 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1668 (byte_get_big_endian): Likewise.
1669 (parse_args) ['F']: Set do_debug_frames_interp.
1670 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1671 (frame_display_row): Don't trunc pc_begin to int.
1672 (size_of_encoded_value): New.
1673 (display_debug_frames): Handle 64-bit targets. Print raw data
1674 unless do_debug_frames_interp.
1675 (debug_displays): Remove duplicate .debug_frame.
1676
4fe85591
NC
16772001-05-15 Ralf Baechle <ralf@gnu.org>
1678
1679 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1680 The former constant was never in active use and is used otherwise
1681 by the ABI.
1682
579f31ac
JJ
16832001-05-11 Jakub Jelinek <jakub@redhat.com>
1684
1685 * readelf.c (process_unwind): Print all unwind sections, not just
1686 one.
1687
78f4a3f7
AM
16882001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1689
1690 * readelf.c (process_unwind): Remove const specifier.
1691
1c529ca6
NC
16922001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1693
1694 * strings.c (isgraphic): Do not use isascii() unless it is needed
1695 for isprint() to work.
1696 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1697
87e6d782
NC
16982001-04-27 Johan Rydberg <jrydberg@opencores.org>
1699
1700 * NEWS: Announce support for OpenRISC.
1701
4bd3d870 17022001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1703
1704 * dlltool.c (do_default_excludes): Initialise to true.
1705
21211521
AM
17062001-04-10 Alan Modra <amodra@one.net.au>
1707
1708 * MAINTAINERS: Update my email address
1709 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1710
0c66b61e 17112001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1712
1713 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1714
e58d53af
L
17152001-03-30 H.J. Lu <hjl@gnu.org>
1716
1717 * readelf.c (process_unwind): Just return if do_unwind is 0.
1718
bee72332
DD
17192001-03-28 Roger Sayle <roger@metaphorics.com>
1720
1721 * dlltool.c (make_one_lib_file): Fix section flags for
1722 .text, .data and .bss in stub ds*.o files to match those
1723 generated by gas.
1724
f1467e33
L
17252001-03-29 H.J. Lu <hjl@gnu.org>
1726
1727 * readelf.c (process_unwind): Only do unwind sections for
1728 IA64.
1729
1c6fb4fe
L
17302001-03-28 H.J. Lu <hjl@gnu.org>
1731
1732 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1733 * Makefile.in: Regenerate.
1734
0879a67a
AJ
17352001-03-26 Andreas Jaeger <aj@suse.de>
1736
1737 * binutils.texi (nm): Fix texi syntax.
1738
0285c67d
NC
17392001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1740
1741 * binutils.texi: Put @c man begin and @c man end indications
1742 to generate man pages using texi2pod and pod2man. Put @c man title
1743 to identify each man. Add SEEALSO entries.
1744 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1745 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1746 sort the list.
1747 (*.1): Build the man pages from binutils.texi.
1748 * Makefile.in: Regenerate.
1749
04847a4d
CF
17502001-03-13 Eric Kohl <ekohl@rz-online.de>
1751
1752 * defparse.y (opt_equal_name): allow "." in name.
1753 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1754 (gen_exp_file): Likewise.
1755
43a0748c
NC
17562001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1757
1758 * NEWS: Document addition of -B switch to objcopy.
1759 * binutils.texi: Document addition of -B switch to objcopy.
1760 * objcopy.c: (copy_options): Add --binary-architecture.
1761 (copy_usage): Document -B/--binary-architecture.
1762 (copy_main): Support -B/--binary-architecture. Set
1763 bfd_external_binary_architecture.
0879a67a 1764
b7498e0e
NC
17652001-03-11 Andreas Jaeger <aj@suse.de>
1766
1767 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1768 (dump_relocations): Likewise.
1769 (get_machine_name): Likewise.
1770
a59e3bd7
NC
17712001-02-28 Nick Clifton <nickc@redhat.com>
1772
1773 * readelf.c: (struct unw_aux_info): Remove const modifier for
1774 'strtab' field.
1775 (process_unwind): Remove non-K&R compliant LHS type cast in call
1776 to GET_DATA_ALLOC macro.
1777
a5bcd848
PB
17782001-02-28 Philip Blundell <pb@futuretv.com>
1779
1780 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1781 ABI is in use; remove ambiguity between the "unknown" EABI and
1782 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1783 renamed EF_xx constants.
1784
27b7e12d
AM
17852001-02-27 Alan Modra <alan@linuxcare.com.au>
1786
1787 * configure.in (BFD_VERSION): New.
1788 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1789 * configure: Regenerate.
1790 * Makefile.am: Run "make dep-am"
1791 * Makefile.in: Regenerate.
1792
a9f10786
NC
17932001-02-14 Nick Clifton <nickc@redhat.com>
1794
1795 * MAINTAINERS: Add "Obvious Fix" rule.
1796
3c44da9a
MS
17972001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1798
1799 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1800 literal concatenation.
1801
ecd03389
MS
18022001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1803
1804 * readelf.c (struct unw_aux_info): Remove const from the info member.
1805 (process_unwind): Don't type-cast the third argument to the
1806 GET_DATA_ALLOC macro.
1807
88ec60c7
NC
18082001-02-11 Nick Clifton <nickc@redhat.com>
1809
1810 * readelf.c (dump_relocations): Free corrected allocated
1811 array.
1812 (process_unwind): Fix compile time warning.
1813
f5e21966
NC
18142001-02-10 Nick Clifton <nickc@redhat.com>
1815
1816 * binutils.texi: Document new --unwind option to readelf.
1817
a85d7ed0
NC
18182001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1819
1820 * readelf.c: Add linux target for S/390.
1821
7bb10502
AM
18222001-02-10 Alan Modra <alan@linuxcare.com.au>
1823
1824 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1825 printf is a macro.
1826
8ca8f343
HPN
18272001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1828
1829 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1830 * aclocal.m4: Regenerate.
1831 * configure: Regenerate.
1832
7340082d
NC
18332001-02-07 Todd Vierling <tv@wasabisystems.com>
1834
1835 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1836 * objdump.c (bfd_target_vector): Likewise.
1837
4d6ed7c8
NC
18382001-02-07 David Mosberger <davidm@hpl.hp.com>
1839
1840 * readelf.c (process_unwind): New function.
1841 (slurp_ia64_unwind_table): Ditto.
1842 (dump_ia64_unwind): Ditto.
1843 (find_symbol_for_address): Ditto.
1844 (slurp_rela_relocs): New function (split off from dump_relocations()).
1845 (slurp_rel_relocs): Ditto.
1846 (parse_args): Handle '-u' option.
1847
1848 * unwind-ia64.c: New file.
1849 * unwind-ia64.h: New file.
1850 * Makefile.am: Include unwind-ia64.c in readelf build.
1851 * Makefile.in: Regenerate.
7340082d 1852 * po/binutils.pot: Regenerate.
4d6ed7c8 1853
c7217458
PB
18542001-02-04 Philip Blundell <philb@gnu.org>
1855
1856 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1857 * configure: Regenerate.
1858
956eedd4
AM
18592001-01-31 Steve deRosier <sderosier@vari-lite.com>
1860
1861 * ieee.c (ieee_add_bb11): Don't check for backslashes
1862 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1863
8855cbca
AM
18642001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1865
c7f2731e
AM
1866 * ieee.c: Update copyright.
1867 (ieee_start_compilation_unit): Don't check for backslashes
1868 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1869
8855cbca
AM
1870 * stabs.c: Update copyright. Include "filenames.h".
1871 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1872
329de803 18732001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1874
1875 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1876 sections are present before using them. Remove code duplication.
1877 (process_symbol_table): Check if VERDEF or VERNEED sections are
1878 present before using them.
1879
23719f39
NC
18802001-01-17 Nick Clifton <nickc@redhat.com>
1881
1882 * objcopy.c (copy_object): Fail if attempting to convert the
1883 endianness of the input object file.
1884
1885 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1886
f726e849
NC
18872001-01-16 Nick Clifton <nickc@redhat.com>
1888
1889 * readelf.c (string_table_length): New variable.
1890 (SECTION_NAME): Catch out of range indices and missing section
1891 pointers.
1892 (process_section_headers): Delete useless local variable
1893 string_table_offset. Set the value of string_table_length
1894 after loading the string table.
1895 (process_mips_specific): Use SECTION_NAME macro.
1896 (process_file): Set string_table_length to 0 when it is freed.
1897
d0398d6a
NC
18982001-01-12 Nick Clifton <nickc@redhat.com>
1899
1900 * version.c (print_version): Update copyright date.
1901
0d2bcfaf
NC
19022001-01-11 Peter Targett <peter.targett@arccores.com>
1903
1904 * readelf.c (dump_relocations): Include selection with EM_ARC.
1905 (get_machine_name) Update name to "ARC".
1906
8b1e6df3
NC
19072001-01-09 Nick Clifton <nickc@redhat.com>
1908
1909 * Makefile.am: Add rule to build objdump.o from objdump.c and
1910 using OBJDUMP_DEFS.
1911 * Makefile.in: Regenerate.
1912
1913 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1914 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1915 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1916 * configure: Regenerate.
8b1e6df3
NC
1917
1918 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1919 is defined read in the relocs even if dump_reloc_info is
1920 false.
1921
2f952d20
PB
19222001-01-07 Philip Blundell <philb@gnu.org>
1923
1924 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1925 `bug-binutils'.
1926 * README: Likewise.
1927
a8c548cb
NC
19282000-12-19 Nick Clifton <nickc@redhat.com>
1929
1930 * dlltool.c: Add missing support for arm-epoc-pe.
1931 * configure.in: Add missing support for arm-epoc-pe.
1932 * configure: Regenerate.
1933
cc5fda35
NC
19342000-12-15 Nick Clifton <nickc@redhat.com>
1935
1936 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1937 Mode parts of the x86 port.
1938
bcedfee6
NC
19392000-12-04 Andreas Jaeger <aj@suse.de>
1940
1941 * readelf.c (guess_is_rela): Add EM_X86_64.
1942 (dump_relocations): Add EM_X86_64.
1943 (get_machine_name): Add EM_X86_64.
1944 Include "elf/x86-64.h".
1945
584da044
NC
19462000-12-12 Nick Clifton <nickc@redhat.com>
1947
1948 * readelf.c: Fix formatting.
1949
7559e86e 19502000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1951
1952 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1953
a98cc2b2
AH
19542000-12-07 Andrew Haley <aph@redhat.com>
1955
1956 * readelf.c (display_debug_frames): Only display columns that are
1957 referenced by the frame debug info.
1958
c7987a69
NC
19592000-12-05 Nick Clifton <nickc@redhat.com>
1960
1961 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1962
09fd7e38
JM
19632000-12-04 Jason Merrill <jason@redhat.com>
1964
1965 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1966 (display_debug_section): Likewise.
1967 (display_debug_info): Display CU header before bailing.
1968
e7af610e
NC
19692000-12-01 Chris Demetriou <cgd@sibyte.com>
1970
09fd7e38
JM
1971 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1972 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1973 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1974
09fd7e38
JM
1975 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1976 and E_MIPS_ARCH_64.
84ea6cf2 1977
09fd7e38
JM
1978 * readelf.c (get_machine_flags): Add case for
1979 E_MIPS_MACH_SB1.
c6c98b38 1980
75066968
DD
19812000-11-30 Richard Earnshaw <rearnsha@arm.com>
1982
1983 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1984
5c4666ea
HPN
19852000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1986
6e917903 1987