* budemang.c: New file, "demangle" function.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a6637ec0
AM
12002-07-02 Alan Modra <amodra@bigpond.net.au>
2
3 * budemang.c: New file, "demangle" function.
4 * budemang.h: New file.
5 * addr2line.c (translate_addresses): Use "demangle".
6 * nm.c (print_symname): Likewise.
7 * objdump.c (objdump_print_symname): Likewise.
8 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
9 here since that obfuscates.
10 * rdcoff.c: Don't #include demangle.h.
11 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
12 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
13 (HFILES): Add budemang.h. Sort.
14 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
15 Run "make dep-am".
16 * Makefile.in: Regenerate.
17
179d3252
JT
182002-07-01 Matt Thomas <matt@3am-software.com>
19
20 * readelf.c: Include "elf/vax.h".
21 (guess_is_rela): Move EM_VAX from unknown to RELA case.
22 (dump_relocations): Handle VAX relocations.
23 (get_machine_flags): Handle VAX machine flags.
24
75751cd9
SC
252002-06-29 Stephane Carrez <stcarrez@nerim.fr>
26
27 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
28
e5851ab8
NC
292002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
30
31 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
32
eb3f2f5c
AM
332002-06-26 Alan Modra <amodra@bigpond.net.au>
34
35 * nm.c (print_symname): When demangling, strip leading dots from
36 symbol names to avoid confusing the demangler.
37
a13a0de8
L
382002-06-25 H.J. Lu <hjl@gnu.org>
39
40 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
41 * Makefile.in: Regenerated.
42
6db7a086
AM
432002-06-21 Igor Schein <igor@txc.com>
44
45 * configure.in: Quote bu_cv_have_fopen64.
46 * configure: Regenerate.
47
9710509e
AM
482002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
49
50 * configure.in: Check for strcoll.
51 * configure: Regenerate.
52 * config.in: Regenerate.
53 * nm.c (main): Set locale for LC_COLLATE category.
54 (non_numeric_forward): Use strcoll if available.
55
a9f0b5e7
DB
562002-06-20 Dave Brolley <brolley@redhat.com>
57
58 * MAINTAINERS: Add self as fr30 and frv maintainer.
59
33f5f537
L
602002-06-18 H.J. Lu (hjl@gnu.org)
61
62 * nm.c: Include "elf/common.h".
63 (extended_symbol_info): Add elfinfo, a pointer to
64 elf_symbol_type.
65 (SYM_SIZE): Use elfinfo if it is not NULL.
66 (get_symbol_type): New function.
67 (display_archive): Set print_width for each archive member.
68 (display_file): Likewise.
69 (display_rel_file): Don't set print_width here.
70 (print_object_filename_sysv): Handle print_width.
71 (print_archive_member_sysv): Likewise.
72 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
73 (print_symbol): Set the elfinfo field in extended_symbol_info
74 for ELF.
75 (print_object_filename_sysv): Fix the output format.
76 (print_symbol_info_sysv): Print type and section for ELF.
77
782002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
79
80 * nm.c (print_size_symbols): Remove assignment, which makes
81 the symbol's size equal to its value when --size-sort is
82 used.
83
5c70f934
DB
842002-06-18 Dave Brolley <brolley@redhat.com>
85
86 From Catherine Moore:
87 * readelf.c (elf/frv.h): #include it.
88 (guess_is_rela): Support EM_CYGNUS_FRV.
89 (dump_relocations): Ditto.
90 (get_machine_name): Ditto.
91 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
92
7ece0d85
JJ
932002-06-18 Jakub Jelinek <jakub@redhat.com>
94
95 * readelf.c (get_file_header): Only read the first section header if
96 e_shoff is non-zero.
97
72797995
L
982002-06-15 H.J. Lu (hjl@gnu.org)
99
100 * nm.c (print_size): New variable. Initialize to 0.
101 (long_options): Add 'S'/"print-size".
102 (main): Handle 'S'.
103 (print_symbol_info_bsd): Print size only if print_size is not
104 0.
105
106 * doc/binutils.texi: Document -S/--print-size.
107
977f7911
NC
1082002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
109
110 * nm.c (struct extended_symbol_info): New strcuture: Add the size
111 of the symbols to the information provided by the symbol_info
112 structure.
113 (print_symbols): Pass the symbol size to print_symbol.
114 (print_size_symbols): Pass the symbol size to print_symbol.
115 (print_symbol): Extra argument: The size of the symbol. Store
116 this in the extended_symbol_info structure.
117 (print_symbol_info): Change type of info parameter to
118 extended_symbol_info. Display the size, if known.
119 (print_symbol_info_posix): Likewise.
120 (print_symbol_info_sysv): Likewise.
121
b1f88ebe
AM
1222002-06-08 Alan Modra <amodra@bigpond.net.au>
123
fa449227
AM
124 * Makefile.am: Run "make dep-am".
125 * Makefile.in: Regenerate.
126 * doc/Makefile.in: Regnerate.
127
b1f88ebe
AM
128 * bucomm.c: Replace CONST with const.
129 * nm.c: Likewise.
130 * objdump.c: Likewise.
131
91a106e6
L
1322002-06-07 H.J. Lu <hjl@gnu.org>
133
134 * readelf.c (DW_CFA_GNU_args_size): Don't define.
135 (DW_CFA_GNU_negative_offset_extended): Likewise.
136 (DW_CFA_GNU_window_save): Likewise.
137 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
138 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
139
6ab6b380
NC
1402002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
141
142 * nm.c: When computing size of symbols for an ELF target use the
143 internal size field.
144
e28e05a3
JL
1452002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
146
147 * testsuite/binutils-all/objcopy.exp: clear xfail for
148 "hppa*64*-*-hpux*".
149 * testsuite/binutils-all/hppa/objdump.exp: Return if
150 "*64*-*-*".
151
dc156bc0
AM
1522002-06-05 Alan Modra <amodra@bigpond.net.au>
153
154 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
155
1562002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
157
158 * objdump.c: Fix formatting.
159
d79e4ea3
BE
1602002-05-29 Ben Elliston <bje@redhat.com>
161
162 * MAINTAINERS: Add self as M68k maintainer.
163
d172d4ba
NC
1642002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
165
166 * readelf.c: Modified/Added DLX elf support.
167
7edb8f29
NC
1682002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
169
3a1a2036
NC
170 * arsup.c: Fix formatting.
171 * debug.c (debug_record_label): Add missing colon to error
172 message.
173 * ieee.c (parse_ieee_ty): Fix spelling typo.
174 * readelf.c (process_program_headers): Remove English assumption
175 about making a plural word.
176 (process_section_headers): Likewise.
177 (process_relocs): Allow quotes to be translated.
178 (process_unwind): Likewise,
179 (process_mips_specific): Improve error message.
180 (get_note_type): Fix spelling typo.
181
7edb8f29
NC
182 * configure.in (ALL_LINGUAS): Add sv
183 * po/sv.po: New file.
184
3eee1e9d
AM
1852002-05-27 Alan Modra <amodra@bigpond.net.au>
186
187 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
188 (unw_print_grmask): Likewise.
189 (unw_print_frmask): Likewise.
190
d43efbe3
KH
1912002-05-26 Kazu Hirata <kazu@cs.umass.edu>
192
193 * arsup.c: Remove ARGSUSED.
194 * debug.c: Likewise.
195 * ieee.c: Likewise.
196 * nlmconv.c: Likewise.
197 * prdbg.c: Likewise.
198 * stabs.c: Likewise.
199 * wrstabs.c: Likewise.
200
e9792343
AM
2012002-05-25 Alan Modra <amodra@bigpond.net.au>
202
203 * arlex.l: Use #include "" instead of <> for local header files.
204 * coffdump.c: Likewise.
205 * coffgrok.c: Likewise.
206 * nlmconv.c: Likewise.
207 * nlmheader.y: Likewise.
208 * srconv.c: Likewise.
209 * strings.c: Likewise.
210 * sysdump.c: Likewise.
211 * unwind-ia64.h: Likewise.
212 * windres.h: Likewise.
213 * winduni.h: Likewise.
214
d7e53452
TR
2152002-05-24 Tom Rix <trix@redhat.com>
216
217 * MAINTAINERS: Add self as the d10v maintainer.
218
436e8db0
NC
2192002-05-24 TAMURA Kent <kent@netbsd.org>
220
221 * configure.in: Builds dlltool for i386-netbsdpe.
222 * configure: Regenerate.
223
9f66665a
KH
2242002-05-23 Kazu Hirata <kazu@cs.umass.edu>
225
226 * size.c: Fix formatting.
227 * srconv.c: Likewise.
228 * stabs.c: Likewise.
229 * sysdump.c: Likewise.
230 * unwind-ia64.c: Likewise.
231 * wrstabs.c: Likewise.
232
13ae64f3
JJ
2332002-05-23 Jakub Jelinek <jakub@redhat.com>
234
235 * readelf.c (get_segment_type): Add PT_TLS.
236 (get_elf_section_flags): Add SHF_TLS.
237 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
238 (process_dynamic_segment): Use puts instead of printf.
239 (get_symbol_type): Support STT_TLS.
240 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
241 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
242 Add SEC_THREAD_LOCAL.
243
53c7db4b
KH
2442002-05-23 Kazu Hirata <kazu@cs.umass.edu>
245
246 * rdcoff.c: Fix formatting.
247 * rddbg.c: Likewise.
248 * readelf.c: Likewise.
249 * rename.c: Likewise.
250 * resbin.c: Likewise.
251 * resrc.c: Likewise.
252 * resres.c: Likewise.
253
0af11b59
KH
2542002-05-21 Kazu Hirata <kazu@cs.umass.edu>
255
256 * filemode.c: Fix formatting.
257 * ieee.c: Likewise.
258 * is-ranlib.c: Likewise.
259 * is-strip.c: Likewise.
260 * maybe-ranlib.c: Likewise.
261 * maybe-strip.c: Likewise.
262 * nlmconv.c: Likewise.
263 * nm.c: Likewise.
264 * not-ranlib.c: Likewise.
265 * not-strip.c: Likewise.
266 * objcopy.c: Likewise.
267 * objdump.c: Likewise.
268
21611032
TS
2692002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
270
271 * objdump.c (dump_headers): Fix output formatting for ELF32
272 architectures in a BFD64 enabled toolchain.
273
26044998
KH
2742002-05-20 Kazu Hirata <kazu@cs.umass.edu>
275
276 * debug.c: Fix formatting.
277 * debug.h: Likewise.
278 * dlltool.c: Likewise.
279 * dllwrap.c: Likewise.
280 * emul_aix.c: Likewise.
281 * emul_vanilla.c: Likewise.
282
f462a9ea
KH
2832002-05-19 Kazu Hirata <kazu@cs.umass.edu>
284
285 * addr2line.c: Fix formatting.
286 * ar.c: Likewise.
287 * arsup.c: Likewise.
288 * arsup.h: Likewise.
289 * binemul.c: Likewise.
290 * binemul.h: Likewise.
291 * bucomm.c: Likewise.
292 * coffdump.c: Likewise.
293 * coffgrok.c: Likewise.
294 * coffgrok.h: Likewise.
295
e0159aa9
MM
2962002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
297
298 * MAINTAINERS: Add myself as the second AVR port maintainer.
299
074b403e
SC
3002002-05-16 Stephane Carrez <stcarrez@nerim.fr>
301
302 * MAINTAINERS: Update my email address.
303
2b9c8201
NC
3042002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
305
306 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
307
e1d5b1e7
AM
3082002-05-09 Alan Modra <amodra@bigpond.net.au>
309
310 * configure.in: Replace `*pe' with `pe' throughout.
311 * configure: Regenerate.
312
d3d8a9ee
NC
3132002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
314
315 * Makefile.am: Honour DESTDIR.
316 * Makefile.in: Regenerate.
317
405c98a4
AM
3182002-05-06 Alan Modra <amodra@bigpond.net.au>
319
a02d5965
AM
320 * dlltool.c (process_def_file): Add missing prototype.
321 (new_directive, assemble_file, main): Likewise.
322 (process_def_file, new_directive): Make static.
323 (inform): Rewrite using VA_FIXEDARG.
324 * dllwrap.c (mybasename): Add missing prototype.
325 (strhash, main): Likewise.
326 (inform): Rewrite using VA_FIXEDARG.
327 (warn): Likewise.
328 (cleanup_and_exit): Use old style function definition.
329 (strhash): Likewise.
330 * windres.c (define_resource): Use one memset to clear all of
331 struct res_resource.
332
405c98a4 333 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 334 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
335
3362002-05-06 Borut Razem <borut.razem@siol.net>
337
338 * rclex.l (get_string): Correct "strings" list handling.
339 * resrc.c (read_rc_file): Discard strings.
340
91593c9d
AM
3412002-05-04 Alan Modra <amodra@bigpond.net.au>
342
e58a75dc
AM
343 * ar.c (replace_members): Remove unused var. Formatting fix.
344 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
345
91593c9d
AM
346 * MAINTAINERS: Sort port maintainers by CPU.
347
6b52b824
AM
3482002-05-04 Bob Byrnes <byrnes@curl.com>
349
350 * size.c (display_archive): Add last_arfile and code to close archives.
351
dd70071f
AM
3522002-05-01 Alan Modra <amodra@bigpond.net.au>
353
354 * nm.c (print_symbol): Check returned filename from
355 bfd_find_nearest_line is non-NULL.
356
6c95717a
EZ
3572002-04-25 Elena Zannoni <ezannoni@redhat.com>
358
359 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
360
3c25c5f6
NC
3612002-04-24 Christian Groessler <chris@groessler.org>
362
363 * MAINTAINERS: Changed my email address.
364
944cd72c
TS
3652002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
366
367 * arparse.y: Fix syntax warning.
368
ea91f8bb
NC
3692002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
370
3e55a963
NC
371 * readelf.c (fetch_location_list): Remove unused function.
372
373 * readelf.c (process_corefile_note_segment): Catch corrupt notes
374 and display a warning message, then exit the loop.
375
ea91f8bb
NC
376 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
377
45b99827
NC
3782002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
379
380 * resrc.c (write_rc_dialog): If charset is non-default value
381 display all of the DIALOGEX parameters.
382
3832002-04-15 Eric Kohl <ekohl@rz-online.de>
384
385 * rcparse.y: Allow two to five parameter in FONT statement of
386 DIALOGEX resources.
387 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
388 resource data.
389 (res_to_bin_dialog): Likewise.
390 * windres.h: Added misssing charset variable to dialog_ex
391 structure.
392
acfbab8a
NC
3932002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
394
395 * rcparse.y: Set MEMFLAG_PURE by default.
396
df3baf66
NC
3972002-04-09 Bernd Herd <info@herdsoft.com>
398
399 * rcparse.y: CLASS definitions in DIALOG resources
400 are quoted.
4c30641a 401 Fix typo in BEDIT warning.
91eafb40 402 Don't add default dialog style when explicit style specified.
b62a12ca 403 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 404
b24eb5ac
NC
405 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
406 (handle_quotes) "\a" escape (used for right justified key
407 definitions in menus) is encodes as binary 8.
df3baf66 408
b24eb5ac
NC
409 * resrc.c (write_rc_dialog): Print style even if it is 0.
410 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 411 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 412
b24eb5ac
NC
413 * resbin.c (bin_to_res_dialog): Use signature to identify
414 DIALOGEX.
f7d63484 415
b24eb5ac 416 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 417
df3baf66
NC
4182002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
419
420 * resrc.c: print CLASS names in quotes
421
4222002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
423
424 * MAINTAINERS: Update my email address.
425
8e42bcb6
AM
4262002-04-04 Alan Modra <amodra@bigpond.net.au>
427
428 * dep-in.sed: Cope with absolute paths.
429 * Makefile.am (dep.sed): Subst TOPDIR.
430 Run "make dep-am".
431 * Makefile.in: Regenerate.
432
96f959e5
PT
4332002-03-27 Peter Targett <peter.targett@arc.com>
434
435 * MAINTAINERS: Update my email address.
436
1ea788ee
AM
4372002-03-21 Alan Modra <amodra@bigpond.net.au>
438
439 * Makefile.am: Run "make dep-am".
440 * Makefile.in: Regenerate.
441 * doc/Makefile.in: Regenerate.
442 * po/POTFILES.in: Regenerate.
443 * aclocal.m4: Regenerate.
444 * config.in: Regenerate.
445 * configure: Regenerate.
446
a2f14207
DB
4472002-03-20 Daniel Berlin <dan@dberlin.org>
448
449 * readelf.c: Add support for displaying dwarf2 location lists.
450 (do_debug_loc, debug_loc_section, debug_loc_size): New.
451 (parse_args): Use 'O' as shorthand for displaying location list
452 section.
453 (process_section_headers): Handle debug_loc as well.
454 (load_debug_loc): New.
455 (free_debug_loc): New.
456 (fetch_location_list): New.
457 (display_debug_loc): New.
458 (display_debug_info): Call load_debug_loc and free_debug_loc.
459 (debug_displays): We can display .debug_loc now, too.
460 (usage): Update usage string.
461 (read_and_display_attr_value): Note location lists, but don't
462 display them inline.
463
eb1e0e80
NC
4642002-03-18 Tom Rix <trix@redhat.com>
465
466 * Makefile.am: Add binutils emulation support.
467 * configure.in: Same.
468 * configure.tgt: New file. Same.
469 * ar.c (main): Use ar_emul_parse_arg.
470 (usage): Use ar_emul_usage.
471 (replace_members): Use ar_emul_replace, ar_emul_append.
472 * binemul.c: New file. Define the binutils emulation
473 layer. Define default methods.
474 * binemul.h: New file. Binutils emulation layer header file.
475 * emul_aix.c: New file. AIX binutils emulation.
476 * emul_vanilla.c: New file. Default binutils emulation.
477 * Makefile.in: Regenerate.
478 * configure: Same.
479
a1c259a1
NC
4802002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
481
482 * po/fr.po: Updated version.
483
9ce88e60
NC
4842002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
485
486 * po/fr.po: Updated version.
487
effb0601
DJ
4882002-03-07 Daniel Jacobowitz <drow@mvista.com>
489
490 * README: Update some version numbers.
491
a65688ab
DJ
4922002-03-07 Daniel Jacobowitz <drow@mvista.com>
493
494 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
495 (Architecture Selection): Likewise.
496
f3f7fbb2
NC
4972002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
498
499 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
500 generating .exp file.
501
25345be5
NC
5022002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
503
504 * readelf.c (dump_relocations): Fix typo.
505
9a66911f
NC
5062002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
507
508 * NEWS: Mark 2.12 branch.
509
2c71103e
NC
5102002-02-18 Timothy Daly <remote_bob@yahoo.com>
511
512 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
513 types for 64-bit MIPS. Narrow some fields for 80-char
514 output.
515 (dump_relocations): Change spelling from 'unrecognised'
516 to 'unrecognized'.
517 (decode_ARM_machine_flags): Likewise.
518 (parse_args): Likewise.
519 (read_and_display_attr_value): Likewise.
520 (display_debug_section): Likewise.
521
49fda6c8
HPN
5222002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
523
524 * NEWS: Mention support for MMIX.
525
76f57f3a
JT
5262002-02-13 Matt Fredette <fredette@netbsd.org>
527
528 * readelf.c (get_machine_flags): Recognize EF_M68000.
529
d36ca9c2
AO
5302002-02-12 Alexandre Oliva <aoliva@redhat.com>
531
532 * MAINTAINERS: Added self as MN10300 co-maintainer.
533
19397422
AM
5342002-02-12 Alan Modra <amodra@bigpond.net.au>
535
536 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
537 DT_PPC64_OPDSZ.
538
d434e574
DJ
5392002-02-11 Daniel Jacobowitz <drow@mvista.com>
540
541 * MAINTAINERS: List myself as branch maintainer.
542
12b87c89
AM
5432002-02-11 Alan Modra <amodra@bigpond.net.au>
544
545 * configure: Regenerate.
546 * objcopy.c: Update copyright date.
547 * doc/Makefile.in: Regenerate.
548
8d037c5c
DJ
5492002-02-10 Daniel Jacobowitz <drow@mvista.com>
550
551 * nlmconv.c: Back out localtime PARAMS change.
552
4c168fa3
AM
5532002-02-11 Alan Modra <amodra@bigpond.net.au>
554
555 * objcopy.c (MKDIR): Define.
556 (copy_archive): Make name_list.name const. Use MKDIR.
557 Handle duplicate files in archives by making more temp dirs.
558
408f8db1
DJ
5592002-02-10 Daniel Jacobowitz <drow@mvista.com>
560
561 * coffdump.c: Include "getopt.h" after "bucomm.h"
562 so that macros are defined correctly.
563 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
564 prototype. Prototype main.
565 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
566
9f77fa06
AO
5672002-02-06 Alexandre Oliva <aoliva@redhat.com>
568
569 * MAINTAINERS: Added self as SH co-maintainer.
570
82f6addb
NC
5712002-02-05 Nick Clifton <nickc@redhat.com>
572
573 * po/tr.po: Updated translation.
574
ba323545
AM
5752002-02-01 Alan Modra <amodra@bigpond.net.au>
576
577 * Makefile.am: Run "make dep-am"
578 * Makefile.in: Regenerate.
579
3deb89d3
DJ
5802002-01-29 Daniel Jacobowitz <drow@mvista.com>
581
582 * nm.c (print_value): Mark abfd unused.
583
a0e9c55f
DJ
5842002-01-29 Daniel Jacobowitz <drow@mvista.com>
585
586 * unwind-ia64.c (unw_decoder): Change second argument
587 to unsigned int, to match function prototypes.
588
d7a283d4
DJ
5892002-01-29 Daniel Jacobowitz <drow@mvista.com>
590
591 * objdump.c: Include "getopt.h" after "bucomm.h" so that
592 __GNU_LIBRARY__ will be defined.
593 * size.c: Likewise.
594
4867be41
DJ
5952002-01-27 Daniel Jacobowitz <drow@mvista.com>
596
597 * configure: Regenerated.
598
7562a296
HPN
5992002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
600
601 * doc/Makefile.am (install): Depend on install-info.
602 * doc/Makefile.in: Regenerate.
603
15c82623
NC
6042002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
605
606 * objcopy.c (strip_usage): Document -d as an alias
607 --strip-debug.
608
609 * size.c (usage): Document [-t | --totals] options.
610 (long_options): Add --totals option.
611 (main): If the [-t | --totals] option is specified and
612 the output format is Berkeley-style, print the total
613 text, data, and bss sizes of all objects listed.
614 (print_berkeley_format): If the [-t | --totals] option
615 is specified, track the total text, data, and bss
616 sizes.
617 * doc/binutils.texi (size): Document [-t | --totals] options.
618 (strip): Document -d as an alias for --strip-debug.
619 * NEWS: Mention new feature of size.
620
00ea8601 6212002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 622
1ddbd152
NC
623 * po/fr.po: Updated version.
624 * po/es.po: Updated version.
b85cedd7 625
8b53311e
NC
6262002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
627
628 * addr2line.c (usage): Update text to provide verbose
629 description of the command line options.
630 * ar.c (usage): Update text to provide verbose
631 description of the command line options.
632 (main): Accept -h and -H when running as ranlib.
633 * coffdump.c (show_usage): Update text to provide verbose
634 description of the command line options.
635 * dlltool.c (main): Accept -H as an alias for --help.
636 * nlmconv.c (show_usage): Update text to provide verbose
637 description of the command line options.
638 * nm.c (usage): Replace OPTIONS with option(s).
639 (main): Accept -H as an alias for --help.
640 * objcopy.c (strip_main): Accept -H as an alias for --help.
641 * objdump.c (main): Accept -v as an alias for --verbose.
642 * readelf.c (usage): Adjust format to match style used in
643 other binutils.
644 * size.c (usage): Update text to provide verbose description
645 of the command line options.
646 (main): Accept -v, -h and -H as command line options.
647 * srconv.c (show_usage): Update text to provide verbose
648 description of the command line options.
649 * strings.c (main): Accept -H and -v as command line options.
650 (usage): Update text to provide verbose description of the
651 command line options.
652 * sysdump.c (show_usage): Update text to provide verbose
653 description of the command line options.
654 * windres.c (usage): Adjust format to match style used in
655 other binutils.
656
657 * coffdump.c: Fix formatting.
658 * nlmconv.c: Fix formatting.
659 * srconv.c: Fix formatting.
660 * sysdump.c: Fix formatting.
661
c46f0c34
AM
6622002-01-22 Alan Modra <amodra@bigpond.net.au>
663
664 * Makefile.am: Run "make dep-am".
665 * Makefile.in: Regenerate.
666
2a538ba5
AJ
6672002-01-18 Andreas Jaeger <aj@suse.de>
668
669 * version.c (print_version): Update year.
670
285d1771
AM
6712002-01-17 Alan Modra <amodra@bigpond.net.au>
672
673 * readelf.c (get_machine_name): Handle EM_PPC64.
674 (guess_is_rela): Here too.
675
328577ad
NC
6762002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
677
678 * po/binutils.pot: Regenerate.
679 * po/fr.po: Regenerate.
680 * po/tr.po: Regenerate.
681
af3ae48d
NC
6822002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
683
684 * po/tr.po: Import new version.
685
f1cb7e17
AM
6862002-01-16 Alan Modra <amodra@bigpond.net.au>
687
688 * readelf.c (get_ppc64_dynamic_type): New.
689 (get_dynamic_type): Call it.
690
6364e0b4
NC
6912002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
692
3ab9460d
NC
693 * objcopy.c (copy_usage): Use "options" instead of "switches".
694 (strip_usage): Use "options" instead of "switches".
695 * doc/binutils.texi (dlltool): Refer to "options" instead of
696 "switches".
6364e0b4 697
3a7e524e
RE
6982002-01-14 Richard Earnshaw <rearnsha@arm.com>
699
700 * MAINTAINERS: Add self as co-maintainer for the ARM code.
701
1209e219
NC
7022001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
703
704 * po/es.po: Import from translation project.
705 * configure.in (ALL_LINGUAS): Add es.
706 * configure: Regenerate.
707
b4db1224
JT
7082002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
709
710 * readelf.c (get_netbsd_elfcore_note_type): Use
711 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
712
9437c45b
JT
7132002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
714
715 * readelf.c: Update copyright years.
716 (get_note_type): Return a const char *.
717 (get_netbsd_elfcore_note_type): New function.
718 (process_note): Use get_netbsd_elfcore_note_type to get
719 the note type string for NetBSD ELF core files.
720
00428cca
AM
7212002-01-06 Steve Ellcey <sje@cup.hp.com>
722
723 * readelf.c (get_ia64_segment_type): Add support for macros.
724 (get_segment_type): Add support for IA64 specific macros.
725
31104126
NC
7262001-12-20 Julian v. Bock <julian@wongr.net>
727
728 * readelf.c (print_symbol): New function: Print a formatted symbol
729 name. If --wide is specified do not truncate it.
730 (dump_relocations): Use print_symbol() to print symbol names.
731 (process_symbol_table): Likewise.
732 (process_syminfo): Likewise.
733 (process_mips_specific): Likewise.
734 (usage): Document new feature of --wide switch.
735 * doc/binutils.texi (objdump): Document additional behaviour of
736 --wide.
2a538ba5 737
4dd67f29
MS
7382001-12-18 Michael Snyder <msnyder@redhat.com>
739
740 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
741 (copy_object): Don't set the start address or flags of a core file.
742 (copy_section): Don't relocate a core file. Don't copy contents
743 if the input section has the contents flag set, but the output
744 section does not (which happens with the fake 'note' pseudo-
745 sections that BFD creates for corefiles).
746
43521d43
TS
7472001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
748
749 * readelf.c (get_machine_flags): Recognize header flags for ABI and
750 ASE extensions. More robust code for ISA checking. Ignore empty fields
751 in header flags for GNU extensions.
752
b667df2e
AM
7532001-12-18 Alan Modra <amodra@bigpond.net.au>
754
755 * objcopy.c (copy_archive): Set output bfd format outside the loop.
756
17a5a5c3
NC
7572001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
758
759 * po/ja.po: Import from translation project.
760 * configure.in (ALL_LINGUAS): Add ja.
761 * configure: Regenerate.
762
65de42c0
TS
7632001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
764
765 * addr2line.c (main): Protoype.
766 * ar.c (main): Protoype.
767 * nm.c (main): Protoype.
768 * objcopy.c (main): Protoype.
769 * objdump.c (main): Protoype.
770 * size.c (main): Protoype.
771 * strings.c (main): Protoype.
772
9ad5cbcf
AM
7732001-12-17 Alan Modra <amodra@bigpond.net.au>
774
775 * readelf.c (symtab_shndx_hdr): New global.
776 (SECTION_HEADER_INDEX): Define.
777 (SECTION_HEADER_NUM): Define.
778 (SECTION_HEADER): Define.
779 (GET_ELF_SYMBOLS): Pass two params rather than three.
780 (get_32bit_elf_symbols): Take file and section args. Read and
781 use SHT_SYMTAB_SHNDX.
782 (get_64bit_elf_symbols): Likewise.
783 (dump_relocations): Use SECTION_HEADER to index "section_headers".
784 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
785 Remember symtab_shdx_hdr.
786 (process_program_headers): Scan from index 1 for segment map.
787 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
788 "section_headers".
789 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
790 (process_unwind): Likewise.
791 (process_version_sections): Likewise.
792 (process_symbol_table): Likewise.
793 (display_debug_info): Likewise.
794 (process_dynamic_segment): Fake up a symtab section for changed
795 GET_ELF_SYMBOLS.
796 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
797 (process_program_headers): Kill signed/unsigned warning.
798 (load_debug_str): Likewise.
799 (display_debug_info): Likewise.
800
65765700
JJ
8012001-12-13 Jakub Jelinek <jakub@redhat.com>
802
803 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
804
560f3c1c
AM
8052001-12-11 Alan Modra <amodra@bigpond.net.au>
806
807 * readelf.c (process_file_header): Print extended e_shnum and
808 e_shdtrndx values. Set elf_header values for same.
809 (get_32bit_section_headers): Add "num" arg to read "num" headers.
810 (get_64bit_section_headers): Likewise.
811 (process_section_headers): Update calls.
812 (get_file_header): Call get_32bit_section_headers or 64bit variant.
813
bc408b8a
JJ
8142001-12-10 Jakub Jelinek <jakub@redhat.com>
815
816 * objcopy.c (setup_section): Copy entsize.
817
93fbbb04
GK
8182001-12-07 Geoffrey Keating <geoffk@redhat.com>
819
820 * readelf.c (guess_is_rela): Add support for stormy16.
821 (dump_relocations): Likewise.
822 (get_machine_name): Likewise.
823
e3c8793a
NC
8242001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
825
826 * dllwrap.c (main) Replace multiple strings describing a
827 single error with a single, newline escaped sentence to permit
828 better translation into foreign languages.
829
830 * readelf.c (get_elf_class): Remove internalionalisation of ELF
831 class names.
832
956cd1d6
TS
8332001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
834
835 * strings.c (get_char): Initialize value.
836
956c53ee
TS
8372001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
838
839 * arlex.l: Silence compile warnings.
840 * arsup.h: Likewise. Fix formatting.
841
cedd9a58
JJ
8422001-12-04 Jakub Jelinek <jakub@redhat.com>
843
844 * strings.c: Include config.h before bfd.h.
845 (file_off): New type.
846 (file_open): Define.
847 (print_strings): Use file_off instead of file_ptr. Print addresses
848 which don't fit into long correctly.
849 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
850 available.
851 (strings_file): Use file_off instead of file_ptr. Use file_open.
852 * configure.in: Check for getc_unlocked.
853 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
854 be defined for it.
855 * configure: Rebuilt.
856 * config.h.in: Rebuilt.
857
af667503
L
8582001-11-29 H.J. Lu <hjl@gnu.org>
859
860 * bucomm.c (make_tempname): Revert the changes made on
861 2001-11-14 and 2001-11-12. They won't work with directories.
862
16474668
NC
8632001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
864
865 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
866 CFLAGS_FOR_TARGET to runtest in environment.
867 * Makefile.in: Rebuild.
868 * doc/Makefile.in: Rebuild.
869
17978339
MS
8702001-11-28 Mike Stump <mrs@wrs.com>
871
872 * objcopy.c (setup_section): Preserve SEC_RELOC when
873 --set-section-flags is used.
874
261a45ad
NC
8752001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
876
877 * readelf.c (do_debug_str): New variable.
878 (display_debug_str): New function: Display the contents of a
879 .debug_str section.
880 (load_debug_str): New function: Load in the contents of a
881 .debug_str section.
882 (free_debug_str): New function: Free the memory used by
883 load_debug_str().
884 (fetch_indirect_string): Retrieve a string from the .debug_str
885 section.
886 (usage): Add -ws.
887 (parse_args): Accept -ws.
888 (process_section_headers): Allow the display of the .debug_str
889 section.
890 (read_and_display_attr_value): Use fetch_indirect_string. Show
891 offset into .debug_str section.
892 (display_debug_info): Use load_debug_str and free_debug_str.
893 (debug_displays): Add .debug_str.
894 * doc/binutils.texi: Document -ws.
895
b8908f93
AJ
8962001-11-19 Andreas Jaeger <aj@suse.de>
897
898 * testsuite/binutils-all/objdump.exp: Add x86-64.
899
e5fb9629
AS
9002001-11-15 Andreas Schwab <schwab@suse.de>
901
902 * readelf.c: Fix warnings without terminating newline.
903
802a735e
AM
9042001-11-15 Alan Modra <amodra@bigpond.net.au>
905
906 * doc/binutils.texi (objdump): Document ppc -M options.
907
b89e9eae
AJ
9082001-11-14 Andreas Jaeger <aj@suse.de>
909
910 * doc/binutils.texi (objdump): Fix description to use x86-64.
911
a6a25652
NC
9122001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
913
914 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
915 not all systems provide mkstemp.
916
e396998b
AM
9172001-11-14 Alan Modra <amodra@bigpond.net.au>
918
919 * doc/binutils.texi (objdump): Document x86 -M options.
920
81766fca
RH
9212001-11-13 Keith Walker <keith.walker@arm.com>
922
923 * readelf.c (read_and_display_attr_value): New function to
924 handle DW_FORM_indirect.
925 (read_and_display_attr): Use it.
926
1a509dcc
GK
9272001-11-13 Geoffrey Keating <geoffk@redhat.com>
928
929 * readelf.c (display_debug_lines): Deal with unknown standard
930 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
931 DW_LNS_set_isa.
932
6e917903 9332001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 934
6e917903
TW
935 * MAINTAINERS: Add self as tic54x maintainer. This target
936 includes the IBM C54XDSP clone.
7559e86e 937
6e917903 9382001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 939
7559e86e
NC
940 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
941
9422001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 943
ecdadc4a
JL
944 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
945 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
946 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
947 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
948 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
949 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
950 (unw_decode_b2, unw_decode_b3_b4): Likewise.
951
91770270
JL
952 * readelf.c (get_elf_class): Fix ISO portability glitch.
953 (get_data_encoding, get_osabi_name, request_dump): Likewise.
954
ef5cdfc7
JJ
9552001-11-07 Jakub Jelinek <jakub@redhat.com>
956
957 * readelf.c (debug_str, debug_str_size): New.
958 (display_debug_abbrev): If no abbrevs were read, skip the CU.
959 Call free_abbrevs.
960 (read_and_display_addr): Handle DW_FORM_strp.
961 (display_debug_info): Read .debug_str section if present,
962 so that DW_FORM_strp can be handled.
963 Fix test for non-existant .debug_abbrev section.
964
5e9520c8
JJ
9652001-11-05 Jakub Jelinek <jakub@redhat.com>
966
967 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
968
969 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
970
54589086
MS
9712001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
972
973 * MAINTAINERS: Add self as s390/s390x maintainer.
974
c05b685b
TR
9752001-11-02 Tom Rix <trix@bluey.cygnus.com>
976
977 * MAINTAINERS: Add self as PPC XCOFF maintainer.
978
3c62831e
NC
9792001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
980
981 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
982 * configure: Regernate.
983 * po/fr.po: New file.
984 * po/tr.po: New file.
985
3c3bdf30
NC
9862001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
987
9b19141a 988 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
989 * readelf.c: Include elf/mmix.h.
990 (guess_is_rela): MMIX is RELA.
991 (dump_relocations): Handle MMIX relocations.
992 * Makefile.am: Regenerate dependencies.
993 * Makefile.in: Regenerate.
994
f662939a
NC
9952001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
996
997 * readelf.c (parse_args): Handle multiple options to the -w
998 switch.
999
c91d0dfb
JJ
10002001-10-12 Jakub Jelinek <jakub@redhat.com>
1001
1002 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1003 LOPROC, LOOS and LOUSER.
1004
7559e86e 10052001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1006
1007 * MAINTAINERS: Update my email address.
1008
fcd8210c
AM
10092001-10-03 Alan Modra <amodra@bigpond.net.au>
1010
1011 * doc/Makefile.in: Regenerate.
1012 * configure: Regenerate.
1013
428409d5
NC
10142001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1015
1016 * readelf.c (display_debug_line, display_debug_pubnames,
1017 display_debug_info, display_debug_frames): Detect and warn
1018 about 64-bit format entries.
1019 (display_debug_aranges): Reword 64-bit warning.
1020 (debug_displays): Add .debug_pubtypes as a known, but not yet
1021 supported, debug section.
1022
6a8c2b0d
AM
10232001-10-02 Alan Modra <amodra@bigpond.net.au>
1024
1025 * coffdump.c (PROGRAM_VERSION): Delete.
1026 (main <'V'>): Call print_version.
1027 * srconv.c: Likewise.
1028 * sysdump.c: Likewise.
1029 * version.c (program_version): Remove.
1030 (print_version): Use BFD_VERSION_STRING. Just print the current
1031 year in copyright message.
1032 * addr2line.c (program_version): Remove unused declaration.
1033 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1034 place of BFD_VERSION.
1035 * Makefile.am (Makefile): Depend on bfd/configure.in.
1036 (cplus-dem.o): Depend on Makefile.
1037 Run "make dep-am".
1038 * Makefile.in: Regenerate.
1039
e414a165
NC
10402001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1041
1042 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1043 format .debug_arange sections.
1044 (main): Add missing prototype.
b8908f93 1045
efc3ee7f
HPN
10462001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1047
1048 * Makefile.am: Update dependencies with "make dep-am".
1049 * Makefile.in: Regenerate.
1050
9e85c2a0
RH
10512001-09-28 Richard Henderson <rth@redhat.com>
1052
1053 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1054
451dad9c
AM
10552001-09-26 Alan Modra <amodra@bigpond.net.au>
1056
1057 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1058 VA_CLOSE.
1059 (non_fatal): Likewise.
1060 * objdump.c (objdump_sprintf): Likewise.
1061 * readelf.c (error): Likewise.
1062 (warn): Likewise.
1063
d974e256
JJ
10642001-09-25 Jakub Jelinek <jakub@redhat.com>
1065
1066 * readelf.c (do_wide): New.
1067 (options): Add --wide.
1068 (usage, parse_args): Likewise.
1069 (process_program_headers): Put each segment on a single line if
1070 --wide is given.
1071 (process_section_headers): Put each section on a single line if
1072 --wide is given.
1073 * doc/binutils.texi: Document it.
1074 * NEWS: Likewise.
1075
2f11c261
AM
10762001-09-25 Alan Modra <amodra@bigpond.net.au>
1077
1078 * readelf.c (print_vma): Print 8 digits of low hex value.
1079
1d50f91e
AJ
10802001-09-24 Andreas Jaeger <aj@suse.de>
1081
1082 * nlmconv.c: Fix warnings about unused attributes and function
1083 prototypes.
1084
1085 * strings.c: Add prototype for get_char.
1086
38131e67
L
10872000-09-19 H.J. Lu <hjl@gnu.org>
1088
1089 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1090 $(srcdir)/cxxfilt.man.
1091 * doc/Makefile.in: Rebuild.
1092
3bcfb3e4
AM
10932001-09-19 Alan Modra <amodra@bigpond.net.au>
1094
1095 * objcopy.c (copy_main): Correct rename-section string parsing.
1096 Consolidate new_name parsing, and error messages.
1097
3882b010
L
10982001-09-18 Bruno Haible <haible@clisp.cons.org>
1099
1100 * addr2line.c: Don't include <ctype.h>.
1101 (main): For gettext, also set the LC_CTYPE locate facet.
1102 * ar.c (main): Likewise.
1103 * coffdump.c (main): Likewise.
1104 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1105 (main): For gettext, also set the LC_CTYPE locate facet.
1106 Use ISALNUM instead of isalpha/isdigit.
1107 * dllwrap.c: Don't include <ctype.h>.
1108 (main): For gettext, also set the LC_CTYPE locate facet.
1109 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1110 (main): For gettext, also set the LC_CTYPE locate facet.
1111 Use TOUPPER instead of islower/toupper.
1112 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1113 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1114 Use TOUPPER instead of islower/toupper.
1115 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1116 * objcopy.c (main): Likewise.
1117 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1118 (disassemble_bytes): Use ISPRINT instead of isprint.
1119 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1120 (dump_data): Use ISPRINT instead of isprint.
1121 (main): For gettext, also set the LC_CTYPE locate facet.
1122 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1123 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1124 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1125 Use TOUPPER instead of islower/toupper.
1126 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1127 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1128 (write_rc_accelerators): Use ISPRINT instead of isprint.
1129 (write_rc_rcdata): Likewise.
1130 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1131 * srconv.c (main): Likewise.
1132 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1133 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1134 isdigit/isupper/islower.
1135 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1136 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1137 stab_demangle_prefix, stab_demangle_qualified,
1138 stab_demangle_template, stab_demangle_type,
1139 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1140 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1141 (isgraphic): Use ISPRINT instead of isascii/isprint.
1142 (main): Remove HAVE_LC_MESSAGES dependency.
1143 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1144 (pbarray): Use ISPRINT instead of isprint.
1145 (main): For gettext, also set the LC_CTYPE locate facet.
1146 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1147 (format_from_filename): Use ISPRINT instead of isprint.
1148 (main): For gettext, also set the LC_CTYPE locate facet.
1149 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1150 (unicode_print): Use ISPRINT instead of isprint.
1151 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1152 (stab_variable): Use ISDIGIT instead of isdigit.
1153
e59b4dfb
AM
11542001-09-18 Alan Modra <amodra@bigpond.net.au>
1155
1156 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1157 Replace bfd_read call with call to bfd_bread.
1158 (extract_file): Likewise.
1159
1160 * objdump.c (dump_section_header): Cast section->filepos to
1161 unsigned long to suit printf format string.
1162 * readelf.c (process_section_headers): Similarly for sh_offset.
1163 (process_unwind): Likewise.
1164
d132876a
NC
11652001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1166
1167 * strings.c (encoding, encoding_bytes): New variables.
1168 (long_options): Add --encoding.
1169 (main): Accept -e and --encoding.
1170 (get_char): New function. Read a, possibly wide, character from
1171 the input stream.
1172 (print_strings): Use get_char().
1173 (usage): Document new command line option.
1174 * doc/binutils.texi: Document new command line option.
1175 * NEWS: Announce new command line option.
1176
7559e86e 11772001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1178
1179 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1180 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1181 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1182 Removed EM_CYGNUS_ARC.
1183
7559e86e 11842001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1185
1186 * readelf.c: Include elf/h8 for H8 series definitions.
1187 (guess_is_rela): H8 series if RELA.
1188 (dump_relocations): Handle H8 series relocations.
1189
0823fbca
EC
11902001-08-31 Eric Christopher <echristo@redhat.com>
1191
1192 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1193
8db76d70
PT
11942001-08-29 Peter Targett <peter.targett@arccores.com>
1195
1196 * MAINTAINERS: Include ARC Maintainer.
1197
d81d6584
BE
11982001-08-29 Ben Elliston <bje@redhat.com>
1199
1200 * stabs.c (stab_demangle_template): Initialise s4.
1201
25a1ff5b
AM
12022001-08-27 Alan Modra <amodra@bigpond.net.au>
1203
1204 * readelf.c (dump_relocations): Recognise EM_PPC64.
1205
a5d22d2a
TS
12062001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1207
1208 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1209
62a5a82d
L
12102001-08-25 H.J. Lu <hjl@gnu.org>
1211
1212 * nm.c (print_width): New.
1213 (display_rel_file): Set `print_width' according to
1214 bfd_sprintf_vma.
1215 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1216
1ae8b3d2
AO
12172001-08-24 Alexandre Oliva <aoliva@redhat.com>
1218
1219 * objcopy.c (use_alt_mach_code): New variable.
1220 (OPTION_ALT_MACH_CODE): Define.
1221 (copy_options): Added --alt-machine-code.
1222 (copy_main): Handle it.
1223 (copy_object): Switch to alternate machine code if requested.
1224 * doc/binutils.texi: Document new option.
1225 * NEWS: Likewise.
1226
d1bdd336
TS
12272001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1228
1229 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1230
410f7a12
L
12312001-08-21 H.J. Lu <hjl@gnu.org>
1232
1233 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1234 (display_debug_info): Cast for 64bit hosts.
1235 (display_debug_frames): Likewise.
1236 (process_mips_specific): Likewise.
1237
c32144ff
AJ
12382001-08-21 Andreas Jaeger <aj@suse.de>
1239
1240 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1241
1242 * sysdump.c: Add missing prototypes.
1243 * srconv.c: Likewise.
1244 * unwind-ia64.c: Likewise.
1245 * coffdump.c: Likewise.
1246
1247 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1248
1249 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1250 of declaring xcalloc.
1251
d8180c76
L
12522001-08-10 H.J. Lu <hjl@gnu.org>
1253
1254 * nm.c (print_value): Add one arg, bfd *.
1255 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1256 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1257 (print_symbol_info_sysv): Likewise.
1258 (print_symbol_info_posix): Likewise.
1259
1260 * objdump.c (dump_section_header): Replace printf_vma with
1261 bfd_printf_vma.
1262 (print_section_stabs): Likewise.
1263 (dump_bfd_header): Likewise.
1264 (objdump_print_value): Replace sprintf_vma with
1265 bfd_sprintf_vma.
1266 (disassemble_bytes): Likewise.
1267 (dump_reloc_set): Likewise.
1268
0218d1e4
AJ
12692001-08-10 Andreas Jaeger <aj@suse.de>
1270
1271 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1272 to build warnings.
1273 * configure: Regenerate.
1274
2863d58a
AM
12752001-08-09 Alan Modra <amodra@bigpond.net.au>
1276
1277 * readelf.c: Add missing prototypes.
1278 * objdump.c: Likewise. Format existing prototypes.
1279
c0e047e0
AO
12802001-08-08 Alexandre Oliva <aoliva@redhat.com>
1281
1282 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1283 of any RELA relocation for the abbrev_offset memory location that
1284 refers to the .debug_abbrev section symbol.
1285
ff78d6d6
L
12862001-08-07 H.J. Lu <hjl@gnu.org>
1287
1288 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1289 (main): Return process_file ().
1290
c36774d6
PB
12912001-08-05 Philip Blundell <philb@gnu.org>
1292
1293 * doc/binutils.texi: Use "Thumb" not "THUMB".
1294
8f9d9bd9
JH
12952001-08-03 John Healy <jhealy@redhat.com>
1296
1297 Patch suggested by Frank Eigler <fche@redhat.com>.
1298 * objdump.c (disassemble_data): Fill in section member of the
1299 disasm_info structure.
1300
c918cb96
DD
13012001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1302
1303 * configure.in: Added --with-windres option.
1304 * configure: Regenerated.
1305
c7c55b78
NC
13062001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1307
1308 * doc/binutils.texi: Use @command{name} for commands;
1309 use @option{-opt} for options; use @table @env for list of options;
1310 remove spaces arround [ | ] in synopsis.
1311
1312 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1313 center title.
1314
594ef5db
NC
13152001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1316
1317 * objcopy.c: Fix formatting.
1318 (section_rename): New structure.
1319 (OPTION_RENAME_SECTION): New switch.
1320 (copy_usage): Document new switch.
1321 (add_section_rename): New function: Add a node to the section
1322 rename list.
1323 (find_section_rename): New function: Find the new name and
1324 flags for a section.
1325 (setup_section): Call find_section_name to determine the name
1326 of the output section.
1327 (copy_main): Handle OPTION_RENAME_SECTION.
1328 * binutils.texi: Document new switch.
1329 * NEWS: Mention new switch.
1330
1f554c69
NC
13312001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1332
1333 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1334 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1335 bug-binutils@gcc.org.
1336
2f83960e
AM
13372001-07-28 Matthias Kramm <kramm@quiss.org>
1338
1339 * bucomm.c (list_supported_architectures): New function.
1340 * bucomm.h (list_supported_architectures): Declare.
1341 * objdump.c (usage): Call the above.
1342
20fe0649
DB
13432001-07-25 Dave Brolley <brolley@redhat.com>
1344
1345 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1346 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1347
1b577b00
NC
13482001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1349
1350 * README: Update for 2.11. Change bug reporting email address.
1351 * MAINTAINERS: Tidy up. Change bug reporting email address.
1352
95fd336c
DD
13532001-07-16 DJ Delorie <dj@redhat.com>
1354
5f16d855
DD
1355 * resres.c (write_res_header): Align header size.
1356 (res_align_file): Calculate alignment correctly.
1357
95fd336c
DD
1358 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1359 correct 10).
1360 * resrc.c (write_rc_resource): Likewise.
1361 * windres.h (SUBLANG_SHIFT): Define - as 10.
1362
ed8fee27
NC
13632001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1364
1365 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1366
90ab7e9a
NC
13672001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1368
1369 * MAINTAINERS: Add notes about branch checkins.
1370
e0c60db2
NC
13712001-07-05 Daniel Berlin <dan@cgsoftware.com>
1372
1373 * readelf.c (display_debug_macinfo): New function, display
1374 .debug_macinfo section.
1375 (do_debug_macinfo): New variable.
1376 (parse_args): Handle "-w[mM]" to mean display macro info.
1377 (process_section_headers): Handle debug_macinfo.
1378 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1379 function for .debug_macinfo display.
e0c60db2
NC
1380 * doc/binutils.texi: Document new command line switch.
1381 * NEWS: Document new feature of readelf.
0218d1e4 1382
24e01a36
L
13832001-07-05 H.J. Lu <hjl@gnu.org>
1384
1385 * objcopy.c (filter_symbols): Don't turn undefined symbols
1386 into local.
1387
4258bf4d
L
13882001-07-03 H.J. Lu <hjl@gnu.org>
1389
1390 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1391 $@.pod.
1392 (ar.1): Likewise.
1393 (dlltool.1): Likewise.
1394 (nlmconv.1): Likewise.
1395 (nm.1): Likewise.
1396 (objcopy.1): Likewise.
1397 (objdump.1): Likewise.
1398 (ranlib.1): Likewise.
1399 (readelf.1): Likewise.
1400 (size.1): Likewise.
1401 (strings.1): Likewise.
1402 (strip.1): Likewise.
1403 (windres.1): Likewise.
1404 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1405 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1406 $(DEMANGLER_NAME).
1407 (as.1): Removed.
1408 * doc/Makefile.in: Regenerated.
1409
7014bc31
NC
14102001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1411
1412 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1413
b811889f
NC
14142001-07-01 Daniel Berlin <dan@cgsoftware.com>
1415
1416 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1417
12ab83a9
NC
14182001-06-29 James Cownie <jcownie@etnus.com>
1419
1420 * readelf.c: Support DWARF 2.1 attributes.
1421
a6e9f9df
AM
14222001-06-28 Alan Modra <amodra@bigpond.net.au>
1423
1424 * readelf.c (GET_DATA_ALLOC): Remove.
1425 (GET_DATA): Remove.
1426 (get_data): New function combining above macros, with an extra
1427 test for zero size.
1428 (slurp_rela_relocs): Use get_data, and catch error return.
1429 (slurp_rel_relocs): Likewise.
1430 (get_32bit_program_headers): Likewise.
1431 (get_64bit_program_headers): Likewise.
1432 (get_32bit_section_headers): Likewise.
1433 (get_64bit_section_headers): Likewise.
1434 (get_32bit_elf_symbols): Likewise.
1435 (get_64bit_elf_symbols): Likewise.
1436 (process_section_headers): Likewise.
1437 (process_relocs): Likewise.
1438 (slurp_ia64_unwind_table): Likewise.
1439 (process_unwind): Likewise.
1440 (get_32bit_dynamic_segment): Likewise.
1441 (get_64bit_dynamic_segment): Likewise.
1442 (process_dynamic_segment): Likewise.
1443 (process_version_sections): Likewise.
1444 (process_symbol_table): Likewise.
1445 (dump_section): Likewise.
1446 (display_debug_info): Likewise.
1447 (display_debug_section): Likewise.
1448 (process_section_contents): Likewise.
1449 (process_corefile_note_segment): Likewise.
1450 (process_mips_specific): Likewise. Also free econf32, econf64.
1451
af3fc3bc
AM
14522001-06-25 Alan Modra <amodra@bigpond.net.au>
1453
1454 * readelf.c (dump_relocations): Print "bad symbol index" if
1455 symtab == NULL with non-zero symtab_index.
1456 (process_relocs): Don't bomb if reloc section has no symsec.
1457
6d900bf6
L
14582001-06-24 H.J. Lu <hjl@gnu.org>
1459
1460 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1461 by accident.
1462 (copy_main): Apply the the change made to strip_main on
1463 2001-05-30 by accident.
1464
49b4e386
AJ
14652001-06-23 Andreas Jaeger <aj@suse.de>
1466
1467 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1468 parameter 'code'.
1469 (unw_decode_x2): Likewise.
1470 (unw_decode_x3): Likewise.
1471 (unw_decode_x4): Likewise.
1472
d8dc71e3
BE
14732001-06-23 Ben Elliston <bje@redhat.com>
1474
1475 * MAINTAINERS: Add myself as M88k maintainer.
1476
af3bdff7
NC
14772001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1478
1479 * objcopy.c (strip_main): Support -o or --output-file command lien
1480 switch.
1481
105e7211
L
14822001-06-19 H.J. Lu <hjl@gnu.org>
1483
1484 * doc/Makefile.in: Regenerated.
1485
c45021f2
NC
14862001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1487
1488 * readelf.c: Restore formatting.
1489
14902001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1491
1492 * Makefile.am: Move documentation into doc subdirectory.
1493 * Makefile.in: Regenerated.
1494 * binutils.texi: Move into doc subdirectory.
1495 * addr2line.1: Removed.
1496 * ar.1: Likewise.
1497 * dlltool.1: Likewise.
1498 * nlmconv.1: Likewise.
1499 * nm.1: Likewise.
1500 * objcopy.1: Likewise.
1501 * objdump.1: Likewise.
1502 * ranlib.1: Likewise.
1503 * readelf.1: Likewise.
1504 * size.1: Likewise.
1505 * strings.1: Likewise.
1506 * strip.1: Likewise.
1507 * windres.1: Likewise.
1508 * cxxfilt.man: Likewise.
1509 * doc: New Directory.
1510 * doc/Makefile.am: New file.
1511 * doc/Makefile.in: Generate.
1512
09ad7db3
AM
15132001-06-09 Alan Modra <amodra@bigpond.net.au>
1514
1515 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1516
936260fe
AM
15172001-06-01 Alan Modra <amodra@bigpond.net.au>
1518
1519 * MAINTAINERS: Update my email address.
1520
16b2b71c
NC
15212001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1522
1523 * objcopy.c: Add new switches: --keep-global-symbol,
1524 --keep-symbols, --localize-symbols, --keep-global-symbols and
1525 --weaken-symbols.
1526 * binutils.texi: Document new switches.
1527 * objcopy.1: Regenerate.
1528 * NEWS: Announce new feature.
1529
7036c0e1
AJ
15302001-05-28 Andreas Jaeger <aj@suse.de>
1531
1532 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1533 variables, fix format strings.
1534
76a406e5
NC
15352001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1536
1537 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1538 when computing the address of the line to show.
1539
31b6fca6
RH
15402001-05-16 Richard Henderson <rth@redhat.com>
1541
1542 * readelf.c (do_debug_frames_interp): New.
1543 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1544 (byte_get_big_endian): Likewise.
1545 (parse_args) ['F']: Set do_debug_frames_interp.
1546 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1547 (frame_display_row): Don't trunc pc_begin to int.
1548 (size_of_encoded_value): New.
1549 (display_debug_frames): Handle 64-bit targets. Print raw data
1550 unless do_debug_frames_interp.
1551 (debug_displays): Remove duplicate .debug_frame.
1552
4fe85591
NC
15532001-05-15 Ralf Baechle <ralf@gnu.org>
1554
1555 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1556 The former constant was never in active use and is used otherwise
1557 by the ABI.
1558
579f31ac
JJ
15592001-05-11 Jakub Jelinek <jakub@redhat.com>
1560
1561 * readelf.c (process_unwind): Print all unwind sections, not just
1562 one.
1563
78f4a3f7
AM
15642001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1565
1566 * readelf.c (process_unwind): Remove const specifier.
1567
1c529ca6
NC
15682001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1569
1570 * strings.c (isgraphic): Do not use isascii() unless it is needed
1571 for isprint() to work.
1572 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1573
87e6d782
NC
15742001-04-27 Johan Rydberg <jrydberg@opencores.org>
1575
1576 * NEWS: Announce support for OpenRISC.
1577
4bd3d870 15782001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1579
1580 * dlltool.c (do_default_excludes): Initialise to true.
1581
21211521
AM
15822001-04-10 Alan Modra <amodra@one.net.au>
1583
1584 * MAINTAINERS: Update my email address
1585 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1586
0c66b61e 15872001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1588
1589 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1590
e58d53af
L
15912001-03-30 H.J. Lu <hjl@gnu.org>
1592
1593 * readelf.c (process_unwind): Just return if do_unwind is 0.
1594
bee72332
DD
15952001-03-28 Roger Sayle <roger@metaphorics.com>
1596
1597 * dlltool.c (make_one_lib_file): Fix section flags for
1598 .text, .data and .bss in stub ds*.o files to match those
1599 generated by gas.
1600
f1467e33
L
16012001-03-29 H.J. Lu <hjl@gnu.org>
1602
1603 * readelf.c (process_unwind): Only do unwind sections for
1604 IA64.
1605
1c6fb4fe
L
16062001-03-28 H.J. Lu <hjl@gnu.org>
1607
1608 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1609 * Makefile.in: Regenerate.
1610
0879a67a
AJ
16112001-03-26 Andreas Jaeger <aj@suse.de>
1612
1613 * binutils.texi (nm): Fix texi syntax.
1614
0285c67d
NC
16152001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1616
1617 * binutils.texi: Put @c man begin and @c man end indications
1618 to generate man pages using texi2pod and pod2man. Put @c man title
1619 to identify each man. Add SEEALSO entries.
1620 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1621 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1622 sort the list.
1623 (*.1): Build the man pages from binutils.texi.
1624 * Makefile.in: Regenerate.
1625
04847a4d
CF
16262001-03-13 Eric Kohl <ekohl@rz-online.de>
1627
1628 * defparse.y (opt_equal_name): allow "." in name.
1629 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1630 (gen_exp_file): Likewise.
1631
43a0748c
NC
16322001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1633
1634 * NEWS: Document addition of -B switch to objcopy.
1635 * binutils.texi: Document addition of -B switch to objcopy.
1636 * objcopy.c: (copy_options): Add --binary-architecture.
1637 (copy_usage): Document -B/--binary-architecture.
1638 (copy_main): Support -B/--binary-architecture. Set
1639 bfd_external_binary_architecture.
0879a67a 1640
b7498e0e
NC
16412001-03-11 Andreas Jaeger <aj@suse.de>
1642
1643 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1644 (dump_relocations): Likewise.
1645 (get_machine_name): Likewise.
1646
a59e3bd7
NC
16472001-02-28 Nick Clifton <nickc@redhat.com>
1648
1649 * readelf.c: (struct unw_aux_info): Remove const modifier for
1650 'strtab' field.
1651 (process_unwind): Remove non-K&R compliant LHS type cast in call
1652 to GET_DATA_ALLOC macro.
1653
a5bcd848
PB
16542001-02-28 Philip Blundell <pb@futuretv.com>
1655
1656 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1657 ABI is in use; remove ambiguity between the "unknown" EABI and
1658 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1659 renamed EF_xx constants.
1660
27b7e12d
AM
16612001-02-27 Alan Modra <alan@linuxcare.com.au>
1662
1663 * configure.in (BFD_VERSION): New.
1664 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1665 * configure: Regenerate.
1666 * Makefile.am: Run "make dep-am"
1667 * Makefile.in: Regenerate.
1668
a9f10786
NC
16692001-02-14 Nick Clifton <nickc@redhat.com>
1670
1671 * MAINTAINERS: Add "Obvious Fix" rule.
1672
3c44da9a
MS
16732001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1674
1675 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1676 literal concatenation.
1677
ecd03389
MS
16782001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1679
1680 * readelf.c (struct unw_aux_info): Remove const from the info member.
1681 (process_unwind): Don't type-cast the third argument to the
1682 GET_DATA_ALLOC macro.
1683
88ec60c7
NC
16842001-02-11 Nick Clifton <nickc@redhat.com>
1685
1686 * readelf.c (dump_relocations): Free corrected allocated
1687 array.
1688 (process_unwind): Fix compile time warning.
1689
f5e21966
NC
16902001-02-10 Nick Clifton <nickc@redhat.com>
1691
1692 * binutils.texi: Document new --unwind option to readelf.
1693
a85d7ed0
NC
16942001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1695
1696 * readelf.c: Add linux target for S/390.
1697
7bb10502
AM
16982001-02-10 Alan Modra <alan@linuxcare.com.au>
1699
1700 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1701 printf is a macro.
1702
8ca8f343
HPN
17032001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1704
1705 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1706 * aclocal.m4: Regenerate.
1707 * configure: Regenerate.
1708
7340082d
NC
17092001-02-07 Todd Vierling <tv@wasabisystems.com>
1710
1711 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1712 * objdump.c (bfd_target_vector): Likewise.
1713
4d6ed7c8
NC
17142001-02-07 David Mosberger <davidm@hpl.hp.com>
1715
1716 * readelf.c (process_unwind): New function.
1717 (slurp_ia64_unwind_table): Ditto.
1718 (dump_ia64_unwind): Ditto.
1719 (find_symbol_for_address): Ditto.
1720 (slurp_rela_relocs): New function (split off from dump_relocations()).
1721 (slurp_rel_relocs): Ditto.
1722 (parse_args): Handle '-u' option.
1723
1724 * unwind-ia64.c: New file.
1725 * unwind-ia64.h: New file.
1726 * Makefile.am: Include unwind-ia64.c in readelf build.
1727 * Makefile.in: Regenerate.
7340082d 1728 * po/binutils.pot: Regenerate.
4d6ed7c8 1729
c7217458
PB
17302001-02-04 Philip Blundell <philb@gnu.org>
1731
1732 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1733 * configure: Regenerate.
1734
956eedd4
AM
17352001-01-31 Steve deRosier <sderosier@vari-lite.com>
1736
1737 * ieee.c (ieee_add_bb11): Don't check for backslashes
1738 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1739
8855cbca
AM
17402001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1741
c7f2731e
AM
1742 * ieee.c: Update copyright.
1743 (ieee_start_compilation_unit): Don't check for backslashes
1744 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1745
8855cbca
AM
1746 * stabs.c: Update copyright. Include "filenames.h".
1747 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1748
329de803 17492001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1750
1751 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1752 sections are present before using them. Remove code duplication.
1753 (process_symbol_table): Check if VERDEF or VERNEED sections are
1754 present before using them.
1755
23719f39
NC
17562001-01-17 Nick Clifton <nickc@redhat.com>
1757
1758 * objcopy.c (copy_object): Fail if attempting to convert the
1759 endianness of the input object file.
1760
1761 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1762
f726e849
NC
17632001-01-16 Nick Clifton <nickc@redhat.com>
1764
1765 * readelf.c (string_table_length): New variable.
1766 (SECTION_NAME): Catch out of range indices and missing section
1767 pointers.
1768 (process_section_headers): Delete useless local variable
1769 string_table_offset. Set the value of string_table_length
1770 after loading the string table.
1771 (process_mips_specific): Use SECTION_NAME macro.
1772 (process_file): Set string_table_length to 0 when it is freed.
1773
d0398d6a
NC
17742001-01-12 Nick Clifton <nickc@redhat.com>
1775
1776 * version.c (print_version): Update copyright date.
1777
0d2bcfaf
NC
17782001-01-11 Peter Targett <peter.targett@arccores.com>
1779
1780 * readelf.c (dump_relocations): Include selection with EM_ARC.
1781 (get_machine_name) Update name to "ARC".
1782
8b1e6df3
NC
17832001-01-09 Nick Clifton <nickc@redhat.com>
1784
1785 * Makefile.am: Add rule to build objdump.o from objdump.c and
1786 using OBJDUMP_DEFS.
1787 * Makefile.in: Regenerate.
1788
1789 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1790 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1791 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1792 * configure: Regenerate.
8b1e6df3
NC
1793
1794 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1795 is defined read in the relocs even if dump_reloc_info is
1796 false.
1797
2f952d20
PB
17982001-01-07 Philip Blundell <philb@gnu.org>
1799
1800 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1801 `bug-binutils'.
1802 * README: Likewise.
1803
a8c548cb
NC
18042000-12-19 Nick Clifton <nickc@redhat.com>
1805
1806 * dlltool.c: Add missing support for arm-epoc-pe.
1807 * configure.in: Add missing support for arm-epoc-pe.
1808 * configure: Regenerate.
1809
cc5fda35
NC
18102000-12-15 Nick Clifton <nickc@redhat.com>
1811
1812 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1813 Mode parts of the x86 port.
1814
bcedfee6
NC
18152000-12-04 Andreas Jaeger <aj@suse.de>
1816
1817 * readelf.c (guess_is_rela): Add EM_X86_64.
1818 (dump_relocations): Add EM_X86_64.
1819 (get_machine_name): Add EM_X86_64.
1820 Include "elf/x86-64.h".
1821
584da044
NC
18222000-12-12 Nick Clifton <nickc@redhat.com>
1823
1824 * readelf.c: Fix formatting.
1825
7559e86e 18262000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1827
1828 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1829
a98cc2b2
AH
18302000-12-07 Andrew Haley <aph@redhat.com>
1831
1832 * readelf.c (display_debug_frames): Only display columns that are
1833 referenced by the frame debug info.
1834
c7987a69
NC
18352000-12-05 Nick Clifton <nickc@redhat.com>
1836
1837 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1838
09fd7e38
JM
18392000-12-04 Jason Merrill <jason@redhat.com>
1840
1841 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1842 (display_debug_section): Likewise.
1843 (display_debug_info): Display CU header before bailing.
1844
e7af610e
NC
18452000-12-01 Chris Demetriou <cgd@sibyte.com>
1846
09fd7e38
JM
1847 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1848 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1849 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1850
09fd7e38
JM
1851 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1852 and E_MIPS_ARCH_64.
84ea6cf2 1853
09fd7e38
JM
1854 * readelf.c (get_machine_flags): Add case for
1855 E_MIPS_MACH_SB1.
c6c98b38 1856
75066968
DD
18572000-11-30 Richard Earnshaw <rearnsha@arm.com>
1858
1859 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1860
5c4666ea
HPN
18612000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1862