]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Support for more than 64k ELF sections.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
9ad5cbcf
AM
12001-12-17 Alan Modra <amodra@bigpond.net.au>
2
3 * readelf.c (symtab_shndx_hdr): New global.
4 (SECTION_HEADER_INDEX): Define.
5 (SECTION_HEADER_NUM): Define.
6 (SECTION_HEADER): Define.
7 (GET_ELF_SYMBOLS): Pass two params rather than three.
8 (get_32bit_elf_symbols): Take file and section args. Read and
9 use SHT_SYMTAB_SHNDX.
10 (get_64bit_elf_symbols): Likewise.
11 (dump_relocations): Use SECTION_HEADER to index "section_headers".
12 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
13 Remember symtab_shdx_hdr.
14 (process_program_headers): Scan from index 1 for segment map.
15 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
16 "section_headers".
17 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
18 (process_unwind): Likewise.
19 (process_version_sections): Likewise.
20 (process_symbol_table): Likewise.
21 (display_debug_info): Likewise.
22 (process_dynamic_segment): Fake up a symtab section for changed
23 GET_ELF_SYMBOLS.
24 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
25 (process_program_headers): Kill signed/unsigned warning.
26 (load_debug_str): Likewise.
27 (display_debug_info): Likewise.
28
65765700
JJ
292001-12-13 Jakub Jelinek <jakub@redhat.com>
30
31 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
32
560f3c1c
AM
332001-12-11 Alan Modra <amodra@bigpond.net.au>
34
35 * readelf.c (process_file_header): Print extended e_shnum and
36 e_shdtrndx values. Set elf_header values for same.
37 (get_32bit_section_headers): Add "num" arg to read "num" headers.
38 (get_64bit_section_headers): Likewise.
39 (process_section_headers): Update calls.
40 (get_file_header): Call get_32bit_section_headers or 64bit variant.
41
bc408b8a
JJ
422001-12-10 Jakub Jelinek <jakub@redhat.com>
43
44 * objcopy.c (setup_section): Copy entsize.
45
93fbbb04
GK
462001-12-07 Geoffrey Keating <geoffk@redhat.com>
47
48 * readelf.c (guess_is_rela): Add support for stormy16.
49 (dump_relocations): Likewise.
50 (get_machine_name): Likewise.
51
e3c8793a
NC
522001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
53
54 * dllwrap.c (main) Replace multiple strings describing a
55 single error with a single, newline escaped sentence to permit
56 better translation into foreign languages.
57
58 * readelf.c (get_elf_class): Remove internalionalisation of ELF
59 class names.
60
956cd1d6
TS
612001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
62
63 * strings.c (get_char): Initialize value.
64
956c53ee
TS
652001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
66
67 * arlex.l: Silence compile warnings.
68 * arsup.h: Likewise. Fix formatting.
69
cedd9a58
JJ
702001-12-04 Jakub Jelinek <jakub@redhat.com>
71
72 * strings.c: Include config.h before bfd.h.
73 (file_off): New type.
74 (file_open): Define.
75 (print_strings): Use file_off instead of file_ptr. Print addresses
76 which don't fit into long correctly.
77 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
78 available.
79 (strings_file): Use file_off instead of file_ptr. Use file_open.
80 * configure.in: Check for getc_unlocked.
81 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
82 be defined for it.
83 * configure: Rebuilt.
84 * config.h.in: Rebuilt.
85
af667503
L
862001-11-29 H.J. Lu <hjl@gnu.org>
87
88 * bucomm.c (make_tempname): Revert the changes made on
89 2001-11-14 and 2001-11-12. They won't work with directories.
90
16474668
NC
912001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
92
93 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
94 CFLAGS_FOR_TARGET to runtest in environment.
95 * Makefile.in: Rebuild.
96 * doc/Makefile.in: Rebuild.
97
17978339
MS
982001-11-28 Mike Stump <mrs@wrs.com>
99
100 * objcopy.c (setup_section): Preserve SEC_RELOC when
101 --set-section-flags is used.
102
261a45ad
NC
1032001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
104
105 * readelf.c (do_debug_str): New variable.
106 (display_debug_str): New function: Display the contents of a
107 .debug_str section.
108 (load_debug_str): New function: Load in the contents of a
109 .debug_str section.
110 (free_debug_str): New function: Free the memory used by
111 load_debug_str().
112 (fetch_indirect_string): Retrieve a string from the .debug_str
113 section.
114 (usage): Add -ws.
115 (parse_args): Accept -ws.
116 (process_section_headers): Allow the display of the .debug_str
117 section.
118 (read_and_display_attr_value): Use fetch_indirect_string. Show
119 offset into .debug_str section.
120 (display_debug_info): Use load_debug_str and free_debug_str.
121 (debug_displays): Add .debug_str.
122 * doc/binutils.texi: Document -ws.
123
b8908f93
AJ
1242001-11-19 Andreas Jaeger <aj@suse.de>
125
126 * testsuite/binutils-all/objdump.exp: Add x86-64.
127
e5fb9629
AS
1282001-11-15 Andreas Schwab <schwab@suse.de>
129
130 * readelf.c: Fix warnings without terminating newline.
131
802a735e
AM
1322001-11-15 Alan Modra <amodra@bigpond.net.au>
133
134 * doc/binutils.texi (objdump): Document ppc -M options.
135
b89e9eae
AJ
1362001-11-14 Andreas Jaeger <aj@suse.de>
137
138 * doc/binutils.texi (objdump): Fix description to use x86-64.
139
a6a25652
NC
1402001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
141
142 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
143 not all systems provide mkstemp.
144
e396998b
AM
1452001-11-14 Alan Modra <amodra@bigpond.net.au>
146
147 * doc/binutils.texi (objdump): Document x86 -M options.
148
81766fca
RH
1492001-11-13 Keith Walker <keith.walker@arm.com>
150
151 * readelf.c (read_and_display_attr_value): New function to
152 handle DW_FORM_indirect.
153 (read_and_display_attr): Use it.
154
1a509dcc
GK
1552001-11-13 Geoffrey Keating <geoffk@redhat.com>
156
157 * readelf.c (display_debug_lines): Deal with unknown standard
158 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
159 DW_LNS_set_isa.
160
6e917903 1612001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 162
6e917903
TW
163 * MAINTAINERS: Add self as tic54x maintainer. This target
164 includes the IBM C54XDSP clone.
7559e86e 165
6e917903 1662001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 167
7559e86e
NC
168 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
169
1702001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 171
ecdadc4a
JL
172 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
173 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
174 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
175 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
176 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
177 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
178 (unw_decode_b2, unw_decode_b3_b4): Likewise.
179
91770270
JL
180 * readelf.c (get_elf_class): Fix ISO portability glitch.
181 (get_data_encoding, get_osabi_name, request_dump): Likewise.
182
ef5cdfc7
JJ
1832001-11-07 Jakub Jelinek <jakub@redhat.com>
184
185 * readelf.c (debug_str, debug_str_size): New.
186 (display_debug_abbrev): If no abbrevs were read, skip the CU.
187 Call free_abbrevs.
188 (read_and_display_addr): Handle DW_FORM_strp.
189 (display_debug_info): Read .debug_str section if present,
190 so that DW_FORM_strp can be handled.
191 Fix test for non-existant .debug_abbrev section.
192
5e9520c8
JJ
1932001-11-05 Jakub Jelinek <jakub@redhat.com>
194
195 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
196
197 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
198
54589086
MS
1992001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
200
201 * MAINTAINERS: Add self as s390/s390x maintainer.
202
c05b685b
TR
2032001-11-02 Tom Rix <trix@bluey.cygnus.com>
204
205 * MAINTAINERS: Add self as PPC XCOFF maintainer.
206
3c62831e
NC
2072001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
208
209 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
210 * configure: Regernate.
211 * po/fr.po: New file.
212 * po/tr.po: New file.
213
3c3bdf30
NC
2142001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
215
9b19141a 216 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
217 * readelf.c: Include elf/mmix.h.
218 (guess_is_rela): MMIX is RELA.
219 (dump_relocations): Handle MMIX relocations.
220 * Makefile.am: Regenerate dependencies.
221 * Makefile.in: Regenerate.
222
f662939a
NC
2232001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
224
225 * readelf.c (parse_args): Handle multiple options to the -w
226 switch.
227
c91d0dfb
JJ
2282001-10-12 Jakub Jelinek <jakub@redhat.com>
229
230 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
231 LOPROC, LOOS and LOUSER.
232
7559e86e 2332001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
234
235 * MAINTAINERS: Update my email address.
236
fcd8210c
AM
2372001-10-03 Alan Modra <amodra@bigpond.net.au>
238
239 * doc/Makefile.in: Regenerate.
240 * configure: Regenerate.
241
428409d5
NC
2422001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
243
244 * readelf.c (display_debug_line, display_debug_pubnames,
245 display_debug_info, display_debug_frames): Detect and warn
246 about 64-bit format entries.
247 (display_debug_aranges): Reword 64-bit warning.
248 (debug_displays): Add .debug_pubtypes as a known, but not yet
249 supported, debug section.
250
6a8c2b0d
AM
2512001-10-02 Alan Modra <amodra@bigpond.net.au>
252
253 * coffdump.c (PROGRAM_VERSION): Delete.
254 (main <'V'>): Call print_version.
255 * srconv.c: Likewise.
256 * sysdump.c: Likewise.
257 * version.c (program_version): Remove.
258 (print_version): Use BFD_VERSION_STRING. Just print the current
259 year in copyright message.
260 * addr2line.c (program_version): Remove unused declaration.
261 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
262 place of BFD_VERSION.
263 * Makefile.am (Makefile): Depend on bfd/configure.in.
264 (cplus-dem.o): Depend on Makefile.
265 Run "make dep-am".
266 * Makefile.in: Regenerate.
267
e414a165
NC
2682001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
269
270 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
271 format .debug_arange sections.
272 (main): Add missing prototype.
b8908f93 273
efc3ee7f
HPN
2742001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
275
276 * Makefile.am: Update dependencies with "make dep-am".
277 * Makefile.in: Regenerate.
278
9e85c2a0
RH
2792001-09-28 Richard Henderson <rth@redhat.com>
280
281 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
282
451dad9c
AM
2832001-09-26 Alan Modra <amodra@bigpond.net.au>
284
285 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
286 VA_CLOSE.
287 (non_fatal): Likewise.
288 * objdump.c (objdump_sprintf): Likewise.
289 * readelf.c (error): Likewise.
290 (warn): Likewise.
291
d974e256
JJ
2922001-09-25 Jakub Jelinek <jakub@redhat.com>
293
294 * readelf.c (do_wide): New.
295 (options): Add --wide.
296 (usage, parse_args): Likewise.
297 (process_program_headers): Put each segment on a single line if
298 --wide is given.
299 (process_section_headers): Put each section on a single line if
300 --wide is given.
301 * doc/binutils.texi: Document it.
302 * NEWS: Likewise.
303
2f11c261
AM
3042001-09-25 Alan Modra <amodra@bigpond.net.au>
305
306 * readelf.c (print_vma): Print 8 digits of low hex value.
307
1d50f91e
AJ
3082001-09-24 Andreas Jaeger <aj@suse.de>
309
310 * nlmconv.c: Fix warnings about unused attributes and function
311 prototypes.
312
313 * strings.c: Add prototype for get_char.
314
38131e67
L
3152000-09-19 H.J. Lu <hjl@gnu.org>
316
317 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
318 $(srcdir)/cxxfilt.man.
319 * doc/Makefile.in: Rebuild.
320
3bcfb3e4
AM
3212001-09-19 Alan Modra <amodra@bigpond.net.au>
322
323 * objcopy.c (copy_main): Correct rename-section string parsing.
324 Consolidate new_name parsing, and error messages.
325
3882b010
L
3262001-09-18 Bruno Haible <haible@clisp.cons.org>
327
328 * addr2line.c: Don't include <ctype.h>.
329 (main): For gettext, also set the LC_CTYPE locate facet.
330 * ar.c (main): Likewise.
331 * coffdump.c (main): Likewise.
332 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
333 (main): For gettext, also set the LC_CTYPE locate facet.
334 Use ISALNUM instead of isalpha/isdigit.
335 * dllwrap.c: Don't include <ctype.h>.
336 (main): For gettext, also set the LC_CTYPE locate facet.
337 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
338 (main): For gettext, also set the LC_CTYPE locate facet.
339 Use TOUPPER instead of islower/toupper.
340 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
341 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
342 Use TOUPPER instead of islower/toupper.
343 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
344 * objcopy.c (main): Likewise.
345 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
346 (disassemble_bytes): Use ISPRINT instead of isprint.
347 (dump_section_stabs): Use ISDIGIT instead of isdigit.
348 (dump_data): Use ISPRINT instead of isprint.
349 (main): For gettext, also set the LC_CTYPE locate facet.
350 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
351 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
352 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
353 Use TOUPPER instead of islower/toupper.
354 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
355 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
356 (write_rc_accelerators): Use ISPRINT instead of isprint.
357 (write_rc_rcdata): Likewise.
358 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
359 * srconv.c (main): Likewise.
360 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
361 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
362 isdigit/isupper/islower.
363 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
364 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
365 stab_demangle_prefix, stab_demangle_qualified,
366 stab_demangle_template, stab_demangle_type,
367 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
368 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
369 (isgraphic): Use ISPRINT instead of isascii/isprint.
370 (main): Remove HAVE_LC_MESSAGES dependency.
371 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
372 (pbarray): Use ISPRINT instead of isprint.
373 (main): For gettext, also set the LC_CTYPE locate facet.
374 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
375 (format_from_filename): Use ISPRINT instead of isprint.
376 (main): For gettext, also set the LC_CTYPE locate facet.
377 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
378 (unicode_print): Use ISPRINT instead of isprint.
379 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
380 (stab_variable): Use ISDIGIT instead of isdigit.
381
e59b4dfb
AM
3822001-09-18 Alan Modra <amodra@bigpond.net.au>
383
384 * ar.c (print_contents): Cast args of bfd_seek to the right types.
385 Replace bfd_read call with call to bfd_bread.
386 (extract_file): Likewise.
387
388 * objdump.c (dump_section_header): Cast section->filepos to
389 unsigned long to suit printf format string.
390 * readelf.c (process_section_headers): Similarly for sh_offset.
391 (process_unwind): Likewise.
392
d132876a
NC
3932001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
394
395 * strings.c (encoding, encoding_bytes): New variables.
396 (long_options): Add --encoding.
397 (main): Accept -e and --encoding.
398 (get_char): New function. Read a, possibly wide, character from
399 the input stream.
400 (print_strings): Use get_char().
401 (usage): Document new command line option.
402 * doc/binutils.texi: Document new command line option.
403 * NEWS: Announce new command line option.
404
7559e86e 4052001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
406
407 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
408 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
409 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
410 Removed EM_CYGNUS_ARC.
411
7559e86e 4122001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
413
414 * readelf.c: Include elf/h8 for H8 series definitions.
415 (guess_is_rela): H8 series if RELA.
416 (dump_relocations): Handle H8 series relocations.
417
0823fbca
EC
4182001-08-31 Eric Christopher <echristo@redhat.com>
419
420 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
421
8db76d70
PT
4222001-08-29 Peter Targett <peter.targett@arccores.com>
423
424 * MAINTAINERS: Include ARC Maintainer.
425
d81d6584
BE
4262001-08-29 Ben Elliston <bje@redhat.com>
427
428 * stabs.c (stab_demangle_template): Initialise s4.
429
25a1ff5b
AM
4302001-08-27 Alan Modra <amodra@bigpond.net.au>
431
432 * readelf.c (dump_relocations): Recognise EM_PPC64.
433
a5d22d2a
TS
4342001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
435
436 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
437
62a5a82d
L
4382001-08-25 H.J. Lu <hjl@gnu.org>
439
440 * nm.c (print_width): New.
441 (display_rel_file): Set `print_width' according to
442 bfd_sprintf_vma.
443 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
444
1ae8b3d2
AO
4452001-08-24 Alexandre Oliva <aoliva@redhat.com>
446
447 * objcopy.c (use_alt_mach_code): New variable.
448 (OPTION_ALT_MACH_CODE): Define.
449 (copy_options): Added --alt-machine-code.
450 (copy_main): Handle it.
451 (copy_object): Switch to alternate machine code if requested.
452 * doc/binutils.texi: Document new option.
453 * NEWS: Likewise.
454
d1bdd336
TS
4552001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
456
457 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
458
410f7a12
L
4592001-08-21 H.J. Lu <hjl@gnu.org>
460
461 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
462 (display_debug_info): Cast for 64bit hosts.
463 (display_debug_frames): Likewise.
464 (process_mips_specific): Likewise.
465
c32144ff
AJ
4662001-08-21 Andreas Jaeger <aj@suse.de>
467
468 * coffgrok.h: Add missing parameter for prototype of coff_grok.
469
470 * sysdump.c: Add missing prototypes.
471 * srconv.c: Likewise.
472 * unwind-ia64.c: Likewise.
473 * coffdump.c: Likewise.
474
475 * sysinfo.y: Print prototypes, include <ansidecl.h>.
476
477 * coffgrok.c: Add missing prototypes, include libiberty.h instead
478 of declaring xcalloc.
479
d8180c76
L
4802001-08-10 H.J. Lu <hjl@gnu.org>
481
482 * nm.c (print_value): Add one arg, bfd *.
483 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
484 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
485 (print_symbol_info_sysv): Likewise.
486 (print_symbol_info_posix): Likewise.
487
488 * objdump.c (dump_section_header): Replace printf_vma with
489 bfd_printf_vma.
490 (print_section_stabs): Likewise.
491 (dump_bfd_header): Likewise.
492 (objdump_print_value): Replace sprintf_vma with
493 bfd_sprintf_vma.
494 (disassemble_bytes): Likewise.
495 (dump_reloc_set): Likewise.
496
0218d1e4
AJ
4972001-08-10 Andreas Jaeger <aj@suse.de>
498
499 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
500 to build warnings.
501 * configure: Regenerate.
502
2863d58a
AM
5032001-08-09 Alan Modra <amodra@bigpond.net.au>
504
505 * readelf.c: Add missing prototypes.
506 * objdump.c: Likewise. Format existing prototypes.
507
c0e047e0
AO
5082001-08-08 Alexandre Oliva <aoliva@redhat.com>
509
510 * readelf.c (display_debug_info): Add to abbrev_offset the addend
511 of any RELA relocation for the abbrev_offset memory location that
512 refers to the .debug_abbrev section symbol.
513
ff78d6d6
L
5142001-08-07 H.J. Lu <hjl@gnu.org>
515
516 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
517 (main): Return process_file ().
518
c36774d6
PB
5192001-08-05 Philip Blundell <philb@gnu.org>
520
521 * doc/binutils.texi: Use "Thumb" not "THUMB".
522
8f9d9bd9
JH
5232001-08-03 John Healy <jhealy@redhat.com>
524
525 Patch suggested by Frank Eigler <fche@redhat.com>.
526 * objdump.c (disassemble_data): Fill in section member of the
527 disasm_info structure.
528
c918cb96
DD
5292001-08-03 Tom Walsh <tom@cyberiansoftware.com>
530
531 * configure.in: Added --with-windres option.
532 * configure: Regenerated.
533
c7c55b78
NC
5342001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
535
536 * doc/binutils.texi: Use @command{name} for commands;
537 use @option{-opt} for options; use @table @env for list of options;
538 remove spaces arround [ | ] in synopsis.
539
540 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
541 center title.
542
594ef5db
NC
5432001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
544
545 * objcopy.c: Fix formatting.
546 (section_rename): New structure.
547 (OPTION_RENAME_SECTION): New switch.
548 (copy_usage): Document new switch.
549 (add_section_rename): New function: Add a node to the section
550 rename list.
551 (find_section_rename): New function: Find the new name and
552 flags for a section.
553 (setup_section): Call find_section_name to determine the name
554 of the output section.
555 (copy_main): Handle OPTION_RENAME_SECTION.
556 * binutils.texi: Document new switch.
557 * NEWS: Mention new switch.
558
1f554c69
NC
5592001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
560
561 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
562 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
563 bug-binutils@gcc.org.
564
2f83960e
AM
5652001-07-28 Matthias Kramm <kramm@quiss.org>
566
567 * bucomm.c (list_supported_architectures): New function.
568 * bucomm.h (list_supported_architectures): Declare.
569 * objdump.c (usage): Call the above.
570
20fe0649
DB
5712001-07-25 Dave Brolley <brolley@redhat.com>
572
573 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
574 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
575
1b577b00
NC
5762001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
577
578 * README: Update for 2.11. Change bug reporting email address.
579 * MAINTAINERS: Tidy up. Change bug reporting email address.
580
95fd336c
DD
5812001-07-16 DJ Delorie <dj@redhat.com>
582
5f16d855
DD
583 * resres.c (write_res_header): Align header size.
584 (res_align_file): Calculate alignment correctly.
585
95fd336c
DD
586 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
587 correct 10).
588 * resrc.c (write_rc_resource): Likewise.
589 * windres.h (SUBLANG_SHIFT): Define - as 10.
590
ed8fee27
NC
5912001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
592
593 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
594
90ab7e9a
NC
5952001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
596
597 * MAINTAINERS: Add notes about branch checkins.
598
e0c60db2
NC
5992001-07-05 Daniel Berlin <dan@cgsoftware.com>
600
601 * readelf.c (display_debug_macinfo): New function, display
602 .debug_macinfo section.
603 (do_debug_macinfo): New variable.
604 (parse_args): Handle "-w[mM]" to mean display macro info.
605 (process_section_headers): Handle debug_macinfo.
606 (debug_displays): Replace unsupported function with macinfo
0218d1e4 607 function for .debug_macinfo display.
e0c60db2
NC
608 * doc/binutils.texi: Document new command line switch.
609 * NEWS: Document new feature of readelf.
0218d1e4 610
24e01a36
L
6112001-07-05 H.J. Lu <hjl@gnu.org>
612
613 * objcopy.c (filter_symbols): Don't turn undefined symbols
614 into local.
615
4258bf4d
L
6162001-07-03 H.J. Lu <hjl@gnu.org>
617
618 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
619 $@.pod.
620 (ar.1): Likewise.
621 (dlltool.1): Likewise.
622 (nlmconv.1): Likewise.
623 (nm.1): Likewise.
624 (objcopy.1): Likewise.
625 (objdump.1): Likewise.
626 (ranlib.1): Likewise.
627 (readelf.1): Likewise.
628 (size.1): Likewise.
629 (strings.1): Likewise.
630 (strip.1): Likewise.
631 (windres.1): Likewise.
632 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
633 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
634 $(DEMANGLER_NAME).
635 (as.1): Removed.
636 * doc/Makefile.in: Regenerated.
637
7014bc31
NC
6382001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
639
640 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
641
b811889f
NC
6422001-07-01 Daniel Berlin <dan@cgsoftware.com>
643
644 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
645
12ab83a9
NC
6462001-06-29 James Cownie <jcownie@etnus.com>
647
648 * readelf.c: Support DWARF 2.1 attributes.
649
a6e9f9df
AM
6502001-06-28 Alan Modra <amodra@bigpond.net.au>
651
652 * readelf.c (GET_DATA_ALLOC): Remove.
653 (GET_DATA): Remove.
654 (get_data): New function combining above macros, with an extra
655 test for zero size.
656 (slurp_rela_relocs): Use get_data, and catch error return.
657 (slurp_rel_relocs): Likewise.
658 (get_32bit_program_headers): Likewise.
659 (get_64bit_program_headers): Likewise.
660 (get_32bit_section_headers): Likewise.
661 (get_64bit_section_headers): Likewise.
662 (get_32bit_elf_symbols): Likewise.
663 (get_64bit_elf_symbols): Likewise.
664 (process_section_headers): Likewise.
665 (process_relocs): Likewise.
666 (slurp_ia64_unwind_table): Likewise.
667 (process_unwind): Likewise.
668 (get_32bit_dynamic_segment): Likewise.
669 (get_64bit_dynamic_segment): Likewise.
670 (process_dynamic_segment): Likewise.
671 (process_version_sections): Likewise.
672 (process_symbol_table): Likewise.
673 (dump_section): Likewise.
674 (display_debug_info): Likewise.
675 (display_debug_section): Likewise.
676 (process_section_contents): Likewise.
677 (process_corefile_note_segment): Likewise.
678 (process_mips_specific): Likewise. Also free econf32, econf64.
679
af3fc3bc
AM
6802001-06-25 Alan Modra <amodra@bigpond.net.au>
681
682 * readelf.c (dump_relocations): Print "bad symbol index" if
683 symtab == NULL with non-zero symtab_index.
684 (process_relocs): Don't bomb if reloc section has no symsec.
685
6d900bf6
L
6862001-06-24 H.J. Lu <hjl@gnu.org>
687
688 * objcopy.c (strip_main): Revert the change made on 2001-05-30
689 by accident.
690 (copy_main): Apply the the change made to strip_main on
691 2001-05-30 by accident.
692
49b4e386
AJ
6932001-06-23 Andreas Jaeger <aj@suse.de>
694
695 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
696 parameter 'code'.
697 (unw_decode_x2): Likewise.
698 (unw_decode_x3): Likewise.
699 (unw_decode_x4): Likewise.
700
d8dc71e3
BE
7012001-06-23 Ben Elliston <bje@redhat.com>
702
703 * MAINTAINERS: Add myself as M88k maintainer.
704
af3bdff7
NC
7052001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
706
707 * objcopy.c (strip_main): Support -o or --output-file command lien
708 switch.
709
105e7211
L
7102001-06-19 H.J. Lu <hjl@gnu.org>
711
712 * doc/Makefile.in: Regenerated.
713
c45021f2
NC
7142001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
715
716 * readelf.c: Restore formatting.
717
7182001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
719
720 * Makefile.am: Move documentation into doc subdirectory.
721 * Makefile.in: Regenerated.
722 * binutils.texi: Move into doc subdirectory.
723 * addr2line.1: Removed.
724 * ar.1: Likewise.
725 * dlltool.1: Likewise.
726 * nlmconv.1: Likewise.
727 * nm.1: Likewise.
728 * objcopy.1: Likewise.
729 * objdump.1: Likewise.
730 * ranlib.1: Likewise.
731 * readelf.1: Likewise.
732 * size.1: Likewise.
733 * strings.1: Likewise.
734 * strip.1: Likewise.
735 * windres.1: Likewise.
736 * cxxfilt.man: Likewise.
737 * doc: New Directory.
738 * doc/Makefile.am: New file.
739 * doc/Makefile.in: Generate.
740
09ad7db3
AM
7412001-06-09 Alan Modra <amodra@bigpond.net.au>
742
743 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
744
936260fe
AM
7452001-06-01 Alan Modra <amodra@bigpond.net.au>
746
747 * MAINTAINERS: Update my email address.
748
16b2b71c
NC
7492001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
750
751 * objcopy.c: Add new switches: --keep-global-symbol,
752 --keep-symbols, --localize-symbols, --keep-global-symbols and
753 --weaken-symbols.
754 * binutils.texi: Document new switches.
755 * objcopy.1: Regenerate.
756 * NEWS: Announce new feature.
757
7036c0e1
AJ
7582001-05-28 Andreas Jaeger <aj@suse.de>
759
760 * readelf.c (display_debug_frames): Fix warnings: Remove unused
761 variables, fix format strings.
762
76a406e5
NC
7632001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
764
765 * objdump.c (disassemble_bytes): Remove section VMA adjustment
766 when computing the address of the line to show.
767
31b6fca6
RH
7682001-05-16 Richard Henderson <rth@redhat.com>
769
770 * readelf.c (do_debug_frames_interp): New.
771 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
772 (byte_get_big_endian): Likewise.
773 (parse_args) ['F']: Set do_debug_frames_interp.
774 (Frame_Chunk): Make data_factor signed, add fde_encoding.
775 (frame_display_row): Don't trunc pc_begin to int.
776 (size_of_encoded_value): New.
777 (display_debug_frames): Handle 64-bit targets. Print raw data
778 unless do_debug_frames_interp.
779 (debug_displays): Remove duplicate .debug_frame.
780
4fe85591
NC
7812001-05-15 Ralf Baechle <ralf@gnu.org>
782
783 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
784 The former constant was never in active use and is used otherwise
785 by the ABI.
786
579f31ac
JJ
7872001-05-11 Jakub Jelinek <jakub@redhat.com>
788
789 * readelf.c (process_unwind): Print all unwind sections, not just
790 one.
791
78f4a3f7
AM
7922001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
793
794 * readelf.c (process_unwind): Remove const specifier.
795
1c529ca6
NC
7962001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
797
798 * strings.c (isgraphic): Do not use isascii() unless it is needed
799 for isprint() to work.
800 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
801
87e6d782
NC
8022001-04-27 Johan Rydberg <jrydberg@opencores.org>
803
804 * NEWS: Announce support for OpenRISC.
805
4bd3d870 8062001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
807
808 * dlltool.c (do_default_excludes): Initialise to true.
809
21211521
AM
8102001-04-10 Alan Modra <amodra@one.net.au>
811
812 * MAINTAINERS: Update my email address
813 * nm.c (print_symbol_info_bsd): Use a simple printf string.
814
0c66b61e 8152001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
816
817 * readelf.c (display_debug_lines): Fix typo for "Prologue".
818
e58d53af
L
8192001-03-30 H.J. Lu <hjl@gnu.org>
820
821 * readelf.c (process_unwind): Just return if do_unwind is 0.
822
bee72332
DD
8232001-03-28 Roger Sayle <roger@metaphorics.com>
824
825 * dlltool.c (make_one_lib_file): Fix section flags for
826 .text, .data and .bss in stub ds*.o files to match those
827 generated by gas.
828
f1467e33
L
8292001-03-29 H.J. Lu <hjl@gnu.org>
830
831 * readelf.c (process_unwind): Only do unwind sections for
832 IA64.
833
1c6fb4fe
L
8342001-03-28 H.J. Lu <hjl@gnu.org>
835
836 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
837 * Makefile.in: Regenerate.
838
0879a67a
AJ
8392001-03-26 Andreas Jaeger <aj@suse.de>
840
841 * binutils.texi (nm): Fix texi syntax.
842
0285c67d
NC
8432001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
844
845 * binutils.texi: Put @c man begin and @c man end indications
846 to generate man pages using texi2pod and pod2man. Put @c man title
847 to identify each man. Add SEEALSO entries.
848 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
849 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
850 sort the list.
851 (*.1): Build the man pages from binutils.texi.
852 * Makefile.in: Regenerate.
853
04847a4d
CF
8542001-03-13 Eric Kohl <ekohl@rz-online.de>
855
856 * defparse.y (opt_equal_name): allow "." in name.
857 * dlltool.c (def_exports): Added ability to generate forwarded exports.
858 (gen_exp_file): Likewise.
859
43a0748c
NC
8602001-03-12 Stefan Geuken <mail@stefan-geuken.de>
861
862 * NEWS: Document addition of -B switch to objcopy.
863 * binutils.texi: Document addition of -B switch to objcopy.
864 * objcopy.c: (copy_options): Add --binary-architecture.
865 (copy_usage): Document -B/--binary-architecture.
866 (copy_main): Support -B/--binary-architecture. Set
867 bfd_external_binary_architecture.
0879a67a 868
b7498e0e
NC
8692001-03-11 Andreas Jaeger <aj@suse.de>
870
871 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
872 (dump_relocations): Likewise.
873 (get_machine_name): Likewise.
874
a59e3bd7
NC
8752001-02-28 Nick Clifton <nickc@redhat.com>
876
877 * readelf.c: (struct unw_aux_info): Remove const modifier for
878 'strtab' field.
879 (process_unwind): Remove non-K&R compliant LHS type cast in call
880 to GET_DATA_ALLOC macro.
881
a5bcd848
PB
8822001-02-28 Philip Blundell <pb@futuretv.com>
883
884 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
885 ABI is in use; remove ambiguity between the "unknown" EABI and
886 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
887 renamed EF_xx constants.
888
27b7e12d
AM
8892001-02-27 Alan Modra <alan@linuxcare.com.au>
890
891 * configure.in (BFD_VERSION): New.
892 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
893 * configure: Regenerate.
894 * Makefile.am: Run "make dep-am"
895 * Makefile.in: Regenerate.
896
a9f10786
NC
8972001-02-14 Nick Clifton <nickc@redhat.com>
898
899 * MAINTAINERS: Add "Obvious Fix" rule.
900
3c44da9a
MS
9012001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
902
903 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
904 literal concatenation.
905
ecd03389
MS
9062001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
907
908 * readelf.c (struct unw_aux_info): Remove const from the info member.
909 (process_unwind): Don't type-cast the third argument to the
910 GET_DATA_ALLOC macro.
911
88ec60c7
NC
9122001-02-11 Nick Clifton <nickc@redhat.com>
913
914 * readelf.c (dump_relocations): Free corrected allocated
915 array.
916 (process_unwind): Fix compile time warning.
917
f5e21966
NC
9182001-02-10 Nick Clifton <nickc@redhat.com>
919
920 * binutils.texi: Document new --unwind option to readelf.
921
a85d7ed0
NC
9222001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
923
924 * readelf.c: Add linux target for S/390.
925
7bb10502
AM
9262001-02-10 Alan Modra <alan@linuxcare.com.au>
927
928 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
929 printf is a macro.
930
8ca8f343
HPN
9312001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
932
933 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
934 * aclocal.m4: Regenerate.
935 * configure: Regenerate.
936
7340082d
NC
9372001-02-07 Todd Vierling <tv@wasabisystems.com>
938
939 * bucomm.c (bfd_target_vector): Change extern array to pointer.
940 * objdump.c (bfd_target_vector): Likewise.
941
4d6ed7c8
NC
9422001-02-07 David Mosberger <davidm@hpl.hp.com>
943
944 * readelf.c (process_unwind): New function.
945 (slurp_ia64_unwind_table): Ditto.
946 (dump_ia64_unwind): Ditto.
947 (find_symbol_for_address): Ditto.
948 (slurp_rela_relocs): New function (split off from dump_relocations()).
949 (slurp_rel_relocs): Ditto.
950 (parse_args): Handle '-u' option.
951
952 * unwind-ia64.c: New file.
953 * unwind-ia64.h: New file.
954 * Makefile.am: Include unwind-ia64.c in readelf build.
955 * Makefile.in: Regenerate.
7340082d 956 * po/binutils.pot: Regenerate.
4d6ed7c8 957
c7217458
PB
9582001-02-04 Philip Blundell <philb@gnu.org>
959
960 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
961 * configure: Regenerate.
962
956eedd4
AM
9632001-01-31 Steve deRosier <sderosier@vari-lite.com>
964
965 * ieee.c (ieee_add_bb11): Don't check for backslashes
966 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
967
8855cbca
AM
9682001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
969
c7f2731e
AM
970 * ieee.c: Update copyright.
971 (ieee_start_compilation_unit): Don't check for backslashes
972 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
973
8855cbca
AM
974 * stabs.c: Update copyright. Include "filenames.h".
975 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
976
329de803 9772001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
978
979 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
980 sections are present before using them. Remove code duplication.
981 (process_symbol_table): Check if VERDEF or VERNEED sections are
982 present before using them.
983
23719f39
NC
9842001-01-17 Nick Clifton <nickc@redhat.com>
985
986 * objcopy.c (copy_object): Fail if attempting to convert the
987 endianness of the input object file.
988
989 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 990
f726e849
NC
9912001-01-16 Nick Clifton <nickc@redhat.com>
992
993 * readelf.c (string_table_length): New variable.
994 (SECTION_NAME): Catch out of range indices and missing section
995 pointers.
996 (process_section_headers): Delete useless local variable
997 string_table_offset. Set the value of string_table_length
998 after loading the string table.
999 (process_mips_specific): Use SECTION_NAME macro.
1000 (process_file): Set string_table_length to 0 when it is freed.
1001
d0398d6a
NC
10022001-01-12 Nick Clifton <nickc@redhat.com>
1003
1004 * version.c (print_version): Update copyright date.
1005
0d2bcfaf
NC
10062001-01-11 Peter Targett <peter.targett@arccores.com>
1007
1008 * readelf.c (dump_relocations): Include selection with EM_ARC.
1009 (get_machine_name) Update name to "ARC".
1010
8b1e6df3
NC
10112001-01-09 Nick Clifton <nickc@redhat.com>
1012
1013 * Makefile.am: Add rule to build objdump.o from objdump.c and
1014 using OBJDUMP_DEFS.
1015 * Makefile.in: Regenerate.
1016
1017 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1018 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1019 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1020 * configure: Regenerate.
8b1e6df3
NC
1021
1022 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1023 is defined read in the relocs even if dump_reloc_info is
1024 false.
1025
2f952d20
PB
10262001-01-07 Philip Blundell <philb@gnu.org>
1027
1028 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1029 `bug-binutils'.
1030 * README: Likewise.
1031
a8c548cb
NC
10322000-12-19 Nick Clifton <nickc@redhat.com>
1033
1034 * dlltool.c: Add missing support for arm-epoc-pe.
1035 * configure.in: Add missing support for arm-epoc-pe.
1036 * configure: Regenerate.
1037
cc5fda35
NC
10382000-12-15 Nick Clifton <nickc@redhat.com>
1039
1040 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1041 Mode parts of the x86 port.
1042
bcedfee6
NC
10432000-12-04 Andreas Jaeger <aj@suse.de>
1044
1045 * readelf.c (guess_is_rela): Add EM_X86_64.
1046 (dump_relocations): Add EM_X86_64.
1047 (get_machine_name): Add EM_X86_64.
1048 Include "elf/x86-64.h".
1049
584da044
NC
10502000-12-12 Nick Clifton <nickc@redhat.com>
1051
1052 * readelf.c: Fix formatting.
1053
7559e86e 10542000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1055
1056 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1057
a98cc2b2
AH
10582000-12-07 Andrew Haley <aph@redhat.com>
1059
1060 * readelf.c (display_debug_frames): Only display columns that are
1061 referenced by the frame debug info.
1062
c7987a69
NC
10632000-12-05 Nick Clifton <nickc@redhat.com>
1064
1065 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1066
09fd7e38
JM
10672000-12-04 Jason Merrill <jason@redhat.com>
1068
1069 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1070 (display_debug_section): Likewise.
1071 (display_debug_info): Display CU header before bailing.
1072
e7af610e
NC
10732000-12-01 Chris Demetriou <cgd@sibyte.com>
1074
09fd7e38
JM
1075 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1076 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1077 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1078
09fd7e38
JM
1079 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1080 and E_MIPS_ARCH_64.
84ea6cf2 1081
09fd7e38
JM
1082 * readelf.c (get_machine_flags): Add case for
1083 E_MIPS_MACH_SB1.
c6c98b38 1084
75066968
DD
10852000-11-30 Richard Earnshaw <rearnsha@arm.com>
1086
1087 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1088
5c4666ea
HPN
10892000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1090
6e917903 1091