2001-08-10 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
d8180c76
L
12001-08-10 H.J. Lu <hjl@gnu.org>
2
3 * nm.c (print_value): Add one arg, bfd *.
4 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
5 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
6 (print_symbol_info_sysv): Likewise.
7 (print_symbol_info_posix): Likewise.
8
9 * objdump.c (dump_section_header): Replace printf_vma with
10 bfd_printf_vma.
11 (print_section_stabs): Likewise.
12 (dump_bfd_header): Likewise.
13 (objdump_print_value): Replace sprintf_vma with
14 bfd_sprintf_vma.
15 (disassemble_bytes): Likewise.
16 (dump_reloc_set): Likewise.
17
0218d1e4
AJ
182001-08-10 Andreas Jaeger <aj@suse.de>
19
20 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
21 to build warnings.
22 * configure: Regenerate.
23
2863d58a
AM
242001-08-09 Alan Modra <amodra@bigpond.net.au>
25
26 * readelf.c: Add missing prototypes.
27 * objdump.c: Likewise. Format existing prototypes.
28
c0e047e0
AO
292001-08-08 Alexandre Oliva <aoliva@redhat.com>
30
31 * readelf.c (display_debug_info): Add to abbrev_offset the addend
32 of any RELA relocation for the abbrev_offset memory location that
33 refers to the .debug_abbrev section symbol.
34
ff78d6d6
L
352001-08-07 H.J. Lu <hjl@gnu.org>
36
37 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
38 (main): Return process_file ().
39
c36774d6
PB
402001-08-05 Philip Blundell <philb@gnu.org>
41
42 * doc/binutils.texi: Use "Thumb" not "THUMB".
43
8f9d9bd9
JH
442001-08-03 John Healy <jhealy@redhat.com>
45
46 Patch suggested by Frank Eigler <fche@redhat.com>.
47 * objdump.c (disassemble_data): Fill in section member of the
48 disasm_info structure.
49
c918cb96
DD
502001-08-03 Tom Walsh <tom@cyberiansoftware.com>
51
52 * configure.in: Added --with-windres option.
53 * configure: Regenerated.
54
c7c55b78
NC
552001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
56
57 * doc/binutils.texi: Use @command{name} for commands;
58 use @option{-opt} for options; use @table @env for list of options;
59 remove spaces arround [ | ] in synopsis.
60
61 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
62 center title.
63
594ef5db
NC
642001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
65
66 * objcopy.c: Fix formatting.
67 (section_rename): New structure.
68 (OPTION_RENAME_SECTION): New switch.
69 (copy_usage): Document new switch.
70 (add_section_rename): New function: Add a node to the section
71 rename list.
72 (find_section_rename): New function: Find the new name and
73 flags for a section.
74 (setup_section): Call find_section_name to determine the name
75 of the output section.
76 (copy_main): Handle OPTION_RENAME_SECTION.
77 * binutils.texi: Document new switch.
78 * NEWS: Mention new switch.
79
1f554c69
NC
802001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
81
82 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
83 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
84 bug-binutils@gcc.org.
85
2f83960e
AM
862001-07-28 Matthias Kramm <kramm@quiss.org>
87
88 * bucomm.c (list_supported_architectures): New function.
89 * bucomm.h (list_supported_architectures): Declare.
90 * objdump.c (usage): Call the above.
91
20fe0649
DB
922001-07-25 Dave Brolley <brolley@redhat.com>
93
94 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
95 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
96
1b577b00
NC
972001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
98
99 * README: Update for 2.11. Change bug reporting email address.
100 * MAINTAINERS: Tidy up. Change bug reporting email address.
101
95fd336c
DD
1022001-07-16 DJ Delorie <dj@redhat.com>
103
5f16d855
DD
104 * resres.c (write_res_header): Align header size.
105 (res_align_file): Calculate alignment correctly.
106
95fd336c
DD
107 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
108 correct 10).
109 * resrc.c (write_rc_resource): Likewise.
110 * windres.h (SUBLANG_SHIFT): Define - as 10.
111
ed8fee27
NC
1122001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
113
114 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
115
90ab7e9a
NC
1162001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
117
118 * MAINTAINERS: Add notes about branch checkins.
119
e0c60db2
NC
1202001-07-05 Daniel Berlin <dan@cgsoftware.com>
121
122 * readelf.c (display_debug_macinfo): New function, display
123 .debug_macinfo section.
124 (do_debug_macinfo): New variable.
125 (parse_args): Handle "-w[mM]" to mean display macro info.
126 (process_section_headers): Handle debug_macinfo.
127 (debug_displays): Replace unsupported function with macinfo
0218d1e4 128 function for .debug_macinfo display.
e0c60db2
NC
129 * doc/binutils.texi: Document new command line switch.
130 * NEWS: Document new feature of readelf.
0218d1e4 131
24e01a36
L
1322001-07-05 H.J. Lu <hjl@gnu.org>
133
134 * objcopy.c (filter_symbols): Don't turn undefined symbols
135 into local.
136
4258bf4d
L
1372001-07-03 H.J. Lu <hjl@gnu.org>
138
139 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
140 $@.pod.
141 (ar.1): Likewise.
142 (dlltool.1): Likewise.
143 (nlmconv.1): Likewise.
144 (nm.1): Likewise.
145 (objcopy.1): Likewise.
146 (objdump.1): Likewise.
147 (ranlib.1): Likewise.
148 (readelf.1): Likewise.
149 (size.1): Likewise.
150 (strings.1): Likewise.
151 (strip.1): Likewise.
152 (windres.1): Likewise.
153 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
154 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
155 $(DEMANGLER_NAME).
156 (as.1): Removed.
157 * doc/Makefile.in: Regenerated.
158
7014bc31
NC
1592001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
160
161 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
162
b811889f
NC
1632001-07-01 Daniel Berlin <dan@cgsoftware.com>
164
165 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
166
12ab83a9
NC
1672001-06-29 James Cownie <jcownie@etnus.com>
168
169 * readelf.c: Support DWARF 2.1 attributes.
170
a6e9f9df
AM
1712001-06-28 Alan Modra <amodra@bigpond.net.au>
172
173 * readelf.c (GET_DATA_ALLOC): Remove.
174 (GET_DATA): Remove.
175 (get_data): New function combining above macros, with an extra
176 test for zero size.
177 (slurp_rela_relocs): Use get_data, and catch error return.
178 (slurp_rel_relocs): Likewise.
179 (get_32bit_program_headers): Likewise.
180 (get_64bit_program_headers): Likewise.
181 (get_32bit_section_headers): Likewise.
182 (get_64bit_section_headers): Likewise.
183 (get_32bit_elf_symbols): Likewise.
184 (get_64bit_elf_symbols): Likewise.
185 (process_section_headers): Likewise.
186 (process_relocs): Likewise.
187 (slurp_ia64_unwind_table): Likewise.
188 (process_unwind): Likewise.
189 (get_32bit_dynamic_segment): Likewise.
190 (get_64bit_dynamic_segment): Likewise.
191 (process_dynamic_segment): Likewise.
192 (process_version_sections): Likewise.
193 (process_symbol_table): Likewise.
194 (dump_section): Likewise.
195 (display_debug_info): Likewise.
196 (display_debug_section): Likewise.
197 (process_section_contents): Likewise.
198 (process_corefile_note_segment): Likewise.
199 (process_mips_specific): Likewise. Also free econf32, econf64.
200
af3fc3bc
AM
2012001-06-25 Alan Modra <amodra@bigpond.net.au>
202
203 * readelf.c (dump_relocations): Print "bad symbol index" if
204 symtab == NULL with non-zero symtab_index.
205 (process_relocs): Don't bomb if reloc section has no symsec.
206
6d900bf6
L
2072001-06-24 H.J. Lu <hjl@gnu.org>
208
209 * objcopy.c (strip_main): Revert the change made on 2001-05-30
210 by accident.
211 (copy_main): Apply the the change made to strip_main on
212 2001-05-30 by accident.
213
49b4e386
AJ
2142001-06-23 Andreas Jaeger <aj@suse.de>
215
216 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
217 parameter 'code'.
218 (unw_decode_x2): Likewise.
219 (unw_decode_x3): Likewise.
220 (unw_decode_x4): Likewise.
221
d8dc71e3
BE
2222001-06-23 Ben Elliston <bje@redhat.com>
223
224 * MAINTAINERS: Add myself as M88k maintainer.
225
af3bdff7
NC
2262001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
227
228 * objcopy.c (strip_main): Support -o or --output-file command lien
229 switch.
230
105e7211
L
2312001-06-19 H.J. Lu <hjl@gnu.org>
232
233 * doc/Makefile.in: Regenerated.
234
c45021f2
NC
2352001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
236
237 * readelf.c: Restore formatting.
238
2392001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
240
241 * Makefile.am: Move documentation into doc subdirectory.
242 * Makefile.in: Regenerated.
243 * binutils.texi: Move into doc subdirectory.
244 * addr2line.1: Removed.
245 * ar.1: Likewise.
246 * dlltool.1: Likewise.
247 * nlmconv.1: Likewise.
248 * nm.1: Likewise.
249 * objcopy.1: Likewise.
250 * objdump.1: Likewise.
251 * ranlib.1: Likewise.
252 * readelf.1: Likewise.
253 * size.1: Likewise.
254 * strings.1: Likewise.
255 * strip.1: Likewise.
256 * windres.1: Likewise.
257 * cxxfilt.man: Likewise.
258 * doc: New Directory.
259 * doc/Makefile.am: New file.
260 * doc/Makefile.in: Generate.
261
09ad7db3
AM
2622001-06-09 Alan Modra <amodra@bigpond.net.au>
263
264 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
265
936260fe
AM
2662001-06-01 Alan Modra <amodra@bigpond.net.au>
267
268 * MAINTAINERS: Update my email address.
269
16b2b71c
NC
2702001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
271
272 * objcopy.c: Add new switches: --keep-global-symbol,
273 --keep-symbols, --localize-symbols, --keep-global-symbols and
274 --weaken-symbols.
275 * binutils.texi: Document new switches.
276 * objcopy.1: Regenerate.
277 * NEWS: Announce new feature.
278
7036c0e1
AJ
2792001-05-28 Andreas Jaeger <aj@suse.de>
280
281 * readelf.c (display_debug_frames): Fix warnings: Remove unused
282 variables, fix format strings.
283
76a406e5
NC
2842001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
285
286 * objdump.c (disassemble_bytes): Remove section VMA adjustment
287 when computing the address of the line to show.
288
31b6fca6
RH
2892001-05-16 Richard Henderson <rth@redhat.com>
290
291 * readelf.c (do_debug_frames_interp): New.
292 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
293 (byte_get_big_endian): Likewise.
294 (parse_args) ['F']: Set do_debug_frames_interp.
295 (Frame_Chunk): Make data_factor signed, add fde_encoding.
296 (frame_display_row): Don't trunc pc_begin to int.
297 (size_of_encoded_value): New.
298 (display_debug_frames): Handle 64-bit targets. Print raw data
299 unless do_debug_frames_interp.
300 (debug_displays): Remove duplicate .debug_frame.
301
4fe85591
NC
3022001-05-15 Ralf Baechle <ralf@gnu.org>
303
304 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
305 The former constant was never in active use and is used otherwise
306 by the ABI.
307
579f31ac
JJ
3082001-05-11 Jakub Jelinek <jakub@redhat.com>
309
310 * readelf.c (process_unwind): Print all unwind sections, not just
311 one.
312
78f4a3f7
AM
3132001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
314
315 * readelf.c (process_unwind): Remove const specifier.
316
1c529ca6
NC
3172001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
318
319 * strings.c (isgraphic): Do not use isascii() unless it is needed
320 for isprint() to work.
321 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
322
87e6d782
NC
3232001-04-27 Johan Rydberg <jrydberg@opencores.org>
324
325 * NEWS: Announce support for OpenRISC.
326
4bd3d870 3272001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
328
329 * dlltool.c (do_default_excludes): Initialise to true.
330
21211521
AM
3312001-04-10 Alan Modra <amodra@one.net.au>
332
333 * MAINTAINERS: Update my email address
334 * nm.c (print_symbol_info_bsd): Use a simple printf string.
335
0c66b61e 3362001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
337
338 * readelf.c (display_debug_lines): Fix typo for "Prologue".
339
e58d53af
L
3402001-03-30 H.J. Lu <hjl@gnu.org>
341
342 * readelf.c (process_unwind): Just return if do_unwind is 0.
343
bee72332
DD
3442001-03-28 Roger Sayle <roger@metaphorics.com>
345
346 * dlltool.c (make_one_lib_file): Fix section flags for
347 .text, .data and .bss in stub ds*.o files to match those
348 generated by gas.
349
f1467e33
L
3502001-03-29 H.J. Lu <hjl@gnu.org>
351
352 * readelf.c (process_unwind): Only do unwind sections for
353 IA64.
354
1c6fb4fe
L
3552001-03-28 H.J. Lu <hjl@gnu.org>
356
357 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
358 * Makefile.in: Regenerate.
359
0879a67a
AJ
3602001-03-26 Andreas Jaeger <aj@suse.de>
361
362 * binutils.texi (nm): Fix texi syntax.
363
0285c67d
NC
3642001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
365
366 * binutils.texi: Put @c man begin and @c man end indications
367 to generate man pages using texi2pod and pod2man. Put @c man title
368 to identify each man. Add SEEALSO entries.
369 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
370 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
371 sort the list.
372 (*.1): Build the man pages from binutils.texi.
373 * Makefile.in: Regenerate.
374
04847a4d
CF
3752001-03-13 Eric Kohl <ekohl@rz-online.de>
376
377 * defparse.y (opt_equal_name): allow "." in name.
378 * dlltool.c (def_exports): Added ability to generate forwarded exports.
379 (gen_exp_file): Likewise.
380
43a0748c
NC
3812001-03-12 Stefan Geuken <mail@stefan-geuken.de>
382
383 * NEWS: Document addition of -B switch to objcopy.
384 * binutils.texi: Document addition of -B switch to objcopy.
385 * objcopy.c: (copy_options): Add --binary-architecture.
386 (copy_usage): Document -B/--binary-architecture.
387 (copy_main): Support -B/--binary-architecture. Set
388 bfd_external_binary_architecture.
0879a67a 389
b7498e0e
NC
3902001-03-11 Andreas Jaeger <aj@suse.de>
391
392 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
393 (dump_relocations): Likewise.
394 (get_machine_name): Likewise.
395
a59e3bd7
NC
3962001-02-28 Nick Clifton <nickc@redhat.com>
397
398 * readelf.c: (struct unw_aux_info): Remove const modifier for
399 'strtab' field.
400 (process_unwind): Remove non-K&R compliant LHS type cast in call
401 to GET_DATA_ALLOC macro.
402
a5bcd848
PB
4032001-02-28 Philip Blundell <pb@futuretv.com>
404
405 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
406 ABI is in use; remove ambiguity between the "unknown" EABI and
407 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
408 renamed EF_xx constants.
409
27b7e12d
AM
4102001-02-27 Alan Modra <alan@linuxcare.com.au>
411
412 * configure.in (BFD_VERSION): New.
413 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
414 * configure: Regenerate.
415 * Makefile.am: Run "make dep-am"
416 * Makefile.in: Regenerate.
417
a9f10786
NC
4182001-02-14 Nick Clifton <nickc@redhat.com>
419
420 * MAINTAINERS: Add "Obvious Fix" rule.
421
3c44da9a
MS
4222001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
423
424 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
425 literal concatenation.
426
ecd03389
MS
4272001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
428
429 * readelf.c (struct unw_aux_info): Remove const from the info member.
430 (process_unwind): Don't type-cast the third argument to the
431 GET_DATA_ALLOC macro.
432
88ec60c7
NC
4332001-02-11 Nick Clifton <nickc@redhat.com>
434
435 * readelf.c (dump_relocations): Free corrected allocated
436 array.
437 (process_unwind): Fix compile time warning.
438
f5e21966
NC
4392001-02-10 Nick Clifton <nickc@redhat.com>
440
441 * binutils.texi: Document new --unwind option to readelf.
442
a85d7ed0
NC
4432001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
444
445 * readelf.c: Add linux target for S/390.
446
7bb10502
AM
4472001-02-10 Alan Modra <alan@linuxcare.com.au>
448
449 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
450 printf is a macro.
451
8ca8f343
HPN
4522001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
453
454 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
455 * aclocal.m4: Regenerate.
456 * configure: Regenerate.
457
7340082d
NC
4582001-02-07 Todd Vierling <tv@wasabisystems.com>
459
460 * bucomm.c (bfd_target_vector): Change extern array to pointer.
461 * objdump.c (bfd_target_vector): Likewise.
462
4d6ed7c8
NC
4632001-02-07 David Mosberger <davidm@hpl.hp.com>
464
465 * readelf.c (process_unwind): New function.
466 (slurp_ia64_unwind_table): Ditto.
467 (dump_ia64_unwind): Ditto.
468 (find_symbol_for_address): Ditto.
469 (slurp_rela_relocs): New function (split off from dump_relocations()).
470 (slurp_rel_relocs): Ditto.
471 (parse_args): Handle '-u' option.
472
473 * unwind-ia64.c: New file.
474 * unwind-ia64.h: New file.
475 * Makefile.am: Include unwind-ia64.c in readelf build.
476 * Makefile.in: Regenerate.
7340082d 477 * po/binutils.pot: Regenerate.
4d6ed7c8 478
c7217458
PB
4792001-02-04 Philip Blundell <philb@gnu.org>
480
481 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
482 * configure: Regenerate.
483
956eedd4
AM
4842001-01-31 Steve deRosier <sderosier@vari-lite.com>
485
486 * ieee.c (ieee_add_bb11): Don't check for backslashes
487 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
488
8855cbca
AM
4892001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
490
c7f2731e
AM
491 * ieee.c: Update copyright.
492 (ieee_start_compilation_unit): Don't check for backslashes
493 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
494
8855cbca
AM
495 * stabs.c: Update copyright. Include "filenames.h".
496 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
497
329de803 4982001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
499
500 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
501 sections are present before using them. Remove code duplication.
502 (process_symbol_table): Check if VERDEF or VERNEED sections are
503 present before using them.
504
23719f39
NC
5052001-01-17 Nick Clifton <nickc@redhat.com>
506
507 * objcopy.c (copy_object): Fail if attempting to convert the
508 endianness of the input object file.
509
510 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 511
f726e849
NC
5122001-01-16 Nick Clifton <nickc@redhat.com>
513
514 * readelf.c (string_table_length): New variable.
515 (SECTION_NAME): Catch out of range indices and missing section
516 pointers.
517 (process_section_headers): Delete useless local variable
518 string_table_offset. Set the value of string_table_length
519 after loading the string table.
520 (process_mips_specific): Use SECTION_NAME macro.
521 (process_file): Set string_table_length to 0 when it is freed.
522
d0398d6a
NC
5232001-01-12 Nick Clifton <nickc@redhat.com>
524
525 * version.c (print_version): Update copyright date.
526
0d2bcfaf
NC
5272001-01-11 Peter Targett <peter.targett@arccores.com>
528
529 * readelf.c (dump_relocations): Include selection with EM_ARC.
530 (get_machine_name) Update name to "ARC".
531
8b1e6df3
NC
5322001-01-09 Nick Clifton <nickc@redhat.com>
533
534 * Makefile.am: Add rule to build objdump.o from objdump.c and
535 using OBJDUMP_DEFS.
536 * Makefile.in: Regenerate.
537
538 * configure.in: Define OBJDUMP_DEFS. Default to empty.
539 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
540 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 541 * configure: Regenerate.
8b1e6df3
NC
542
543 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
544 is defined read in the relocs even if dump_reloc_info is
545 false.
546
2f952d20
PB
5472001-01-07 Philip Blundell <philb@gnu.org>
548
549 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
550 `bug-binutils'.
551 * README: Likewise.
552
a8c548cb
NC
5532000-12-19 Nick Clifton <nickc@redhat.com>
554
555 * dlltool.c: Add missing support for arm-epoc-pe.
556 * configure.in: Add missing support for arm-epoc-pe.
557 * configure: Regenerate.
558
cc5fda35
NC
5592000-12-15 Nick Clifton <nickc@redhat.com>
560
561 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
562 Mode parts of the x86 port.
563
bcedfee6
NC
5642000-12-04 Andreas Jaeger <aj@suse.de>
565
566 * readelf.c (guess_is_rela): Add EM_X86_64.
567 (dump_relocations): Add EM_X86_64.
568 (get_machine_name): Add EM_X86_64.
569 Include "elf/x86-64.h".
570
584da044
NC
5712000-12-12 Nick Clifton <nickc@redhat.com>
572
573 * readelf.c: Fix formatting.
574
b8355149
JH
575Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
576
577 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
578
a98cc2b2
AH
5792000-12-07 Andrew Haley <aph@redhat.com>
580
581 * readelf.c (display_debug_frames): Only display columns that are
582 referenced by the frame debug info.
583
c7987a69
NC
5842000-12-05 Nick Clifton <nickc@redhat.com>
585
586 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
587
09fd7e38
JM
5882000-12-04 Jason Merrill <jason@redhat.com>
589
590 * readelf.c (process_section_headers): Handle linkonce.wi sections.
591 (display_debug_section): Likewise.
592 (display_debug_info): Display CU header before bailing.
593
e7af610e
NC
5942000-12-01 Chris Demetriou <cgd@sibyte.com>
595
09fd7e38
JM
596 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
597 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
598 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 599
09fd7e38
JM
600 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
601 and E_MIPS_ARCH_64.
84ea6cf2 602
09fd7e38
JM
603 * readelf.c (get_machine_flags): Add case for
604 E_MIPS_MACH_SB1.
c6c98b38 605
75066968
DD
6062000-11-30 Richard Earnshaw <rearnsha@arm.com>
607
608 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
609
5c4666ea
HPN
6102000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
611