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