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