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