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