* prdbg.c (pr_fix_visibility): Remove assert.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
09de7a73
AM
12002-08-05 Alan Modra <amodra@bigpond.net.au>
2
3 * prdbg.c (pr_fix_visibility): Remove assert.
4
47badb7b
NC
52002-07-31 Nick Clifton <nickc@redhat.com>
6
7 * addr2line.c (process_file): Rename parameter 'filename' to
8 'file_name' in order to avoid shadowing global symbol of the
9 same name.
10 (main): Likewise.
11
2979dc34
JJ
122002-07-30 Jakub Jelinek <jakub@redhat.com>
13
14 * readelf.c (OPTION_DEBUG_DUMP): Define.
15 (options): Use it.
16 (usage): Update help.
17 (parse_args): Handle --debug-dump separately from -w.
18 * doc/binutils.texi (readelf): Update documentation.
19
219576a4
NC
202002-07-25 Nick Clifton <nickc@redhat.com>
21
22 * po/es.po: Updated Spanish translation.
23 * po/fr.po: Updated French translation.
24
bf4f22e6
NC
252002-07-24 Nick Clifton <nickc@redhat.com>
26
27 * po/es.po: Updated Spanish translation.
28
c5b3a82a
AM
292002-07-23 Alan Modra <amodra@bigpond.net.au>
30
31 * Makefile.am: Run "make dep-am".
32 * Makefile.in: Regenerate.
33
0461a601
NC
342002-07-23 Nick Clifton <nickc@redhat.com>
35
bf4f22e6 36 * po/fr.po: Updated French translation.
0461a601 37
bf44dd74
AM
382002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
39
40 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
41
2c205ff2
AM
422002-07-20 Alan Modra <amodra@bigpond.net.au>
43
63eb0809 44 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 45
1e4cf259
NC
462002-07-18 Denis Chertykov <denisc@overta.ru>
47 Frank Ch. Eigler <fche@redhat.com>
48
49 * readelf.c: Include "elf/ip2k.h".
50 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
51 (dump_relocations): Likewise.
52 (get_machine_name): Likewise.
53 * NEWS: Mention IP2K support.
54
2cbb2eef
NC
552002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
56
57 * NEWS: Add 'Changes in 2.13'.
58
047b2264
JJ
592002-07-10 Jakub Jelinek <jakub@redhat.com>
60
61 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
62 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
63 (get_section_type_name): Handle SHT_GNU_LIBLIST.
64 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
65 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
66 (process_gnu_liblist): New.
67 (process_file): Call it.
68
97230b15
AM
692002-07-03 Alan Modra <amodra@bigpond.net.au>
70
71 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
72 * Makefile.in: Regenerate.
73
a6637ec0
AM
742002-07-02 Alan Modra <amodra@bigpond.net.au>
75
76 * budemang.c: New file, "demangle" function.
77 * budemang.h: New file.
78 * addr2line.c (translate_addresses): Use "demangle".
79 * nm.c (print_symname): Likewise.
80 * objdump.c (objdump_print_symname): Likewise.
81 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
82 here since that obfuscates.
83 * rdcoff.c: Don't #include demangle.h.
84 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
85 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
86 (HFILES): Add budemang.h. Sort.
87 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
88 Run "make dep-am".
89 * Makefile.in: Regenerate.
90
179d3252
JT
912002-07-01 Matt Thomas <matt@3am-software.com>
92
93 * readelf.c: Include "elf/vax.h".
94 (guess_is_rela): Move EM_VAX from unknown to RELA case.
95 (dump_relocations): Handle VAX relocations.
96 (get_machine_flags): Handle VAX machine flags.
97
75751cd9
SC
982002-06-29 Stephane Carrez <stcarrez@nerim.fr>
99
100 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
101
e5851ab8
NC
1022002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
103
104 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
105
eb3f2f5c
AM
1062002-06-26 Alan Modra <amodra@bigpond.net.au>
107
108 * nm.c (print_symname): When demangling, strip leading dots from
109 symbol names to avoid confusing the demangler.
110
a13a0de8
L
1112002-06-25 H.J. Lu <hjl@gnu.org>
112
113 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
114 * Makefile.in: Regenerated.
115
6db7a086
AM
1162002-06-21 Igor Schein <igor@txc.com>
117
118 * configure.in: Quote bu_cv_have_fopen64.
119 * configure: Regenerate.
120
9710509e
AM
1212002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
122
123 * configure.in: Check for strcoll.
124 * configure: Regenerate.
125 * config.in: Regenerate.
126 * nm.c (main): Set locale for LC_COLLATE category.
127 (non_numeric_forward): Use strcoll if available.
128
a9f0b5e7
DB
1292002-06-20 Dave Brolley <brolley@redhat.com>
130
131 * MAINTAINERS: Add self as fr30 and frv maintainer.
132
33f5f537
L
1332002-06-18 H.J. Lu (hjl@gnu.org)
134
135 * nm.c: Include "elf/common.h".
136 (extended_symbol_info): Add elfinfo, a pointer to
137 elf_symbol_type.
138 (SYM_SIZE): Use elfinfo if it is not NULL.
139 (get_symbol_type): New function.
140 (display_archive): Set print_width for each archive member.
141 (display_file): Likewise.
142 (display_rel_file): Don't set print_width here.
143 (print_object_filename_sysv): Handle print_width.
144 (print_archive_member_sysv): Likewise.
145 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
146 (print_symbol): Set the elfinfo field in extended_symbol_info
147 for ELF.
148 (print_object_filename_sysv): Fix the output format.
149 (print_symbol_info_sysv): Print type and section for ELF.
150
1512002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
152
153 * nm.c (print_size_symbols): Remove assignment, which makes
154 the symbol's size equal to its value when --size-sort is
155 used.
156
5c70f934
DB
1572002-06-18 Dave Brolley <brolley@redhat.com>
158
159 From Catherine Moore:
160 * readelf.c (elf/frv.h): #include it.
161 (guess_is_rela): Support EM_CYGNUS_FRV.
162 (dump_relocations): Ditto.
163 (get_machine_name): Ditto.
164 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
165
7ece0d85
JJ
1662002-06-18 Jakub Jelinek <jakub@redhat.com>
167
168 * readelf.c (get_file_header): Only read the first section header if
169 e_shoff is non-zero.
170
72797995
L
1712002-06-15 H.J. Lu (hjl@gnu.org)
172
173 * nm.c (print_size): New variable. Initialize to 0.
174 (long_options): Add 'S'/"print-size".
175 (main): Handle 'S'.
176 (print_symbol_info_bsd): Print size only if print_size is not
177 0.
178
179 * doc/binutils.texi: Document -S/--print-size.
180
977f7911
NC
1812002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
182
183 * nm.c (struct extended_symbol_info): New strcuture: Add the size
184 of the symbols to the information provided by the symbol_info
185 structure.
186 (print_symbols): Pass the symbol size to print_symbol.
187 (print_size_symbols): Pass the symbol size to print_symbol.
188 (print_symbol): Extra argument: The size of the symbol. Store
189 this in the extended_symbol_info structure.
190 (print_symbol_info): Change type of info parameter to
191 extended_symbol_info. Display the size, if known.
192 (print_symbol_info_posix): Likewise.
193 (print_symbol_info_sysv): Likewise.
194
b1f88ebe
AM
1952002-06-08 Alan Modra <amodra@bigpond.net.au>
196
fa449227
AM
197 * Makefile.am: Run "make dep-am".
198 * Makefile.in: Regenerate.
199 * doc/Makefile.in: Regnerate.
200
b1f88ebe
AM
201 * bucomm.c: Replace CONST with const.
202 * nm.c: Likewise.
203 * objdump.c: Likewise.
204
91a106e6
L
2052002-06-07 H.J. Lu <hjl@gnu.org>
206
207 * readelf.c (DW_CFA_GNU_args_size): Don't define.
208 (DW_CFA_GNU_negative_offset_extended): Likewise.
209 (DW_CFA_GNU_window_save): Likewise.
210 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
211 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
212
6ab6b380
NC
2132002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
214
215 * nm.c: When computing size of symbols for an ELF target use the
216 internal size field.
217
e28e05a3
JL
2182002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
219
220 * testsuite/binutils-all/objcopy.exp: clear xfail for
221 "hppa*64*-*-hpux*".
222 * testsuite/binutils-all/hppa/objdump.exp: Return if
223 "*64*-*-*".
224
dc156bc0
AM
2252002-06-05 Alan Modra <amodra@bigpond.net.au>
226
227 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
228
2292002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
230
231 * objdump.c: Fix formatting.
232
d79e4ea3
BE
2332002-05-29 Ben Elliston <bje@redhat.com>
234
235 * MAINTAINERS: Add self as M68k maintainer.
236
d172d4ba
NC
2372002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
238
239 * readelf.c: Modified/Added DLX elf support.
240
7edb8f29
NC
2412002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
242
3a1a2036
NC
243 * arsup.c: Fix formatting.
244 * debug.c (debug_record_label): Add missing colon to error
245 message.
246 * ieee.c (parse_ieee_ty): Fix spelling typo.
247 * readelf.c (process_program_headers): Remove English assumption
248 about making a plural word.
249 (process_section_headers): Likewise.
250 (process_relocs): Allow quotes to be translated.
251 (process_unwind): Likewise,
252 (process_mips_specific): Improve error message.
253 (get_note_type): Fix spelling typo.
254
7edb8f29
NC
255 * configure.in (ALL_LINGUAS): Add sv
256 * po/sv.po: New file.
257
3eee1e9d
AM
2582002-05-27 Alan Modra <amodra@bigpond.net.au>
259
260 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
261 (unw_print_grmask): Likewise.
262 (unw_print_frmask): Likewise.
263
d43efbe3
KH
2642002-05-26 Kazu Hirata <kazu@cs.umass.edu>
265
266 * arsup.c: Remove ARGSUSED.
267 * debug.c: Likewise.
268 * ieee.c: Likewise.
269 * nlmconv.c: Likewise.
270 * prdbg.c: Likewise.
271 * stabs.c: Likewise.
272 * wrstabs.c: Likewise.
273
e9792343
AM
2742002-05-25 Alan Modra <amodra@bigpond.net.au>
275
276 * arlex.l: Use #include "" instead of <> for local header files.
277 * coffdump.c: Likewise.
278 * coffgrok.c: Likewise.
279 * nlmconv.c: Likewise.
280 * nlmheader.y: Likewise.
281 * srconv.c: Likewise.
282 * strings.c: Likewise.
283 * sysdump.c: Likewise.
284 * unwind-ia64.h: Likewise.
285 * windres.h: Likewise.
286 * winduni.h: Likewise.
287
d7e53452
TR
2882002-05-24 Tom Rix <trix@redhat.com>
289
290 * MAINTAINERS: Add self as the d10v maintainer.
291
436e8db0
NC
2922002-05-24 TAMURA Kent <kent@netbsd.org>
293
294 * configure.in: Builds dlltool for i386-netbsdpe.
295 * configure: Regenerate.
296
9f66665a
KH
2972002-05-23 Kazu Hirata <kazu@cs.umass.edu>
298
299 * size.c: Fix formatting.
300 * srconv.c: Likewise.
301 * stabs.c: Likewise.
302 * sysdump.c: Likewise.
303 * unwind-ia64.c: Likewise.
304 * wrstabs.c: Likewise.
305
13ae64f3
JJ
3062002-05-23 Jakub Jelinek <jakub@redhat.com>
307
308 * readelf.c (get_segment_type): Add PT_TLS.
309 (get_elf_section_flags): Add SHF_TLS.
310 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
311 (process_dynamic_segment): Use puts instead of printf.
312 (get_symbol_type): Support STT_TLS.
313 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
314 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
315 Add SEC_THREAD_LOCAL.
316
53c7db4b
KH
3172002-05-23 Kazu Hirata <kazu@cs.umass.edu>
318
319 * rdcoff.c: Fix formatting.
320 * rddbg.c: Likewise.
321 * readelf.c: Likewise.
322 * rename.c: Likewise.
323 * resbin.c: Likewise.
324 * resrc.c: Likewise.
325 * resres.c: Likewise.
326
0af11b59
KH
3272002-05-21 Kazu Hirata <kazu@cs.umass.edu>
328
329 * filemode.c: Fix formatting.
330 * ieee.c: Likewise.
331 * is-ranlib.c: Likewise.
332 * is-strip.c: Likewise.
333 * maybe-ranlib.c: Likewise.
334 * maybe-strip.c: Likewise.
335 * nlmconv.c: Likewise.
336 * nm.c: Likewise.
337 * not-ranlib.c: Likewise.
338 * not-strip.c: Likewise.
339 * objcopy.c: Likewise.
340 * objdump.c: Likewise.
341
21611032
TS
3422002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
343
344 * objdump.c (dump_headers): Fix output formatting for ELF32
345 architectures in a BFD64 enabled toolchain.
346
26044998
KH
3472002-05-20 Kazu Hirata <kazu@cs.umass.edu>
348
349 * debug.c: Fix formatting.
350 * debug.h: Likewise.
351 * dlltool.c: Likewise.
352 * dllwrap.c: Likewise.
353 * emul_aix.c: Likewise.
354 * emul_vanilla.c: Likewise.
355
f462a9ea
KH
3562002-05-19 Kazu Hirata <kazu@cs.umass.edu>
357
358 * addr2line.c: Fix formatting.
359 * ar.c: Likewise.
360 * arsup.c: Likewise.
361 * arsup.h: Likewise.
362 * binemul.c: Likewise.
363 * binemul.h: Likewise.
364 * bucomm.c: Likewise.
365 * coffdump.c: Likewise.
366 * coffgrok.c: Likewise.
367 * coffgrok.h: Likewise.
368
e0159aa9
MM
3692002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
370
371 * MAINTAINERS: Add myself as the second AVR port maintainer.
372
074b403e
SC
3732002-05-16 Stephane Carrez <stcarrez@nerim.fr>
374
375 * MAINTAINERS: Update my email address.
376
2b9c8201
NC
3772002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
378
379 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
380
e1d5b1e7
AM
3812002-05-09 Alan Modra <amodra@bigpond.net.au>
382
383 * configure.in: Replace `*pe' with `pe' throughout.
384 * configure: Regenerate.
385
d3d8a9ee
NC
3862002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
387
388 * Makefile.am: Honour DESTDIR.
389 * Makefile.in: Regenerate.
390
405c98a4
AM
3912002-05-06 Alan Modra <amodra@bigpond.net.au>
392
a02d5965
AM
393 * dlltool.c (process_def_file): Add missing prototype.
394 (new_directive, assemble_file, main): Likewise.
395 (process_def_file, new_directive): Make static.
396 (inform): Rewrite using VA_FIXEDARG.
397 * dllwrap.c (mybasename): Add missing prototype.
398 (strhash, main): Likewise.
399 (inform): Rewrite using VA_FIXEDARG.
400 (warn): Likewise.
401 (cleanup_and_exit): Use old style function definition.
402 (strhash): Likewise.
403 * windres.c (define_resource): Use one memset to clear all of
404 struct res_resource.
405
405c98a4 406 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 407 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
408
4092002-05-06 Borut Razem <borut.razem@siol.net>
410
411 * rclex.l (get_string): Correct "strings" list handling.
412 * resrc.c (read_rc_file): Discard strings.
413
91593c9d
AM
4142002-05-04 Alan Modra <amodra@bigpond.net.au>
415
e58a75dc
AM
416 * ar.c (replace_members): Remove unused var. Formatting fix.
417 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
418
91593c9d
AM
419 * MAINTAINERS: Sort port maintainers by CPU.
420
6b52b824
AM
4212002-05-04 Bob Byrnes <byrnes@curl.com>
422
423 * size.c (display_archive): Add last_arfile and code to close archives.
424
dd70071f
AM
4252002-05-01 Alan Modra <amodra@bigpond.net.au>
426
427 * nm.c (print_symbol): Check returned filename from
428 bfd_find_nearest_line is non-NULL.
429
6c95717a
EZ
4302002-04-25 Elena Zannoni <ezannoni@redhat.com>
431
432 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
433
3c25c5f6
NC
4342002-04-24 Christian Groessler <chris@groessler.org>
435
436 * MAINTAINERS: Changed my email address.
437
944cd72c
TS
4382002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
439
440 * arparse.y: Fix syntax warning.
441
ea91f8bb
NC
4422002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
443
3e55a963
NC
444 * readelf.c (fetch_location_list): Remove unused function.
445
446 * readelf.c (process_corefile_note_segment): Catch corrupt notes
447 and display a warning message, then exit the loop.
448
ea91f8bb
NC
449 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
450
45b99827
NC
4512002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
452
453 * resrc.c (write_rc_dialog): If charset is non-default value
454 display all of the DIALOGEX parameters.
455
4562002-04-15 Eric Kohl <ekohl@rz-online.de>
457
458 * rcparse.y: Allow two to five parameter in FONT statement of
459 DIALOGEX resources.
460 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
461 resource data.
462 (res_to_bin_dialog): Likewise.
463 * windres.h: Added misssing charset variable to dialog_ex
464 structure.
465
acfbab8a
NC
4662002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
467
468 * rcparse.y: Set MEMFLAG_PURE by default.
469
df3baf66
NC
4702002-04-09 Bernd Herd <info@herdsoft.com>
471
472 * rcparse.y: CLASS definitions in DIALOG resources
473 are quoted.
4c30641a 474 Fix typo in BEDIT warning.
91eafb40 475 Don't add default dialog style when explicit style specified.
b62a12ca 476 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 477
b24eb5ac
NC
478 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
479 (handle_quotes) "\a" escape (used for right justified key
480 definitions in menus) is encodes as binary 8.
df3baf66 481
b24eb5ac
NC
482 * resrc.c (write_rc_dialog): Print style even if it is 0.
483 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 484 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 485
b24eb5ac
NC
486 * resbin.c (bin_to_res_dialog): Use signature to identify
487 DIALOGEX.
f7d63484 488
b24eb5ac 489 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 490
df3baf66
NC
4912002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
492
493 * resrc.c: print CLASS names in quotes
494
4952002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
496
497 * MAINTAINERS: Update my email address.
498
8e42bcb6
AM
4992002-04-04 Alan Modra <amodra@bigpond.net.au>
500
501 * dep-in.sed: Cope with absolute paths.
502 * Makefile.am (dep.sed): Subst TOPDIR.
503 Run "make dep-am".
504 * Makefile.in: Regenerate.
505
96f959e5
PT
5062002-03-27 Peter Targett <peter.targett@arc.com>
507
508 * MAINTAINERS: Update my email address.
509
1ea788ee
AM
5102002-03-21 Alan Modra <amodra@bigpond.net.au>
511
512 * Makefile.am: Run "make dep-am".
513 * Makefile.in: Regenerate.
514 * doc/Makefile.in: Regenerate.
515 * po/POTFILES.in: Regenerate.
516 * aclocal.m4: Regenerate.
517 * config.in: Regenerate.
518 * configure: Regenerate.
519
a2f14207
DB
5202002-03-20 Daniel Berlin <dan@dberlin.org>
521
522 * readelf.c: Add support for displaying dwarf2 location lists.
523 (do_debug_loc, debug_loc_section, debug_loc_size): New.
524 (parse_args): Use 'O' as shorthand for displaying location list
525 section.
526 (process_section_headers): Handle debug_loc as well.
527 (load_debug_loc): New.
528 (free_debug_loc): New.
529 (fetch_location_list): New.
530 (display_debug_loc): New.
531 (display_debug_info): Call load_debug_loc and free_debug_loc.
532 (debug_displays): We can display .debug_loc now, too.
533 (usage): Update usage string.
534 (read_and_display_attr_value): Note location lists, but don't
535 display them inline.
536
eb1e0e80
NC
5372002-03-18 Tom Rix <trix@redhat.com>
538
539 * Makefile.am: Add binutils emulation support.
540 * configure.in: Same.
541 * configure.tgt: New file. Same.
542 * ar.c (main): Use ar_emul_parse_arg.
543 (usage): Use ar_emul_usage.
544 (replace_members): Use ar_emul_replace, ar_emul_append.
545 * binemul.c: New file. Define the binutils emulation
546 layer. Define default methods.
547 * binemul.h: New file. Binutils emulation layer header file.
548 * emul_aix.c: New file. AIX binutils emulation.
549 * emul_vanilla.c: New file. Default binutils emulation.
550 * Makefile.in: Regenerate.
551 * configure: Same.
552
a1c259a1
NC
5532002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
554
555 * po/fr.po: Updated version.
556
9ce88e60
NC
5572002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
558
559 * po/fr.po: Updated version.
560
effb0601
DJ
5612002-03-07 Daniel Jacobowitz <drow@mvista.com>
562
563 * README: Update some version numbers.
564
a65688ab
DJ
5652002-03-07 Daniel Jacobowitz <drow@mvista.com>
566
567 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
568 (Architecture Selection): Likewise.
569
f3f7fbb2
NC
5702002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
571
572 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
573 generating .exp file.
574
25345be5
NC
5752002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
576
577 * readelf.c (dump_relocations): Fix typo.
578
9a66911f
NC
5792002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
580
581 * NEWS: Mark 2.12 branch.
582
2c71103e
NC
5832002-02-18 Timothy Daly <remote_bob@yahoo.com>
584
585 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
586 types for 64-bit MIPS. Narrow some fields for 80-char
587 output.
588 (dump_relocations): Change spelling from 'unrecognised'
589 to 'unrecognized'.
590 (decode_ARM_machine_flags): Likewise.
591 (parse_args): Likewise.
592 (read_and_display_attr_value): Likewise.
593 (display_debug_section): Likewise.
594
49fda6c8
HPN
5952002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
596
597 * NEWS: Mention support for MMIX.
598
76f57f3a
JT
5992002-02-13 Matt Fredette <fredette@netbsd.org>
600
601 * readelf.c (get_machine_flags): Recognize EF_M68000.
602
d36ca9c2
AO
6032002-02-12 Alexandre Oliva <aoliva@redhat.com>
604
605 * MAINTAINERS: Added self as MN10300 co-maintainer.
606
19397422
AM
6072002-02-12 Alan Modra <amodra@bigpond.net.au>
608
609 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
610 DT_PPC64_OPDSZ.
611
d434e574
DJ
6122002-02-11 Daniel Jacobowitz <drow@mvista.com>
613
614 * MAINTAINERS: List myself as branch maintainer.
615
12b87c89
AM
6162002-02-11 Alan Modra <amodra@bigpond.net.au>
617
618 * configure: Regenerate.
619 * objcopy.c: Update copyright date.
620 * doc/Makefile.in: Regenerate.
621
8d037c5c
DJ
6222002-02-10 Daniel Jacobowitz <drow@mvista.com>
623
624 * nlmconv.c: Back out localtime PARAMS change.
625
4c168fa3
AM
6262002-02-11 Alan Modra <amodra@bigpond.net.au>
627
628 * objcopy.c (MKDIR): Define.
629 (copy_archive): Make name_list.name const. Use MKDIR.
630 Handle duplicate files in archives by making more temp dirs.
631
408f8db1
DJ
6322002-02-10 Daniel Jacobowitz <drow@mvista.com>
633
634 * coffdump.c: Include "getopt.h" after "bucomm.h"
635 so that macros are defined correctly.
636 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
637 prototype. Prototype main.
638 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
639
9f77fa06
AO
6402002-02-06 Alexandre Oliva <aoliva@redhat.com>
641
642 * MAINTAINERS: Added self as SH co-maintainer.
643
82f6addb
NC
6442002-02-05 Nick Clifton <nickc@redhat.com>
645
646 * po/tr.po: Updated translation.
647
ba323545
AM
6482002-02-01 Alan Modra <amodra@bigpond.net.au>
649
650 * Makefile.am: Run "make dep-am"
651 * Makefile.in: Regenerate.
652
3deb89d3
DJ
6532002-01-29 Daniel Jacobowitz <drow@mvista.com>
654
655 * nm.c (print_value): Mark abfd unused.
656
a0e9c55f
DJ
6572002-01-29 Daniel Jacobowitz <drow@mvista.com>
658
659 * unwind-ia64.c (unw_decoder): Change second argument
660 to unsigned int, to match function prototypes.
661
d7a283d4
DJ
6622002-01-29 Daniel Jacobowitz <drow@mvista.com>
663
664 * objdump.c: Include "getopt.h" after "bucomm.h" so that
665 __GNU_LIBRARY__ will be defined.
666 * size.c: Likewise.
667
4867be41
DJ
6682002-01-27 Daniel Jacobowitz <drow@mvista.com>
669
670 * configure: Regenerated.
671
7562a296
HPN
6722002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
673
674 * doc/Makefile.am (install): Depend on install-info.
675 * doc/Makefile.in: Regenerate.
676
15c82623
NC
6772002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
678
679 * objcopy.c (strip_usage): Document -d as an alias
680 --strip-debug.
681
682 * size.c (usage): Document [-t | --totals] options.
683 (long_options): Add --totals option.
684 (main): If the [-t | --totals] option is specified and
685 the output format is Berkeley-style, print the total
686 text, data, and bss sizes of all objects listed.
687 (print_berkeley_format): If the [-t | --totals] option
688 is specified, track the total text, data, and bss
689 sizes.
690 * doc/binutils.texi (size): Document [-t | --totals] options.
691 (strip): Document -d as an alias for --strip-debug.
692 * NEWS: Mention new feature of size.
693
00ea8601 6942002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 695
1ddbd152
NC
696 * po/fr.po: Updated version.
697 * po/es.po: Updated version.
b85cedd7 698
8b53311e
NC
6992002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
700
701 * addr2line.c (usage): Update text to provide verbose
702 description of the command line options.
703 * ar.c (usage): Update text to provide verbose
704 description of the command line options.
705 (main): Accept -h and -H when running as ranlib.
706 * coffdump.c (show_usage): Update text to provide verbose
707 description of the command line options.
708 * dlltool.c (main): Accept -H as an alias for --help.
709 * nlmconv.c (show_usage): Update text to provide verbose
710 description of the command line options.
711 * nm.c (usage): Replace OPTIONS with option(s).
712 (main): Accept -H as an alias for --help.
713 * objcopy.c (strip_main): Accept -H as an alias for --help.
714 * objdump.c (main): Accept -v as an alias for --verbose.
715 * readelf.c (usage): Adjust format to match style used in
716 other binutils.
717 * size.c (usage): Update text to provide verbose description
718 of the command line options.
719 (main): Accept -v, -h and -H as command line options.
720 * srconv.c (show_usage): Update text to provide verbose
721 description of the command line options.
722 * strings.c (main): Accept -H and -v as command line options.
723 (usage): Update text to provide verbose description of the
724 command line options.
725 * sysdump.c (show_usage): Update text to provide verbose
726 description of the command line options.
727 * windres.c (usage): Adjust format to match style used in
728 other binutils.
729
730 * coffdump.c: Fix formatting.
731 * nlmconv.c: Fix formatting.
732 * srconv.c: Fix formatting.
733 * sysdump.c: Fix formatting.
734
c46f0c34
AM
7352002-01-22 Alan Modra <amodra@bigpond.net.au>
736
737 * Makefile.am: Run "make dep-am".
738 * Makefile.in: Regenerate.
739
2a538ba5
AJ
7402002-01-18 Andreas Jaeger <aj@suse.de>
741
742 * version.c (print_version): Update year.
743
285d1771
AM
7442002-01-17 Alan Modra <amodra@bigpond.net.au>
745
746 * readelf.c (get_machine_name): Handle EM_PPC64.
747 (guess_is_rela): Here too.
748
328577ad
NC
7492002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
750
751 * po/binutils.pot: Regenerate.
752 * po/fr.po: Regenerate.
753 * po/tr.po: Regenerate.
754
af3ae48d
NC
7552002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
756
757 * po/tr.po: Import new version.
758
f1cb7e17
AM
7592002-01-16 Alan Modra <amodra@bigpond.net.au>
760
761 * readelf.c (get_ppc64_dynamic_type): New.
762 (get_dynamic_type): Call it.
763
6364e0b4
NC
7642002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
765
3ab9460d
NC
766 * objcopy.c (copy_usage): Use "options" instead of "switches".
767 (strip_usage): Use "options" instead of "switches".
768 * doc/binutils.texi (dlltool): Refer to "options" instead of
769 "switches".
6364e0b4 770
3a7e524e
RE
7712002-01-14 Richard Earnshaw <rearnsha@arm.com>
772
773 * MAINTAINERS: Add self as co-maintainer for the ARM code.
774
1209e219
NC
7752001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
776
777 * po/es.po: Import from translation project.
778 * configure.in (ALL_LINGUAS): Add es.
779 * configure: Regenerate.
780
b4db1224
JT
7812002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
782
783 * readelf.c (get_netbsd_elfcore_note_type): Use
784 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
785
9437c45b
JT
7862002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
787
788 * readelf.c: Update copyright years.
789 (get_note_type): Return a const char *.
790 (get_netbsd_elfcore_note_type): New function.
791 (process_note): Use get_netbsd_elfcore_note_type to get
792 the note type string for NetBSD ELF core files.
793
00428cca
AM
7942002-01-06 Steve Ellcey <sje@cup.hp.com>
795
796 * readelf.c (get_ia64_segment_type): Add support for macros.
797 (get_segment_type): Add support for IA64 specific macros.
798
31104126
NC
7992001-12-20 Julian v. Bock <julian@wongr.net>
800
801 * readelf.c (print_symbol): New function: Print a formatted symbol
802 name. If --wide is specified do not truncate it.
803 (dump_relocations): Use print_symbol() to print symbol names.
804 (process_symbol_table): Likewise.
805 (process_syminfo): Likewise.
806 (process_mips_specific): Likewise.
807 (usage): Document new feature of --wide switch.
808 * doc/binutils.texi (objdump): Document additional behaviour of
809 --wide.
2a538ba5 810
4dd67f29
MS
8112001-12-18 Michael Snyder <msnyder@redhat.com>
812
813 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
814 (copy_object): Don't set the start address or flags of a core file.
815 (copy_section): Don't relocate a core file. Don't copy contents
816 if the input section has the contents flag set, but the output
817 section does not (which happens with the fake 'note' pseudo-
818 sections that BFD creates for corefiles).
819
43521d43
TS
8202001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
821
822 * readelf.c (get_machine_flags): Recognize header flags for ABI and
823 ASE extensions. More robust code for ISA checking. Ignore empty fields
824 in header flags for GNU extensions.
825
b667df2e
AM
8262001-12-18 Alan Modra <amodra@bigpond.net.au>
827
828 * objcopy.c (copy_archive): Set output bfd format outside the loop.
829
17a5a5c3
NC
8302001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
831
832 * po/ja.po: Import from translation project.
833 * configure.in (ALL_LINGUAS): Add ja.
834 * configure: Regenerate.
835
65de42c0
TS
8362001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
837
838 * addr2line.c (main): Protoype.
839 * ar.c (main): Protoype.
840 * nm.c (main): Protoype.
841 * objcopy.c (main): Protoype.
842 * objdump.c (main): Protoype.
843 * size.c (main): Protoype.
844 * strings.c (main): Protoype.
845
9ad5cbcf
AM
8462001-12-17 Alan Modra <amodra@bigpond.net.au>
847
848 * readelf.c (symtab_shndx_hdr): New global.
849 (SECTION_HEADER_INDEX): Define.
850 (SECTION_HEADER_NUM): Define.
851 (SECTION_HEADER): Define.
852 (GET_ELF_SYMBOLS): Pass two params rather than three.
853 (get_32bit_elf_symbols): Take file and section args. Read and
854 use SHT_SYMTAB_SHNDX.
855 (get_64bit_elf_symbols): Likewise.
856 (dump_relocations): Use SECTION_HEADER to index "section_headers".
857 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
858 Remember symtab_shdx_hdr.
859 (process_program_headers): Scan from index 1 for segment map.
860 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
861 "section_headers".
862 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
863 (process_unwind): Likewise.
864 (process_version_sections): Likewise.
865 (process_symbol_table): Likewise.
866 (display_debug_info): Likewise.
867 (process_dynamic_segment): Fake up a symtab section for changed
868 GET_ELF_SYMBOLS.
869 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
870 (process_program_headers): Kill signed/unsigned warning.
871 (load_debug_str): Likewise.
872 (display_debug_info): Likewise.
873
65765700
JJ
8742001-12-13 Jakub Jelinek <jakub@redhat.com>
875
876 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
877
560f3c1c
AM
8782001-12-11 Alan Modra <amodra@bigpond.net.au>
879
880 * readelf.c (process_file_header): Print extended e_shnum and
881 e_shdtrndx values. Set elf_header values for same.
882 (get_32bit_section_headers): Add "num" arg to read "num" headers.
883 (get_64bit_section_headers): Likewise.
884 (process_section_headers): Update calls.
885 (get_file_header): Call get_32bit_section_headers or 64bit variant.
886
bc408b8a
JJ
8872001-12-10 Jakub Jelinek <jakub@redhat.com>
888
889 * objcopy.c (setup_section): Copy entsize.
890
93fbbb04
GK
8912001-12-07 Geoffrey Keating <geoffk@redhat.com>
892
893 * readelf.c (guess_is_rela): Add support for stormy16.
894 (dump_relocations): Likewise.
895 (get_machine_name): Likewise.
896
e3c8793a
NC
8972001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
898
899 * dllwrap.c (main) Replace multiple strings describing a
900 single error with a single, newline escaped sentence to permit
901 better translation into foreign languages.
902
903 * readelf.c (get_elf_class): Remove internalionalisation of ELF
904 class names.
905
956cd1d6
TS
9062001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
907
908 * strings.c (get_char): Initialize value.
909
956c53ee
TS
9102001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
911
912 * arlex.l: Silence compile warnings.
913 * arsup.h: Likewise. Fix formatting.
914
cedd9a58
JJ
9152001-12-04 Jakub Jelinek <jakub@redhat.com>
916
917 * strings.c: Include config.h before bfd.h.
918 (file_off): New type.
919 (file_open): Define.
920 (print_strings): Use file_off instead of file_ptr. Print addresses
921 which don't fit into long correctly.
922 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
923 available.
924 (strings_file): Use file_off instead of file_ptr. Use file_open.
925 * configure.in: Check for getc_unlocked.
926 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
927 be defined for it.
928 * configure: Rebuilt.
929 * config.h.in: Rebuilt.
930
af667503
L
9312001-11-29 H.J. Lu <hjl@gnu.org>
932
933 * bucomm.c (make_tempname): Revert the changes made on
934 2001-11-14 and 2001-11-12. They won't work with directories.
935
16474668
NC
9362001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
937
938 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
939 CFLAGS_FOR_TARGET to runtest in environment.
940 * Makefile.in: Rebuild.
941 * doc/Makefile.in: Rebuild.
942
17978339
MS
9432001-11-28 Mike Stump <mrs@wrs.com>
944
945 * objcopy.c (setup_section): Preserve SEC_RELOC when
946 --set-section-flags is used.
947
261a45ad
NC
9482001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
949
950 * readelf.c (do_debug_str): New variable.
951 (display_debug_str): New function: Display the contents of a
952 .debug_str section.
953 (load_debug_str): New function: Load in the contents of a
954 .debug_str section.
955 (free_debug_str): New function: Free the memory used by
956 load_debug_str().
957 (fetch_indirect_string): Retrieve a string from the .debug_str
958 section.
959 (usage): Add -ws.
960 (parse_args): Accept -ws.
961 (process_section_headers): Allow the display of the .debug_str
962 section.
963 (read_and_display_attr_value): Use fetch_indirect_string. Show
964 offset into .debug_str section.
965 (display_debug_info): Use load_debug_str and free_debug_str.
966 (debug_displays): Add .debug_str.
967 * doc/binutils.texi: Document -ws.
968
b8908f93
AJ
9692001-11-19 Andreas Jaeger <aj@suse.de>
970
971 * testsuite/binutils-all/objdump.exp: Add x86-64.
972
e5fb9629
AS
9732001-11-15 Andreas Schwab <schwab@suse.de>
974
975 * readelf.c: Fix warnings without terminating newline.
976
802a735e
AM
9772001-11-15 Alan Modra <amodra@bigpond.net.au>
978
979 * doc/binutils.texi (objdump): Document ppc -M options.
980
b89e9eae
AJ
9812001-11-14 Andreas Jaeger <aj@suse.de>
982
983 * doc/binutils.texi (objdump): Fix description to use x86-64.
984
a6a25652
NC
9852001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
986
987 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
988 not all systems provide mkstemp.
989
e396998b
AM
9902001-11-14 Alan Modra <amodra@bigpond.net.au>
991
992 * doc/binutils.texi (objdump): Document x86 -M options.
993
81766fca
RH
9942001-11-13 Keith Walker <keith.walker@arm.com>
995
996 * readelf.c (read_and_display_attr_value): New function to
997 handle DW_FORM_indirect.
998 (read_and_display_attr): Use it.
999
1a509dcc
GK
10002001-11-13 Geoffrey Keating <geoffk@redhat.com>
1001
1002 * readelf.c (display_debug_lines): Deal with unknown standard
1003 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1004 DW_LNS_set_isa.
1005
6e917903 10062001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1007
6e917903
TW
1008 * MAINTAINERS: Add self as tic54x maintainer. This target
1009 includes the IBM C54XDSP clone.
7559e86e 1010
6e917903 10112001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1012
7559e86e
NC
1013 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1014
10152001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1016
ecdadc4a
JL
1017 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1018 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1019 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1020 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1021 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1022 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1023 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1024
91770270
JL
1025 * readelf.c (get_elf_class): Fix ISO portability glitch.
1026 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1027
ef5cdfc7
JJ
10282001-11-07 Jakub Jelinek <jakub@redhat.com>
1029
1030 * readelf.c (debug_str, debug_str_size): New.
1031 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1032 Call free_abbrevs.
1033 (read_and_display_addr): Handle DW_FORM_strp.
1034 (display_debug_info): Read .debug_str section if present,
1035 so that DW_FORM_strp can be handled.
1036 Fix test for non-existant .debug_abbrev section.
1037
5e9520c8
JJ
10382001-11-05 Jakub Jelinek <jakub@redhat.com>
1039
1040 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1041
1042 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1043
54589086
MS
10442001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1045
1046 * MAINTAINERS: Add self as s390/s390x maintainer.
1047
c05b685b
TR
10482001-11-02 Tom Rix <trix@bluey.cygnus.com>
1049
1050 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1051
3c62831e
NC
10522001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1053
1054 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1055 * configure: Regernate.
1056 * po/fr.po: New file.
1057 * po/tr.po: New file.
1058
3c3bdf30
NC
10592001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1060
9b19141a 1061 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1062 * readelf.c: Include elf/mmix.h.
1063 (guess_is_rela): MMIX is RELA.
1064 (dump_relocations): Handle MMIX relocations.
1065 * Makefile.am: Regenerate dependencies.
1066 * Makefile.in: Regenerate.
1067
f662939a
NC
10682001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1069
1070 * readelf.c (parse_args): Handle multiple options to the -w
1071 switch.
1072
c91d0dfb
JJ
10732001-10-12 Jakub Jelinek <jakub@redhat.com>
1074
1075 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1076 LOPROC, LOOS and LOUSER.
1077
7559e86e 10782001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1079
1080 * MAINTAINERS: Update my email address.
1081
fcd8210c
AM
10822001-10-03 Alan Modra <amodra@bigpond.net.au>
1083
1084 * doc/Makefile.in: Regenerate.
1085 * configure: Regenerate.
1086
428409d5
NC
10872001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1088
1089 * readelf.c (display_debug_line, display_debug_pubnames,
1090 display_debug_info, display_debug_frames): Detect and warn
1091 about 64-bit format entries.
1092 (display_debug_aranges): Reword 64-bit warning.
1093 (debug_displays): Add .debug_pubtypes as a known, but not yet
1094 supported, debug section.
1095
6a8c2b0d
AM
10962001-10-02 Alan Modra <amodra@bigpond.net.au>
1097
1098 * coffdump.c (PROGRAM_VERSION): Delete.
1099 (main <'V'>): Call print_version.
1100 * srconv.c: Likewise.
1101 * sysdump.c: Likewise.
1102 * version.c (program_version): Remove.
1103 (print_version): Use BFD_VERSION_STRING. Just print the current
1104 year in copyright message.
1105 * addr2line.c (program_version): Remove unused declaration.
1106 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1107 place of BFD_VERSION.
1108 * Makefile.am (Makefile): Depend on bfd/configure.in.
1109 (cplus-dem.o): Depend on Makefile.
1110 Run "make dep-am".
1111 * Makefile.in: Regenerate.
1112
e414a165
NC
11132001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1114
1115 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1116 format .debug_arange sections.
1117 (main): Add missing prototype.
b8908f93 1118
efc3ee7f
HPN
11192001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1120
1121 * Makefile.am: Update dependencies with "make dep-am".
1122 * Makefile.in: Regenerate.
1123
9e85c2a0
RH
11242001-09-28 Richard Henderson <rth@redhat.com>
1125
1126 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1127
451dad9c
AM
11282001-09-26 Alan Modra <amodra@bigpond.net.au>
1129
1130 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1131 VA_CLOSE.
1132 (non_fatal): Likewise.
1133 * objdump.c (objdump_sprintf): Likewise.
1134 * readelf.c (error): Likewise.
1135 (warn): Likewise.
1136
d974e256
JJ
11372001-09-25 Jakub Jelinek <jakub@redhat.com>
1138
1139 * readelf.c (do_wide): New.
1140 (options): Add --wide.
1141 (usage, parse_args): Likewise.
1142 (process_program_headers): Put each segment on a single line if
1143 --wide is given.
1144 (process_section_headers): Put each section on a single line if
1145 --wide is given.
1146 * doc/binutils.texi: Document it.
1147 * NEWS: Likewise.
1148
2f11c261
AM
11492001-09-25 Alan Modra <amodra@bigpond.net.au>
1150
1151 * readelf.c (print_vma): Print 8 digits of low hex value.
1152
1d50f91e
AJ
11532001-09-24 Andreas Jaeger <aj@suse.de>
1154
1155 * nlmconv.c: Fix warnings about unused attributes and function
1156 prototypes.
1157
1158 * strings.c: Add prototype for get_char.
1159
38131e67
L
11602000-09-19 H.J. Lu <hjl@gnu.org>
1161
1162 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1163 $(srcdir)/cxxfilt.man.
1164 * doc/Makefile.in: Rebuild.
1165
3bcfb3e4
AM
11662001-09-19 Alan Modra <amodra@bigpond.net.au>
1167
1168 * objcopy.c (copy_main): Correct rename-section string parsing.
1169 Consolidate new_name parsing, and error messages.
1170
3882b010
L
11712001-09-18 Bruno Haible <haible@clisp.cons.org>
1172
1173 * addr2line.c: Don't include <ctype.h>.
1174 (main): For gettext, also set the LC_CTYPE locate facet.
1175 * ar.c (main): Likewise.
1176 * coffdump.c (main): Likewise.
1177 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1178 (main): For gettext, also set the LC_CTYPE locate facet.
1179 Use ISALNUM instead of isalpha/isdigit.
1180 * dllwrap.c: Don't include <ctype.h>.
1181 (main): For gettext, also set the LC_CTYPE locate facet.
1182 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1183 (main): For gettext, also set the LC_CTYPE locate facet.
1184 Use TOUPPER instead of islower/toupper.
1185 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1186 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1187 Use TOUPPER instead of islower/toupper.
1188 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1189 * objcopy.c (main): Likewise.
1190 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1191 (disassemble_bytes): Use ISPRINT instead of isprint.
1192 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1193 (dump_data): Use ISPRINT instead of isprint.
1194 (main): For gettext, also set the LC_CTYPE locate facet.
1195 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1196 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1197 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1198 Use TOUPPER instead of islower/toupper.
1199 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1200 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1201 (write_rc_accelerators): Use ISPRINT instead of isprint.
1202 (write_rc_rcdata): Likewise.
1203 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1204 * srconv.c (main): Likewise.
1205 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1206 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1207 isdigit/isupper/islower.
1208 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1209 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1210 stab_demangle_prefix, stab_demangle_qualified,
1211 stab_demangle_template, stab_demangle_type,
1212 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1213 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1214 (isgraphic): Use ISPRINT instead of isascii/isprint.
1215 (main): Remove HAVE_LC_MESSAGES dependency.
1216 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1217 (pbarray): Use ISPRINT instead of isprint.
1218 (main): For gettext, also set the LC_CTYPE locate facet.
1219 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1220 (format_from_filename): Use ISPRINT instead of isprint.
1221 (main): For gettext, also set the LC_CTYPE locate facet.
1222 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1223 (unicode_print): Use ISPRINT instead of isprint.
1224 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1225 (stab_variable): Use ISDIGIT instead of isdigit.
1226
e59b4dfb
AM
12272001-09-18 Alan Modra <amodra@bigpond.net.au>
1228
1229 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1230 Replace bfd_read call with call to bfd_bread.
1231 (extract_file): Likewise.
1232
1233 * objdump.c (dump_section_header): Cast section->filepos to
1234 unsigned long to suit printf format string.
1235 * readelf.c (process_section_headers): Similarly for sh_offset.
1236 (process_unwind): Likewise.
1237
d132876a
NC
12382001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1239
1240 * strings.c (encoding, encoding_bytes): New variables.
1241 (long_options): Add --encoding.
1242 (main): Accept -e and --encoding.
1243 (get_char): New function. Read a, possibly wide, character from
1244 the input stream.
1245 (print_strings): Use get_char().
1246 (usage): Document new command line option.
1247 * doc/binutils.texi: Document new command line option.
1248 * NEWS: Announce new command line option.
1249
7559e86e 12502001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1251
1252 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1253 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1254 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1255 Removed EM_CYGNUS_ARC.
1256
7559e86e 12572001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1258
1259 * readelf.c: Include elf/h8 for H8 series definitions.
1260 (guess_is_rela): H8 series if RELA.
1261 (dump_relocations): Handle H8 series relocations.
1262
0823fbca
EC
12632001-08-31 Eric Christopher <echristo@redhat.com>
1264
1265 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1266
8db76d70
PT
12672001-08-29 Peter Targett <peter.targett@arccores.com>
1268
1269 * MAINTAINERS: Include ARC Maintainer.
1270
d81d6584
BE
12712001-08-29 Ben Elliston <bje@redhat.com>
1272
1273 * stabs.c (stab_demangle_template): Initialise s4.
1274
25a1ff5b
AM
12752001-08-27 Alan Modra <amodra@bigpond.net.au>
1276
1277 * readelf.c (dump_relocations): Recognise EM_PPC64.
1278
a5d22d2a
TS
12792001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1280
1281 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1282
62a5a82d
L
12832001-08-25 H.J. Lu <hjl@gnu.org>
1284
1285 * nm.c (print_width): New.
1286 (display_rel_file): Set `print_width' according to
1287 bfd_sprintf_vma.
1288 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1289
1ae8b3d2
AO
12902001-08-24 Alexandre Oliva <aoliva@redhat.com>
1291
1292 * objcopy.c (use_alt_mach_code): New variable.
1293 (OPTION_ALT_MACH_CODE): Define.
1294 (copy_options): Added --alt-machine-code.
1295 (copy_main): Handle it.
1296 (copy_object): Switch to alternate machine code if requested.
1297 * doc/binutils.texi: Document new option.
1298 * NEWS: Likewise.
1299
d1bdd336
TS
13002001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1301
1302 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1303
410f7a12
L
13042001-08-21 H.J. Lu <hjl@gnu.org>
1305
1306 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1307 (display_debug_info): Cast for 64bit hosts.
1308 (display_debug_frames): Likewise.
1309 (process_mips_specific): Likewise.
1310
c32144ff
AJ
13112001-08-21 Andreas Jaeger <aj@suse.de>
1312
1313 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1314
1315 * sysdump.c: Add missing prototypes.
1316 * srconv.c: Likewise.
1317 * unwind-ia64.c: Likewise.
1318 * coffdump.c: Likewise.
1319
1320 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1321
1322 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1323 of declaring xcalloc.
1324
d8180c76
L
13252001-08-10 H.J. Lu <hjl@gnu.org>
1326
1327 * nm.c (print_value): Add one arg, bfd *.
1328 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1329 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1330 (print_symbol_info_sysv): Likewise.
1331 (print_symbol_info_posix): Likewise.
1332
1333 * objdump.c (dump_section_header): Replace printf_vma with
1334 bfd_printf_vma.
1335 (print_section_stabs): Likewise.
1336 (dump_bfd_header): Likewise.
1337 (objdump_print_value): Replace sprintf_vma with
1338 bfd_sprintf_vma.
1339 (disassemble_bytes): Likewise.
1340 (dump_reloc_set): Likewise.
1341
0218d1e4
AJ
13422001-08-10 Andreas Jaeger <aj@suse.de>
1343
1344 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1345 to build warnings.
1346 * configure: Regenerate.
1347
2863d58a
AM
13482001-08-09 Alan Modra <amodra@bigpond.net.au>
1349
1350 * readelf.c: Add missing prototypes.
1351 * objdump.c: Likewise. Format existing prototypes.
1352
c0e047e0
AO
13532001-08-08 Alexandre Oliva <aoliva@redhat.com>
1354
1355 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1356 of any RELA relocation for the abbrev_offset memory location that
1357 refers to the .debug_abbrev section symbol.
1358
ff78d6d6
L
13592001-08-07 H.J. Lu <hjl@gnu.org>
1360
1361 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1362 (main): Return process_file ().
1363
c36774d6
PB
13642001-08-05 Philip Blundell <philb@gnu.org>
1365
1366 * doc/binutils.texi: Use "Thumb" not "THUMB".
1367
8f9d9bd9
JH
13682001-08-03 John Healy <jhealy@redhat.com>
1369
1370 Patch suggested by Frank Eigler <fche@redhat.com>.
1371 * objdump.c (disassemble_data): Fill in section member of the
1372 disasm_info structure.
1373
c918cb96
DD
13742001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1375
1376 * configure.in: Added --with-windres option.
1377 * configure: Regenerated.
1378
c7c55b78
NC
13792001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1380
1381 * doc/binutils.texi: Use @command{name} for commands;
1382 use @option{-opt} for options; use @table @env for list of options;
1383 remove spaces arround [ | ] in synopsis.
1384
1385 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1386 center title.
1387
594ef5db
NC
13882001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1389
1390 * objcopy.c: Fix formatting.
1391 (section_rename): New structure.
1392 (OPTION_RENAME_SECTION): New switch.
1393 (copy_usage): Document new switch.
1394 (add_section_rename): New function: Add a node to the section
1395 rename list.
1396 (find_section_rename): New function: Find the new name and
1397 flags for a section.
1398 (setup_section): Call find_section_name to determine the name
1399 of the output section.
1400 (copy_main): Handle OPTION_RENAME_SECTION.
1401 * binutils.texi: Document new switch.
1402 * NEWS: Mention new switch.
1403
1f554c69
NC
14042001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1405
1406 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1407 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1408 bug-binutils@gcc.org.
1409
2f83960e
AM
14102001-07-28 Matthias Kramm <kramm@quiss.org>
1411
1412 * bucomm.c (list_supported_architectures): New function.
1413 * bucomm.h (list_supported_architectures): Declare.
1414 * objdump.c (usage): Call the above.
1415
20fe0649
DB
14162001-07-25 Dave Brolley <brolley@redhat.com>
1417
1418 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1419 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1420
1b577b00
NC
14212001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1422
1423 * README: Update for 2.11. Change bug reporting email address.
1424 * MAINTAINERS: Tidy up. Change bug reporting email address.
1425
95fd336c
DD
14262001-07-16 DJ Delorie <dj@redhat.com>
1427
5f16d855
DD
1428 * resres.c (write_res_header): Align header size.
1429 (res_align_file): Calculate alignment correctly.
1430
95fd336c
DD
1431 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1432 correct 10).
1433 * resrc.c (write_rc_resource): Likewise.
1434 * windres.h (SUBLANG_SHIFT): Define - as 10.
1435
ed8fee27
NC
14362001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1437
1438 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1439
90ab7e9a
NC
14402001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1441
1442 * MAINTAINERS: Add notes about branch checkins.
1443
e0c60db2
NC
14442001-07-05 Daniel Berlin <dan@cgsoftware.com>
1445
1446 * readelf.c (display_debug_macinfo): New function, display
1447 .debug_macinfo section.
1448 (do_debug_macinfo): New variable.
1449 (parse_args): Handle "-w[mM]" to mean display macro info.
1450 (process_section_headers): Handle debug_macinfo.
1451 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1452 function for .debug_macinfo display.
e0c60db2
NC
1453 * doc/binutils.texi: Document new command line switch.
1454 * NEWS: Document new feature of readelf.
0218d1e4 1455
24e01a36
L
14562001-07-05 H.J. Lu <hjl@gnu.org>
1457
1458 * objcopy.c (filter_symbols): Don't turn undefined symbols
1459 into local.
1460
4258bf4d
L
14612001-07-03 H.J. Lu <hjl@gnu.org>
1462
1463 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1464 $@.pod.
1465 (ar.1): Likewise.
1466 (dlltool.1): Likewise.
1467 (nlmconv.1): Likewise.
1468 (nm.1): Likewise.
1469 (objcopy.1): Likewise.
1470 (objdump.1): Likewise.
1471 (ranlib.1): Likewise.
1472 (readelf.1): Likewise.
1473 (size.1): Likewise.
1474 (strings.1): Likewise.
1475 (strip.1): Likewise.
1476 (windres.1): Likewise.
1477 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1478 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1479 $(DEMANGLER_NAME).
1480 (as.1): Removed.
1481 * doc/Makefile.in: Regenerated.
1482
7014bc31
NC
14832001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1484
1485 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1486
b811889f
NC
14872001-07-01 Daniel Berlin <dan@cgsoftware.com>
1488
1489 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1490
12ab83a9
NC
14912001-06-29 James Cownie <jcownie@etnus.com>
1492
1493 * readelf.c: Support DWARF 2.1 attributes.
1494
a6e9f9df
AM
14952001-06-28 Alan Modra <amodra@bigpond.net.au>
1496
1497 * readelf.c (GET_DATA_ALLOC): Remove.
1498 (GET_DATA): Remove.
1499 (get_data): New function combining above macros, with an extra
1500 test for zero size.
1501 (slurp_rela_relocs): Use get_data, and catch error return.
1502 (slurp_rel_relocs): Likewise.
1503 (get_32bit_program_headers): Likewise.
1504 (get_64bit_program_headers): Likewise.
1505 (get_32bit_section_headers): Likewise.
1506 (get_64bit_section_headers): Likewise.
1507 (get_32bit_elf_symbols): Likewise.
1508 (get_64bit_elf_symbols): Likewise.
1509 (process_section_headers): Likewise.
1510 (process_relocs): Likewise.
1511 (slurp_ia64_unwind_table): Likewise.
1512 (process_unwind): Likewise.
1513 (get_32bit_dynamic_segment): Likewise.
1514 (get_64bit_dynamic_segment): Likewise.
1515 (process_dynamic_segment): Likewise.
1516 (process_version_sections): Likewise.
1517 (process_symbol_table): Likewise.
1518 (dump_section): Likewise.
1519 (display_debug_info): Likewise.
1520 (display_debug_section): Likewise.
1521 (process_section_contents): Likewise.
1522 (process_corefile_note_segment): Likewise.
1523 (process_mips_specific): Likewise. Also free econf32, econf64.
1524
af3fc3bc
AM
15252001-06-25 Alan Modra <amodra@bigpond.net.au>
1526
1527 * readelf.c (dump_relocations): Print "bad symbol index" if
1528 symtab == NULL with non-zero symtab_index.
1529 (process_relocs): Don't bomb if reloc section has no symsec.
1530
6d900bf6
L
15312001-06-24 H.J. Lu <hjl@gnu.org>
1532
1533 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1534 by accident.
1535 (copy_main): Apply the the change made to strip_main on
1536 2001-05-30 by accident.
1537
49b4e386
AJ
15382001-06-23 Andreas Jaeger <aj@suse.de>
1539
1540 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1541 parameter 'code'.
1542 (unw_decode_x2): Likewise.
1543 (unw_decode_x3): Likewise.
1544 (unw_decode_x4): Likewise.
1545
d8dc71e3
BE
15462001-06-23 Ben Elliston <bje@redhat.com>
1547
1548 * MAINTAINERS: Add myself as M88k maintainer.
1549
af3bdff7
NC
15502001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1551
1552 * objcopy.c (strip_main): Support -o or --output-file command lien
1553 switch.
1554
105e7211
L
15552001-06-19 H.J. Lu <hjl@gnu.org>
1556
1557 * doc/Makefile.in: Regenerated.
1558
c45021f2
NC
15592001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1560
1561 * readelf.c: Restore formatting.
1562
15632001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1564
1565 * Makefile.am: Move documentation into doc subdirectory.
1566 * Makefile.in: Regenerated.
1567 * binutils.texi: Move into doc subdirectory.
1568 * addr2line.1: Removed.
1569 * ar.1: Likewise.
1570 * dlltool.1: Likewise.
1571 * nlmconv.1: Likewise.
1572 * nm.1: Likewise.
1573 * objcopy.1: Likewise.
1574 * objdump.1: Likewise.
1575 * ranlib.1: Likewise.
1576 * readelf.1: Likewise.
1577 * size.1: Likewise.
1578 * strings.1: Likewise.
1579 * strip.1: Likewise.
1580 * windres.1: Likewise.
1581 * cxxfilt.man: Likewise.
1582 * doc: New Directory.
1583 * doc/Makefile.am: New file.
1584 * doc/Makefile.in: Generate.
1585
09ad7db3
AM
15862001-06-09 Alan Modra <amodra@bigpond.net.au>
1587
1588 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1589
936260fe
AM
15902001-06-01 Alan Modra <amodra@bigpond.net.au>
1591
1592 * MAINTAINERS: Update my email address.
1593
16b2b71c
NC
15942001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1595
1596 * objcopy.c: Add new switches: --keep-global-symbol,
1597 --keep-symbols, --localize-symbols, --keep-global-symbols and
1598 --weaken-symbols.
1599 * binutils.texi: Document new switches.
1600 * objcopy.1: Regenerate.
1601 * NEWS: Announce new feature.
1602
7036c0e1
AJ
16032001-05-28 Andreas Jaeger <aj@suse.de>
1604
1605 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1606 variables, fix format strings.
1607
76a406e5
NC
16082001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1609
1610 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1611 when computing the address of the line to show.
1612
31b6fca6
RH
16132001-05-16 Richard Henderson <rth@redhat.com>
1614
1615 * readelf.c (do_debug_frames_interp): New.
1616 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1617 (byte_get_big_endian): Likewise.
1618 (parse_args) ['F']: Set do_debug_frames_interp.
1619 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1620 (frame_display_row): Don't trunc pc_begin to int.
1621 (size_of_encoded_value): New.
1622 (display_debug_frames): Handle 64-bit targets. Print raw data
1623 unless do_debug_frames_interp.
1624 (debug_displays): Remove duplicate .debug_frame.
1625
4fe85591
NC
16262001-05-15 Ralf Baechle <ralf@gnu.org>
1627
1628 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1629 The former constant was never in active use and is used otherwise
1630 by the ABI.
1631
579f31ac
JJ
16322001-05-11 Jakub Jelinek <jakub@redhat.com>
1633
1634 * readelf.c (process_unwind): Print all unwind sections, not just
1635 one.
1636
78f4a3f7
AM
16372001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1638
1639 * readelf.c (process_unwind): Remove const specifier.
1640
1c529ca6
NC
16412001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1642
1643 * strings.c (isgraphic): Do not use isascii() unless it is needed
1644 for isprint() to work.
1645 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1646
87e6d782
NC
16472001-04-27 Johan Rydberg <jrydberg@opencores.org>
1648
1649 * NEWS: Announce support for OpenRISC.
1650
4bd3d870 16512001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1652
1653 * dlltool.c (do_default_excludes): Initialise to true.
1654
21211521
AM
16552001-04-10 Alan Modra <amodra@one.net.au>
1656
1657 * MAINTAINERS: Update my email address
1658 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1659
0c66b61e 16602001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1661
1662 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1663
e58d53af
L
16642001-03-30 H.J. Lu <hjl@gnu.org>
1665
1666 * readelf.c (process_unwind): Just return if do_unwind is 0.
1667
bee72332
DD
16682001-03-28 Roger Sayle <roger@metaphorics.com>
1669
1670 * dlltool.c (make_one_lib_file): Fix section flags for
1671 .text, .data and .bss in stub ds*.o files to match those
1672 generated by gas.
1673
f1467e33
L
16742001-03-29 H.J. Lu <hjl@gnu.org>
1675
1676 * readelf.c (process_unwind): Only do unwind sections for
1677 IA64.
1678
1c6fb4fe
L
16792001-03-28 H.J. Lu <hjl@gnu.org>
1680
1681 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1682 * Makefile.in: Regenerate.
1683
0879a67a
AJ
16842001-03-26 Andreas Jaeger <aj@suse.de>
1685
1686 * binutils.texi (nm): Fix texi syntax.
1687
0285c67d
NC
16882001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1689
1690 * binutils.texi: Put @c man begin and @c man end indications
1691 to generate man pages using texi2pod and pod2man. Put @c man title
1692 to identify each man. Add SEEALSO entries.
1693 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1694 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1695 sort the list.
1696 (*.1): Build the man pages from binutils.texi.
1697 * Makefile.in: Regenerate.
1698
04847a4d
CF
16992001-03-13 Eric Kohl <ekohl@rz-online.de>
1700
1701 * defparse.y (opt_equal_name): allow "." in name.
1702 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1703 (gen_exp_file): Likewise.
1704
43a0748c
NC
17052001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1706
1707 * NEWS: Document addition of -B switch to objcopy.
1708 * binutils.texi: Document addition of -B switch to objcopy.
1709 * objcopy.c: (copy_options): Add --binary-architecture.
1710 (copy_usage): Document -B/--binary-architecture.
1711 (copy_main): Support -B/--binary-architecture. Set
1712 bfd_external_binary_architecture.
0879a67a 1713
b7498e0e
NC
17142001-03-11 Andreas Jaeger <aj@suse.de>
1715
1716 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1717 (dump_relocations): Likewise.
1718 (get_machine_name): Likewise.
1719
a59e3bd7
NC
17202001-02-28 Nick Clifton <nickc@redhat.com>
1721
1722 * readelf.c: (struct unw_aux_info): Remove const modifier for
1723 'strtab' field.
1724 (process_unwind): Remove non-K&R compliant LHS type cast in call
1725 to GET_DATA_ALLOC macro.
1726
a5bcd848
PB
17272001-02-28 Philip Blundell <pb@futuretv.com>
1728
1729 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1730 ABI is in use; remove ambiguity between the "unknown" EABI and
1731 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1732 renamed EF_xx constants.
1733
27b7e12d
AM
17342001-02-27 Alan Modra <alan@linuxcare.com.au>
1735
1736 * configure.in (BFD_VERSION): New.
1737 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1738 * configure: Regenerate.
1739 * Makefile.am: Run "make dep-am"
1740 * Makefile.in: Regenerate.
1741
a9f10786
NC
17422001-02-14 Nick Clifton <nickc@redhat.com>
1743
1744 * MAINTAINERS: Add "Obvious Fix" rule.
1745
3c44da9a
MS
17462001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1747
1748 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1749 literal concatenation.
1750
ecd03389
MS
17512001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1752
1753 * readelf.c (struct unw_aux_info): Remove const from the info member.
1754 (process_unwind): Don't type-cast the third argument to the
1755 GET_DATA_ALLOC macro.
1756
88ec60c7
NC
17572001-02-11 Nick Clifton <nickc@redhat.com>
1758
1759 * readelf.c (dump_relocations): Free corrected allocated
1760 array.
1761 (process_unwind): Fix compile time warning.
1762
f5e21966
NC
17632001-02-10 Nick Clifton <nickc@redhat.com>
1764
1765 * binutils.texi: Document new --unwind option to readelf.
1766
a85d7ed0
NC
17672001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1768
1769 * readelf.c: Add linux target for S/390.
1770
7bb10502
AM
17712001-02-10 Alan Modra <alan@linuxcare.com.au>
1772
1773 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1774 printf is a macro.
1775
8ca8f343
HPN
17762001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1777
1778 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1779 * aclocal.m4: Regenerate.
1780 * configure: Regenerate.
1781
7340082d
NC
17822001-02-07 Todd Vierling <tv@wasabisystems.com>
1783
1784 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1785 * objdump.c (bfd_target_vector): Likewise.
1786
4d6ed7c8
NC
17872001-02-07 David Mosberger <davidm@hpl.hp.com>
1788
1789 * readelf.c (process_unwind): New function.
1790 (slurp_ia64_unwind_table): Ditto.
1791 (dump_ia64_unwind): Ditto.
1792 (find_symbol_for_address): Ditto.
1793 (slurp_rela_relocs): New function (split off from dump_relocations()).
1794 (slurp_rel_relocs): Ditto.
1795 (parse_args): Handle '-u' option.
1796
1797 * unwind-ia64.c: New file.
1798 * unwind-ia64.h: New file.
1799 * Makefile.am: Include unwind-ia64.c in readelf build.
1800 * Makefile.in: Regenerate.
7340082d 1801 * po/binutils.pot: Regenerate.
4d6ed7c8 1802
c7217458
PB
18032001-02-04 Philip Blundell <philb@gnu.org>
1804
1805 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1806 * configure: Regenerate.
1807
956eedd4
AM
18082001-01-31 Steve deRosier <sderosier@vari-lite.com>
1809
1810 * ieee.c (ieee_add_bb11): Don't check for backslashes
1811 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1812
8855cbca
AM
18132001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1814
c7f2731e
AM
1815 * ieee.c: Update copyright.
1816 (ieee_start_compilation_unit): Don't check for backslashes
1817 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1818
8855cbca
AM
1819 * stabs.c: Update copyright. Include "filenames.h".
1820 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1821
329de803 18222001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1823
1824 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1825 sections are present before using them. Remove code duplication.
1826 (process_symbol_table): Check if VERDEF or VERNEED sections are
1827 present before using them.
1828
23719f39
NC
18292001-01-17 Nick Clifton <nickc@redhat.com>
1830
1831 * objcopy.c (copy_object): Fail if attempting to convert the
1832 endianness of the input object file.
1833
1834 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1835
f726e849
NC
18362001-01-16 Nick Clifton <nickc@redhat.com>
1837
1838 * readelf.c (string_table_length): New variable.
1839 (SECTION_NAME): Catch out of range indices and missing section
1840 pointers.
1841 (process_section_headers): Delete useless local variable
1842 string_table_offset. Set the value of string_table_length
1843 after loading the string table.
1844 (process_mips_specific): Use SECTION_NAME macro.
1845 (process_file): Set string_table_length to 0 when it is freed.
1846
d0398d6a
NC
18472001-01-12 Nick Clifton <nickc@redhat.com>
1848
1849 * version.c (print_version): Update copyright date.
1850
0d2bcfaf
NC
18512001-01-11 Peter Targett <peter.targett@arccores.com>
1852
1853 * readelf.c (dump_relocations): Include selection with EM_ARC.
1854 (get_machine_name) Update name to "ARC".
1855
8b1e6df3
NC
18562001-01-09 Nick Clifton <nickc@redhat.com>
1857
1858 * Makefile.am: Add rule to build objdump.o from objdump.c and
1859 using OBJDUMP_DEFS.
1860 * Makefile.in: Regenerate.
1861
1862 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1863 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1864 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1865 * configure: Regenerate.
8b1e6df3
NC
1866
1867 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1868 is defined read in the relocs even if dump_reloc_info is
1869 false.
1870
2f952d20
PB
18712001-01-07 Philip Blundell <philb@gnu.org>
1872
1873 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1874 `bug-binutils'.
1875 * README: Likewise.
1876
a8c548cb
NC
18772000-12-19 Nick Clifton <nickc@redhat.com>
1878
1879 * dlltool.c: Add missing support for arm-epoc-pe.
1880 * configure.in: Add missing support for arm-epoc-pe.
1881 * configure: Regenerate.
1882
cc5fda35
NC
18832000-12-15 Nick Clifton <nickc@redhat.com>
1884
1885 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1886 Mode parts of the x86 port.
1887
bcedfee6
NC
18882000-12-04 Andreas Jaeger <aj@suse.de>
1889
1890 * readelf.c (guess_is_rela): Add EM_X86_64.
1891 (dump_relocations): Add EM_X86_64.
1892 (get_machine_name): Add EM_X86_64.
1893 Include "elf/x86-64.h".
1894
584da044
NC
18952000-12-12 Nick Clifton <nickc@redhat.com>
1896
1897 * readelf.c: Fix formatting.
1898
7559e86e 18992000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1900
1901 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1902
a98cc2b2
AH
19032000-12-07 Andrew Haley <aph@redhat.com>
1904
1905 * readelf.c (display_debug_frames): Only display columns that are
1906 referenced by the frame debug info.
1907
c7987a69
NC
19082000-12-05 Nick Clifton <nickc@redhat.com>
1909
1910 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1911
09fd7e38
JM
19122000-12-04 Jason Merrill <jason@redhat.com>
1913
1914 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1915 (display_debug_section): Likewise.
1916 (display_debug_info): Display CU header before bailing.
1917
e7af610e
NC
19182000-12-01 Chris Demetriou <cgd@sibyte.com>
1919
09fd7e38
JM
1920 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1921 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1922 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1923
09fd7e38
JM
1924 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1925 and E_MIPS_ARCH_64.
84ea6cf2 1926
09fd7e38
JM
1927 * readelf.c (get_machine_flags): Add case for
1928 E_MIPS_MACH_SB1.
c6c98b38 1929
75066968
DD
19302000-11-30 Richard Earnshaw <rearnsha@arm.com>
1931
1932 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1933
5c4666ea
HPN
19342000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1935