Add self as s390/s390x maintainer.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
54589086
MS
12001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
2
3 * MAINTAINERS: Add self as s390/s390x maintainer.
4
c05b685b
TR
52001-11-02 Tom Rix <trix@bluey.cygnus.com>
6
7 * MAINTAINERS: Add self as PPC XCOFF maintainer.
8
3c62831e
NC
92001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
10
11 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
12 * configure: Regernate.
13 * po/fr.po: New file.
14 * po/tr.po: New file.
15
3c3bdf30
NC
162001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
17
9b19141a 18 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
19 * readelf.c: Include elf/mmix.h.
20 (guess_is_rela): MMIX is RELA.
21 (dump_relocations): Handle MMIX relocations.
22 * Makefile.am: Regenerate dependencies.
23 * Makefile.in: Regenerate.
24
f662939a
NC
252001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
26
27 * readelf.c (parse_args): Handle multiple options to the -w
28 switch.
29
c91d0dfb
JJ
302001-10-12 Jakub Jelinek <jakub@redhat.com>
31
32 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
33 LOPROC, LOOS and LOUSER.
34
d1b67f3c
JR
35Thu Oct 11 21:45:17 2001 J"orn Rennecke <amylaar@onetel.net.uk>
36
37 * MAINTAINERS: Update my email address.
38
fcd8210c
AM
392001-10-03 Alan Modra <amodra@bigpond.net.au>
40
41 * doc/Makefile.in: Regenerate.
42 * configure: Regenerate.
43
428409d5
NC
442001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
45
46 * readelf.c (display_debug_line, display_debug_pubnames,
47 display_debug_info, display_debug_frames): Detect and warn
48 about 64-bit format entries.
49 (display_debug_aranges): Reword 64-bit warning.
50 (debug_displays): Add .debug_pubtypes as a known, but not yet
51 supported, debug section.
52
6a8c2b0d
AM
532001-10-02 Alan Modra <amodra@bigpond.net.au>
54
55 * coffdump.c (PROGRAM_VERSION): Delete.
56 (main <'V'>): Call print_version.
57 * srconv.c: Likewise.
58 * sysdump.c: Likewise.
59 * version.c (program_version): Remove.
60 (print_version): Use BFD_VERSION_STRING. Just print the current
61 year in copyright message.
62 * addr2line.c (program_version): Remove unused declaration.
63 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
64 place of BFD_VERSION.
65 * Makefile.am (Makefile): Depend on bfd/configure.in.
66 (cplus-dem.o): Depend on Makefile.
67 Run "make dep-am".
68 * Makefile.in: Regenerate.
69
e414a165
NC
702001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
71
72 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
73 format .debug_arange sections.
74 (main): Add missing prototype.
75
efc3ee7f
HPN
762001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
77
78 * Makefile.am: Update dependencies with "make dep-am".
79 * Makefile.in: Regenerate.
80
9e85c2a0
RH
812001-09-28 Richard Henderson <rth@redhat.com>
82
83 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
84
451dad9c
AM
852001-09-26 Alan Modra <amodra@bigpond.net.au>
86
87 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
88 VA_CLOSE.
89 (non_fatal): Likewise.
90 * objdump.c (objdump_sprintf): Likewise.
91 * readelf.c (error): Likewise.
92 (warn): Likewise.
93
d974e256
JJ
942001-09-25 Jakub Jelinek <jakub@redhat.com>
95
96 * readelf.c (do_wide): New.
97 (options): Add --wide.
98 (usage, parse_args): Likewise.
99 (process_program_headers): Put each segment on a single line if
100 --wide is given.
101 (process_section_headers): Put each section on a single line if
102 --wide is given.
103 * doc/binutils.texi: Document it.
104 * NEWS: Likewise.
105
2f11c261
AM
1062001-09-25 Alan Modra <amodra@bigpond.net.au>
107
108 * readelf.c (print_vma): Print 8 digits of low hex value.
109
1d50f91e
AJ
1102001-09-24 Andreas Jaeger <aj@suse.de>
111
112 * nlmconv.c: Fix warnings about unused attributes and function
113 prototypes.
114
115 * strings.c: Add prototype for get_char.
116
38131e67
L
1172000-09-19 H.J. Lu <hjl@gnu.org>
118
119 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
120 $(srcdir)/cxxfilt.man.
121 * doc/Makefile.in: Rebuild.
122
3bcfb3e4
AM
1232001-09-19 Alan Modra <amodra@bigpond.net.au>
124
125 * objcopy.c (copy_main): Correct rename-section string parsing.
126 Consolidate new_name parsing, and error messages.
127
3882b010
L
1282001-09-18 Bruno Haible <haible@clisp.cons.org>
129
130 * addr2line.c: Don't include <ctype.h>.
131 (main): For gettext, also set the LC_CTYPE locate facet.
132 * ar.c (main): Likewise.
133 * coffdump.c (main): Likewise.
134 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
135 (main): For gettext, also set the LC_CTYPE locate facet.
136 Use ISALNUM instead of isalpha/isdigit.
137 * dllwrap.c: Don't include <ctype.h>.
138 (main): For gettext, also set the LC_CTYPE locate facet.
139 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
140 (main): For gettext, also set the LC_CTYPE locate facet.
141 Use TOUPPER instead of islower/toupper.
142 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
143 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
144 Use TOUPPER instead of islower/toupper.
145 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
146 * objcopy.c (main): Likewise.
147 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
148 (disassemble_bytes): Use ISPRINT instead of isprint.
149 (dump_section_stabs): Use ISDIGIT instead of isdigit.
150 (dump_data): Use ISPRINT instead of isprint.
151 (main): For gettext, also set the LC_CTYPE locate facet.
152 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
153 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
154 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
155 Use TOUPPER instead of islower/toupper.
156 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
157 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
158 (write_rc_accelerators): Use ISPRINT instead of isprint.
159 (write_rc_rcdata): Likewise.
160 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
161 * srconv.c (main): Likewise.
162 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
163 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
164 isdigit/isupper/islower.
165 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
166 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
167 stab_demangle_prefix, stab_demangle_qualified,
168 stab_demangle_template, stab_demangle_type,
169 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
170 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
171 (isgraphic): Use ISPRINT instead of isascii/isprint.
172 (main): Remove HAVE_LC_MESSAGES dependency.
173 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
174 (pbarray): Use ISPRINT instead of isprint.
175 (main): For gettext, also set the LC_CTYPE locate facet.
176 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
177 (format_from_filename): Use ISPRINT instead of isprint.
178 (main): For gettext, also set the LC_CTYPE locate facet.
179 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
180 (unicode_print): Use ISPRINT instead of isprint.
181 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
182 (stab_variable): Use ISDIGIT instead of isdigit.
183
e59b4dfb
AM
1842001-09-18 Alan Modra <amodra@bigpond.net.au>
185
186 * ar.c (print_contents): Cast args of bfd_seek to the right types.
187 Replace bfd_read call with call to bfd_bread.
188 (extract_file): Likewise.
189
190 * objdump.c (dump_section_header): Cast section->filepos to
191 unsigned long to suit printf format string.
192 * readelf.c (process_section_headers): Similarly for sh_offset.
193 (process_unwind): Likewise.
194
d132876a
NC
1952001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
196
197 * strings.c (encoding, encoding_bytes): New variables.
198 (long_options): Add --encoding.
199 (main): Accept -e and --encoding.
200 (get_char): New function. Read a, possibly wide, character from
201 the input stream.
202 (print_strings): Use get_char().
203 (usage): Document new command line option.
204 * doc/binutils.texi: Document new command line option.
205 * NEWS: Announce new command line option.
206
2b0337b0
AO
207Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com>
208
209 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
210 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
211 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
212 Removed EM_CYGNUS_ARC.
213
b8720f9d
JL
214Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com)
215
216 * readelf.c: Include elf/h8 for H8 series definitions.
217 (guess_is_rela): H8 series if RELA.
218 (dump_relocations): Handle H8 series relocations.
219
0823fbca
EC
2202001-08-31 Eric Christopher <echristo@redhat.com>
221
222 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
223
8db76d70
PT
2242001-08-29 Peter Targett <peter.targett@arccores.com>
225
226 * MAINTAINERS: Include ARC Maintainer.
227
d81d6584
BE
2282001-08-29 Ben Elliston <bje@redhat.com>
229
230 * stabs.c (stab_demangle_template): Initialise s4.
231
25a1ff5b
AM
2322001-08-27 Alan Modra <amodra@bigpond.net.au>
233
234 * readelf.c (dump_relocations): Recognise EM_PPC64.
235
a5d22d2a
TS
2362001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
237
238 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
239
62a5a82d
L
2402001-08-25 H.J. Lu <hjl@gnu.org>
241
242 * nm.c (print_width): New.
243 (display_rel_file): Set `print_width' according to
244 bfd_sprintf_vma.
245 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
246
1ae8b3d2
AO
2472001-08-24 Alexandre Oliva <aoliva@redhat.com>
248
249 * objcopy.c (use_alt_mach_code): New variable.
250 (OPTION_ALT_MACH_CODE): Define.
251 (copy_options): Added --alt-machine-code.
252 (copy_main): Handle it.
253 (copy_object): Switch to alternate machine code if requested.
254 * doc/binutils.texi: Document new option.
255 * NEWS: Likewise.
256
d1bdd336
TS
2572001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
258
259 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
260
410f7a12
L
2612001-08-21 H.J. Lu <hjl@gnu.org>
262
263 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
264 (display_debug_info): Cast for 64bit hosts.
265 (display_debug_frames): Likewise.
266 (process_mips_specific): Likewise.
267
c32144ff
AJ
2682001-08-21 Andreas Jaeger <aj@suse.de>
269
270 * coffgrok.h: Add missing parameter for prototype of coff_grok.
271
272 * sysdump.c: Add missing prototypes.
273 * srconv.c: Likewise.
274 * unwind-ia64.c: Likewise.
275 * coffdump.c: Likewise.
276
277 * sysinfo.y: Print prototypes, include <ansidecl.h>.
278
279 * coffgrok.c: Add missing prototypes, include libiberty.h instead
280 of declaring xcalloc.
281
d8180c76
L
2822001-08-10 H.J. Lu <hjl@gnu.org>
283
284 * nm.c (print_value): Add one arg, bfd *.
285 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
286 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
287 (print_symbol_info_sysv): Likewise.
288 (print_symbol_info_posix): Likewise.
289
290 * objdump.c (dump_section_header): Replace printf_vma with
291 bfd_printf_vma.
292 (print_section_stabs): Likewise.
293 (dump_bfd_header): Likewise.
294 (objdump_print_value): Replace sprintf_vma with
295 bfd_sprintf_vma.
296 (disassemble_bytes): Likewise.
297 (dump_reloc_set): Likewise.
298
0218d1e4
AJ
2992001-08-10 Andreas Jaeger <aj@suse.de>
300
301 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
302 to build warnings.
303 * configure: Regenerate.
304
2863d58a
AM
3052001-08-09 Alan Modra <amodra@bigpond.net.au>
306
307 * readelf.c: Add missing prototypes.
308 * objdump.c: Likewise. Format existing prototypes.
309
c0e047e0
AO
3102001-08-08 Alexandre Oliva <aoliva@redhat.com>
311
312 * readelf.c (display_debug_info): Add to abbrev_offset the addend
313 of any RELA relocation for the abbrev_offset memory location that
314 refers to the .debug_abbrev section symbol.
315
ff78d6d6
L
3162001-08-07 H.J. Lu <hjl@gnu.org>
317
318 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
319 (main): Return process_file ().
320
c36774d6
PB
3212001-08-05 Philip Blundell <philb@gnu.org>
322
323 * doc/binutils.texi: Use "Thumb" not "THUMB".
324
8f9d9bd9
JH
3252001-08-03 John Healy <jhealy@redhat.com>
326
327 Patch suggested by Frank Eigler <fche@redhat.com>.
328 * objdump.c (disassemble_data): Fill in section member of the
329 disasm_info structure.
330
c918cb96
DD
3312001-08-03 Tom Walsh <tom@cyberiansoftware.com>
332
333 * configure.in: Added --with-windres option.
334 * configure: Regenerated.
335
c7c55b78
NC
3362001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
337
338 * doc/binutils.texi: Use @command{name} for commands;
339 use @option{-opt} for options; use @table @env for list of options;
340 remove spaces arround [ | ] in synopsis.
341
342 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
343 center title.
344
594ef5db
NC
3452001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
346
347 * objcopy.c: Fix formatting.
348 (section_rename): New structure.
349 (OPTION_RENAME_SECTION): New switch.
350 (copy_usage): Document new switch.
351 (add_section_rename): New function: Add a node to the section
352 rename list.
353 (find_section_rename): New function: Find the new name and
354 flags for a section.
355 (setup_section): Call find_section_name to determine the name
356 of the output section.
357 (copy_main): Handle OPTION_RENAME_SECTION.
358 * binutils.texi: Document new switch.
359 * NEWS: Mention new switch.
360
1f554c69
NC
3612001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
362
363 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
364 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
365 bug-binutils@gcc.org.
366
2f83960e
AM
3672001-07-28 Matthias Kramm <kramm@quiss.org>
368
369 * bucomm.c (list_supported_architectures): New function.
370 * bucomm.h (list_supported_architectures): Declare.
371 * objdump.c (usage): Call the above.
372
20fe0649
DB
3732001-07-25 Dave Brolley <brolley@redhat.com>
374
375 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
376 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
377
1b577b00
NC
3782001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
379
380 * README: Update for 2.11. Change bug reporting email address.
381 * MAINTAINERS: Tidy up. Change bug reporting email address.
382
95fd336c
DD
3832001-07-16 DJ Delorie <dj@redhat.com>
384
5f16d855
DD
385 * resres.c (write_res_header): Align header size.
386 (res_align_file): Calculate alignment correctly.
387
95fd336c
DD
388 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
389 correct 10).
390 * resrc.c (write_rc_resource): Likewise.
391 * windres.h (SUBLANG_SHIFT): Define - as 10.
392
ed8fee27
NC
3932001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
394
395 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
396
90ab7e9a
NC
3972001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
398
399 * MAINTAINERS: Add notes about branch checkins.
400
e0c60db2
NC
4012001-07-05 Daniel Berlin <dan@cgsoftware.com>
402
403 * readelf.c (display_debug_macinfo): New function, display
404 .debug_macinfo section.
405 (do_debug_macinfo): New variable.
406 (parse_args): Handle "-w[mM]" to mean display macro info.
407 (process_section_headers): Handle debug_macinfo.
408 (debug_displays): Replace unsupported function with macinfo
0218d1e4 409 function for .debug_macinfo display.
e0c60db2
NC
410 * doc/binutils.texi: Document new command line switch.
411 * NEWS: Document new feature of readelf.
0218d1e4 412
24e01a36
L
4132001-07-05 H.J. Lu <hjl@gnu.org>
414
415 * objcopy.c (filter_symbols): Don't turn undefined symbols
416 into local.
417
4258bf4d
L
4182001-07-03 H.J. Lu <hjl@gnu.org>
419
420 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
421 $@.pod.
422 (ar.1): Likewise.
423 (dlltool.1): Likewise.
424 (nlmconv.1): Likewise.
425 (nm.1): Likewise.
426 (objcopy.1): Likewise.
427 (objdump.1): Likewise.
428 (ranlib.1): Likewise.
429 (readelf.1): Likewise.
430 (size.1): Likewise.
431 (strings.1): Likewise.
432 (strip.1): Likewise.
433 (windres.1): Likewise.
434 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
435 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
436 $(DEMANGLER_NAME).
437 (as.1): Removed.
438 * doc/Makefile.in: Regenerated.
439
7014bc31
NC
4402001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
441
442 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
443
b811889f
NC
4442001-07-01 Daniel Berlin <dan@cgsoftware.com>
445
446 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
447
12ab83a9
NC
4482001-06-29 James Cownie <jcownie@etnus.com>
449
450 * readelf.c: Support DWARF 2.1 attributes.
451
a6e9f9df
AM
4522001-06-28 Alan Modra <amodra@bigpond.net.au>
453
454 * readelf.c (GET_DATA_ALLOC): Remove.
455 (GET_DATA): Remove.
456 (get_data): New function combining above macros, with an extra
457 test for zero size.
458 (slurp_rela_relocs): Use get_data, and catch error return.
459 (slurp_rel_relocs): Likewise.
460 (get_32bit_program_headers): Likewise.
461 (get_64bit_program_headers): Likewise.
462 (get_32bit_section_headers): Likewise.
463 (get_64bit_section_headers): Likewise.
464 (get_32bit_elf_symbols): Likewise.
465 (get_64bit_elf_symbols): Likewise.
466 (process_section_headers): Likewise.
467 (process_relocs): Likewise.
468 (slurp_ia64_unwind_table): Likewise.
469 (process_unwind): Likewise.
470 (get_32bit_dynamic_segment): Likewise.
471 (get_64bit_dynamic_segment): Likewise.
472 (process_dynamic_segment): Likewise.
473 (process_version_sections): Likewise.
474 (process_symbol_table): Likewise.
475 (dump_section): Likewise.
476 (display_debug_info): Likewise.
477 (display_debug_section): Likewise.
478 (process_section_contents): Likewise.
479 (process_corefile_note_segment): Likewise.
480 (process_mips_specific): Likewise. Also free econf32, econf64.
481
af3fc3bc
AM
4822001-06-25 Alan Modra <amodra@bigpond.net.au>
483
484 * readelf.c (dump_relocations): Print "bad symbol index" if
485 symtab == NULL with non-zero symtab_index.
486 (process_relocs): Don't bomb if reloc section has no symsec.
487
6d900bf6
L
4882001-06-24 H.J. Lu <hjl@gnu.org>
489
490 * objcopy.c (strip_main): Revert the change made on 2001-05-30
491 by accident.
492 (copy_main): Apply the the change made to strip_main on
493 2001-05-30 by accident.
494
49b4e386
AJ
4952001-06-23 Andreas Jaeger <aj@suse.de>
496
497 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
498 parameter 'code'.
499 (unw_decode_x2): Likewise.
500 (unw_decode_x3): Likewise.
501 (unw_decode_x4): Likewise.
502
d8dc71e3
BE
5032001-06-23 Ben Elliston <bje@redhat.com>
504
505 * MAINTAINERS: Add myself as M88k maintainer.
506
af3bdff7
NC
5072001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
508
509 * objcopy.c (strip_main): Support -o or --output-file command lien
510 switch.
511
105e7211
L
5122001-06-19 H.J. Lu <hjl@gnu.org>
513
514 * doc/Makefile.in: Regenerated.
515
c45021f2
NC
5162001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
517
518 * readelf.c: Restore formatting.
519
5202001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
521
522 * Makefile.am: Move documentation into doc subdirectory.
523 * Makefile.in: Regenerated.
524 * binutils.texi: Move into doc subdirectory.
525 * addr2line.1: Removed.
526 * ar.1: Likewise.
527 * dlltool.1: Likewise.
528 * nlmconv.1: Likewise.
529 * nm.1: Likewise.
530 * objcopy.1: Likewise.
531 * objdump.1: Likewise.
532 * ranlib.1: Likewise.
533 * readelf.1: Likewise.
534 * size.1: Likewise.
535 * strings.1: Likewise.
536 * strip.1: Likewise.
537 * windres.1: Likewise.
538 * cxxfilt.man: Likewise.
539 * doc: New Directory.
540 * doc/Makefile.am: New file.
541 * doc/Makefile.in: Generate.
542
09ad7db3
AM
5432001-06-09 Alan Modra <amodra@bigpond.net.au>
544
545 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
546
936260fe
AM
5472001-06-01 Alan Modra <amodra@bigpond.net.au>
548
549 * MAINTAINERS: Update my email address.
550
16b2b71c
NC
5512001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
552
553 * objcopy.c: Add new switches: --keep-global-symbol,
554 --keep-symbols, --localize-symbols, --keep-global-symbols and
555 --weaken-symbols.
556 * binutils.texi: Document new switches.
557 * objcopy.1: Regenerate.
558 * NEWS: Announce new feature.
559
7036c0e1
AJ
5602001-05-28 Andreas Jaeger <aj@suse.de>
561
562 * readelf.c (display_debug_frames): Fix warnings: Remove unused
563 variables, fix format strings.
564
76a406e5
NC
5652001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
566
567 * objdump.c (disassemble_bytes): Remove section VMA adjustment
568 when computing the address of the line to show.
569
31b6fca6
RH
5702001-05-16 Richard Henderson <rth@redhat.com>
571
572 * readelf.c (do_debug_frames_interp): New.
573 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
574 (byte_get_big_endian): Likewise.
575 (parse_args) ['F']: Set do_debug_frames_interp.
576 (Frame_Chunk): Make data_factor signed, add fde_encoding.
577 (frame_display_row): Don't trunc pc_begin to int.
578 (size_of_encoded_value): New.
579 (display_debug_frames): Handle 64-bit targets. Print raw data
580 unless do_debug_frames_interp.
581 (debug_displays): Remove duplicate .debug_frame.
582
4fe85591
NC
5832001-05-15 Ralf Baechle <ralf@gnu.org>
584
585 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
586 The former constant was never in active use and is used otherwise
587 by the ABI.
588
579f31ac
JJ
5892001-05-11 Jakub Jelinek <jakub@redhat.com>
590
591 * readelf.c (process_unwind): Print all unwind sections, not just
592 one.
593
78f4a3f7
AM
5942001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
595
596 * readelf.c (process_unwind): Remove const specifier.
597
1c529ca6
NC
5982001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
599
600 * strings.c (isgraphic): Do not use isascii() unless it is needed
601 for isprint() to work.
602 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
603
87e6d782
NC
6042001-04-27 Johan Rydberg <jrydberg@opencores.org>
605
606 * NEWS: Announce support for OpenRISC.
607
4bd3d870 6082001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
609
610 * dlltool.c (do_default_excludes): Initialise to true.
611
21211521
AM
6122001-04-10 Alan Modra <amodra@one.net.au>
613
614 * MAINTAINERS: Update my email address
615 * nm.c (print_symbol_info_bsd): Use a simple printf string.
616
0c66b61e 6172001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
618
619 * readelf.c (display_debug_lines): Fix typo for "Prologue".
620
e58d53af
L
6212001-03-30 H.J. Lu <hjl@gnu.org>
622
623 * readelf.c (process_unwind): Just return if do_unwind is 0.
624
bee72332
DD
6252001-03-28 Roger Sayle <roger@metaphorics.com>
626
627 * dlltool.c (make_one_lib_file): Fix section flags for
628 .text, .data and .bss in stub ds*.o files to match those
629 generated by gas.
630
f1467e33
L
6312001-03-29 H.J. Lu <hjl@gnu.org>
632
633 * readelf.c (process_unwind): Only do unwind sections for
634 IA64.
635
1c6fb4fe
L
6362001-03-28 H.J. Lu <hjl@gnu.org>
637
638 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
639 * Makefile.in: Regenerate.
640
0879a67a
AJ
6412001-03-26 Andreas Jaeger <aj@suse.de>
642
643 * binutils.texi (nm): Fix texi syntax.
644
0285c67d
NC
6452001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
646
647 * binutils.texi: Put @c man begin and @c man end indications
648 to generate man pages using texi2pod and pod2man. Put @c man title
649 to identify each man. Add SEEALSO entries.
650 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
651 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
652 sort the list.
653 (*.1): Build the man pages from binutils.texi.
654 * Makefile.in: Regenerate.
655
04847a4d
CF
6562001-03-13 Eric Kohl <ekohl@rz-online.de>
657
658 * defparse.y (opt_equal_name): allow "." in name.
659 * dlltool.c (def_exports): Added ability to generate forwarded exports.
660 (gen_exp_file): Likewise.
661
43a0748c
NC
6622001-03-12 Stefan Geuken <mail@stefan-geuken.de>
663
664 * NEWS: Document addition of -B switch to objcopy.
665 * binutils.texi: Document addition of -B switch to objcopy.
666 * objcopy.c: (copy_options): Add --binary-architecture.
667 (copy_usage): Document -B/--binary-architecture.
668 (copy_main): Support -B/--binary-architecture. Set
669 bfd_external_binary_architecture.
0879a67a 670
b7498e0e
NC
6712001-03-11 Andreas Jaeger <aj@suse.de>
672
673 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
674 (dump_relocations): Likewise.
675 (get_machine_name): Likewise.
676
a59e3bd7
NC
6772001-02-28 Nick Clifton <nickc@redhat.com>
678
679 * readelf.c: (struct unw_aux_info): Remove const modifier for
680 'strtab' field.
681 (process_unwind): Remove non-K&R compliant LHS type cast in call
682 to GET_DATA_ALLOC macro.
683
a5bcd848
PB
6842001-02-28 Philip Blundell <pb@futuretv.com>
685
686 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
687 ABI is in use; remove ambiguity between the "unknown" EABI and
688 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
689 renamed EF_xx constants.
690
27b7e12d
AM
6912001-02-27 Alan Modra <alan@linuxcare.com.au>
692
693 * configure.in (BFD_VERSION): New.
694 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
695 * configure: Regenerate.
696 * Makefile.am: Run "make dep-am"
697 * Makefile.in: Regenerate.
698
a9f10786
NC
6992001-02-14 Nick Clifton <nickc@redhat.com>
700
701 * MAINTAINERS: Add "Obvious Fix" rule.
702
3c44da9a
MS
7032001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
704
705 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
706 literal concatenation.
707
ecd03389
MS
7082001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
709
710 * readelf.c (struct unw_aux_info): Remove const from the info member.
711 (process_unwind): Don't type-cast the third argument to the
712 GET_DATA_ALLOC macro.
713
88ec60c7
NC
7142001-02-11 Nick Clifton <nickc@redhat.com>
715
716 * readelf.c (dump_relocations): Free corrected allocated
717 array.
718 (process_unwind): Fix compile time warning.
719
f5e21966
NC
7202001-02-10 Nick Clifton <nickc@redhat.com>
721
722 * binutils.texi: Document new --unwind option to readelf.
723
a85d7ed0
NC
7242001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
725
726 * readelf.c: Add linux target for S/390.
727
7bb10502
AM
7282001-02-10 Alan Modra <alan@linuxcare.com.au>
729
730 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
731 printf is a macro.
732
8ca8f343
HPN
7332001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
734
735 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
736 * aclocal.m4: Regenerate.
737 * configure: Regenerate.
738
7340082d
NC
7392001-02-07 Todd Vierling <tv@wasabisystems.com>
740
741 * bucomm.c (bfd_target_vector): Change extern array to pointer.
742 * objdump.c (bfd_target_vector): Likewise.
743
4d6ed7c8
NC
7442001-02-07 David Mosberger <davidm@hpl.hp.com>
745
746 * readelf.c (process_unwind): New function.
747 (slurp_ia64_unwind_table): Ditto.
748 (dump_ia64_unwind): Ditto.
749 (find_symbol_for_address): Ditto.
750 (slurp_rela_relocs): New function (split off from dump_relocations()).
751 (slurp_rel_relocs): Ditto.
752 (parse_args): Handle '-u' option.
753
754 * unwind-ia64.c: New file.
755 * unwind-ia64.h: New file.
756 * Makefile.am: Include unwind-ia64.c in readelf build.
757 * Makefile.in: Regenerate.
7340082d 758 * po/binutils.pot: Regenerate.
4d6ed7c8 759
c7217458
PB
7602001-02-04 Philip Blundell <philb@gnu.org>
761
762 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
763 * configure: Regenerate.
764
956eedd4
AM
7652001-01-31 Steve deRosier <sderosier@vari-lite.com>
766
767 * ieee.c (ieee_add_bb11): Don't check for backslashes
768 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
769
8855cbca
AM
7702001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
771
c7f2731e
AM
772 * ieee.c: Update copyright.
773 (ieee_start_compilation_unit): Don't check for backslashes
774 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
775
8855cbca
AM
776 * stabs.c: Update copyright. Include "filenames.h".
777 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
778
329de803 7792001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
780
781 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
782 sections are present before using them. Remove code duplication.
783 (process_symbol_table): Check if VERDEF or VERNEED sections are
784 present before using them.
785
23719f39
NC
7862001-01-17 Nick Clifton <nickc@redhat.com>
787
788 * objcopy.c (copy_object): Fail if attempting to convert the
789 endianness of the input object file.
790
791 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 792
f726e849
NC
7932001-01-16 Nick Clifton <nickc@redhat.com>
794
795 * readelf.c (string_table_length): New variable.
796 (SECTION_NAME): Catch out of range indices and missing section
797 pointers.
798 (process_section_headers): Delete useless local variable
799 string_table_offset. Set the value of string_table_length
800 after loading the string table.
801 (process_mips_specific): Use SECTION_NAME macro.
802 (process_file): Set string_table_length to 0 when it is freed.
803
d0398d6a
NC
8042001-01-12 Nick Clifton <nickc@redhat.com>
805
806 * version.c (print_version): Update copyright date.
807
0d2bcfaf
NC
8082001-01-11 Peter Targett <peter.targett@arccores.com>
809
810 * readelf.c (dump_relocations): Include selection with EM_ARC.
811 (get_machine_name) Update name to "ARC".
812
8b1e6df3
NC
8132001-01-09 Nick Clifton <nickc@redhat.com>
814
815 * Makefile.am: Add rule to build objdump.o from objdump.c and
816 using OBJDUMP_DEFS.
817 * Makefile.in: Regenerate.
818
819 * configure.in: Define OBJDUMP_DEFS. Default to empty.
820 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
821 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 822 * configure: Regenerate.
8b1e6df3
NC
823
824 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
825 is defined read in the relocs even if dump_reloc_info is
826 false.
827
2f952d20
PB
8282001-01-07 Philip Blundell <philb@gnu.org>
829
830 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
831 `bug-binutils'.
832 * README: Likewise.
833
a8c548cb
NC
8342000-12-19 Nick Clifton <nickc@redhat.com>
835
836 * dlltool.c: Add missing support for arm-epoc-pe.
837 * configure.in: Add missing support for arm-epoc-pe.
838 * configure: Regenerate.
839
cc5fda35
NC
8402000-12-15 Nick Clifton <nickc@redhat.com>
841
842 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
843 Mode parts of the x86 port.
844
bcedfee6
NC
8452000-12-04 Andreas Jaeger <aj@suse.de>
846
847 * readelf.c (guess_is_rela): Add EM_X86_64.
848 (dump_relocations): Add EM_X86_64.
849 (get_machine_name): Add EM_X86_64.
850 Include "elf/x86-64.h".
851
584da044
NC
8522000-12-12 Nick Clifton <nickc@redhat.com>
853
854 * readelf.c: Fix formatting.
855
b8355149
JH
856Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
857
858 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
859
a98cc2b2
AH
8602000-12-07 Andrew Haley <aph@redhat.com>
861
862 * readelf.c (display_debug_frames): Only display columns that are
863 referenced by the frame debug info.
864
c7987a69
NC
8652000-12-05 Nick Clifton <nickc@redhat.com>
866
867 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
868
09fd7e38
JM
8692000-12-04 Jason Merrill <jason@redhat.com>
870
871 * readelf.c (process_section_headers): Handle linkonce.wi sections.
872 (display_debug_section): Likewise.
873 (display_debug_info): Display CU header before bailing.
874
e7af610e
NC
8752000-12-01 Chris Demetriou <cgd@sibyte.com>
876
09fd7e38
JM
877 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
878 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
879 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 880
09fd7e38
JM
881 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
882 and E_MIPS_ARCH_64.
84ea6cf2 883
09fd7e38
JM
884 * readelf.c (get_machine_flags): Add case for
885 E_MIPS_MACH_SB1.
c6c98b38 886
75066968
DD
8872000-11-30 Richard Earnshaw <rearnsha@arm.com>
888
889 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
890
5c4666ea
HPN
8912000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
892