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