Update Spanish and Swedish translations
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c5b3a82a
AM
12002-07-23 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am: Run "make dep-am".
4 * Makefile.in: Regenerate.
5
0461a601
NC
62002-07-23 Nick Clifton <nickc@redhat.com>
7
8 * po/fr.po: New French translation.
9
bf44dd74
AM
102002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
11
12 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
13
2c205ff2
AM
142002-07-20 Alan Modra <amodra@bigpond.net.au>
15
63eb0809 16 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 17
1e4cf259
NC
182002-07-18 Denis Chertykov <denisc@overta.ru>
19 Frank Ch. Eigler <fche@redhat.com>
20
21 * readelf.c: Include "elf/ip2k.h".
22 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
23 (dump_relocations): Likewise.
24 (get_machine_name): Likewise.
25 * NEWS: Mention IP2K support.
26
2cbb2eef
NC
272002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
28
29 * NEWS: Add 'Changes in 2.13'.
30
047b2264
JJ
312002-07-10 Jakub Jelinek <jakub@redhat.com>
32
33 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
34 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
35 (get_section_type_name): Handle SHT_GNU_LIBLIST.
36 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
37 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
38 (process_gnu_liblist): New.
39 (process_file): Call it.
40
97230b15
AM
412002-07-03 Alan Modra <amodra@bigpond.net.au>
42
43 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
44 * Makefile.in: Regenerate.
45
a6637ec0
AM
462002-07-02 Alan Modra <amodra@bigpond.net.au>
47
48 * budemang.c: New file, "demangle" function.
49 * budemang.h: New file.
50 * addr2line.c (translate_addresses): Use "demangle".
51 * nm.c (print_symname): Likewise.
52 * objdump.c (objdump_print_symname): Likewise.
53 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
54 here since that obfuscates.
55 * rdcoff.c: Don't #include demangle.h.
56 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
57 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
58 (HFILES): Add budemang.h. Sort.
59 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
60 Run "make dep-am".
61 * Makefile.in: Regenerate.
62
179d3252
JT
632002-07-01 Matt Thomas <matt@3am-software.com>
64
65 * readelf.c: Include "elf/vax.h".
66 (guess_is_rela): Move EM_VAX from unknown to RELA case.
67 (dump_relocations): Handle VAX relocations.
68 (get_machine_flags): Handle VAX machine flags.
69
75751cd9
SC
702002-06-29 Stephane Carrez <stcarrez@nerim.fr>
71
72 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
73
e5851ab8
NC
742002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
75
76 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
77
eb3f2f5c
AM
782002-06-26 Alan Modra <amodra@bigpond.net.au>
79
80 * nm.c (print_symname): When demangling, strip leading dots from
81 symbol names to avoid confusing the demangler.
82
a13a0de8
L
832002-06-25 H.J. Lu <hjl@gnu.org>
84
85 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
86 * Makefile.in: Regenerated.
87
6db7a086
AM
882002-06-21 Igor Schein <igor@txc.com>
89
90 * configure.in: Quote bu_cv_have_fopen64.
91 * configure: Regenerate.
92
9710509e
AM
932002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
94
95 * configure.in: Check for strcoll.
96 * configure: Regenerate.
97 * config.in: Regenerate.
98 * nm.c (main): Set locale for LC_COLLATE category.
99 (non_numeric_forward): Use strcoll if available.
100
a9f0b5e7
DB
1012002-06-20 Dave Brolley <brolley@redhat.com>
102
103 * MAINTAINERS: Add self as fr30 and frv maintainer.
104
33f5f537
L
1052002-06-18 H.J. Lu (hjl@gnu.org)
106
107 * nm.c: Include "elf/common.h".
108 (extended_symbol_info): Add elfinfo, a pointer to
109 elf_symbol_type.
110 (SYM_SIZE): Use elfinfo if it is not NULL.
111 (get_symbol_type): New function.
112 (display_archive): Set print_width for each archive member.
113 (display_file): Likewise.
114 (display_rel_file): Don't set print_width here.
115 (print_object_filename_sysv): Handle print_width.
116 (print_archive_member_sysv): Likewise.
117 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
118 (print_symbol): Set the elfinfo field in extended_symbol_info
119 for ELF.
120 (print_object_filename_sysv): Fix the output format.
121 (print_symbol_info_sysv): Print type and section for ELF.
122
1232002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
124
125 * nm.c (print_size_symbols): Remove assignment, which makes
126 the symbol's size equal to its value when --size-sort is
127 used.
128
5c70f934
DB
1292002-06-18 Dave Brolley <brolley@redhat.com>
130
131 From Catherine Moore:
132 * readelf.c (elf/frv.h): #include it.
133 (guess_is_rela): Support EM_CYGNUS_FRV.
134 (dump_relocations): Ditto.
135 (get_machine_name): Ditto.
136 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
137
7ece0d85
JJ
1382002-06-18 Jakub Jelinek <jakub@redhat.com>
139
140 * readelf.c (get_file_header): Only read the first section header if
141 e_shoff is non-zero.
142
72797995
L
1432002-06-15 H.J. Lu (hjl@gnu.org)
144
145 * nm.c (print_size): New variable. Initialize to 0.
146 (long_options): Add 'S'/"print-size".
147 (main): Handle 'S'.
148 (print_symbol_info_bsd): Print size only if print_size is not
149 0.
150
151 * doc/binutils.texi: Document -S/--print-size.
152
977f7911
NC
1532002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
154
155 * nm.c (struct extended_symbol_info): New strcuture: Add the size
156 of the symbols to the information provided by the symbol_info
157 structure.
158 (print_symbols): Pass the symbol size to print_symbol.
159 (print_size_symbols): Pass the symbol size to print_symbol.
160 (print_symbol): Extra argument: The size of the symbol. Store
161 this in the extended_symbol_info structure.
162 (print_symbol_info): Change type of info parameter to
163 extended_symbol_info. Display the size, if known.
164 (print_symbol_info_posix): Likewise.
165 (print_symbol_info_sysv): Likewise.
166
b1f88ebe
AM
1672002-06-08 Alan Modra <amodra@bigpond.net.au>
168
fa449227
AM
169 * Makefile.am: Run "make dep-am".
170 * Makefile.in: Regenerate.
171 * doc/Makefile.in: Regnerate.
172
b1f88ebe
AM
173 * bucomm.c: Replace CONST with const.
174 * nm.c: Likewise.
175 * objdump.c: Likewise.
176
91a106e6
L
1772002-06-07 H.J. Lu <hjl@gnu.org>
178
179 * readelf.c (DW_CFA_GNU_args_size): Don't define.
180 (DW_CFA_GNU_negative_offset_extended): Likewise.
181 (DW_CFA_GNU_window_save): Likewise.
182 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
183 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
184
6ab6b380
NC
1852002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
186
187 * nm.c: When computing size of symbols for an ELF target use the
188 internal size field.
189
e28e05a3
JL
1902002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
191
192 * testsuite/binutils-all/objcopy.exp: clear xfail for
193 "hppa*64*-*-hpux*".
194 * testsuite/binutils-all/hppa/objdump.exp: Return if
195 "*64*-*-*".
196
dc156bc0
AM
1972002-06-05 Alan Modra <amodra@bigpond.net.au>
198
199 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
200
2012002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
202
203 * objdump.c: Fix formatting.
204
d79e4ea3
BE
2052002-05-29 Ben Elliston <bje@redhat.com>
206
207 * MAINTAINERS: Add self as M68k maintainer.
208
d172d4ba
NC
2092002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
210
211 * readelf.c: Modified/Added DLX elf support.
212
7edb8f29
NC
2132002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
214
3a1a2036
NC
215 * arsup.c: Fix formatting.
216 * debug.c (debug_record_label): Add missing colon to error
217 message.
218 * ieee.c (parse_ieee_ty): Fix spelling typo.
219 * readelf.c (process_program_headers): Remove English assumption
220 about making a plural word.
221 (process_section_headers): Likewise.
222 (process_relocs): Allow quotes to be translated.
223 (process_unwind): Likewise,
224 (process_mips_specific): Improve error message.
225 (get_note_type): Fix spelling typo.
226
7edb8f29
NC
227 * configure.in (ALL_LINGUAS): Add sv
228 * po/sv.po: New file.
229
3eee1e9d
AM
2302002-05-27 Alan Modra <amodra@bigpond.net.au>
231
232 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
233 (unw_print_grmask): Likewise.
234 (unw_print_frmask): Likewise.
235
d43efbe3
KH
2362002-05-26 Kazu Hirata <kazu@cs.umass.edu>
237
238 * arsup.c: Remove ARGSUSED.
239 * debug.c: Likewise.
240 * ieee.c: Likewise.
241 * nlmconv.c: Likewise.
242 * prdbg.c: Likewise.
243 * stabs.c: Likewise.
244 * wrstabs.c: Likewise.
245
e9792343
AM
2462002-05-25 Alan Modra <amodra@bigpond.net.au>
247
248 * arlex.l: Use #include "" instead of <> for local header files.
249 * coffdump.c: Likewise.
250 * coffgrok.c: Likewise.
251 * nlmconv.c: Likewise.
252 * nlmheader.y: Likewise.
253 * srconv.c: Likewise.
254 * strings.c: Likewise.
255 * sysdump.c: Likewise.
256 * unwind-ia64.h: Likewise.
257 * windres.h: Likewise.
258 * winduni.h: Likewise.
259
d7e53452
TR
2602002-05-24 Tom Rix <trix@redhat.com>
261
262 * MAINTAINERS: Add self as the d10v maintainer.
263
436e8db0
NC
2642002-05-24 TAMURA Kent <kent@netbsd.org>
265
266 * configure.in: Builds dlltool for i386-netbsdpe.
267 * configure: Regenerate.
268
9f66665a
KH
2692002-05-23 Kazu Hirata <kazu@cs.umass.edu>
270
271 * size.c: Fix formatting.
272 * srconv.c: Likewise.
273 * stabs.c: Likewise.
274 * sysdump.c: Likewise.
275 * unwind-ia64.c: Likewise.
276 * wrstabs.c: Likewise.
277
13ae64f3
JJ
2782002-05-23 Jakub Jelinek <jakub@redhat.com>
279
280 * readelf.c (get_segment_type): Add PT_TLS.
281 (get_elf_section_flags): Add SHF_TLS.
282 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
283 (process_dynamic_segment): Use puts instead of printf.
284 (get_symbol_type): Support STT_TLS.
285 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
286 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
287 Add SEC_THREAD_LOCAL.
288
53c7db4b
KH
2892002-05-23 Kazu Hirata <kazu@cs.umass.edu>
290
291 * rdcoff.c: Fix formatting.
292 * rddbg.c: Likewise.
293 * readelf.c: Likewise.
294 * rename.c: Likewise.
295 * resbin.c: Likewise.
296 * resrc.c: Likewise.
297 * resres.c: Likewise.
298
0af11b59
KH
2992002-05-21 Kazu Hirata <kazu@cs.umass.edu>
300
301 * filemode.c: Fix formatting.
302 * ieee.c: Likewise.
303 * is-ranlib.c: Likewise.
304 * is-strip.c: Likewise.
305 * maybe-ranlib.c: Likewise.
306 * maybe-strip.c: Likewise.
307 * nlmconv.c: Likewise.
308 * nm.c: Likewise.
309 * not-ranlib.c: Likewise.
310 * not-strip.c: Likewise.
311 * objcopy.c: Likewise.
312 * objdump.c: Likewise.
313
21611032
TS
3142002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
315
316 * objdump.c (dump_headers): Fix output formatting for ELF32
317 architectures in a BFD64 enabled toolchain.
318
26044998
KH
3192002-05-20 Kazu Hirata <kazu@cs.umass.edu>
320
321 * debug.c: Fix formatting.
322 * debug.h: Likewise.
323 * dlltool.c: Likewise.
324 * dllwrap.c: Likewise.
325 * emul_aix.c: Likewise.
326 * emul_vanilla.c: Likewise.
327
f462a9ea
KH
3282002-05-19 Kazu Hirata <kazu@cs.umass.edu>
329
330 * addr2line.c: Fix formatting.
331 * ar.c: Likewise.
332 * arsup.c: Likewise.
333 * arsup.h: Likewise.
334 * binemul.c: Likewise.
335 * binemul.h: Likewise.
336 * bucomm.c: Likewise.
337 * coffdump.c: Likewise.
338 * coffgrok.c: Likewise.
339 * coffgrok.h: Likewise.
340
e0159aa9
MM
3412002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
342
343 * MAINTAINERS: Add myself as the second AVR port maintainer.
344
074b403e
SC
3452002-05-16 Stephane Carrez <stcarrez@nerim.fr>
346
347 * MAINTAINERS: Update my email address.
348
2b9c8201
NC
3492002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
350
351 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
352
e1d5b1e7
AM
3532002-05-09 Alan Modra <amodra@bigpond.net.au>
354
355 * configure.in: Replace `*pe' with `pe' throughout.
356 * configure: Regenerate.
357
d3d8a9ee
NC
3582002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
359
360 * Makefile.am: Honour DESTDIR.
361 * Makefile.in: Regenerate.
362
405c98a4
AM
3632002-05-06 Alan Modra <amodra@bigpond.net.au>
364
a02d5965
AM
365 * dlltool.c (process_def_file): Add missing prototype.
366 (new_directive, assemble_file, main): Likewise.
367 (process_def_file, new_directive): Make static.
368 (inform): Rewrite using VA_FIXEDARG.
369 * dllwrap.c (mybasename): Add missing prototype.
370 (strhash, main): Likewise.
371 (inform): Rewrite using VA_FIXEDARG.
372 (warn): Likewise.
373 (cleanup_and_exit): Use old style function definition.
374 (strhash): Likewise.
375 * windres.c (define_resource): Use one memset to clear all of
376 struct res_resource.
377
405c98a4 378 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 379 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
380
3812002-05-06 Borut Razem <borut.razem@siol.net>
382
383 * rclex.l (get_string): Correct "strings" list handling.
384 * resrc.c (read_rc_file): Discard strings.
385
91593c9d
AM
3862002-05-04 Alan Modra <amodra@bigpond.net.au>
387
e58a75dc
AM
388 * ar.c (replace_members): Remove unused var. Formatting fix.
389 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
390
91593c9d
AM
391 * MAINTAINERS: Sort port maintainers by CPU.
392
6b52b824
AM
3932002-05-04 Bob Byrnes <byrnes@curl.com>
394
395 * size.c (display_archive): Add last_arfile and code to close archives.
396
dd70071f
AM
3972002-05-01 Alan Modra <amodra@bigpond.net.au>
398
399 * nm.c (print_symbol): Check returned filename from
400 bfd_find_nearest_line is non-NULL.
401
6c95717a
EZ
4022002-04-25 Elena Zannoni <ezannoni@redhat.com>
403
404 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
405
3c25c5f6
NC
4062002-04-24 Christian Groessler <chris@groessler.org>
407
408 * MAINTAINERS: Changed my email address.
409
944cd72c
TS
4102002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
411
412 * arparse.y: Fix syntax warning.
413
ea91f8bb
NC
4142002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
415
3e55a963
NC
416 * readelf.c (fetch_location_list): Remove unused function.
417
418 * readelf.c (process_corefile_note_segment): Catch corrupt notes
419 and display a warning message, then exit the loop.
420
ea91f8bb
NC
421 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
422
45b99827
NC
4232002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
424
425 * resrc.c (write_rc_dialog): If charset is non-default value
426 display all of the DIALOGEX parameters.
427
4282002-04-15 Eric Kohl <ekohl@rz-online.de>
429
430 * rcparse.y: Allow two to five parameter in FONT statement of
431 DIALOGEX resources.
432 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
433 resource data.
434 (res_to_bin_dialog): Likewise.
435 * windres.h: Added misssing charset variable to dialog_ex
436 structure.
437
acfbab8a
NC
4382002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
439
440 * rcparse.y: Set MEMFLAG_PURE by default.
441
df3baf66
NC
4422002-04-09 Bernd Herd <info@herdsoft.com>
443
444 * rcparse.y: CLASS definitions in DIALOG resources
445 are quoted.
4c30641a 446 Fix typo in BEDIT warning.
91eafb40 447 Don't add default dialog style when explicit style specified.
b62a12ca 448 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 449
b24eb5ac
NC
450 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
451 (handle_quotes) "\a" escape (used for right justified key
452 definitions in menus) is encodes as binary 8.
df3baf66 453
b24eb5ac
NC
454 * resrc.c (write_rc_dialog): Print style even if it is 0.
455 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 456 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 457
b24eb5ac
NC
458 * resbin.c (bin_to_res_dialog): Use signature to identify
459 DIALOGEX.
f7d63484 460
b24eb5ac 461 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 462
df3baf66
NC
4632002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
464
465 * resrc.c: print CLASS names in quotes
466
4672002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
468
469 * MAINTAINERS: Update my email address.
470
8e42bcb6
AM
4712002-04-04 Alan Modra <amodra@bigpond.net.au>
472
473 * dep-in.sed: Cope with absolute paths.
474 * Makefile.am (dep.sed): Subst TOPDIR.
475 Run "make dep-am".
476 * Makefile.in: Regenerate.
477
96f959e5
PT
4782002-03-27 Peter Targett <peter.targett@arc.com>
479
480 * MAINTAINERS: Update my email address.
481
1ea788ee
AM
4822002-03-21 Alan Modra <amodra@bigpond.net.au>
483
484 * Makefile.am: Run "make dep-am".
485 * Makefile.in: Regenerate.
486 * doc/Makefile.in: Regenerate.
487 * po/POTFILES.in: Regenerate.
488 * aclocal.m4: Regenerate.
489 * config.in: Regenerate.
490 * configure: Regenerate.
491
a2f14207
DB
4922002-03-20 Daniel Berlin <dan@dberlin.org>
493
494 * readelf.c: Add support for displaying dwarf2 location lists.
495 (do_debug_loc, debug_loc_section, debug_loc_size): New.
496 (parse_args): Use 'O' as shorthand for displaying location list
497 section.
498 (process_section_headers): Handle debug_loc as well.
499 (load_debug_loc): New.
500 (free_debug_loc): New.
501 (fetch_location_list): New.
502 (display_debug_loc): New.
503 (display_debug_info): Call load_debug_loc and free_debug_loc.
504 (debug_displays): We can display .debug_loc now, too.
505 (usage): Update usage string.
506 (read_and_display_attr_value): Note location lists, but don't
507 display them inline.
508
eb1e0e80
NC
5092002-03-18 Tom Rix <trix@redhat.com>
510
511 * Makefile.am: Add binutils emulation support.
512 * configure.in: Same.
513 * configure.tgt: New file. Same.
514 * ar.c (main): Use ar_emul_parse_arg.
515 (usage): Use ar_emul_usage.
516 (replace_members): Use ar_emul_replace, ar_emul_append.
517 * binemul.c: New file. Define the binutils emulation
518 layer. Define default methods.
519 * binemul.h: New file. Binutils emulation layer header file.
520 * emul_aix.c: New file. AIX binutils emulation.
521 * emul_vanilla.c: New file. Default binutils emulation.
522 * Makefile.in: Regenerate.
523 * configure: Same.
524
a1c259a1
NC
5252002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
526
527 * po/fr.po: Updated version.
528
9ce88e60
NC
5292002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
530
531 * po/fr.po: Updated version.
532
effb0601
DJ
5332002-03-07 Daniel Jacobowitz <drow@mvista.com>
534
535 * README: Update some version numbers.
536
a65688ab
DJ
5372002-03-07 Daniel Jacobowitz <drow@mvista.com>
538
539 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
540 (Architecture Selection): Likewise.
541
f3f7fbb2
NC
5422002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
543
544 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
545 generating .exp file.
546
25345be5
NC
5472002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
548
549 * readelf.c (dump_relocations): Fix typo.
550
9a66911f
NC
5512002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
552
553 * NEWS: Mark 2.12 branch.
554
2c71103e
NC
5552002-02-18 Timothy Daly <remote_bob@yahoo.com>
556
557 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
558 types for 64-bit MIPS. Narrow some fields for 80-char
559 output.
560 (dump_relocations): Change spelling from 'unrecognised'
561 to 'unrecognized'.
562 (decode_ARM_machine_flags): Likewise.
563 (parse_args): Likewise.
564 (read_and_display_attr_value): Likewise.
565 (display_debug_section): Likewise.
566
49fda6c8
HPN
5672002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
568
569 * NEWS: Mention support for MMIX.
570
76f57f3a
JT
5712002-02-13 Matt Fredette <fredette@netbsd.org>
572
573 * readelf.c (get_machine_flags): Recognize EF_M68000.
574
d36ca9c2
AO
5752002-02-12 Alexandre Oliva <aoliva@redhat.com>
576
577 * MAINTAINERS: Added self as MN10300 co-maintainer.
578
19397422
AM
5792002-02-12 Alan Modra <amodra@bigpond.net.au>
580
581 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
582 DT_PPC64_OPDSZ.
583
d434e574
DJ
5842002-02-11 Daniel Jacobowitz <drow@mvista.com>
585
586 * MAINTAINERS: List myself as branch maintainer.
587
12b87c89
AM
5882002-02-11 Alan Modra <amodra@bigpond.net.au>
589
590 * configure: Regenerate.
591 * objcopy.c: Update copyright date.
592 * doc/Makefile.in: Regenerate.
593
8d037c5c
DJ
5942002-02-10 Daniel Jacobowitz <drow@mvista.com>
595
596 * nlmconv.c: Back out localtime PARAMS change.
597
4c168fa3
AM
5982002-02-11 Alan Modra <amodra@bigpond.net.au>
599
600 * objcopy.c (MKDIR): Define.
601 (copy_archive): Make name_list.name const. Use MKDIR.
602 Handle duplicate files in archives by making more temp dirs.
603
408f8db1
DJ
6042002-02-10 Daniel Jacobowitz <drow@mvista.com>
605
606 * coffdump.c: Include "getopt.h" after "bucomm.h"
607 so that macros are defined correctly.
608 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
609 prototype. Prototype main.
610 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
611
9f77fa06
AO
6122002-02-06 Alexandre Oliva <aoliva@redhat.com>
613
614 * MAINTAINERS: Added self as SH co-maintainer.
615
82f6addb
NC
6162002-02-05 Nick Clifton <nickc@redhat.com>
617
618 * po/tr.po: Updated translation.
619
ba323545
AM
6202002-02-01 Alan Modra <amodra@bigpond.net.au>
621
622 * Makefile.am: Run "make dep-am"
623 * Makefile.in: Regenerate.
624
3deb89d3
DJ
6252002-01-29 Daniel Jacobowitz <drow@mvista.com>
626
627 * nm.c (print_value): Mark abfd unused.
628
a0e9c55f
DJ
6292002-01-29 Daniel Jacobowitz <drow@mvista.com>
630
631 * unwind-ia64.c (unw_decoder): Change second argument
632 to unsigned int, to match function prototypes.
633
d7a283d4
DJ
6342002-01-29 Daniel Jacobowitz <drow@mvista.com>
635
636 * objdump.c: Include "getopt.h" after "bucomm.h" so that
637 __GNU_LIBRARY__ will be defined.
638 * size.c: Likewise.
639
4867be41
DJ
6402002-01-27 Daniel Jacobowitz <drow@mvista.com>
641
642 * configure: Regenerated.
643
7562a296
HPN
6442002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
645
646 * doc/Makefile.am (install): Depend on install-info.
647 * doc/Makefile.in: Regenerate.
648
15c82623
NC
6492002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
650
651 * objcopy.c (strip_usage): Document -d as an alias
652 --strip-debug.
653
654 * size.c (usage): Document [-t | --totals] options.
655 (long_options): Add --totals option.
656 (main): If the [-t | --totals] option is specified and
657 the output format is Berkeley-style, print the total
658 text, data, and bss sizes of all objects listed.
659 (print_berkeley_format): If the [-t | --totals] option
660 is specified, track the total text, data, and bss
661 sizes.
662 * doc/binutils.texi (size): Document [-t | --totals] options.
663 (strip): Document -d as an alias for --strip-debug.
664 * NEWS: Mention new feature of size.
665
00ea8601 6662002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 667
1ddbd152
NC
668 * po/fr.po: Updated version.
669 * po/es.po: Updated version.
b85cedd7 670
8b53311e
NC
6712002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
672
673 * addr2line.c (usage): Update text to provide verbose
674 description of the command line options.
675 * ar.c (usage): Update text to provide verbose
676 description of the command line options.
677 (main): Accept -h and -H when running as ranlib.
678 * coffdump.c (show_usage): Update text to provide verbose
679 description of the command line options.
680 * dlltool.c (main): Accept -H as an alias for --help.
681 * nlmconv.c (show_usage): Update text to provide verbose
682 description of the command line options.
683 * nm.c (usage): Replace OPTIONS with option(s).
684 (main): Accept -H as an alias for --help.
685 * objcopy.c (strip_main): Accept -H as an alias for --help.
686 * objdump.c (main): Accept -v as an alias for --verbose.
687 * readelf.c (usage): Adjust format to match style used in
688 other binutils.
689 * size.c (usage): Update text to provide verbose description
690 of the command line options.
691 (main): Accept -v, -h and -H as command line options.
692 * srconv.c (show_usage): Update text to provide verbose
693 description of the command line options.
694 * strings.c (main): Accept -H and -v as command line options.
695 (usage): Update text to provide verbose description of the
696 command line options.
697 * sysdump.c (show_usage): Update text to provide verbose
698 description of the command line options.
699 * windres.c (usage): Adjust format to match style used in
700 other binutils.
701
702 * coffdump.c: Fix formatting.
703 * nlmconv.c: Fix formatting.
704 * srconv.c: Fix formatting.
705 * sysdump.c: Fix formatting.
706
c46f0c34
AM
7072002-01-22 Alan Modra <amodra@bigpond.net.au>
708
709 * Makefile.am: Run "make dep-am".
710 * Makefile.in: Regenerate.
711
2a538ba5
AJ
7122002-01-18 Andreas Jaeger <aj@suse.de>
713
714 * version.c (print_version): Update year.
715
285d1771
AM
7162002-01-17 Alan Modra <amodra@bigpond.net.au>
717
718 * readelf.c (get_machine_name): Handle EM_PPC64.
719 (guess_is_rela): Here too.
720
328577ad
NC
7212002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
722
723 * po/binutils.pot: Regenerate.
724 * po/fr.po: Regenerate.
725 * po/tr.po: Regenerate.
726
af3ae48d
NC
7272002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
728
729 * po/tr.po: Import new version.
730
f1cb7e17
AM
7312002-01-16 Alan Modra <amodra@bigpond.net.au>
732
733 * readelf.c (get_ppc64_dynamic_type): New.
734 (get_dynamic_type): Call it.
735
6364e0b4
NC
7362002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
737
3ab9460d
NC
738 * objcopy.c (copy_usage): Use "options" instead of "switches".
739 (strip_usage): Use "options" instead of "switches".
740 * doc/binutils.texi (dlltool): Refer to "options" instead of
741 "switches".
6364e0b4 742
3a7e524e
RE
7432002-01-14 Richard Earnshaw <rearnsha@arm.com>
744
745 * MAINTAINERS: Add self as co-maintainer for the ARM code.
746
1209e219
NC
7472001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
748
749 * po/es.po: Import from translation project.
750 * configure.in (ALL_LINGUAS): Add es.
751 * configure: Regenerate.
752
b4db1224
JT
7532002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
754
755 * readelf.c (get_netbsd_elfcore_note_type): Use
756 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
757
9437c45b
JT
7582002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
759
760 * readelf.c: Update copyright years.
761 (get_note_type): Return a const char *.
762 (get_netbsd_elfcore_note_type): New function.
763 (process_note): Use get_netbsd_elfcore_note_type to get
764 the note type string for NetBSD ELF core files.
765
00428cca
AM
7662002-01-06 Steve Ellcey <sje@cup.hp.com>
767
768 * readelf.c (get_ia64_segment_type): Add support for macros.
769 (get_segment_type): Add support for IA64 specific macros.
770
31104126
NC
7712001-12-20 Julian v. Bock <julian@wongr.net>
772
773 * readelf.c (print_symbol): New function: Print a formatted symbol
774 name. If --wide is specified do not truncate it.
775 (dump_relocations): Use print_symbol() to print symbol names.
776 (process_symbol_table): Likewise.
777 (process_syminfo): Likewise.
778 (process_mips_specific): Likewise.
779 (usage): Document new feature of --wide switch.
780 * doc/binutils.texi (objdump): Document additional behaviour of
781 --wide.
2a538ba5 782
4dd67f29
MS
7832001-12-18 Michael Snyder <msnyder@redhat.com>
784
785 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
786 (copy_object): Don't set the start address or flags of a core file.
787 (copy_section): Don't relocate a core file. Don't copy contents
788 if the input section has the contents flag set, but the output
789 section does not (which happens with the fake 'note' pseudo-
790 sections that BFD creates for corefiles).
791
43521d43
TS
7922001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
793
794 * readelf.c (get_machine_flags): Recognize header flags for ABI and
795 ASE extensions. More robust code for ISA checking. Ignore empty fields
796 in header flags for GNU extensions.
797
b667df2e
AM
7982001-12-18 Alan Modra <amodra@bigpond.net.au>
799
800 * objcopy.c (copy_archive): Set output bfd format outside the loop.
801
17a5a5c3
NC
8022001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
803
804 * po/ja.po: Import from translation project.
805 * configure.in (ALL_LINGUAS): Add ja.
806 * configure: Regenerate.
807
65de42c0
TS
8082001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
809
810 * addr2line.c (main): Protoype.
811 * ar.c (main): Protoype.
812 * nm.c (main): Protoype.
813 * objcopy.c (main): Protoype.
814 * objdump.c (main): Protoype.
815 * size.c (main): Protoype.
816 * strings.c (main): Protoype.
817
9ad5cbcf
AM
8182001-12-17 Alan Modra <amodra@bigpond.net.au>
819
820 * readelf.c (symtab_shndx_hdr): New global.
821 (SECTION_HEADER_INDEX): Define.
822 (SECTION_HEADER_NUM): Define.
823 (SECTION_HEADER): Define.
824 (GET_ELF_SYMBOLS): Pass two params rather than three.
825 (get_32bit_elf_symbols): Take file and section args. Read and
826 use SHT_SYMTAB_SHNDX.
827 (get_64bit_elf_symbols): Likewise.
828 (dump_relocations): Use SECTION_HEADER to index "section_headers".
829 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
830 Remember symtab_shdx_hdr.
831 (process_program_headers): Scan from index 1 for segment map.
832 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
833 "section_headers".
834 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
835 (process_unwind): Likewise.
836 (process_version_sections): Likewise.
837 (process_symbol_table): Likewise.
838 (display_debug_info): Likewise.
839 (process_dynamic_segment): Fake up a symtab section for changed
840 GET_ELF_SYMBOLS.
841 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
842 (process_program_headers): Kill signed/unsigned warning.
843 (load_debug_str): Likewise.
844 (display_debug_info): Likewise.
845
65765700
JJ
8462001-12-13 Jakub Jelinek <jakub@redhat.com>
847
848 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
849
560f3c1c
AM
8502001-12-11 Alan Modra <amodra@bigpond.net.au>
851
852 * readelf.c (process_file_header): Print extended e_shnum and
853 e_shdtrndx values. Set elf_header values for same.
854 (get_32bit_section_headers): Add "num" arg to read "num" headers.
855 (get_64bit_section_headers): Likewise.
856 (process_section_headers): Update calls.
857 (get_file_header): Call get_32bit_section_headers or 64bit variant.
858
bc408b8a
JJ
8592001-12-10 Jakub Jelinek <jakub@redhat.com>
860
861 * objcopy.c (setup_section): Copy entsize.
862
93fbbb04
GK
8632001-12-07 Geoffrey Keating <geoffk@redhat.com>
864
865 * readelf.c (guess_is_rela): Add support for stormy16.
866 (dump_relocations): Likewise.
867 (get_machine_name): Likewise.
868
e3c8793a
NC
8692001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
870
871 * dllwrap.c (main) Replace multiple strings describing a
872 single error with a single, newline escaped sentence to permit
873 better translation into foreign languages.
874
875 * readelf.c (get_elf_class): Remove internalionalisation of ELF
876 class names.
877
956cd1d6
TS
8782001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
879
880 * strings.c (get_char): Initialize value.
881
956c53ee
TS
8822001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
883
884 * arlex.l: Silence compile warnings.
885 * arsup.h: Likewise. Fix formatting.
886
cedd9a58
JJ
8872001-12-04 Jakub Jelinek <jakub@redhat.com>
888
889 * strings.c: Include config.h before bfd.h.
890 (file_off): New type.
891 (file_open): Define.
892 (print_strings): Use file_off instead of file_ptr. Print addresses
893 which don't fit into long correctly.
894 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
895 available.
896 (strings_file): Use file_off instead of file_ptr. Use file_open.
897 * configure.in: Check for getc_unlocked.
898 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
899 be defined for it.
900 * configure: Rebuilt.
901 * config.h.in: Rebuilt.
902
af667503
L
9032001-11-29 H.J. Lu <hjl@gnu.org>
904
905 * bucomm.c (make_tempname): Revert the changes made on
906 2001-11-14 and 2001-11-12. They won't work with directories.
907
16474668
NC
9082001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
909
910 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
911 CFLAGS_FOR_TARGET to runtest in environment.
912 * Makefile.in: Rebuild.
913 * doc/Makefile.in: Rebuild.
914
17978339
MS
9152001-11-28 Mike Stump <mrs@wrs.com>
916
917 * objcopy.c (setup_section): Preserve SEC_RELOC when
918 --set-section-flags is used.
919
261a45ad
NC
9202001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
921
922 * readelf.c (do_debug_str): New variable.
923 (display_debug_str): New function: Display the contents of a
924 .debug_str section.
925 (load_debug_str): New function: Load in the contents of a
926 .debug_str section.
927 (free_debug_str): New function: Free the memory used by
928 load_debug_str().
929 (fetch_indirect_string): Retrieve a string from the .debug_str
930 section.
931 (usage): Add -ws.
932 (parse_args): Accept -ws.
933 (process_section_headers): Allow the display of the .debug_str
934 section.
935 (read_and_display_attr_value): Use fetch_indirect_string. Show
936 offset into .debug_str section.
937 (display_debug_info): Use load_debug_str and free_debug_str.
938 (debug_displays): Add .debug_str.
939 * doc/binutils.texi: Document -ws.
940
b8908f93
AJ
9412001-11-19 Andreas Jaeger <aj@suse.de>
942
943 * testsuite/binutils-all/objdump.exp: Add x86-64.
944
e5fb9629
AS
9452001-11-15 Andreas Schwab <schwab@suse.de>
946
947 * readelf.c: Fix warnings without terminating newline.
948
802a735e
AM
9492001-11-15 Alan Modra <amodra@bigpond.net.au>
950
951 * doc/binutils.texi (objdump): Document ppc -M options.
952
b89e9eae
AJ
9532001-11-14 Andreas Jaeger <aj@suse.de>
954
955 * doc/binutils.texi (objdump): Fix description to use x86-64.
956
a6a25652
NC
9572001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
958
959 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
960 not all systems provide mkstemp.
961
e396998b
AM
9622001-11-14 Alan Modra <amodra@bigpond.net.au>
963
964 * doc/binutils.texi (objdump): Document x86 -M options.
965
81766fca
RH
9662001-11-13 Keith Walker <keith.walker@arm.com>
967
968 * readelf.c (read_and_display_attr_value): New function to
969 handle DW_FORM_indirect.
970 (read_and_display_attr): Use it.
971
1a509dcc
GK
9722001-11-13 Geoffrey Keating <geoffk@redhat.com>
973
974 * readelf.c (display_debug_lines): Deal with unknown standard
975 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
976 DW_LNS_set_isa.
977
6e917903 9782001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 979
6e917903
TW
980 * MAINTAINERS: Add self as tic54x maintainer. This target
981 includes the IBM C54XDSP clone.
7559e86e 982
6e917903 9832001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 984
7559e86e
NC
985 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
986
9872001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 988
ecdadc4a
JL
989 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
990 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
991 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
992 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
993 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
994 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
995 (unw_decode_b2, unw_decode_b3_b4): Likewise.
996
91770270
JL
997 * readelf.c (get_elf_class): Fix ISO portability glitch.
998 (get_data_encoding, get_osabi_name, request_dump): Likewise.
999
ef5cdfc7
JJ
10002001-11-07 Jakub Jelinek <jakub@redhat.com>
1001
1002 * readelf.c (debug_str, debug_str_size): New.
1003 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1004 Call free_abbrevs.
1005 (read_and_display_addr): Handle DW_FORM_strp.
1006 (display_debug_info): Read .debug_str section if present,
1007 so that DW_FORM_strp can be handled.
1008 Fix test for non-existant .debug_abbrev section.
1009
5e9520c8
JJ
10102001-11-05 Jakub Jelinek <jakub@redhat.com>
1011
1012 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1013
1014 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1015
54589086
MS
10162001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1017
1018 * MAINTAINERS: Add self as s390/s390x maintainer.
1019
c05b685b
TR
10202001-11-02 Tom Rix <trix@bluey.cygnus.com>
1021
1022 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1023
3c62831e
NC
10242001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1025
1026 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1027 * configure: Regernate.
1028 * po/fr.po: New file.
1029 * po/tr.po: New file.
1030
3c3bdf30
NC
10312001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1032
9b19141a 1033 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1034 * readelf.c: Include elf/mmix.h.
1035 (guess_is_rela): MMIX is RELA.
1036 (dump_relocations): Handle MMIX relocations.
1037 * Makefile.am: Regenerate dependencies.
1038 * Makefile.in: Regenerate.
1039
f662939a
NC
10402001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1041
1042 * readelf.c (parse_args): Handle multiple options to the -w
1043 switch.
1044
c91d0dfb
JJ
10452001-10-12 Jakub Jelinek <jakub@redhat.com>
1046
1047 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1048 LOPROC, LOOS and LOUSER.
1049
7559e86e 10502001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1051
1052 * MAINTAINERS: Update my email address.
1053
fcd8210c
AM
10542001-10-03 Alan Modra <amodra@bigpond.net.au>
1055
1056 * doc/Makefile.in: Regenerate.
1057 * configure: Regenerate.
1058
428409d5
NC
10592001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1060
1061 * readelf.c (display_debug_line, display_debug_pubnames,
1062 display_debug_info, display_debug_frames): Detect and warn
1063 about 64-bit format entries.
1064 (display_debug_aranges): Reword 64-bit warning.
1065 (debug_displays): Add .debug_pubtypes as a known, but not yet
1066 supported, debug section.
1067
6a8c2b0d
AM
10682001-10-02 Alan Modra <amodra@bigpond.net.au>
1069
1070 * coffdump.c (PROGRAM_VERSION): Delete.
1071 (main <'V'>): Call print_version.
1072 * srconv.c: Likewise.
1073 * sysdump.c: Likewise.
1074 * version.c (program_version): Remove.
1075 (print_version): Use BFD_VERSION_STRING. Just print the current
1076 year in copyright message.
1077 * addr2line.c (program_version): Remove unused declaration.
1078 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1079 place of BFD_VERSION.
1080 * Makefile.am (Makefile): Depend on bfd/configure.in.
1081 (cplus-dem.o): Depend on Makefile.
1082 Run "make dep-am".
1083 * Makefile.in: Regenerate.
1084
e414a165
NC
10852001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1086
1087 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1088 format .debug_arange sections.
1089 (main): Add missing prototype.
b8908f93 1090
efc3ee7f
HPN
10912001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1092
1093 * Makefile.am: Update dependencies with "make dep-am".
1094 * Makefile.in: Regenerate.
1095
9e85c2a0
RH
10962001-09-28 Richard Henderson <rth@redhat.com>
1097
1098 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1099
451dad9c
AM
11002001-09-26 Alan Modra <amodra@bigpond.net.au>
1101
1102 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1103 VA_CLOSE.
1104 (non_fatal): Likewise.
1105 * objdump.c (objdump_sprintf): Likewise.
1106 * readelf.c (error): Likewise.
1107 (warn): Likewise.
1108
d974e256
JJ
11092001-09-25 Jakub Jelinek <jakub@redhat.com>
1110
1111 * readelf.c (do_wide): New.
1112 (options): Add --wide.
1113 (usage, parse_args): Likewise.
1114 (process_program_headers): Put each segment on a single line if
1115 --wide is given.
1116 (process_section_headers): Put each section on a single line if
1117 --wide is given.
1118 * doc/binutils.texi: Document it.
1119 * NEWS: Likewise.
1120
2f11c261
AM
11212001-09-25 Alan Modra <amodra@bigpond.net.au>
1122
1123 * readelf.c (print_vma): Print 8 digits of low hex value.
1124
1d50f91e
AJ
11252001-09-24 Andreas Jaeger <aj@suse.de>
1126
1127 * nlmconv.c: Fix warnings about unused attributes and function
1128 prototypes.
1129
1130 * strings.c: Add prototype for get_char.
1131
38131e67
L
11322000-09-19 H.J. Lu <hjl@gnu.org>
1133
1134 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1135 $(srcdir)/cxxfilt.man.
1136 * doc/Makefile.in: Rebuild.
1137
3bcfb3e4
AM
11382001-09-19 Alan Modra <amodra@bigpond.net.au>
1139
1140 * objcopy.c (copy_main): Correct rename-section string parsing.
1141 Consolidate new_name parsing, and error messages.
1142
3882b010
L
11432001-09-18 Bruno Haible <haible@clisp.cons.org>
1144
1145 * addr2line.c: Don't include <ctype.h>.
1146 (main): For gettext, also set the LC_CTYPE locate facet.
1147 * ar.c (main): Likewise.
1148 * coffdump.c (main): Likewise.
1149 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1150 (main): For gettext, also set the LC_CTYPE locate facet.
1151 Use ISALNUM instead of isalpha/isdigit.
1152 * dllwrap.c: Don't include <ctype.h>.
1153 (main): For gettext, also set the LC_CTYPE locate facet.
1154 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1155 (main): For gettext, also set the LC_CTYPE locate facet.
1156 Use TOUPPER instead of islower/toupper.
1157 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1158 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1159 Use TOUPPER instead of islower/toupper.
1160 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1161 * objcopy.c (main): Likewise.
1162 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1163 (disassemble_bytes): Use ISPRINT instead of isprint.
1164 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1165 (dump_data): Use ISPRINT instead of isprint.
1166 (main): For gettext, also set the LC_CTYPE locate facet.
1167 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1168 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1169 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1170 Use TOUPPER instead of islower/toupper.
1171 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1172 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1173 (write_rc_accelerators): Use ISPRINT instead of isprint.
1174 (write_rc_rcdata): Likewise.
1175 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1176 * srconv.c (main): Likewise.
1177 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1178 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1179 isdigit/isupper/islower.
1180 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1181 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1182 stab_demangle_prefix, stab_demangle_qualified,
1183 stab_demangle_template, stab_demangle_type,
1184 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1185 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1186 (isgraphic): Use ISPRINT instead of isascii/isprint.
1187 (main): Remove HAVE_LC_MESSAGES dependency.
1188 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1189 (pbarray): Use ISPRINT instead of isprint.
1190 (main): For gettext, also set the LC_CTYPE locate facet.
1191 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1192 (format_from_filename): Use ISPRINT instead of isprint.
1193 (main): For gettext, also set the LC_CTYPE locate facet.
1194 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1195 (unicode_print): Use ISPRINT instead of isprint.
1196 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1197 (stab_variable): Use ISDIGIT instead of isdigit.
1198
e59b4dfb
AM
11992001-09-18 Alan Modra <amodra@bigpond.net.au>
1200
1201 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1202 Replace bfd_read call with call to bfd_bread.
1203 (extract_file): Likewise.
1204
1205 * objdump.c (dump_section_header): Cast section->filepos to
1206 unsigned long to suit printf format string.
1207 * readelf.c (process_section_headers): Similarly for sh_offset.
1208 (process_unwind): Likewise.
1209
d132876a
NC
12102001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1211
1212 * strings.c (encoding, encoding_bytes): New variables.
1213 (long_options): Add --encoding.
1214 (main): Accept -e and --encoding.
1215 (get_char): New function. Read a, possibly wide, character from
1216 the input stream.
1217 (print_strings): Use get_char().
1218 (usage): Document new command line option.
1219 * doc/binutils.texi: Document new command line option.
1220 * NEWS: Announce new command line option.
1221
7559e86e 12222001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1223
1224 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1225 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1226 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1227 Removed EM_CYGNUS_ARC.
1228
7559e86e 12292001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1230
1231 * readelf.c: Include elf/h8 for H8 series definitions.
1232 (guess_is_rela): H8 series if RELA.
1233 (dump_relocations): Handle H8 series relocations.
1234
0823fbca
EC
12352001-08-31 Eric Christopher <echristo@redhat.com>
1236
1237 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1238
8db76d70
PT
12392001-08-29 Peter Targett <peter.targett@arccores.com>
1240
1241 * MAINTAINERS: Include ARC Maintainer.
1242
d81d6584
BE
12432001-08-29 Ben Elliston <bje@redhat.com>
1244
1245 * stabs.c (stab_demangle_template): Initialise s4.
1246
25a1ff5b
AM
12472001-08-27 Alan Modra <amodra@bigpond.net.au>
1248
1249 * readelf.c (dump_relocations): Recognise EM_PPC64.
1250
a5d22d2a
TS
12512001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1252
1253 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1254
62a5a82d
L
12552001-08-25 H.J. Lu <hjl@gnu.org>
1256
1257 * nm.c (print_width): New.
1258 (display_rel_file): Set `print_width' according to
1259 bfd_sprintf_vma.
1260 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1261
1ae8b3d2
AO
12622001-08-24 Alexandre Oliva <aoliva@redhat.com>
1263
1264 * objcopy.c (use_alt_mach_code): New variable.
1265 (OPTION_ALT_MACH_CODE): Define.
1266 (copy_options): Added --alt-machine-code.
1267 (copy_main): Handle it.
1268 (copy_object): Switch to alternate machine code if requested.
1269 * doc/binutils.texi: Document new option.
1270 * NEWS: Likewise.
1271
d1bdd336
TS
12722001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1273
1274 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1275
410f7a12
L
12762001-08-21 H.J. Lu <hjl@gnu.org>
1277
1278 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1279 (display_debug_info): Cast for 64bit hosts.
1280 (display_debug_frames): Likewise.
1281 (process_mips_specific): Likewise.
1282
c32144ff
AJ
12832001-08-21 Andreas Jaeger <aj@suse.de>
1284
1285 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1286
1287 * sysdump.c: Add missing prototypes.
1288 * srconv.c: Likewise.
1289 * unwind-ia64.c: Likewise.
1290 * coffdump.c: Likewise.
1291
1292 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1293
1294 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1295 of declaring xcalloc.
1296
d8180c76
L
12972001-08-10 H.J. Lu <hjl@gnu.org>
1298
1299 * nm.c (print_value): Add one arg, bfd *.
1300 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1301 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1302 (print_symbol_info_sysv): Likewise.
1303 (print_symbol_info_posix): Likewise.
1304
1305 * objdump.c (dump_section_header): Replace printf_vma with
1306 bfd_printf_vma.
1307 (print_section_stabs): Likewise.
1308 (dump_bfd_header): Likewise.
1309 (objdump_print_value): Replace sprintf_vma with
1310 bfd_sprintf_vma.
1311 (disassemble_bytes): Likewise.
1312 (dump_reloc_set): Likewise.
1313
0218d1e4
AJ
13142001-08-10 Andreas Jaeger <aj@suse.de>
1315
1316 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1317 to build warnings.
1318 * configure: Regenerate.
1319
2863d58a
AM
13202001-08-09 Alan Modra <amodra@bigpond.net.au>
1321
1322 * readelf.c: Add missing prototypes.
1323 * objdump.c: Likewise. Format existing prototypes.
1324
c0e047e0
AO
13252001-08-08 Alexandre Oliva <aoliva@redhat.com>
1326
1327 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1328 of any RELA relocation for the abbrev_offset memory location that
1329 refers to the .debug_abbrev section symbol.
1330
ff78d6d6
L
13312001-08-07 H.J. Lu <hjl@gnu.org>
1332
1333 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1334 (main): Return process_file ().
1335
c36774d6
PB
13362001-08-05 Philip Blundell <philb@gnu.org>
1337
1338 * doc/binutils.texi: Use "Thumb" not "THUMB".
1339
8f9d9bd9
JH
13402001-08-03 John Healy <jhealy@redhat.com>
1341
1342 Patch suggested by Frank Eigler <fche@redhat.com>.
1343 * objdump.c (disassemble_data): Fill in section member of the
1344 disasm_info structure.
1345
c918cb96
DD
13462001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1347
1348 * configure.in: Added --with-windres option.
1349 * configure: Regenerated.
1350
c7c55b78
NC
13512001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1352
1353 * doc/binutils.texi: Use @command{name} for commands;
1354 use @option{-opt} for options; use @table @env for list of options;
1355 remove spaces arround [ | ] in synopsis.
1356
1357 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1358 center title.
1359
594ef5db
NC
13602001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1361
1362 * objcopy.c: Fix formatting.
1363 (section_rename): New structure.
1364 (OPTION_RENAME_SECTION): New switch.
1365 (copy_usage): Document new switch.
1366 (add_section_rename): New function: Add a node to the section
1367 rename list.
1368 (find_section_rename): New function: Find the new name and
1369 flags for a section.
1370 (setup_section): Call find_section_name to determine the name
1371 of the output section.
1372 (copy_main): Handle OPTION_RENAME_SECTION.
1373 * binutils.texi: Document new switch.
1374 * NEWS: Mention new switch.
1375
1f554c69
NC
13762001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1377
1378 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1379 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1380 bug-binutils@gcc.org.
1381
2f83960e
AM
13822001-07-28 Matthias Kramm <kramm@quiss.org>
1383
1384 * bucomm.c (list_supported_architectures): New function.
1385 * bucomm.h (list_supported_architectures): Declare.
1386 * objdump.c (usage): Call the above.
1387
20fe0649
DB
13882001-07-25 Dave Brolley <brolley@redhat.com>
1389
1390 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1391 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1392
1b577b00
NC
13932001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1394
1395 * README: Update for 2.11. Change bug reporting email address.
1396 * MAINTAINERS: Tidy up. Change bug reporting email address.
1397
95fd336c
DD
13982001-07-16 DJ Delorie <dj@redhat.com>
1399
5f16d855
DD
1400 * resres.c (write_res_header): Align header size.
1401 (res_align_file): Calculate alignment correctly.
1402
95fd336c
DD
1403 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1404 correct 10).
1405 * resrc.c (write_rc_resource): Likewise.
1406 * windres.h (SUBLANG_SHIFT): Define - as 10.
1407
ed8fee27
NC
14082001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1409
1410 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1411
90ab7e9a
NC
14122001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1413
1414 * MAINTAINERS: Add notes about branch checkins.
1415
e0c60db2
NC
14162001-07-05 Daniel Berlin <dan@cgsoftware.com>
1417
1418 * readelf.c (display_debug_macinfo): New function, display
1419 .debug_macinfo section.
1420 (do_debug_macinfo): New variable.
1421 (parse_args): Handle "-w[mM]" to mean display macro info.
1422 (process_section_headers): Handle debug_macinfo.
1423 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1424 function for .debug_macinfo display.
e0c60db2
NC
1425 * doc/binutils.texi: Document new command line switch.
1426 * NEWS: Document new feature of readelf.
0218d1e4 1427
24e01a36
L
14282001-07-05 H.J. Lu <hjl@gnu.org>
1429
1430 * objcopy.c (filter_symbols): Don't turn undefined symbols
1431 into local.
1432
4258bf4d
L
14332001-07-03 H.J. Lu <hjl@gnu.org>
1434
1435 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1436 $@.pod.
1437 (ar.1): Likewise.
1438 (dlltool.1): Likewise.
1439 (nlmconv.1): Likewise.
1440 (nm.1): Likewise.
1441 (objcopy.1): Likewise.
1442 (objdump.1): Likewise.
1443 (ranlib.1): Likewise.
1444 (readelf.1): Likewise.
1445 (size.1): Likewise.
1446 (strings.1): Likewise.
1447 (strip.1): Likewise.
1448 (windres.1): Likewise.
1449 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1450 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1451 $(DEMANGLER_NAME).
1452 (as.1): Removed.
1453 * doc/Makefile.in: Regenerated.
1454
7014bc31
NC
14552001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1456
1457 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1458
b811889f
NC
14592001-07-01 Daniel Berlin <dan@cgsoftware.com>
1460
1461 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1462
12ab83a9
NC
14632001-06-29 James Cownie <jcownie@etnus.com>
1464
1465 * readelf.c: Support DWARF 2.1 attributes.
1466
a6e9f9df
AM
14672001-06-28 Alan Modra <amodra@bigpond.net.au>
1468
1469 * readelf.c (GET_DATA_ALLOC): Remove.
1470 (GET_DATA): Remove.
1471 (get_data): New function combining above macros, with an extra
1472 test for zero size.
1473 (slurp_rela_relocs): Use get_data, and catch error return.
1474 (slurp_rel_relocs): Likewise.
1475 (get_32bit_program_headers): Likewise.
1476 (get_64bit_program_headers): Likewise.
1477 (get_32bit_section_headers): Likewise.
1478 (get_64bit_section_headers): Likewise.
1479 (get_32bit_elf_symbols): Likewise.
1480 (get_64bit_elf_symbols): Likewise.
1481 (process_section_headers): Likewise.
1482 (process_relocs): Likewise.
1483 (slurp_ia64_unwind_table): Likewise.
1484 (process_unwind): Likewise.
1485 (get_32bit_dynamic_segment): Likewise.
1486 (get_64bit_dynamic_segment): Likewise.
1487 (process_dynamic_segment): Likewise.
1488 (process_version_sections): Likewise.
1489 (process_symbol_table): Likewise.
1490 (dump_section): Likewise.
1491 (display_debug_info): Likewise.
1492 (display_debug_section): Likewise.
1493 (process_section_contents): Likewise.
1494 (process_corefile_note_segment): Likewise.
1495 (process_mips_specific): Likewise. Also free econf32, econf64.
1496
af3fc3bc
AM
14972001-06-25 Alan Modra <amodra@bigpond.net.au>
1498
1499 * readelf.c (dump_relocations): Print "bad symbol index" if
1500 symtab == NULL with non-zero symtab_index.
1501 (process_relocs): Don't bomb if reloc section has no symsec.
1502
6d900bf6
L
15032001-06-24 H.J. Lu <hjl@gnu.org>
1504
1505 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1506 by accident.
1507 (copy_main): Apply the the change made to strip_main on
1508 2001-05-30 by accident.
1509
49b4e386
AJ
15102001-06-23 Andreas Jaeger <aj@suse.de>
1511
1512 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1513 parameter 'code'.
1514 (unw_decode_x2): Likewise.
1515 (unw_decode_x3): Likewise.
1516 (unw_decode_x4): Likewise.
1517
d8dc71e3
BE
15182001-06-23 Ben Elliston <bje@redhat.com>
1519
1520 * MAINTAINERS: Add myself as M88k maintainer.
1521
af3bdff7
NC
15222001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1523
1524 * objcopy.c (strip_main): Support -o or --output-file command lien
1525 switch.
1526
105e7211
L
15272001-06-19 H.J. Lu <hjl@gnu.org>
1528
1529 * doc/Makefile.in: Regenerated.
1530
c45021f2
NC
15312001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1532
1533 * readelf.c: Restore formatting.
1534
15352001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1536
1537 * Makefile.am: Move documentation into doc subdirectory.
1538 * Makefile.in: Regenerated.
1539 * binutils.texi: Move into doc subdirectory.
1540 * addr2line.1: Removed.
1541 * ar.1: Likewise.
1542 * dlltool.1: Likewise.
1543 * nlmconv.1: Likewise.
1544 * nm.1: Likewise.
1545 * objcopy.1: Likewise.
1546 * objdump.1: Likewise.
1547 * ranlib.1: Likewise.
1548 * readelf.1: Likewise.
1549 * size.1: Likewise.
1550 * strings.1: Likewise.
1551 * strip.1: Likewise.
1552 * windres.1: Likewise.
1553 * cxxfilt.man: Likewise.
1554 * doc: New Directory.
1555 * doc/Makefile.am: New file.
1556 * doc/Makefile.in: Generate.
1557
09ad7db3
AM
15582001-06-09 Alan Modra <amodra@bigpond.net.au>
1559
1560 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1561
936260fe
AM
15622001-06-01 Alan Modra <amodra@bigpond.net.au>
1563
1564 * MAINTAINERS: Update my email address.
1565
16b2b71c
NC
15662001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1567
1568 * objcopy.c: Add new switches: --keep-global-symbol,
1569 --keep-symbols, --localize-symbols, --keep-global-symbols and
1570 --weaken-symbols.
1571 * binutils.texi: Document new switches.
1572 * objcopy.1: Regenerate.
1573 * NEWS: Announce new feature.
1574
7036c0e1
AJ
15752001-05-28 Andreas Jaeger <aj@suse.de>
1576
1577 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1578 variables, fix format strings.
1579
76a406e5
NC
15802001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1581
1582 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1583 when computing the address of the line to show.
1584
31b6fca6
RH
15852001-05-16 Richard Henderson <rth@redhat.com>
1586
1587 * readelf.c (do_debug_frames_interp): New.
1588 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1589 (byte_get_big_endian): Likewise.
1590 (parse_args) ['F']: Set do_debug_frames_interp.
1591 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1592 (frame_display_row): Don't trunc pc_begin to int.
1593 (size_of_encoded_value): New.
1594 (display_debug_frames): Handle 64-bit targets. Print raw data
1595 unless do_debug_frames_interp.
1596 (debug_displays): Remove duplicate .debug_frame.
1597
4fe85591
NC
15982001-05-15 Ralf Baechle <ralf@gnu.org>
1599
1600 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1601 The former constant was never in active use and is used otherwise
1602 by the ABI.
1603
579f31ac
JJ
16042001-05-11 Jakub Jelinek <jakub@redhat.com>
1605
1606 * readelf.c (process_unwind): Print all unwind sections, not just
1607 one.
1608
78f4a3f7
AM
16092001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1610
1611 * readelf.c (process_unwind): Remove const specifier.
1612
1c529ca6
NC
16132001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1614
1615 * strings.c (isgraphic): Do not use isascii() unless it is needed
1616 for isprint() to work.
1617 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1618
87e6d782
NC
16192001-04-27 Johan Rydberg <jrydberg@opencores.org>
1620
1621 * NEWS: Announce support for OpenRISC.
1622
4bd3d870 16232001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1624
1625 * dlltool.c (do_default_excludes): Initialise to true.
1626
21211521
AM
16272001-04-10 Alan Modra <amodra@one.net.au>
1628
1629 * MAINTAINERS: Update my email address
1630 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1631
0c66b61e 16322001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1633
1634 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1635
e58d53af
L
16362001-03-30 H.J. Lu <hjl@gnu.org>
1637
1638 * readelf.c (process_unwind): Just return if do_unwind is 0.
1639
bee72332
DD
16402001-03-28 Roger Sayle <roger@metaphorics.com>
1641
1642 * dlltool.c (make_one_lib_file): Fix section flags for
1643 .text, .data and .bss in stub ds*.o files to match those
1644 generated by gas.
1645
f1467e33
L
16462001-03-29 H.J. Lu <hjl@gnu.org>
1647
1648 * readelf.c (process_unwind): Only do unwind sections for
1649 IA64.
1650
1c6fb4fe
L
16512001-03-28 H.J. Lu <hjl@gnu.org>
1652
1653 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1654 * Makefile.in: Regenerate.
1655
0879a67a
AJ
16562001-03-26 Andreas Jaeger <aj@suse.de>
1657
1658 * binutils.texi (nm): Fix texi syntax.
1659
0285c67d
NC
16602001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1661
1662 * binutils.texi: Put @c man begin and @c man end indications
1663 to generate man pages using texi2pod and pod2man. Put @c man title
1664 to identify each man. Add SEEALSO entries.
1665 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1666 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1667 sort the list.
1668 (*.1): Build the man pages from binutils.texi.
1669 * Makefile.in: Regenerate.
1670
04847a4d
CF
16712001-03-13 Eric Kohl <ekohl@rz-online.de>
1672
1673 * defparse.y (opt_equal_name): allow "." in name.
1674 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1675 (gen_exp_file): Likewise.
1676
43a0748c
NC
16772001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1678
1679 * NEWS: Document addition of -B switch to objcopy.
1680 * binutils.texi: Document addition of -B switch to objcopy.
1681 * objcopy.c: (copy_options): Add --binary-architecture.
1682 (copy_usage): Document -B/--binary-architecture.
1683 (copy_main): Support -B/--binary-architecture. Set
1684 bfd_external_binary_architecture.
0879a67a 1685
b7498e0e
NC
16862001-03-11 Andreas Jaeger <aj@suse.de>
1687
1688 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1689 (dump_relocations): Likewise.
1690 (get_machine_name): Likewise.
1691
a59e3bd7
NC
16922001-02-28 Nick Clifton <nickc@redhat.com>
1693
1694 * readelf.c: (struct unw_aux_info): Remove const modifier for
1695 'strtab' field.
1696 (process_unwind): Remove non-K&R compliant LHS type cast in call
1697 to GET_DATA_ALLOC macro.
1698
a5bcd848
PB
16992001-02-28 Philip Blundell <pb@futuretv.com>
1700
1701 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1702 ABI is in use; remove ambiguity between the "unknown" EABI and
1703 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1704 renamed EF_xx constants.
1705
27b7e12d
AM
17062001-02-27 Alan Modra <alan@linuxcare.com.au>
1707
1708 * configure.in (BFD_VERSION): New.
1709 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1710 * configure: Regenerate.
1711 * Makefile.am: Run "make dep-am"
1712 * Makefile.in: Regenerate.
1713
a9f10786
NC
17142001-02-14 Nick Clifton <nickc@redhat.com>
1715
1716 * MAINTAINERS: Add "Obvious Fix" rule.
1717
3c44da9a
MS
17182001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1719
1720 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1721 literal concatenation.
1722
ecd03389
MS
17232001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1724
1725 * readelf.c (struct unw_aux_info): Remove const from the info member.
1726 (process_unwind): Don't type-cast the third argument to the
1727 GET_DATA_ALLOC macro.
1728
88ec60c7
NC
17292001-02-11 Nick Clifton <nickc@redhat.com>
1730
1731 * readelf.c (dump_relocations): Free corrected allocated
1732 array.
1733 (process_unwind): Fix compile time warning.
1734
f5e21966
NC
17352001-02-10 Nick Clifton <nickc@redhat.com>
1736
1737 * binutils.texi: Document new --unwind option to readelf.
1738
a85d7ed0
NC
17392001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1740
1741 * readelf.c: Add linux target for S/390.
1742
7bb10502
AM
17432001-02-10 Alan Modra <alan@linuxcare.com.au>
1744
1745 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1746 printf is a macro.
1747
8ca8f343
HPN
17482001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1749
1750 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1751 * aclocal.m4: Regenerate.
1752 * configure: Regenerate.
1753
7340082d
NC
17542001-02-07 Todd Vierling <tv@wasabisystems.com>
1755
1756 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1757 * objdump.c (bfd_target_vector): Likewise.
1758
4d6ed7c8
NC
17592001-02-07 David Mosberger <davidm@hpl.hp.com>
1760
1761 * readelf.c (process_unwind): New function.
1762 (slurp_ia64_unwind_table): Ditto.
1763 (dump_ia64_unwind): Ditto.
1764 (find_symbol_for_address): Ditto.
1765 (slurp_rela_relocs): New function (split off from dump_relocations()).
1766 (slurp_rel_relocs): Ditto.
1767 (parse_args): Handle '-u' option.
1768
1769 * unwind-ia64.c: New file.
1770 * unwind-ia64.h: New file.
1771 * Makefile.am: Include unwind-ia64.c in readelf build.
1772 * Makefile.in: Regenerate.
7340082d 1773 * po/binutils.pot: Regenerate.
4d6ed7c8 1774
c7217458
PB
17752001-02-04 Philip Blundell <philb@gnu.org>
1776
1777 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1778 * configure: Regenerate.
1779
956eedd4
AM
17802001-01-31 Steve deRosier <sderosier@vari-lite.com>
1781
1782 * ieee.c (ieee_add_bb11): Don't check for backslashes
1783 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1784
8855cbca
AM
17852001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1786
c7f2731e
AM
1787 * ieee.c: Update copyright.
1788 (ieee_start_compilation_unit): Don't check for backslashes
1789 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1790
8855cbca
AM
1791 * stabs.c: Update copyright. Include "filenames.h".
1792 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1793
329de803 17942001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1795
1796 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1797 sections are present before using them. Remove code duplication.
1798 (process_symbol_table): Check if VERDEF or VERNEED sections are
1799 present before using them.
1800
23719f39
NC
18012001-01-17 Nick Clifton <nickc@redhat.com>
1802
1803 * objcopy.c (copy_object): Fail if attempting to convert the
1804 endianness of the input object file.
1805
1806 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1807
f726e849
NC
18082001-01-16 Nick Clifton <nickc@redhat.com>
1809
1810 * readelf.c (string_table_length): New variable.
1811 (SECTION_NAME): Catch out of range indices and missing section
1812 pointers.
1813 (process_section_headers): Delete useless local variable
1814 string_table_offset. Set the value of string_table_length
1815 after loading the string table.
1816 (process_mips_specific): Use SECTION_NAME macro.
1817 (process_file): Set string_table_length to 0 when it is freed.
1818
d0398d6a
NC
18192001-01-12 Nick Clifton <nickc@redhat.com>
1820
1821 * version.c (print_version): Update copyright date.
1822
0d2bcfaf
NC
18232001-01-11 Peter Targett <peter.targett@arccores.com>
1824
1825 * readelf.c (dump_relocations): Include selection with EM_ARC.
1826 (get_machine_name) Update name to "ARC".
1827
8b1e6df3
NC
18282001-01-09 Nick Clifton <nickc@redhat.com>
1829
1830 * Makefile.am: Add rule to build objdump.o from objdump.c and
1831 using OBJDUMP_DEFS.
1832 * Makefile.in: Regenerate.
1833
1834 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1835 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1836 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1837 * configure: Regenerate.
8b1e6df3
NC
1838
1839 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1840 is defined read in the relocs even if dump_reloc_info is
1841 false.
1842
2f952d20
PB
18432001-01-07 Philip Blundell <philb@gnu.org>
1844
1845 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1846 `bug-binutils'.
1847 * README: Likewise.
1848
a8c548cb
NC
18492000-12-19 Nick Clifton <nickc@redhat.com>
1850
1851 * dlltool.c: Add missing support for arm-epoc-pe.
1852 * configure.in: Add missing support for arm-epoc-pe.
1853 * configure: Regenerate.
1854
cc5fda35
NC
18552000-12-15 Nick Clifton <nickc@redhat.com>
1856
1857 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1858 Mode parts of the x86 port.
1859
bcedfee6
NC
18602000-12-04 Andreas Jaeger <aj@suse.de>
1861
1862 * readelf.c (guess_is_rela): Add EM_X86_64.
1863 (dump_relocations): Add EM_X86_64.
1864 (get_machine_name): Add EM_X86_64.
1865 Include "elf/x86-64.h".
1866
584da044
NC
18672000-12-12 Nick Clifton <nickc@redhat.com>
1868
1869 * readelf.c: Fix formatting.
1870
7559e86e 18712000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1872
1873 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1874
a98cc2b2
AH
18752000-12-07 Andrew Haley <aph@redhat.com>
1876
1877 * readelf.c (display_debug_frames): Only display columns that are
1878 referenced by the frame debug info.
1879
c7987a69
NC
18802000-12-05 Nick Clifton <nickc@redhat.com>
1881
1882 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1883
09fd7e38
JM
18842000-12-04 Jason Merrill <jason@redhat.com>
1885
1886 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1887 (display_debug_section): Likewise.
1888 (display_debug_info): Display CU header before bailing.
1889
e7af610e
NC
18902000-12-01 Chris Demetriou <cgd@sibyte.com>
1891
09fd7e38
JM
1892 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1893 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1894 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1895
09fd7e38
JM
1896 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1897 and E_MIPS_ARCH_64.
84ea6cf2 1898
09fd7e38
JM
1899 * readelf.c (get_machine_flags): Add case for
1900 E_MIPS_MACH_SB1.
c6c98b38 1901
75066968
DD
19022000-11-30 Richard Earnshaw <rearnsha@arm.com>
1903
1904 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1905
5c4666ea
HPN
19062000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1907