]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
*** empty log message ***
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
261a45ad
NC
12001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * readelf.c (do_debug_str): New variable.
4 (display_debug_str): New function: Display the contents of a
5 .debug_str section.
6 (load_debug_str): New function: Load in the contents of a
7 .debug_str section.
8 (free_debug_str): New function: Free the memory used by
9 load_debug_str().
10 (fetch_indirect_string): Retrieve a string from the .debug_str
11 section.
12 (usage): Add -ws.
13 (parse_args): Accept -ws.
14 (process_section_headers): Allow the display of the .debug_str
15 section.
16 (read_and_display_attr_value): Use fetch_indirect_string. Show
17 offset into .debug_str section.
18 (display_debug_info): Use load_debug_str and free_debug_str.
19 (debug_displays): Add .debug_str.
20 * doc/binutils.texi: Document -ws.
21
b8908f93
AJ
222001-11-19 Andreas Jaeger <aj@suse.de>
23
24 * testsuite/binutils-all/objdump.exp: Add x86-64.
25
e5fb9629
AS
262001-11-15 Andreas Schwab <schwab@suse.de>
27
28 * readelf.c: Fix warnings without terminating newline.
29
802a735e
AM
302001-11-15 Alan Modra <amodra@bigpond.net.au>
31
32 * doc/binutils.texi (objdump): Document ppc -M options.
33
b89e9eae
AJ
342001-11-14 Andreas Jaeger <aj@suse.de>
35
36 * doc/binutils.texi (objdump): Fix description to use x86-64.
37
a6a25652
NC
382001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
39
40 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
41 not all systems provide mkstemp.
42
e396998b
AM
432001-11-14 Alan Modra <amodra@bigpond.net.au>
44
45 * doc/binutils.texi (objdump): Document x86 -M options.
46
81766fca
RH
472001-11-13 Keith Walker <keith.walker@arm.com>
48
49 * readelf.c (read_and_display_attr_value): New function to
50 handle DW_FORM_indirect.
51 (read_and_display_attr): Use it.
52
1a509dcc
GK
532001-11-13 Geoffrey Keating <geoffk@redhat.com>
54
55 * readelf.c (display_debug_lines): Deal with unknown standard
56 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
57 DW_LNS_set_isa.
58
6e917903 592001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 60
6e917903
TW
61 * MAINTAINERS: Add self as tic54x maintainer. This target
62 includes the IBM C54XDSP clone.
7559e86e 63
6e917903 642001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 65
7559e86e
NC
66 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
67
682001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 69
ecdadc4a
JL
70 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
71 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
72 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
73 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
74 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
75 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
76 (unw_decode_b2, unw_decode_b3_b4): Likewise.
77
91770270
JL
78 * readelf.c (get_elf_class): Fix ISO portability glitch.
79 (get_data_encoding, get_osabi_name, request_dump): Likewise.
80
ef5cdfc7
JJ
812001-11-07 Jakub Jelinek <jakub@redhat.com>
82
83 * readelf.c (debug_str, debug_str_size): New.
84 (display_debug_abbrev): If no abbrevs were read, skip the CU.
85 Call free_abbrevs.
86 (read_and_display_addr): Handle DW_FORM_strp.
87 (display_debug_info): Read .debug_str section if present,
88 so that DW_FORM_strp can be handled.
89 Fix test for non-existant .debug_abbrev section.
90
5e9520c8
JJ
912001-11-05 Jakub Jelinek <jakub@redhat.com>
92
93 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
94
95 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
96
54589086
MS
972001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
98
99 * MAINTAINERS: Add self as s390/s390x maintainer.
100
c05b685b
TR
1012001-11-02 Tom Rix <trix@bluey.cygnus.com>
102
103 * MAINTAINERS: Add self as PPC XCOFF maintainer.
104
3c62831e
NC
1052001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
106
107 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
108 * configure: Regernate.
109 * po/fr.po: New file.
110 * po/tr.po: New file.
111
3c3bdf30
NC
1122001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
113
9b19141a 114 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
115 * readelf.c: Include elf/mmix.h.
116 (guess_is_rela): MMIX is RELA.
117 (dump_relocations): Handle MMIX relocations.
118 * Makefile.am: Regenerate dependencies.
119 * Makefile.in: Regenerate.
120
f662939a
NC
1212001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
122
123 * readelf.c (parse_args): Handle multiple options to the -w
124 switch.
125
c91d0dfb
JJ
1262001-10-12 Jakub Jelinek <jakub@redhat.com>
127
128 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
129 LOPROC, LOOS and LOUSER.
130
7559e86e 1312001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
132
133 * MAINTAINERS: Update my email address.
134
fcd8210c
AM
1352001-10-03 Alan Modra <amodra@bigpond.net.au>
136
137 * doc/Makefile.in: Regenerate.
138 * configure: Regenerate.
139
428409d5
NC
1402001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
141
142 * readelf.c (display_debug_line, display_debug_pubnames,
143 display_debug_info, display_debug_frames): Detect and warn
144 about 64-bit format entries.
145 (display_debug_aranges): Reword 64-bit warning.
146 (debug_displays): Add .debug_pubtypes as a known, but not yet
147 supported, debug section.
148
6a8c2b0d
AM
1492001-10-02 Alan Modra <amodra@bigpond.net.au>
150
151 * coffdump.c (PROGRAM_VERSION): Delete.
152 (main <'V'>): Call print_version.
153 * srconv.c: Likewise.
154 * sysdump.c: Likewise.
155 * version.c (program_version): Remove.
156 (print_version): Use BFD_VERSION_STRING. Just print the current
157 year in copyright message.
158 * addr2line.c (program_version): Remove unused declaration.
159 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
160 place of BFD_VERSION.
161 * Makefile.am (Makefile): Depend on bfd/configure.in.
162 (cplus-dem.o): Depend on Makefile.
163 Run "make dep-am".
164 * Makefile.in: Regenerate.
165
e414a165
NC
1662001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
167
168 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
169 format .debug_arange sections.
170 (main): Add missing prototype.
b8908f93 171
efc3ee7f
HPN
1722001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
173
174 * Makefile.am: Update dependencies with "make dep-am".
175 * Makefile.in: Regenerate.
176
9e85c2a0
RH
1772001-09-28 Richard Henderson <rth@redhat.com>
178
179 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
180
451dad9c
AM
1812001-09-26 Alan Modra <amodra@bigpond.net.au>
182
183 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
184 VA_CLOSE.
185 (non_fatal): Likewise.
186 * objdump.c (objdump_sprintf): Likewise.
187 * readelf.c (error): Likewise.
188 (warn): Likewise.
189
d974e256
JJ
1902001-09-25 Jakub Jelinek <jakub@redhat.com>
191
192 * readelf.c (do_wide): New.
193 (options): Add --wide.
194 (usage, parse_args): Likewise.
195 (process_program_headers): Put each segment on a single line if
196 --wide is given.
197 (process_section_headers): Put each section on a single line if
198 --wide is given.
199 * doc/binutils.texi: Document it.
200 * NEWS: Likewise.
201
2f11c261
AM
2022001-09-25 Alan Modra <amodra@bigpond.net.au>
203
204 * readelf.c (print_vma): Print 8 digits of low hex value.
205
1d50f91e
AJ
2062001-09-24 Andreas Jaeger <aj@suse.de>
207
208 * nlmconv.c: Fix warnings about unused attributes and function
209 prototypes.
210
211 * strings.c: Add prototype for get_char.
212
38131e67
L
2132000-09-19 H.J. Lu <hjl@gnu.org>
214
215 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
216 $(srcdir)/cxxfilt.man.
217 * doc/Makefile.in: Rebuild.
218
3bcfb3e4
AM
2192001-09-19 Alan Modra <amodra@bigpond.net.au>
220
221 * objcopy.c (copy_main): Correct rename-section string parsing.
222 Consolidate new_name parsing, and error messages.
223
3882b010
L
2242001-09-18 Bruno Haible <haible@clisp.cons.org>
225
226 * addr2line.c: Don't include <ctype.h>.
227 (main): For gettext, also set the LC_CTYPE locate facet.
228 * ar.c (main): Likewise.
229 * coffdump.c (main): Likewise.
230 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
231 (main): For gettext, also set the LC_CTYPE locate facet.
232 Use ISALNUM instead of isalpha/isdigit.
233 * dllwrap.c: Don't include <ctype.h>.
234 (main): For gettext, also set the LC_CTYPE locate facet.
235 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
236 (main): For gettext, also set the LC_CTYPE locate facet.
237 Use TOUPPER instead of islower/toupper.
238 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
239 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
240 Use TOUPPER instead of islower/toupper.
241 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
242 * objcopy.c (main): Likewise.
243 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
244 (disassemble_bytes): Use ISPRINT instead of isprint.
245 (dump_section_stabs): Use ISDIGIT instead of isdigit.
246 (dump_data): Use ISPRINT instead of isprint.
247 (main): For gettext, also set the LC_CTYPE locate facet.
248 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
249 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
250 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
251 Use TOUPPER instead of islower/toupper.
252 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
253 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
254 (write_rc_accelerators): Use ISPRINT instead of isprint.
255 (write_rc_rcdata): Likewise.
256 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
257 * srconv.c (main): Likewise.
258 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
259 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
260 isdigit/isupper/islower.
261 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
262 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
263 stab_demangle_prefix, stab_demangle_qualified,
264 stab_demangle_template, stab_demangle_type,
265 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
266 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
267 (isgraphic): Use ISPRINT instead of isascii/isprint.
268 (main): Remove HAVE_LC_MESSAGES dependency.
269 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
270 (pbarray): Use ISPRINT instead of isprint.
271 (main): For gettext, also set the LC_CTYPE locate facet.
272 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
273 (format_from_filename): Use ISPRINT instead of isprint.
274 (main): For gettext, also set the LC_CTYPE locate facet.
275 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
276 (unicode_print): Use ISPRINT instead of isprint.
277 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
278 (stab_variable): Use ISDIGIT instead of isdigit.
279
e59b4dfb
AM
2802001-09-18 Alan Modra <amodra@bigpond.net.au>
281
282 * ar.c (print_contents): Cast args of bfd_seek to the right types.
283 Replace bfd_read call with call to bfd_bread.
284 (extract_file): Likewise.
285
286 * objdump.c (dump_section_header): Cast section->filepos to
287 unsigned long to suit printf format string.
288 * readelf.c (process_section_headers): Similarly for sh_offset.
289 (process_unwind): Likewise.
290
d132876a
NC
2912001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
292
293 * strings.c (encoding, encoding_bytes): New variables.
294 (long_options): Add --encoding.
295 (main): Accept -e and --encoding.
296 (get_char): New function. Read a, possibly wide, character from
297 the input stream.
298 (print_strings): Use get_char().
299 (usage): Document new command line option.
300 * doc/binutils.texi: Document new command line option.
301 * NEWS: Announce new command line option.
302
7559e86e 3032001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
304
305 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
306 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
307 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
308 Removed EM_CYGNUS_ARC.
309
7559e86e 3102001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
311
312 * readelf.c: Include elf/h8 for H8 series definitions.
313 (guess_is_rela): H8 series if RELA.
314 (dump_relocations): Handle H8 series relocations.
315
0823fbca
EC
3162001-08-31 Eric Christopher <echristo@redhat.com>
317
318 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
319
8db76d70
PT
3202001-08-29 Peter Targett <peter.targett@arccores.com>
321
322 * MAINTAINERS: Include ARC Maintainer.
323
d81d6584
BE
3242001-08-29 Ben Elliston <bje@redhat.com>
325
326 * stabs.c (stab_demangle_template): Initialise s4.
327
25a1ff5b
AM
3282001-08-27 Alan Modra <amodra@bigpond.net.au>
329
330 * readelf.c (dump_relocations): Recognise EM_PPC64.
331
a5d22d2a
TS
3322001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
333
334 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
335
62a5a82d
L
3362001-08-25 H.J. Lu <hjl@gnu.org>
337
338 * nm.c (print_width): New.
339 (display_rel_file): Set `print_width' according to
340 bfd_sprintf_vma.
341 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
342
1ae8b3d2
AO
3432001-08-24 Alexandre Oliva <aoliva@redhat.com>
344
345 * objcopy.c (use_alt_mach_code): New variable.
346 (OPTION_ALT_MACH_CODE): Define.
347 (copy_options): Added --alt-machine-code.
348 (copy_main): Handle it.
349 (copy_object): Switch to alternate machine code if requested.
350 * doc/binutils.texi: Document new option.
351 * NEWS: Likewise.
352
d1bdd336
TS
3532001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
354
355 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
356
410f7a12
L
3572001-08-21 H.J. Lu <hjl@gnu.org>
358
359 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
360 (display_debug_info): Cast for 64bit hosts.
361 (display_debug_frames): Likewise.
362 (process_mips_specific): Likewise.
363
c32144ff
AJ
3642001-08-21 Andreas Jaeger <aj@suse.de>
365
366 * coffgrok.h: Add missing parameter for prototype of coff_grok.
367
368 * sysdump.c: Add missing prototypes.
369 * srconv.c: Likewise.
370 * unwind-ia64.c: Likewise.
371 * coffdump.c: Likewise.
372
373 * sysinfo.y: Print prototypes, include <ansidecl.h>.
374
375 * coffgrok.c: Add missing prototypes, include libiberty.h instead
376 of declaring xcalloc.
377
d8180c76
L
3782001-08-10 H.J. Lu <hjl@gnu.org>
379
380 * nm.c (print_value): Add one arg, bfd *.
381 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
382 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
383 (print_symbol_info_sysv): Likewise.
384 (print_symbol_info_posix): Likewise.
385
386 * objdump.c (dump_section_header): Replace printf_vma with
387 bfd_printf_vma.
388 (print_section_stabs): Likewise.
389 (dump_bfd_header): Likewise.
390 (objdump_print_value): Replace sprintf_vma with
391 bfd_sprintf_vma.
392 (disassemble_bytes): Likewise.
393 (dump_reloc_set): Likewise.
394
0218d1e4
AJ
3952001-08-10 Andreas Jaeger <aj@suse.de>
396
397 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
398 to build warnings.
399 * configure: Regenerate.
400
2863d58a
AM
4012001-08-09 Alan Modra <amodra@bigpond.net.au>
402
403 * readelf.c: Add missing prototypes.
404 * objdump.c: Likewise. Format existing prototypes.
405
c0e047e0
AO
4062001-08-08 Alexandre Oliva <aoliva@redhat.com>
407
408 * readelf.c (display_debug_info): Add to abbrev_offset the addend
409 of any RELA relocation for the abbrev_offset memory location that
410 refers to the .debug_abbrev section symbol.
411
ff78d6d6
L
4122001-08-07 H.J. Lu <hjl@gnu.org>
413
414 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
415 (main): Return process_file ().
416
c36774d6
PB
4172001-08-05 Philip Blundell <philb@gnu.org>
418
419 * doc/binutils.texi: Use "Thumb" not "THUMB".
420
8f9d9bd9
JH
4212001-08-03 John Healy <jhealy@redhat.com>
422
423 Patch suggested by Frank Eigler <fche@redhat.com>.
424 * objdump.c (disassemble_data): Fill in section member of the
425 disasm_info structure.
426
c918cb96
DD
4272001-08-03 Tom Walsh <tom@cyberiansoftware.com>
428
429 * configure.in: Added --with-windres option.
430 * configure: Regenerated.
431
c7c55b78
NC
4322001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
433
434 * doc/binutils.texi: Use @command{name} for commands;
435 use @option{-opt} for options; use @table @env for list of options;
436 remove spaces arround [ | ] in synopsis.
437
438 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
439 center title.
440
594ef5db
NC
4412001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
442
443 * objcopy.c: Fix formatting.
444 (section_rename): New structure.
445 (OPTION_RENAME_SECTION): New switch.
446 (copy_usage): Document new switch.
447 (add_section_rename): New function: Add a node to the section
448 rename list.
449 (find_section_rename): New function: Find the new name and
450 flags for a section.
451 (setup_section): Call find_section_name to determine the name
452 of the output section.
453 (copy_main): Handle OPTION_RENAME_SECTION.
454 * binutils.texi: Document new switch.
455 * NEWS: Mention new switch.
456
1f554c69
NC
4572001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
458
459 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
460 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
461 bug-binutils@gcc.org.
462
2f83960e
AM
4632001-07-28 Matthias Kramm <kramm@quiss.org>
464
465 * bucomm.c (list_supported_architectures): New function.
466 * bucomm.h (list_supported_architectures): Declare.
467 * objdump.c (usage): Call the above.
468
20fe0649
DB
4692001-07-25 Dave Brolley <brolley@redhat.com>
470
471 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
472 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
473
1b577b00
NC
4742001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
475
476 * README: Update for 2.11. Change bug reporting email address.
477 * MAINTAINERS: Tidy up. Change bug reporting email address.
478
95fd336c
DD
4792001-07-16 DJ Delorie <dj@redhat.com>
480
5f16d855
DD
481 * resres.c (write_res_header): Align header size.
482 (res_align_file): Calculate alignment correctly.
483
95fd336c
DD
484 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
485 correct 10).
486 * resrc.c (write_rc_resource): Likewise.
487 * windres.h (SUBLANG_SHIFT): Define - as 10.
488
ed8fee27
NC
4892001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
490
491 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
492
90ab7e9a
NC
4932001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
494
495 * MAINTAINERS: Add notes about branch checkins.
496
e0c60db2
NC
4972001-07-05 Daniel Berlin <dan@cgsoftware.com>
498
499 * readelf.c (display_debug_macinfo): New function, display
500 .debug_macinfo section.
501 (do_debug_macinfo): New variable.
502 (parse_args): Handle "-w[mM]" to mean display macro info.
503 (process_section_headers): Handle debug_macinfo.
504 (debug_displays): Replace unsupported function with macinfo
0218d1e4 505 function for .debug_macinfo display.
e0c60db2
NC
506 * doc/binutils.texi: Document new command line switch.
507 * NEWS: Document new feature of readelf.
0218d1e4 508
24e01a36
L
5092001-07-05 H.J. Lu <hjl@gnu.org>
510
511 * objcopy.c (filter_symbols): Don't turn undefined symbols
512 into local.
513
4258bf4d
L
5142001-07-03 H.J. Lu <hjl@gnu.org>
515
516 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
517 $@.pod.
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): Use $(DEMANGLER_NAME).pod instead of $@.pod.
531 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
532 $(DEMANGLER_NAME).
533 (as.1): Removed.
534 * doc/Makefile.in: Regenerated.
535
7014bc31
NC
5362001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
537
538 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
539
b811889f
NC
5402001-07-01 Daniel Berlin <dan@cgsoftware.com>
541
542 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
543
12ab83a9
NC
5442001-06-29 James Cownie <jcownie@etnus.com>
545
546 * readelf.c: Support DWARF 2.1 attributes.
547
a6e9f9df
AM
5482001-06-28 Alan Modra <amodra@bigpond.net.au>
549
550 * readelf.c (GET_DATA_ALLOC): Remove.
551 (GET_DATA): Remove.
552 (get_data): New function combining above macros, with an extra
553 test for zero size.
554 (slurp_rela_relocs): Use get_data, and catch error return.
555 (slurp_rel_relocs): Likewise.
556 (get_32bit_program_headers): Likewise.
557 (get_64bit_program_headers): Likewise.
558 (get_32bit_section_headers): Likewise.
559 (get_64bit_section_headers): Likewise.
560 (get_32bit_elf_symbols): Likewise.
561 (get_64bit_elf_symbols): Likewise.
562 (process_section_headers): Likewise.
563 (process_relocs): Likewise.
564 (slurp_ia64_unwind_table): Likewise.
565 (process_unwind): Likewise.
566 (get_32bit_dynamic_segment): Likewise.
567 (get_64bit_dynamic_segment): Likewise.
568 (process_dynamic_segment): Likewise.
569 (process_version_sections): Likewise.
570 (process_symbol_table): Likewise.
571 (dump_section): Likewise.
572 (display_debug_info): Likewise.
573 (display_debug_section): Likewise.
574 (process_section_contents): Likewise.
575 (process_corefile_note_segment): Likewise.
576 (process_mips_specific): Likewise. Also free econf32, econf64.
577
af3fc3bc
AM
5782001-06-25 Alan Modra <amodra@bigpond.net.au>
579
580 * readelf.c (dump_relocations): Print "bad symbol index" if
581 symtab == NULL with non-zero symtab_index.
582 (process_relocs): Don't bomb if reloc section has no symsec.
583
6d900bf6
L
5842001-06-24 H.J. Lu <hjl@gnu.org>
585
586 * objcopy.c (strip_main): Revert the change made on 2001-05-30
587 by accident.
588 (copy_main): Apply the the change made to strip_main on
589 2001-05-30 by accident.
590
49b4e386
AJ
5912001-06-23 Andreas Jaeger <aj@suse.de>
592
593 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
594 parameter 'code'.
595 (unw_decode_x2): Likewise.
596 (unw_decode_x3): Likewise.
597 (unw_decode_x4): Likewise.
598
d8dc71e3
BE
5992001-06-23 Ben Elliston <bje@redhat.com>
600
601 * MAINTAINERS: Add myself as M88k maintainer.
602
af3bdff7
NC
6032001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
604
605 * objcopy.c (strip_main): Support -o or --output-file command lien
606 switch.
607
105e7211
L
6082001-06-19 H.J. Lu <hjl@gnu.org>
609
610 * doc/Makefile.in: Regenerated.
611
c45021f2
NC
6122001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
613
614 * readelf.c: Restore formatting.
615
6162001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
617
618 * Makefile.am: Move documentation into doc subdirectory.
619 * Makefile.in: Regenerated.
620 * binutils.texi: Move into doc subdirectory.
621 * addr2line.1: Removed.
622 * ar.1: Likewise.
623 * dlltool.1: Likewise.
624 * nlmconv.1: Likewise.
625 * nm.1: Likewise.
626 * objcopy.1: Likewise.
627 * objdump.1: Likewise.
628 * ranlib.1: Likewise.
629 * readelf.1: Likewise.
630 * size.1: Likewise.
631 * strings.1: Likewise.
632 * strip.1: Likewise.
633 * windres.1: Likewise.
634 * cxxfilt.man: Likewise.
635 * doc: New Directory.
636 * doc/Makefile.am: New file.
637 * doc/Makefile.in: Generate.
638
09ad7db3
AM
6392001-06-09 Alan Modra <amodra@bigpond.net.au>
640
641 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
642
936260fe
AM
6432001-06-01 Alan Modra <amodra@bigpond.net.au>
644
645 * MAINTAINERS: Update my email address.
646
16b2b71c
NC
6472001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
648
649 * objcopy.c: Add new switches: --keep-global-symbol,
650 --keep-symbols, --localize-symbols, --keep-global-symbols and
651 --weaken-symbols.
652 * binutils.texi: Document new switches.
653 * objcopy.1: Regenerate.
654 * NEWS: Announce new feature.
655
7036c0e1
AJ
6562001-05-28 Andreas Jaeger <aj@suse.de>
657
658 * readelf.c (display_debug_frames): Fix warnings: Remove unused
659 variables, fix format strings.
660
76a406e5
NC
6612001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
662
663 * objdump.c (disassemble_bytes): Remove section VMA adjustment
664 when computing the address of the line to show.
665
31b6fca6
RH
6662001-05-16 Richard Henderson <rth@redhat.com>
667
668 * readelf.c (do_debug_frames_interp): New.
669 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
670 (byte_get_big_endian): Likewise.
671 (parse_args) ['F']: Set do_debug_frames_interp.
672 (Frame_Chunk): Make data_factor signed, add fde_encoding.
673 (frame_display_row): Don't trunc pc_begin to int.
674 (size_of_encoded_value): New.
675 (display_debug_frames): Handle 64-bit targets. Print raw data
676 unless do_debug_frames_interp.
677 (debug_displays): Remove duplicate .debug_frame.
678
4fe85591
NC
6792001-05-15 Ralf Baechle <ralf@gnu.org>
680
681 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
682 The former constant was never in active use and is used otherwise
683 by the ABI.
684
579f31ac
JJ
6852001-05-11 Jakub Jelinek <jakub@redhat.com>
686
687 * readelf.c (process_unwind): Print all unwind sections, not just
688 one.
689
78f4a3f7
AM
6902001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
691
692 * readelf.c (process_unwind): Remove const specifier.
693
1c529ca6
NC
6942001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
695
696 * strings.c (isgraphic): Do not use isascii() unless it is needed
697 for isprint() to work.
698 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
699
87e6d782
NC
7002001-04-27 Johan Rydberg <jrydberg@opencores.org>
701
702 * NEWS: Announce support for OpenRISC.
703
4bd3d870 7042001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
705
706 * dlltool.c (do_default_excludes): Initialise to true.
707
21211521
AM
7082001-04-10 Alan Modra <amodra@one.net.au>
709
710 * MAINTAINERS: Update my email address
711 * nm.c (print_symbol_info_bsd): Use a simple printf string.
712
0c66b61e 7132001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
714
715 * readelf.c (display_debug_lines): Fix typo for "Prologue".
716
e58d53af
L
7172001-03-30 H.J. Lu <hjl@gnu.org>
718
719 * readelf.c (process_unwind): Just return if do_unwind is 0.
720
bee72332
DD
7212001-03-28 Roger Sayle <roger@metaphorics.com>
722
723 * dlltool.c (make_one_lib_file): Fix section flags for
724 .text, .data and .bss in stub ds*.o files to match those
725 generated by gas.
726
f1467e33
L
7272001-03-29 H.J. Lu <hjl@gnu.org>
728
729 * readelf.c (process_unwind): Only do unwind sections for
730 IA64.
731
1c6fb4fe
L
7322001-03-28 H.J. Lu <hjl@gnu.org>
733
734 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
735 * Makefile.in: Regenerate.
736
0879a67a
AJ
7372001-03-26 Andreas Jaeger <aj@suse.de>
738
739 * binutils.texi (nm): Fix texi syntax.
740
0285c67d
NC
7412001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
742
743 * binutils.texi: Put @c man begin and @c man end indications
744 to generate man pages using texi2pod and pod2man. Put @c man title
745 to identify each man. Add SEEALSO entries.
746 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
747 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
748 sort the list.
749 (*.1): Build the man pages from binutils.texi.
750 * Makefile.in: Regenerate.
751
04847a4d
CF
7522001-03-13 Eric Kohl <ekohl@rz-online.de>
753
754 * defparse.y (opt_equal_name): allow "." in name.
755 * dlltool.c (def_exports): Added ability to generate forwarded exports.
756 (gen_exp_file): Likewise.
757
43a0748c
NC
7582001-03-12 Stefan Geuken <mail@stefan-geuken.de>
759
760 * NEWS: Document addition of -B switch to objcopy.
761 * binutils.texi: Document addition of -B switch to objcopy.
762 * objcopy.c: (copy_options): Add --binary-architecture.
763 (copy_usage): Document -B/--binary-architecture.
764 (copy_main): Support -B/--binary-architecture. Set
765 bfd_external_binary_architecture.
0879a67a 766
b7498e0e
NC
7672001-03-11 Andreas Jaeger <aj@suse.de>
768
769 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
770 (dump_relocations): Likewise.
771 (get_machine_name): Likewise.
772
a59e3bd7
NC
7732001-02-28 Nick Clifton <nickc@redhat.com>
774
775 * readelf.c: (struct unw_aux_info): Remove const modifier for
776 'strtab' field.
777 (process_unwind): Remove non-K&R compliant LHS type cast in call
778 to GET_DATA_ALLOC macro.
779
a5bcd848
PB
7802001-02-28 Philip Blundell <pb@futuretv.com>
781
782 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
783 ABI is in use; remove ambiguity between the "unknown" EABI and
784 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
785 renamed EF_xx constants.
786
27b7e12d
AM
7872001-02-27 Alan Modra <alan@linuxcare.com.au>
788
789 * configure.in (BFD_VERSION): New.
790 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
791 * configure: Regenerate.
792 * Makefile.am: Run "make dep-am"
793 * Makefile.in: Regenerate.
794
a9f10786
NC
7952001-02-14 Nick Clifton <nickc@redhat.com>
796
797 * MAINTAINERS: Add "Obvious Fix" rule.
798
3c44da9a
MS
7992001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
800
801 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
802 literal concatenation.
803
ecd03389
MS
8042001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
805
806 * readelf.c (struct unw_aux_info): Remove const from the info member.
807 (process_unwind): Don't type-cast the third argument to the
808 GET_DATA_ALLOC macro.
809
88ec60c7
NC
8102001-02-11 Nick Clifton <nickc@redhat.com>
811
812 * readelf.c (dump_relocations): Free corrected allocated
813 array.
814 (process_unwind): Fix compile time warning.
815
f5e21966
NC
8162001-02-10 Nick Clifton <nickc@redhat.com>
817
818 * binutils.texi: Document new --unwind option to readelf.
819
a85d7ed0
NC
8202001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
821
822 * readelf.c: Add linux target for S/390.
823
7bb10502
AM
8242001-02-10 Alan Modra <alan@linuxcare.com.au>
825
826 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
827 printf is a macro.
828
8ca8f343
HPN
8292001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
830
831 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
832 * aclocal.m4: Regenerate.
833 * configure: Regenerate.
834
7340082d
NC
8352001-02-07 Todd Vierling <tv@wasabisystems.com>
836
837 * bucomm.c (bfd_target_vector): Change extern array to pointer.
838 * objdump.c (bfd_target_vector): Likewise.
839
4d6ed7c8
NC
8402001-02-07 David Mosberger <davidm@hpl.hp.com>
841
842 * readelf.c (process_unwind): New function.
843 (slurp_ia64_unwind_table): Ditto.
844 (dump_ia64_unwind): Ditto.
845 (find_symbol_for_address): Ditto.
846 (slurp_rela_relocs): New function (split off from dump_relocations()).
847 (slurp_rel_relocs): Ditto.
848 (parse_args): Handle '-u' option.
849
850 * unwind-ia64.c: New file.
851 * unwind-ia64.h: New file.
852 * Makefile.am: Include unwind-ia64.c in readelf build.
853 * Makefile.in: Regenerate.
7340082d 854 * po/binutils.pot: Regenerate.
4d6ed7c8 855
c7217458
PB
8562001-02-04 Philip Blundell <philb@gnu.org>
857
858 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
859 * configure: Regenerate.
860
956eedd4
AM
8612001-01-31 Steve deRosier <sderosier@vari-lite.com>
862
863 * ieee.c (ieee_add_bb11): Don't check for backslashes
864 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
865
8855cbca
AM
8662001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
867
c7f2731e
AM
868 * ieee.c: Update copyright.
869 (ieee_start_compilation_unit): Don't check for backslashes
870 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
871
8855cbca
AM
872 * stabs.c: Update copyright. Include "filenames.h".
873 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
874
329de803 8752001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
876
877 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
878 sections are present before using them. Remove code duplication.
879 (process_symbol_table): Check if VERDEF or VERNEED sections are
880 present before using them.
881
23719f39
NC
8822001-01-17 Nick Clifton <nickc@redhat.com>
883
884 * objcopy.c (copy_object): Fail if attempting to convert the
885 endianness of the input object file.
886
887 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 888
f726e849
NC
8892001-01-16 Nick Clifton <nickc@redhat.com>
890
891 * readelf.c (string_table_length): New variable.
892 (SECTION_NAME): Catch out of range indices and missing section
893 pointers.
894 (process_section_headers): Delete useless local variable
895 string_table_offset. Set the value of string_table_length
896 after loading the string table.
897 (process_mips_specific): Use SECTION_NAME macro.
898 (process_file): Set string_table_length to 0 when it is freed.
899
d0398d6a
NC
9002001-01-12 Nick Clifton <nickc@redhat.com>
901
902 * version.c (print_version): Update copyright date.
903
0d2bcfaf
NC
9042001-01-11 Peter Targett <peter.targett@arccores.com>
905
906 * readelf.c (dump_relocations): Include selection with EM_ARC.
907 (get_machine_name) Update name to "ARC".
908
8b1e6df3
NC
9092001-01-09 Nick Clifton <nickc@redhat.com>
910
911 * Makefile.am: Add rule to build objdump.o from objdump.c and
912 using OBJDUMP_DEFS.
913 * Makefile.in: Regenerate.
914
915 * configure.in: Define OBJDUMP_DEFS. Default to empty.
916 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
917 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 918 * configure: Regenerate.
8b1e6df3
NC
919
920 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
921 is defined read in the relocs even if dump_reloc_info is
922 false.
923
2f952d20
PB
9242001-01-07 Philip Blundell <philb@gnu.org>
925
926 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
927 `bug-binutils'.
928 * README: Likewise.
929
a8c548cb
NC
9302000-12-19 Nick Clifton <nickc@redhat.com>
931
932 * dlltool.c: Add missing support for arm-epoc-pe.
933 * configure.in: Add missing support for arm-epoc-pe.
934 * configure: Regenerate.
935
cc5fda35
NC
9362000-12-15 Nick Clifton <nickc@redhat.com>
937
938 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
939 Mode parts of the x86 port.
940
bcedfee6
NC
9412000-12-04 Andreas Jaeger <aj@suse.de>
942
943 * readelf.c (guess_is_rela): Add EM_X86_64.
944 (dump_relocations): Add EM_X86_64.
945 (get_machine_name): Add EM_X86_64.
946 Include "elf/x86-64.h".
947
584da044
NC
9482000-12-12 Nick Clifton <nickc@redhat.com>
949
950 * readelf.c: Fix formatting.
951
7559e86e 9522000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
953
954 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
955
a98cc2b2
AH
9562000-12-07 Andrew Haley <aph@redhat.com>
957
958 * readelf.c (display_debug_frames): Only display columns that are
959 referenced by the frame debug info.
960
c7987a69
NC
9612000-12-05 Nick Clifton <nickc@redhat.com>
962
963 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
964
09fd7e38
JM
9652000-12-04 Jason Merrill <jason@redhat.com>
966
967 * readelf.c (process_section_headers): Handle linkonce.wi sections.
968 (display_debug_section): Likewise.
969 (display_debug_info): Display CU header before bailing.
970
e7af610e
NC
9712000-12-01 Chris Demetriou <cgd@sibyte.com>
972
09fd7e38
JM
973 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
974 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
975 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 976
09fd7e38
JM
977 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
978 and E_MIPS_ARCH_64.
84ea6cf2 979
09fd7e38
JM
980 * readelf.c (get_machine_flags): Add case for
981 E_MIPS_MACH_SB1.
c6c98b38 982
75066968
DD
9832000-11-30 Richard Earnshaw <rearnsha@arm.com>
984
985 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
986
5c4666ea
HPN
9872000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
988
6e917903 989