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