Add an appendix for maintenance commands.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
328577ad
NC
12002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * po/binutils.pot: Regenerate.
4 * po/fr.po: Regenerate.
5 * po/tr.po: Regenerate.
6
af3ae48d
NC
72002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
8
9 * po/tr.po: Import new version.
10
f1cb7e17
AM
112002-01-16 Alan Modra <amodra@bigpond.net.au>
12
13 * readelf.c (get_ppc64_dynamic_type): New.
14 (get_dynamic_type): Call it.
15
6364e0b4
NC
162002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
17
18 * objcopy.c (copy_usage): Use "switches" instead of "options".
19 (strip_usage): Use "switches" instead of "options".
20 * doc/binutils.texi (dlltool): Refer to "switches" instead of
21 "options".
22
3a7e524e
RE
232002-01-14 Richard Earnshaw <rearnsha@arm.com>
24
25 * MAINTAINERS: Add self as co-maintainer for the ARM code.
26
1209e219
NC
272001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
28
29 * po/es.po: Import from translation project.
30 * configure.in (ALL_LINGUAS): Add es.
31 * configure: Regenerate.
32
b4db1224
JT
332002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
34
35 * readelf.c (get_netbsd_elfcore_note_type): Use
36 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
37
9437c45b
JT
382002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
39
40 * readelf.c: Update copyright years.
41 (get_note_type): Return a const char *.
42 (get_netbsd_elfcore_note_type): New function.
43 (process_note): Use get_netbsd_elfcore_note_type to get
44 the note type string for NetBSD ELF core files.
45
00428cca
AM
462002-01-06 Steve Ellcey <sje@cup.hp.com>
47
48 * readelf.c (get_ia64_segment_type): Add support for macros.
49 (get_segment_type): Add support for IA64 specific macros.
50
31104126
NC
512001-12-20 Julian v. Bock <julian@wongr.net>
52
53 * readelf.c (print_symbol): New function: Print a formatted symbol
54 name. If --wide is specified do not truncate it.
55 (dump_relocations): Use print_symbol() to print symbol names.
56 (process_symbol_table): Likewise.
57 (process_syminfo): Likewise.
58 (process_mips_specific): Likewise.
59 (usage): Document new feature of --wide switch.
60 * doc/binutils.texi (objdump): Document additional behaviour of
61 --wide.
62
4dd67f29
MS
632001-12-18 Michael Snyder <msnyder@redhat.com>
64
65 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
66 (copy_object): Don't set the start address or flags of a core file.
67 (copy_section): Don't relocate a core file. Don't copy contents
68 if the input section has the contents flag set, but the output
69 section does not (which happens with the fake 'note' pseudo-
70 sections that BFD creates for corefiles).
71
43521d43
TS
722001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
73
74 * readelf.c (get_machine_flags): Recognize header flags for ABI and
75 ASE extensions. More robust code for ISA checking. Ignore empty fields
76 in header flags for GNU extensions.
77
b667df2e
AM
782001-12-18 Alan Modra <amodra@bigpond.net.au>
79
80 * objcopy.c (copy_archive): Set output bfd format outside the loop.
81
17a5a5c3
NC
822001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
83
84 * po/ja.po: Import from translation project.
85 * configure.in (ALL_LINGUAS): Add ja.
86 * configure: Regenerate.
87
65de42c0
TS
882001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
89
90 * addr2line.c (main): Protoype.
91 * ar.c (main): Protoype.
92 * nm.c (main): Protoype.
93 * objcopy.c (main): Protoype.
94 * objdump.c (main): Protoype.
95 * size.c (main): Protoype.
96 * strings.c (main): Protoype.
97
9ad5cbcf
AM
982001-12-17 Alan Modra <amodra@bigpond.net.au>
99
100 * readelf.c (symtab_shndx_hdr): New global.
101 (SECTION_HEADER_INDEX): Define.
102 (SECTION_HEADER_NUM): Define.
103 (SECTION_HEADER): Define.
104 (GET_ELF_SYMBOLS): Pass two params rather than three.
105 (get_32bit_elf_symbols): Take file and section args. Read and
106 use SHT_SYMTAB_SHNDX.
107 (get_64bit_elf_symbols): Likewise.
108 (dump_relocations): Use SECTION_HEADER to index "section_headers".
109 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
110 Remember symtab_shdx_hdr.
111 (process_program_headers): Scan from index 1 for segment map.
112 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
113 "section_headers".
114 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
115 (process_unwind): Likewise.
116 (process_version_sections): Likewise.
117 (process_symbol_table): Likewise.
118 (display_debug_info): Likewise.
119 (process_dynamic_segment): Fake up a symtab section for changed
120 GET_ELF_SYMBOLS.
121 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
122 (process_program_headers): Kill signed/unsigned warning.
123 (load_debug_str): Likewise.
124 (display_debug_info): Likewise.
125
65765700
JJ
1262001-12-13 Jakub Jelinek <jakub@redhat.com>
127
128 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
129
560f3c1c
AM
1302001-12-11 Alan Modra <amodra@bigpond.net.au>
131
132 * readelf.c (process_file_header): Print extended e_shnum and
133 e_shdtrndx values. Set elf_header values for same.
134 (get_32bit_section_headers): Add "num" arg to read "num" headers.
135 (get_64bit_section_headers): Likewise.
136 (process_section_headers): Update calls.
137 (get_file_header): Call get_32bit_section_headers or 64bit variant.
138
bc408b8a
JJ
1392001-12-10 Jakub Jelinek <jakub@redhat.com>
140
141 * objcopy.c (setup_section): Copy entsize.
142
93fbbb04
GK
1432001-12-07 Geoffrey Keating <geoffk@redhat.com>
144
145 * readelf.c (guess_is_rela): Add support for stormy16.
146 (dump_relocations): Likewise.
147 (get_machine_name): Likewise.
148
e3c8793a
NC
1492001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
150
151 * dllwrap.c (main) Replace multiple strings describing a
152 single error with a single, newline escaped sentence to permit
153 better translation into foreign languages.
154
155 * readelf.c (get_elf_class): Remove internalionalisation of ELF
156 class names.
157
956cd1d6
TS
1582001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
159
160 * strings.c (get_char): Initialize value.
161
956c53ee
TS
1622001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
163
164 * arlex.l: Silence compile warnings.
165 * arsup.h: Likewise. Fix formatting.
166
cedd9a58
JJ
1672001-12-04 Jakub Jelinek <jakub@redhat.com>
168
169 * strings.c: Include config.h before bfd.h.
170 (file_off): New type.
171 (file_open): Define.
172 (print_strings): Use file_off instead of file_ptr. Print addresses
173 which don't fit into long correctly.
174 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
175 available.
176 (strings_file): Use file_off instead of file_ptr. Use file_open.
177 * configure.in: Check for getc_unlocked.
178 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
179 be defined for it.
180 * configure: Rebuilt.
181 * config.h.in: Rebuilt.
182
af667503
L
1832001-11-29 H.J. Lu <hjl@gnu.org>
184
185 * bucomm.c (make_tempname): Revert the changes made on
186 2001-11-14 and 2001-11-12. They won't work with directories.
187
16474668
NC
1882001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
189
190 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
191 CFLAGS_FOR_TARGET to runtest in environment.
192 * Makefile.in: Rebuild.
193 * doc/Makefile.in: Rebuild.
194
17978339
MS
1952001-11-28 Mike Stump <mrs@wrs.com>
196
197 * objcopy.c (setup_section): Preserve SEC_RELOC when
198 --set-section-flags is used.
199
261a45ad
NC
2002001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
201
202 * readelf.c (do_debug_str): New variable.
203 (display_debug_str): New function: Display the contents of a
204 .debug_str section.
205 (load_debug_str): New function: Load in the contents of a
206 .debug_str section.
207 (free_debug_str): New function: Free the memory used by
208 load_debug_str().
209 (fetch_indirect_string): Retrieve a string from the .debug_str
210 section.
211 (usage): Add -ws.
212 (parse_args): Accept -ws.
213 (process_section_headers): Allow the display of the .debug_str
214 section.
215 (read_and_display_attr_value): Use fetch_indirect_string. Show
216 offset into .debug_str section.
217 (display_debug_info): Use load_debug_str and free_debug_str.
218 (debug_displays): Add .debug_str.
219 * doc/binutils.texi: Document -ws.
220
b8908f93
AJ
2212001-11-19 Andreas Jaeger <aj@suse.de>
222
223 * testsuite/binutils-all/objdump.exp: Add x86-64.
224
e5fb9629
AS
2252001-11-15 Andreas Schwab <schwab@suse.de>
226
227 * readelf.c: Fix warnings without terminating newline.
228
802a735e
AM
2292001-11-15 Alan Modra <amodra@bigpond.net.au>
230
231 * doc/binutils.texi (objdump): Document ppc -M options.
232
b89e9eae
AJ
2332001-11-14 Andreas Jaeger <aj@suse.de>
234
235 * doc/binutils.texi (objdump): Fix description to use x86-64.
236
a6a25652
NC
2372001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
238
239 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
240 not all systems provide mkstemp.
241
e396998b
AM
2422001-11-14 Alan Modra <amodra@bigpond.net.au>
243
244 * doc/binutils.texi (objdump): Document x86 -M options.
245
81766fca
RH
2462001-11-13 Keith Walker <keith.walker@arm.com>
247
248 * readelf.c (read_and_display_attr_value): New function to
249 handle DW_FORM_indirect.
250 (read_and_display_attr): Use it.
251
1a509dcc
GK
2522001-11-13 Geoffrey Keating <geoffk@redhat.com>
253
254 * readelf.c (display_debug_lines): Deal with unknown standard
255 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
256 DW_LNS_set_isa.
257
6e917903 2582001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 259
6e917903
TW
260 * MAINTAINERS: Add self as tic54x maintainer. This target
261 includes the IBM C54XDSP clone.
7559e86e 262
6e917903 2632001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 264
7559e86e
NC
265 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
266
2672001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 268
ecdadc4a
JL
269 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
270 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
271 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
272 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
273 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
274 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
275 (unw_decode_b2, unw_decode_b3_b4): Likewise.
276
91770270
JL
277 * readelf.c (get_elf_class): Fix ISO portability glitch.
278 (get_data_encoding, get_osabi_name, request_dump): Likewise.
279
ef5cdfc7
JJ
2802001-11-07 Jakub Jelinek <jakub@redhat.com>
281
282 * readelf.c (debug_str, debug_str_size): New.
283 (display_debug_abbrev): If no abbrevs were read, skip the CU.
284 Call free_abbrevs.
285 (read_and_display_addr): Handle DW_FORM_strp.
286 (display_debug_info): Read .debug_str section if present,
287 so that DW_FORM_strp can be handled.
288 Fix test for non-existant .debug_abbrev section.
289
5e9520c8
JJ
2902001-11-05 Jakub Jelinek <jakub@redhat.com>
291
292 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
293
294 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
295
54589086
MS
2962001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
297
298 * MAINTAINERS: Add self as s390/s390x maintainer.
299
c05b685b
TR
3002001-11-02 Tom Rix <trix@bluey.cygnus.com>
301
302 * MAINTAINERS: Add self as PPC XCOFF maintainer.
303
3c62831e
NC
3042001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
305
306 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
307 * configure: Regernate.
308 * po/fr.po: New file.
309 * po/tr.po: New file.
310
3c3bdf30
NC
3112001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
312
9b19141a 313 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
314 * readelf.c: Include elf/mmix.h.
315 (guess_is_rela): MMIX is RELA.
316 (dump_relocations): Handle MMIX relocations.
317 * Makefile.am: Regenerate dependencies.
318 * Makefile.in: Regenerate.
319
f662939a
NC
3202001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
321
322 * readelf.c (parse_args): Handle multiple options to the -w
323 switch.
324
c91d0dfb
JJ
3252001-10-12 Jakub Jelinek <jakub@redhat.com>
326
327 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
328 LOPROC, LOOS and LOUSER.
329
7559e86e 3302001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
331
332 * MAINTAINERS: Update my email address.
333
fcd8210c
AM
3342001-10-03 Alan Modra <amodra@bigpond.net.au>
335
336 * doc/Makefile.in: Regenerate.
337 * configure: Regenerate.
338
428409d5
NC
3392001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
340
341 * readelf.c (display_debug_line, display_debug_pubnames,
342 display_debug_info, display_debug_frames): Detect and warn
343 about 64-bit format entries.
344 (display_debug_aranges): Reword 64-bit warning.
345 (debug_displays): Add .debug_pubtypes as a known, but not yet
346 supported, debug section.
347
6a8c2b0d
AM
3482001-10-02 Alan Modra <amodra@bigpond.net.au>
349
350 * coffdump.c (PROGRAM_VERSION): Delete.
351 (main <'V'>): Call print_version.
352 * srconv.c: Likewise.
353 * sysdump.c: Likewise.
354 * version.c (program_version): Remove.
355 (print_version): Use BFD_VERSION_STRING. Just print the current
356 year in copyright message.
357 * addr2line.c (program_version): Remove unused declaration.
358 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
359 place of BFD_VERSION.
360 * Makefile.am (Makefile): Depend on bfd/configure.in.
361 (cplus-dem.o): Depend on Makefile.
362 Run "make dep-am".
363 * Makefile.in: Regenerate.
364
e414a165
NC
3652001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
366
367 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
368 format .debug_arange sections.
369 (main): Add missing prototype.
b8908f93 370
efc3ee7f
HPN
3712001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
372
373 * Makefile.am: Update dependencies with "make dep-am".
374 * Makefile.in: Regenerate.
375
9e85c2a0
RH
3762001-09-28 Richard Henderson <rth@redhat.com>
377
378 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
379
451dad9c
AM
3802001-09-26 Alan Modra <amodra@bigpond.net.au>
381
382 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
383 VA_CLOSE.
384 (non_fatal): Likewise.
385 * objdump.c (objdump_sprintf): Likewise.
386 * readelf.c (error): Likewise.
387 (warn): Likewise.
388
d974e256
JJ
3892001-09-25 Jakub Jelinek <jakub@redhat.com>
390
391 * readelf.c (do_wide): New.
392 (options): Add --wide.
393 (usage, parse_args): Likewise.
394 (process_program_headers): Put each segment on a single line if
395 --wide is given.
396 (process_section_headers): Put each section on a single line if
397 --wide is given.
398 * doc/binutils.texi: Document it.
399 * NEWS: Likewise.
400
2f11c261
AM
4012001-09-25 Alan Modra <amodra@bigpond.net.au>
402
403 * readelf.c (print_vma): Print 8 digits of low hex value.
404
1d50f91e
AJ
4052001-09-24 Andreas Jaeger <aj@suse.de>
406
407 * nlmconv.c: Fix warnings about unused attributes and function
408 prototypes.
409
410 * strings.c: Add prototype for get_char.
411
38131e67
L
4122000-09-19 H.J. Lu <hjl@gnu.org>
413
414 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
415 $(srcdir)/cxxfilt.man.
416 * doc/Makefile.in: Rebuild.
417
3bcfb3e4
AM
4182001-09-19 Alan Modra <amodra@bigpond.net.au>
419
420 * objcopy.c (copy_main): Correct rename-section string parsing.
421 Consolidate new_name parsing, and error messages.
422
3882b010
L
4232001-09-18 Bruno Haible <haible@clisp.cons.org>
424
425 * addr2line.c: Don't include <ctype.h>.
426 (main): For gettext, also set the LC_CTYPE locate facet.
427 * ar.c (main): Likewise.
428 * coffdump.c (main): Likewise.
429 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
430 (main): For gettext, also set the LC_CTYPE locate facet.
431 Use ISALNUM instead of isalpha/isdigit.
432 * dllwrap.c: Don't include <ctype.h>.
433 (main): For gettext, also set the LC_CTYPE locate facet.
434 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
435 (main): For gettext, also set the LC_CTYPE locate facet.
436 Use TOUPPER instead of islower/toupper.
437 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
438 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
439 Use TOUPPER instead of islower/toupper.
440 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
441 * objcopy.c (main): Likewise.
442 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
443 (disassemble_bytes): Use ISPRINT instead of isprint.
444 (dump_section_stabs): Use ISDIGIT instead of isdigit.
445 (dump_data): Use ISPRINT instead of isprint.
446 (main): For gettext, also set the LC_CTYPE locate facet.
447 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
448 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
449 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
450 Use TOUPPER instead of islower/toupper.
451 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
452 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
453 (write_rc_accelerators): Use ISPRINT instead of isprint.
454 (write_rc_rcdata): Likewise.
455 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
456 * srconv.c (main): Likewise.
457 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
458 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
459 isdigit/isupper/islower.
460 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
461 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
462 stab_demangle_prefix, stab_demangle_qualified,
463 stab_demangle_template, stab_demangle_type,
464 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
465 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
466 (isgraphic): Use ISPRINT instead of isascii/isprint.
467 (main): Remove HAVE_LC_MESSAGES dependency.
468 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
469 (pbarray): Use ISPRINT instead of isprint.
470 (main): For gettext, also set the LC_CTYPE locate facet.
471 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
472 (format_from_filename): Use ISPRINT instead of isprint.
473 (main): For gettext, also set the LC_CTYPE locate facet.
474 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
475 (unicode_print): Use ISPRINT instead of isprint.
476 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
477 (stab_variable): Use ISDIGIT instead of isdigit.
478
e59b4dfb
AM
4792001-09-18 Alan Modra <amodra@bigpond.net.au>
480
481 * ar.c (print_contents): Cast args of bfd_seek to the right types.
482 Replace bfd_read call with call to bfd_bread.
483 (extract_file): Likewise.
484
485 * objdump.c (dump_section_header): Cast section->filepos to
486 unsigned long to suit printf format string.
487 * readelf.c (process_section_headers): Similarly for sh_offset.
488 (process_unwind): Likewise.
489
d132876a
NC
4902001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
491
492 * strings.c (encoding, encoding_bytes): New variables.
493 (long_options): Add --encoding.
494 (main): Accept -e and --encoding.
495 (get_char): New function. Read a, possibly wide, character from
496 the input stream.
497 (print_strings): Use get_char().
498 (usage): Document new command line option.
499 * doc/binutils.texi: Document new command line option.
500 * NEWS: Announce new command line option.
501
7559e86e 5022001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
503
504 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
505 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
506 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
507 Removed EM_CYGNUS_ARC.
508
7559e86e 5092001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
510
511 * readelf.c: Include elf/h8 for H8 series definitions.
512 (guess_is_rela): H8 series if RELA.
513 (dump_relocations): Handle H8 series relocations.
514
0823fbca
EC
5152001-08-31 Eric Christopher <echristo@redhat.com>
516
517 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
518
8db76d70
PT
5192001-08-29 Peter Targett <peter.targett@arccores.com>
520
521 * MAINTAINERS: Include ARC Maintainer.
522
d81d6584
BE
5232001-08-29 Ben Elliston <bje@redhat.com>
524
525 * stabs.c (stab_demangle_template): Initialise s4.
526
25a1ff5b
AM
5272001-08-27 Alan Modra <amodra@bigpond.net.au>
528
529 * readelf.c (dump_relocations): Recognise EM_PPC64.
530
a5d22d2a
TS
5312001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
532
533 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
534
62a5a82d
L
5352001-08-25 H.J. Lu <hjl@gnu.org>
536
537 * nm.c (print_width): New.
538 (display_rel_file): Set `print_width' according to
539 bfd_sprintf_vma.
540 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
541
1ae8b3d2
AO
5422001-08-24 Alexandre Oliva <aoliva@redhat.com>
543
544 * objcopy.c (use_alt_mach_code): New variable.
545 (OPTION_ALT_MACH_CODE): Define.
546 (copy_options): Added --alt-machine-code.
547 (copy_main): Handle it.
548 (copy_object): Switch to alternate machine code if requested.
549 * doc/binutils.texi: Document new option.
550 * NEWS: Likewise.
551
d1bdd336
TS
5522001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
553
554 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
555
410f7a12
L
5562001-08-21 H.J. Lu <hjl@gnu.org>
557
558 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
559 (display_debug_info): Cast for 64bit hosts.
560 (display_debug_frames): Likewise.
561 (process_mips_specific): Likewise.
562
c32144ff
AJ
5632001-08-21 Andreas Jaeger <aj@suse.de>
564
565 * coffgrok.h: Add missing parameter for prototype of coff_grok.
566
567 * sysdump.c: Add missing prototypes.
568 * srconv.c: Likewise.
569 * unwind-ia64.c: Likewise.
570 * coffdump.c: Likewise.
571
572 * sysinfo.y: Print prototypes, include <ansidecl.h>.
573
574 * coffgrok.c: Add missing prototypes, include libiberty.h instead
575 of declaring xcalloc.
576
d8180c76
L
5772001-08-10 H.J. Lu <hjl@gnu.org>
578
579 * nm.c (print_value): Add one arg, bfd *.
580 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
581 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
582 (print_symbol_info_sysv): Likewise.
583 (print_symbol_info_posix): Likewise.
584
585 * objdump.c (dump_section_header): Replace printf_vma with
586 bfd_printf_vma.
587 (print_section_stabs): Likewise.
588 (dump_bfd_header): Likewise.
589 (objdump_print_value): Replace sprintf_vma with
590 bfd_sprintf_vma.
591 (disassemble_bytes): Likewise.
592 (dump_reloc_set): Likewise.
593
0218d1e4
AJ
5942001-08-10 Andreas Jaeger <aj@suse.de>
595
596 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
597 to build warnings.
598 * configure: Regenerate.
599
2863d58a
AM
6002001-08-09 Alan Modra <amodra@bigpond.net.au>
601
602 * readelf.c: Add missing prototypes.
603 * objdump.c: Likewise. Format existing prototypes.
604
c0e047e0
AO
6052001-08-08 Alexandre Oliva <aoliva@redhat.com>
606
607 * readelf.c (display_debug_info): Add to abbrev_offset the addend
608 of any RELA relocation for the abbrev_offset memory location that
609 refers to the .debug_abbrev section symbol.
610
ff78d6d6
L
6112001-08-07 H.J. Lu <hjl@gnu.org>
612
613 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
614 (main): Return process_file ().
615
c36774d6
PB
6162001-08-05 Philip Blundell <philb@gnu.org>
617
618 * doc/binutils.texi: Use "Thumb" not "THUMB".
619
8f9d9bd9
JH
6202001-08-03 John Healy <jhealy@redhat.com>
621
622 Patch suggested by Frank Eigler <fche@redhat.com>.
623 * objdump.c (disassemble_data): Fill in section member of the
624 disasm_info structure.
625
c918cb96
DD
6262001-08-03 Tom Walsh <tom@cyberiansoftware.com>
627
628 * configure.in: Added --with-windres option.
629 * configure: Regenerated.
630
c7c55b78
NC
6312001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
632
633 * doc/binutils.texi: Use @command{name} for commands;
634 use @option{-opt} for options; use @table @env for list of options;
635 remove spaces arround [ | ] in synopsis.
636
637 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
638 center title.
639
594ef5db
NC
6402001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
641
642 * objcopy.c: Fix formatting.
643 (section_rename): New structure.
644 (OPTION_RENAME_SECTION): New switch.
645 (copy_usage): Document new switch.
646 (add_section_rename): New function: Add a node to the section
647 rename list.
648 (find_section_rename): New function: Find the new name and
649 flags for a section.
650 (setup_section): Call find_section_name to determine the name
651 of the output section.
652 (copy_main): Handle OPTION_RENAME_SECTION.
653 * binutils.texi: Document new switch.
654 * NEWS: Mention new switch.
655
1f554c69
NC
6562001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
657
658 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
659 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
660 bug-binutils@gcc.org.
661
2f83960e
AM
6622001-07-28 Matthias Kramm <kramm@quiss.org>
663
664 * bucomm.c (list_supported_architectures): New function.
665 * bucomm.h (list_supported_architectures): Declare.
666 * objdump.c (usage): Call the above.
667
20fe0649
DB
6682001-07-25 Dave Brolley <brolley@redhat.com>
669
670 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
671 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
672
1b577b00
NC
6732001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
674
675 * README: Update for 2.11. Change bug reporting email address.
676 * MAINTAINERS: Tidy up. Change bug reporting email address.
677
95fd336c
DD
6782001-07-16 DJ Delorie <dj@redhat.com>
679
5f16d855
DD
680 * resres.c (write_res_header): Align header size.
681 (res_align_file): Calculate alignment correctly.
682
95fd336c
DD
683 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
684 correct 10).
685 * resrc.c (write_rc_resource): Likewise.
686 * windres.h (SUBLANG_SHIFT): Define - as 10.
687
ed8fee27
NC
6882001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
689
690 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
691
90ab7e9a
NC
6922001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
693
694 * MAINTAINERS: Add notes about branch checkins.
695
e0c60db2
NC
6962001-07-05 Daniel Berlin <dan@cgsoftware.com>
697
698 * readelf.c (display_debug_macinfo): New function, display
699 .debug_macinfo section.
700 (do_debug_macinfo): New variable.
701 (parse_args): Handle "-w[mM]" to mean display macro info.
702 (process_section_headers): Handle debug_macinfo.
703 (debug_displays): Replace unsupported function with macinfo
0218d1e4 704 function for .debug_macinfo display.
e0c60db2
NC
705 * doc/binutils.texi: Document new command line switch.
706 * NEWS: Document new feature of readelf.
0218d1e4 707
24e01a36
L
7082001-07-05 H.J. Lu <hjl@gnu.org>
709
710 * objcopy.c (filter_symbols): Don't turn undefined symbols
711 into local.
712
4258bf4d
L
7132001-07-03 H.J. Lu <hjl@gnu.org>
714
715 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
716 $@.pod.
717 (ar.1): Likewise.
718 (dlltool.1): Likewise.
719 (nlmconv.1): Likewise.
720 (nm.1): Likewise.
721 (objcopy.1): Likewise.
722 (objdump.1): Likewise.
723 (ranlib.1): Likewise.
724 (readelf.1): Likewise.
725 (size.1): Likewise.
726 (strings.1): Likewise.
727 (strip.1): Likewise.
728 (windres.1): Likewise.
729 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
730 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
731 $(DEMANGLER_NAME).
732 (as.1): Removed.
733 * doc/Makefile.in: Regenerated.
734
7014bc31
NC
7352001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
736
737 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
738
b811889f
NC
7392001-07-01 Daniel Berlin <dan@cgsoftware.com>
740
741 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
742
12ab83a9
NC
7432001-06-29 James Cownie <jcownie@etnus.com>
744
745 * readelf.c: Support DWARF 2.1 attributes.
746
a6e9f9df
AM
7472001-06-28 Alan Modra <amodra@bigpond.net.au>
748
749 * readelf.c (GET_DATA_ALLOC): Remove.
750 (GET_DATA): Remove.
751 (get_data): New function combining above macros, with an extra
752 test for zero size.
753 (slurp_rela_relocs): Use get_data, and catch error return.
754 (slurp_rel_relocs): Likewise.
755 (get_32bit_program_headers): Likewise.
756 (get_64bit_program_headers): Likewise.
757 (get_32bit_section_headers): Likewise.
758 (get_64bit_section_headers): Likewise.
759 (get_32bit_elf_symbols): Likewise.
760 (get_64bit_elf_symbols): Likewise.
761 (process_section_headers): Likewise.
762 (process_relocs): Likewise.
763 (slurp_ia64_unwind_table): Likewise.
764 (process_unwind): Likewise.
765 (get_32bit_dynamic_segment): Likewise.
766 (get_64bit_dynamic_segment): Likewise.
767 (process_dynamic_segment): Likewise.
768 (process_version_sections): Likewise.
769 (process_symbol_table): Likewise.
770 (dump_section): Likewise.
771 (display_debug_info): Likewise.
772 (display_debug_section): Likewise.
773 (process_section_contents): Likewise.
774 (process_corefile_note_segment): Likewise.
775 (process_mips_specific): Likewise. Also free econf32, econf64.
776
af3fc3bc
AM
7772001-06-25 Alan Modra <amodra@bigpond.net.au>
778
779 * readelf.c (dump_relocations): Print "bad symbol index" if
780 symtab == NULL with non-zero symtab_index.
781 (process_relocs): Don't bomb if reloc section has no symsec.
782
6d900bf6
L
7832001-06-24 H.J. Lu <hjl@gnu.org>
784
785 * objcopy.c (strip_main): Revert the change made on 2001-05-30
786 by accident.
787 (copy_main): Apply the the change made to strip_main on
788 2001-05-30 by accident.
789
49b4e386
AJ
7902001-06-23 Andreas Jaeger <aj@suse.de>
791
792 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
793 parameter 'code'.
794 (unw_decode_x2): Likewise.
795 (unw_decode_x3): Likewise.
796 (unw_decode_x4): Likewise.
797
d8dc71e3
BE
7982001-06-23 Ben Elliston <bje@redhat.com>
799
800 * MAINTAINERS: Add myself as M88k maintainer.
801
af3bdff7
NC
8022001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
803
804 * objcopy.c (strip_main): Support -o or --output-file command lien
805 switch.
806
105e7211
L
8072001-06-19 H.J. Lu <hjl@gnu.org>
808
809 * doc/Makefile.in: Regenerated.
810
c45021f2
NC
8112001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
812
813 * readelf.c: Restore formatting.
814
8152001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
816
817 * Makefile.am: Move documentation into doc subdirectory.
818 * Makefile.in: Regenerated.
819 * binutils.texi: Move into doc subdirectory.
820 * addr2line.1: Removed.
821 * ar.1: Likewise.
822 * dlltool.1: Likewise.
823 * nlmconv.1: Likewise.
824 * nm.1: Likewise.
825 * objcopy.1: Likewise.
826 * objdump.1: Likewise.
827 * ranlib.1: Likewise.
828 * readelf.1: Likewise.
829 * size.1: Likewise.
830 * strings.1: Likewise.
831 * strip.1: Likewise.
832 * windres.1: Likewise.
833 * cxxfilt.man: Likewise.
834 * doc: New Directory.
835 * doc/Makefile.am: New file.
836 * doc/Makefile.in: Generate.
837
09ad7db3
AM
8382001-06-09 Alan Modra <amodra@bigpond.net.au>
839
840 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
841
936260fe
AM
8422001-06-01 Alan Modra <amodra@bigpond.net.au>
843
844 * MAINTAINERS: Update my email address.
845
16b2b71c
NC
8462001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
847
848 * objcopy.c: Add new switches: --keep-global-symbol,
849 --keep-symbols, --localize-symbols, --keep-global-symbols and
850 --weaken-symbols.
851 * binutils.texi: Document new switches.
852 * objcopy.1: Regenerate.
853 * NEWS: Announce new feature.
854
7036c0e1
AJ
8552001-05-28 Andreas Jaeger <aj@suse.de>
856
857 * readelf.c (display_debug_frames): Fix warnings: Remove unused
858 variables, fix format strings.
859
76a406e5
NC
8602001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
861
862 * objdump.c (disassemble_bytes): Remove section VMA adjustment
863 when computing the address of the line to show.
864
31b6fca6
RH
8652001-05-16 Richard Henderson <rth@redhat.com>
866
867 * readelf.c (do_debug_frames_interp): New.
868 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
869 (byte_get_big_endian): Likewise.
870 (parse_args) ['F']: Set do_debug_frames_interp.
871 (Frame_Chunk): Make data_factor signed, add fde_encoding.
872 (frame_display_row): Don't trunc pc_begin to int.
873 (size_of_encoded_value): New.
874 (display_debug_frames): Handle 64-bit targets. Print raw data
875 unless do_debug_frames_interp.
876 (debug_displays): Remove duplicate .debug_frame.
877
4fe85591
NC
8782001-05-15 Ralf Baechle <ralf@gnu.org>
879
880 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
881 The former constant was never in active use and is used otherwise
882 by the ABI.
883
579f31ac
JJ
8842001-05-11 Jakub Jelinek <jakub@redhat.com>
885
886 * readelf.c (process_unwind): Print all unwind sections, not just
887 one.
888
78f4a3f7
AM
8892001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
890
891 * readelf.c (process_unwind): Remove const specifier.
892
1c529ca6
NC
8932001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
894
895 * strings.c (isgraphic): Do not use isascii() unless it is needed
896 for isprint() to work.
897 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
898
87e6d782
NC
8992001-04-27 Johan Rydberg <jrydberg@opencores.org>
900
901 * NEWS: Announce support for OpenRISC.
902
4bd3d870 9032001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
904
905 * dlltool.c (do_default_excludes): Initialise to true.
906
21211521
AM
9072001-04-10 Alan Modra <amodra@one.net.au>
908
909 * MAINTAINERS: Update my email address
910 * nm.c (print_symbol_info_bsd): Use a simple printf string.
911
0c66b61e 9122001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
913
914 * readelf.c (display_debug_lines): Fix typo for "Prologue".
915
e58d53af
L
9162001-03-30 H.J. Lu <hjl@gnu.org>
917
918 * readelf.c (process_unwind): Just return if do_unwind is 0.
919
bee72332
DD
9202001-03-28 Roger Sayle <roger@metaphorics.com>
921
922 * dlltool.c (make_one_lib_file): Fix section flags for
923 .text, .data and .bss in stub ds*.o files to match those
924 generated by gas.
925
f1467e33
L
9262001-03-29 H.J. Lu <hjl@gnu.org>
927
928 * readelf.c (process_unwind): Only do unwind sections for
929 IA64.
930
1c6fb4fe
L
9312001-03-28 H.J. Lu <hjl@gnu.org>
932
933 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
934 * Makefile.in: Regenerate.
935
0879a67a
AJ
9362001-03-26 Andreas Jaeger <aj@suse.de>
937
938 * binutils.texi (nm): Fix texi syntax.
939
0285c67d
NC
9402001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
941
942 * binutils.texi: Put @c man begin and @c man end indications
943 to generate man pages using texi2pod and pod2man. Put @c man title
944 to identify each man. Add SEEALSO entries.
945 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
946 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
947 sort the list.
948 (*.1): Build the man pages from binutils.texi.
949 * Makefile.in: Regenerate.
950
04847a4d
CF
9512001-03-13 Eric Kohl <ekohl@rz-online.de>
952
953 * defparse.y (opt_equal_name): allow "." in name.
954 * dlltool.c (def_exports): Added ability to generate forwarded exports.
955 (gen_exp_file): Likewise.
956
43a0748c
NC
9572001-03-12 Stefan Geuken <mail@stefan-geuken.de>
958
959 * NEWS: Document addition of -B switch to objcopy.
960 * binutils.texi: Document addition of -B switch to objcopy.
961 * objcopy.c: (copy_options): Add --binary-architecture.
962 (copy_usage): Document -B/--binary-architecture.
963 (copy_main): Support -B/--binary-architecture. Set
964 bfd_external_binary_architecture.
0879a67a 965
b7498e0e
NC
9662001-03-11 Andreas Jaeger <aj@suse.de>
967
968 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
969 (dump_relocations): Likewise.
970 (get_machine_name): Likewise.
971
a59e3bd7
NC
9722001-02-28 Nick Clifton <nickc@redhat.com>
973
974 * readelf.c: (struct unw_aux_info): Remove const modifier for
975 'strtab' field.
976 (process_unwind): Remove non-K&R compliant LHS type cast in call
977 to GET_DATA_ALLOC macro.
978
a5bcd848
PB
9792001-02-28 Philip Blundell <pb@futuretv.com>
980
981 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
982 ABI is in use; remove ambiguity between the "unknown" EABI and
983 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
984 renamed EF_xx constants.
985
27b7e12d
AM
9862001-02-27 Alan Modra <alan@linuxcare.com.au>
987
988 * configure.in (BFD_VERSION): New.
989 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
990 * configure: Regenerate.
991 * Makefile.am: Run "make dep-am"
992 * Makefile.in: Regenerate.
993
a9f10786
NC
9942001-02-14 Nick Clifton <nickc@redhat.com>
995
996 * MAINTAINERS: Add "Obvious Fix" rule.
997
3c44da9a
MS
9982001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
999
1000 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1001 literal concatenation.
1002
ecd03389
MS
10032001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1004
1005 * readelf.c (struct unw_aux_info): Remove const from the info member.
1006 (process_unwind): Don't type-cast the third argument to the
1007 GET_DATA_ALLOC macro.
1008
88ec60c7
NC
10092001-02-11 Nick Clifton <nickc@redhat.com>
1010
1011 * readelf.c (dump_relocations): Free corrected allocated
1012 array.
1013 (process_unwind): Fix compile time warning.
1014
f5e21966
NC
10152001-02-10 Nick Clifton <nickc@redhat.com>
1016
1017 * binutils.texi: Document new --unwind option to readelf.
1018
a85d7ed0
NC
10192001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1020
1021 * readelf.c: Add linux target for S/390.
1022
7bb10502
AM
10232001-02-10 Alan Modra <alan@linuxcare.com.au>
1024
1025 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1026 printf is a macro.
1027
8ca8f343
HPN
10282001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1029
1030 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1031 * aclocal.m4: Regenerate.
1032 * configure: Regenerate.
1033
7340082d
NC
10342001-02-07 Todd Vierling <tv@wasabisystems.com>
1035
1036 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1037 * objdump.c (bfd_target_vector): Likewise.
1038
4d6ed7c8
NC
10392001-02-07 David Mosberger <davidm@hpl.hp.com>
1040
1041 * readelf.c (process_unwind): New function.
1042 (slurp_ia64_unwind_table): Ditto.
1043 (dump_ia64_unwind): Ditto.
1044 (find_symbol_for_address): Ditto.
1045 (slurp_rela_relocs): New function (split off from dump_relocations()).
1046 (slurp_rel_relocs): Ditto.
1047 (parse_args): Handle '-u' option.
1048
1049 * unwind-ia64.c: New file.
1050 * unwind-ia64.h: New file.
1051 * Makefile.am: Include unwind-ia64.c in readelf build.
1052 * Makefile.in: Regenerate.
7340082d 1053 * po/binutils.pot: Regenerate.
4d6ed7c8 1054
c7217458
PB
10552001-02-04 Philip Blundell <philb@gnu.org>
1056
1057 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1058 * configure: Regenerate.
1059
956eedd4
AM
10602001-01-31 Steve deRosier <sderosier@vari-lite.com>
1061
1062 * ieee.c (ieee_add_bb11): Don't check for backslashes
1063 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1064
8855cbca
AM
10652001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1066
c7f2731e
AM
1067 * ieee.c: Update copyright.
1068 (ieee_start_compilation_unit): Don't check for backslashes
1069 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1070
8855cbca
AM
1071 * stabs.c: Update copyright. Include "filenames.h".
1072 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1073
329de803 10742001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1075
1076 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1077 sections are present before using them. Remove code duplication.
1078 (process_symbol_table): Check if VERDEF or VERNEED sections are
1079 present before using them.
1080
23719f39
NC
10812001-01-17 Nick Clifton <nickc@redhat.com>
1082
1083 * objcopy.c (copy_object): Fail if attempting to convert the
1084 endianness of the input object file.
1085
1086 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1087
f726e849
NC
10882001-01-16 Nick Clifton <nickc@redhat.com>
1089
1090 * readelf.c (string_table_length): New variable.
1091 (SECTION_NAME): Catch out of range indices and missing section
1092 pointers.
1093 (process_section_headers): Delete useless local variable
1094 string_table_offset. Set the value of string_table_length
1095 after loading the string table.
1096 (process_mips_specific): Use SECTION_NAME macro.
1097 (process_file): Set string_table_length to 0 when it is freed.
1098
d0398d6a
NC
10992001-01-12 Nick Clifton <nickc@redhat.com>
1100
1101 * version.c (print_version): Update copyright date.
1102
0d2bcfaf
NC
11032001-01-11 Peter Targett <peter.targett@arccores.com>
1104
1105 * readelf.c (dump_relocations): Include selection with EM_ARC.
1106 (get_machine_name) Update name to "ARC".
1107
8b1e6df3
NC
11082001-01-09 Nick Clifton <nickc@redhat.com>
1109
1110 * Makefile.am: Add rule to build objdump.o from objdump.c and
1111 using OBJDUMP_DEFS.
1112 * Makefile.in: Regenerate.
1113
1114 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1115 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1116 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1117 * configure: Regenerate.
8b1e6df3
NC
1118
1119 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1120 is defined read in the relocs even if dump_reloc_info is
1121 false.
1122
2f952d20
PB
11232001-01-07 Philip Blundell <philb@gnu.org>
1124
1125 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1126 `bug-binutils'.
1127 * README: Likewise.
1128
a8c548cb
NC
11292000-12-19 Nick Clifton <nickc@redhat.com>
1130
1131 * dlltool.c: Add missing support for arm-epoc-pe.
1132 * configure.in: Add missing support for arm-epoc-pe.
1133 * configure: Regenerate.
1134
cc5fda35
NC
11352000-12-15 Nick Clifton <nickc@redhat.com>
1136
1137 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1138 Mode parts of the x86 port.
1139
bcedfee6
NC
11402000-12-04 Andreas Jaeger <aj@suse.de>
1141
1142 * readelf.c (guess_is_rela): Add EM_X86_64.
1143 (dump_relocations): Add EM_X86_64.
1144 (get_machine_name): Add EM_X86_64.
1145 Include "elf/x86-64.h".
1146
584da044
NC
11472000-12-12 Nick Clifton <nickc@redhat.com>
1148
1149 * readelf.c: Fix formatting.
1150
7559e86e 11512000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1152
1153 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1154
a98cc2b2
AH
11552000-12-07 Andrew Haley <aph@redhat.com>
1156
1157 * readelf.c (display_debug_frames): Only display columns that are
1158 referenced by the frame debug info.
1159
c7987a69
NC
11602000-12-05 Nick Clifton <nickc@redhat.com>
1161
1162 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1163
09fd7e38
JM
11642000-12-04 Jason Merrill <jason@redhat.com>
1165
1166 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1167 (display_debug_section): Likewise.
1168 (display_debug_info): Display CU header before bailing.
1169
e7af610e
NC
11702000-12-01 Chris Demetriou <cgd@sibyte.com>
1171
09fd7e38
JM
1172 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1173 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1174 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1175
09fd7e38
JM
1176 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1177 and E_MIPS_ARCH_64.
84ea6cf2 1178
09fd7e38
JM
1179 * readelf.c (get_machine_flags): Add case for
1180 E_MIPS_MACH_SB1.
c6c98b38 1181
75066968
DD
11822000-11-30 Richard Earnshaw <rearnsha@arm.com>
1183
1184 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1185
5c4666ea
HPN
11862000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1187