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