]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ff78d6d6
L
12001-08-07 H.J. Lu <hjl@gnu.org>
2
3 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
4 (main): Return process_file ().
5
c36774d6
PB
62001-08-05 Philip Blundell <philb@gnu.org>
7
8 * doc/binutils.texi: Use "Thumb" not "THUMB".
9
8f9d9bd9
JH
102001-08-03 John Healy <jhealy@redhat.com>
11
12 Patch suggested by Frank Eigler <fche@redhat.com>.
13 * objdump.c (disassemble_data): Fill in section member of the
14 disasm_info structure.
15
c918cb96
DD
162001-08-03 Tom Walsh <tom@cyberiansoftware.com>
17
18 * configure.in: Added --with-windres option.
19 * configure: Regenerated.
20
c7c55b78
NC
212001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
22
23 * doc/binutils.texi: Use @command{name} for commands;
24 use @option{-opt} for options; use @table @env for list of options;
25 remove spaces arround [ | ] in synopsis.
26
27 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
28 center title.
29
594ef5db
NC
302001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
31
32 * objcopy.c: Fix formatting.
33 (section_rename): New structure.
34 (OPTION_RENAME_SECTION): New switch.
35 (copy_usage): Document new switch.
36 (add_section_rename): New function: Add a node to the section
37 rename list.
38 (find_section_rename): New function: Find the new name and
39 flags for a section.
40 (setup_section): Call find_section_name to determine the name
41 of the output section.
42 (copy_main): Handle OPTION_RENAME_SECTION.
43 * binutils.texi: Document new switch.
44 * NEWS: Mention new switch.
45
1f554c69
NC
462001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
47
48 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
49 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
50 bug-binutils@gcc.org.
51
2f83960e
AM
522001-07-28 Matthias Kramm <kramm@quiss.org>
53
54 * bucomm.c (list_supported_architectures): New function.
55 * bucomm.h (list_supported_architectures): Declare.
56 * objdump.c (usage): Call the above.
57
20fe0649
DB
582001-07-25 Dave Brolley <brolley@redhat.com>
59
60 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
61 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
62
1b577b00
NC
632001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
64
65 * README: Update for 2.11. Change bug reporting email address.
66 * MAINTAINERS: Tidy up. Change bug reporting email address.
67
95fd336c
DD
682001-07-16 DJ Delorie <dj@redhat.com>
69
5f16d855
DD
70 * resres.c (write_res_header): Align header size.
71 (res_align_file): Calculate alignment correctly.
72
95fd336c
DD
73 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
74 correct 10).
75 * resrc.c (write_rc_resource): Likewise.
76 * windres.h (SUBLANG_SHIFT): Define - as 10.
77
ed8fee27
NC
782001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
79
80 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
81
90ab7e9a
NC
822001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
83
84 * MAINTAINERS: Add notes about branch checkins.
85
e0c60db2
NC
862001-07-05 Daniel Berlin <dan@cgsoftware.com>
87
88 * readelf.c (display_debug_macinfo): New function, display
89 .debug_macinfo section.
90 (do_debug_macinfo): New variable.
91 (parse_args): Handle "-w[mM]" to mean display macro info.
92 (process_section_headers): Handle debug_macinfo.
93 (debug_displays): Replace unsupported function with macinfo
94 function for .debug_macinfo display.
95 * doc/binutils.texi: Document new command line switch.
96 * NEWS: Document new feature of readelf.
97
24e01a36
L
982001-07-05 H.J. Lu <hjl@gnu.org>
99
100 * objcopy.c (filter_symbols): Don't turn undefined symbols
101 into local.
102
4258bf4d
L
1032001-07-03 H.J. Lu <hjl@gnu.org>
104
105 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
106 $@.pod.
107 (ar.1): Likewise.
108 (dlltool.1): Likewise.
109 (nlmconv.1): Likewise.
110 (nm.1): Likewise.
111 (objcopy.1): Likewise.
112 (objdump.1): Likewise.
113 (ranlib.1): Likewise.
114 (readelf.1): Likewise.
115 (size.1): Likewise.
116 (strings.1): Likewise.
117 (strip.1): Likewise.
118 (windres.1): Likewise.
119 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
120 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
121 $(DEMANGLER_NAME).
122 (as.1): Removed.
123 * doc/Makefile.in: Regenerated.
124
7014bc31
NC
1252001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
126
127 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
128
b811889f
NC
1292001-07-01 Daniel Berlin <dan@cgsoftware.com>
130
131 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
132
12ab83a9
NC
1332001-06-29 James Cownie <jcownie@etnus.com>
134
135 * readelf.c: Support DWARF 2.1 attributes.
136
a6e9f9df
AM
1372001-06-28 Alan Modra <amodra@bigpond.net.au>
138
139 * readelf.c (GET_DATA_ALLOC): Remove.
140 (GET_DATA): Remove.
141 (get_data): New function combining above macros, with an extra
142 test for zero size.
143 (slurp_rela_relocs): Use get_data, and catch error return.
144 (slurp_rel_relocs): Likewise.
145 (get_32bit_program_headers): Likewise.
146 (get_64bit_program_headers): Likewise.
147 (get_32bit_section_headers): Likewise.
148 (get_64bit_section_headers): Likewise.
149 (get_32bit_elf_symbols): Likewise.
150 (get_64bit_elf_symbols): Likewise.
151 (process_section_headers): Likewise.
152 (process_relocs): Likewise.
153 (slurp_ia64_unwind_table): Likewise.
154 (process_unwind): Likewise.
155 (get_32bit_dynamic_segment): Likewise.
156 (get_64bit_dynamic_segment): Likewise.
157 (process_dynamic_segment): Likewise.
158 (process_version_sections): Likewise.
159 (process_symbol_table): Likewise.
160 (dump_section): Likewise.
161 (display_debug_info): Likewise.
162 (display_debug_section): Likewise.
163 (process_section_contents): Likewise.
164 (process_corefile_note_segment): Likewise.
165 (process_mips_specific): Likewise. Also free econf32, econf64.
166
af3fc3bc
AM
1672001-06-25 Alan Modra <amodra@bigpond.net.au>
168
169 * readelf.c (dump_relocations): Print "bad symbol index" if
170 symtab == NULL with non-zero symtab_index.
171 (process_relocs): Don't bomb if reloc section has no symsec.
172
6d900bf6
L
1732001-06-24 H.J. Lu <hjl@gnu.org>
174
175 * objcopy.c (strip_main): Revert the change made on 2001-05-30
176 by accident.
177 (copy_main): Apply the the change made to strip_main on
178 2001-05-30 by accident.
179
49b4e386
AJ
1802001-06-23 Andreas Jaeger <aj@suse.de>
181
182 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
183 parameter 'code'.
184 (unw_decode_x2): Likewise.
185 (unw_decode_x3): Likewise.
186 (unw_decode_x4): Likewise.
187
d8dc71e3
BE
1882001-06-23 Ben Elliston <bje@redhat.com>
189
190 * MAINTAINERS: Add myself as M88k maintainer.
191
af3bdff7
NC
1922001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
193
194 * objcopy.c (strip_main): Support -o or --output-file command lien
195 switch.
196
105e7211
L
1972001-06-19 H.J. Lu <hjl@gnu.org>
198
199 * doc/Makefile.in: Regenerated.
200
c45021f2
NC
2012001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
202
203 * readelf.c: Restore formatting.
204
2052001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
206
207 * Makefile.am: Move documentation into doc subdirectory.
208 * Makefile.in: Regenerated.
209 * binutils.texi: Move into doc subdirectory.
210 * addr2line.1: Removed.
211 * ar.1: Likewise.
212 * dlltool.1: Likewise.
213 * nlmconv.1: Likewise.
214 * nm.1: Likewise.
215 * objcopy.1: Likewise.
216 * objdump.1: Likewise.
217 * ranlib.1: Likewise.
218 * readelf.1: Likewise.
219 * size.1: Likewise.
220 * strings.1: Likewise.
221 * strip.1: Likewise.
222 * windres.1: Likewise.
223 * cxxfilt.man: Likewise.
224 * doc: New Directory.
225 * doc/Makefile.am: New file.
226 * doc/Makefile.in: Generate.
227
09ad7db3
AM
2282001-06-09 Alan Modra <amodra@bigpond.net.au>
229
230 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
231
936260fe
AM
2322001-06-01 Alan Modra <amodra@bigpond.net.au>
233
234 * MAINTAINERS: Update my email address.
235
16b2b71c
NC
2362001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
237
238 * objcopy.c: Add new switches: --keep-global-symbol,
239 --keep-symbols, --localize-symbols, --keep-global-symbols and
240 --weaken-symbols.
241 * binutils.texi: Document new switches.
242 * objcopy.1: Regenerate.
243 * NEWS: Announce new feature.
244
7036c0e1
AJ
2452001-05-28 Andreas Jaeger <aj@suse.de>
246
247 * readelf.c (display_debug_frames): Fix warnings: Remove unused
248 variables, fix format strings.
249
76a406e5
NC
2502001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
251
252 * objdump.c (disassemble_bytes): Remove section VMA adjustment
253 when computing the address of the line to show.
254
31b6fca6
RH
2552001-05-16 Richard Henderson <rth@redhat.com>
256
257 * readelf.c (do_debug_frames_interp): New.
258 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
259 (byte_get_big_endian): Likewise.
260 (parse_args) ['F']: Set do_debug_frames_interp.
261 (Frame_Chunk): Make data_factor signed, add fde_encoding.
262 (frame_display_row): Don't trunc pc_begin to int.
263 (size_of_encoded_value): New.
264 (display_debug_frames): Handle 64-bit targets. Print raw data
265 unless do_debug_frames_interp.
266 (debug_displays): Remove duplicate .debug_frame.
267
4fe85591
NC
2682001-05-15 Ralf Baechle <ralf@gnu.org>
269
270 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
271 The former constant was never in active use and is used otherwise
272 by the ABI.
273
579f31ac
JJ
2742001-05-11 Jakub Jelinek <jakub@redhat.com>
275
276 * readelf.c (process_unwind): Print all unwind sections, not just
277 one.
278
78f4a3f7
AM
2792001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
280
281 * readelf.c (process_unwind): Remove const specifier.
282
1c529ca6
NC
2832001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
284
285 * strings.c (isgraphic): Do not use isascii() unless it is needed
286 for isprint() to work.
287 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
288
87e6d782
NC
2892001-04-27 Johan Rydberg <jrydberg@opencores.org>
290
291 * NEWS: Announce support for OpenRISC.
292
4bd3d870 2932001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
294
295 * dlltool.c (do_default_excludes): Initialise to true.
296
21211521
AM
2972001-04-10 Alan Modra <amodra@one.net.au>
298
299 * MAINTAINERS: Update my email address
300 * nm.c (print_symbol_info_bsd): Use a simple printf string.
301
0c66b61e 3022001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
303
304 * readelf.c (display_debug_lines): Fix typo for "Prologue".
305
e58d53af
L
3062001-03-30 H.J. Lu <hjl@gnu.org>
307
308 * readelf.c (process_unwind): Just return if do_unwind is 0.
309
bee72332
DD
3102001-03-28 Roger Sayle <roger@metaphorics.com>
311
312 * dlltool.c (make_one_lib_file): Fix section flags for
313 .text, .data and .bss in stub ds*.o files to match those
314 generated by gas.
315
f1467e33
L
3162001-03-29 H.J. Lu <hjl@gnu.org>
317
318 * readelf.c (process_unwind): Only do unwind sections for
319 IA64.
320
1c6fb4fe
L
3212001-03-28 H.J. Lu <hjl@gnu.org>
322
323 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
324 * Makefile.in: Regenerate.
325
0879a67a
AJ
3262001-03-26 Andreas Jaeger <aj@suse.de>
327
328 * binutils.texi (nm): Fix texi syntax.
329
0285c67d
NC
3302001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
331
332 * binutils.texi: Put @c man begin and @c man end indications
333 to generate man pages using texi2pod and pod2man. Put @c man title
334 to identify each man. Add SEEALSO entries.
335 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
336 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
337 sort the list.
338 (*.1): Build the man pages from binutils.texi.
339 * Makefile.in: Regenerate.
340
04847a4d
CF
3412001-03-13 Eric Kohl <ekohl@rz-online.de>
342
343 * defparse.y (opt_equal_name): allow "." in name.
344 * dlltool.c (def_exports): Added ability to generate forwarded exports.
345 (gen_exp_file): Likewise.
346
43a0748c
NC
3472001-03-12 Stefan Geuken <mail@stefan-geuken.de>
348
349 * NEWS: Document addition of -B switch to objcopy.
350 * binutils.texi: Document addition of -B switch to objcopy.
351 * objcopy.c: (copy_options): Add --binary-architecture.
352 (copy_usage): Document -B/--binary-architecture.
353 (copy_main): Support -B/--binary-architecture. Set
354 bfd_external_binary_architecture.
0879a67a 355
b7498e0e
NC
3562001-03-11 Andreas Jaeger <aj@suse.de>
357
358 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
359 (dump_relocations): Likewise.
360 (get_machine_name): Likewise.
361
a59e3bd7
NC
3622001-02-28 Nick Clifton <nickc@redhat.com>
363
364 * readelf.c: (struct unw_aux_info): Remove const modifier for
365 'strtab' field.
366 (process_unwind): Remove non-K&R compliant LHS type cast in call
367 to GET_DATA_ALLOC macro.
368
a5bcd848
PB
3692001-02-28 Philip Blundell <pb@futuretv.com>
370
371 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
372 ABI is in use; remove ambiguity between the "unknown" EABI and
373 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
374 renamed EF_xx constants.
375
27b7e12d
AM
3762001-02-27 Alan Modra <alan@linuxcare.com.au>
377
378 * configure.in (BFD_VERSION): New.
379 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
380 * configure: Regenerate.
381 * Makefile.am: Run "make dep-am"
382 * Makefile.in: Regenerate.
383
a9f10786
NC
3842001-02-14 Nick Clifton <nickc@redhat.com>
385
386 * MAINTAINERS: Add "Obvious Fix" rule.
387
3c44da9a
MS
3882001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
389
390 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
391 literal concatenation.
392
ecd03389
MS
3932001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
394
395 * readelf.c (struct unw_aux_info): Remove const from the info member.
396 (process_unwind): Don't type-cast the third argument to the
397 GET_DATA_ALLOC macro.
398
88ec60c7
NC
3992001-02-11 Nick Clifton <nickc@redhat.com>
400
401 * readelf.c (dump_relocations): Free corrected allocated
402 array.
403 (process_unwind): Fix compile time warning.
404
f5e21966
NC
4052001-02-10 Nick Clifton <nickc@redhat.com>
406
407 * binutils.texi: Document new --unwind option to readelf.
408
a85d7ed0
NC
4092001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
410
411 * readelf.c: Add linux target for S/390.
412
7bb10502
AM
4132001-02-10 Alan Modra <alan@linuxcare.com.au>
414
415 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
416 printf is a macro.
417
8ca8f343
HPN
4182001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
419
420 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
421 * aclocal.m4: Regenerate.
422 * configure: Regenerate.
423
7340082d
NC
4242001-02-07 Todd Vierling <tv@wasabisystems.com>
425
426 * bucomm.c (bfd_target_vector): Change extern array to pointer.
427 * objdump.c (bfd_target_vector): Likewise.
428
4d6ed7c8
NC
4292001-02-07 David Mosberger <davidm@hpl.hp.com>
430
431 * readelf.c (process_unwind): New function.
432 (slurp_ia64_unwind_table): Ditto.
433 (dump_ia64_unwind): Ditto.
434 (find_symbol_for_address): Ditto.
435 (slurp_rela_relocs): New function (split off from dump_relocations()).
436 (slurp_rel_relocs): Ditto.
437 (parse_args): Handle '-u' option.
438
439 * unwind-ia64.c: New file.
440 * unwind-ia64.h: New file.
441 * Makefile.am: Include unwind-ia64.c in readelf build.
442 * Makefile.in: Regenerate.
7340082d 443 * po/binutils.pot: Regenerate.
4d6ed7c8 444
c7217458
PB
4452001-02-04 Philip Blundell <philb@gnu.org>
446
447 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
448 * configure: Regenerate.
449
956eedd4
AM
4502001-01-31 Steve deRosier <sderosier@vari-lite.com>
451
452 * ieee.c (ieee_add_bb11): Don't check for backslashes
453 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
454
8855cbca
AM
4552001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
456
c7f2731e
AM
457 * ieee.c: Update copyright.
458 (ieee_start_compilation_unit): Don't check for backslashes
459 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
460
8855cbca
AM
461 * stabs.c: Update copyright. Include "filenames.h".
462 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
463
329de803 4642001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
465
466 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
467 sections are present before using them. Remove code duplication.
468 (process_symbol_table): Check if VERDEF or VERNEED sections are
469 present before using them.
470
23719f39
NC
4712001-01-17 Nick Clifton <nickc@redhat.com>
472
473 * objcopy.c (copy_object): Fail if attempting to convert the
474 endianness of the input object file.
475
476 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 477
f726e849
NC
4782001-01-16 Nick Clifton <nickc@redhat.com>
479
480 * readelf.c (string_table_length): New variable.
481 (SECTION_NAME): Catch out of range indices and missing section
482 pointers.
483 (process_section_headers): Delete useless local variable
484 string_table_offset. Set the value of string_table_length
485 after loading the string table.
486 (process_mips_specific): Use SECTION_NAME macro.
487 (process_file): Set string_table_length to 0 when it is freed.
488
d0398d6a
NC
4892001-01-12 Nick Clifton <nickc@redhat.com>
490
491 * version.c (print_version): Update copyright date.
492
0d2bcfaf
NC
4932001-01-11 Peter Targett <peter.targett@arccores.com>
494
495 * readelf.c (dump_relocations): Include selection with EM_ARC.
496 (get_machine_name) Update name to "ARC".
497
8b1e6df3
NC
4982001-01-09 Nick Clifton <nickc@redhat.com>
499
500 * Makefile.am: Add rule to build objdump.o from objdump.c and
501 using OBJDUMP_DEFS.
502 * Makefile.in: Regenerate.
503
504 * configure.in: Define OBJDUMP_DEFS. Default to empty.
505 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
506 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 507 * configure: Regenerate.
8b1e6df3
NC
508
509 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
510 is defined read in the relocs even if dump_reloc_info is
511 false.
512
2f952d20
PB
5132001-01-07 Philip Blundell <philb@gnu.org>
514
515 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
516 `bug-binutils'.
517 * README: Likewise.
518
a8c548cb
NC
5192000-12-19 Nick Clifton <nickc@redhat.com>
520
521 * dlltool.c: Add missing support for arm-epoc-pe.
522 * configure.in: Add missing support for arm-epoc-pe.
523 * configure: Regenerate.
524
cc5fda35
NC
5252000-12-15 Nick Clifton <nickc@redhat.com>
526
527 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
528 Mode parts of the x86 port.
529
bcedfee6
NC
5302000-12-04 Andreas Jaeger <aj@suse.de>
531
532 * readelf.c (guess_is_rela): Add EM_X86_64.
533 (dump_relocations): Add EM_X86_64.
534 (get_machine_name): Add EM_X86_64.
535 Include "elf/x86-64.h".
536
584da044
NC
5372000-12-12 Nick Clifton <nickc@redhat.com>
538
539 * readelf.c: Fix formatting.
540
b8355149
JH
541Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
542
543 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
544
a98cc2b2
AH
5452000-12-07 Andrew Haley <aph@redhat.com>
546
547 * readelf.c (display_debug_frames): Only display columns that are
548 referenced by the frame debug info.
549
c7987a69
NC
5502000-12-05 Nick Clifton <nickc@redhat.com>
551
552 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
553
09fd7e38
JM
5542000-12-04 Jason Merrill <jason@redhat.com>
555
556 * readelf.c (process_section_headers): Handle linkonce.wi sections.
557 (display_debug_section): Likewise.
558 (display_debug_info): Display CU header before bailing.
559
e7af610e
NC
5602000-12-01 Chris Demetriou <cgd@sibyte.com>
561
09fd7e38
JM
562 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
563 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
564 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 565
09fd7e38
JM
566 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
567 and E_MIPS_ARCH_64.
84ea6cf2 568
09fd7e38
JM
569 * readelf.c (get_machine_flags): Add case for
570 E_MIPS_MACH_SB1.
c6c98b38 571
75066968
DD
5722000-11-30 Richard Earnshaw <rearnsha@arm.com>
573
574 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
575
5c4666ea
HPN
5762000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
577
09ad7db3 578