2001-08-29 Joel Sherrill <joel@OARcorp.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8db76d70
PT
12001-08-29 Peter Targett <peter.targett@arccores.com>
2
3 * MAINTAINERS: Include ARC Maintainer.
4
d81d6584
BE
52001-08-29 Ben Elliston <bje@redhat.com>
6
7 * stabs.c (stab_demangle_template): Initialise s4.
8
25a1ff5b
AM
92001-08-27 Alan Modra <amodra@bigpond.net.au>
10
11 * readelf.c (dump_relocations): Recognise EM_PPC64.
12
a5d22d2a
TS
132001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
14
15 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
16
62a5a82d
L
172001-08-25 H.J. Lu <hjl@gnu.org>
18
19 * nm.c (print_width): New.
20 (display_rel_file): Set `print_width' according to
21 bfd_sprintf_vma.
22 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
23
1ae8b3d2
AO
242001-08-24 Alexandre Oliva <aoliva@redhat.com>
25
26 * objcopy.c (use_alt_mach_code): New variable.
27 (OPTION_ALT_MACH_CODE): Define.
28 (copy_options): Added --alt-machine-code.
29 (copy_main): Handle it.
30 (copy_object): Switch to alternate machine code if requested.
31 * doc/binutils.texi: Document new option.
32 * NEWS: Likewise.
33
d1bdd336
TS
342001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
35
36 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
37
410f7a12
L
382001-08-21 H.J. Lu <hjl@gnu.org>
39
40 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
41 (display_debug_info): Cast for 64bit hosts.
42 (display_debug_frames): Likewise.
43 (process_mips_specific): Likewise.
44
c32144ff
AJ
452001-08-21 Andreas Jaeger <aj@suse.de>
46
47 * coffgrok.h: Add missing parameter for prototype of coff_grok.
48
49 * sysdump.c: Add missing prototypes.
50 * srconv.c: Likewise.
51 * unwind-ia64.c: Likewise.
52 * coffdump.c: Likewise.
53
54 * sysinfo.y: Print prototypes, include <ansidecl.h>.
55
56 * coffgrok.c: Add missing prototypes, include libiberty.h instead
57 of declaring xcalloc.
58
d8180c76
L
592001-08-10 H.J. Lu <hjl@gnu.org>
60
61 * nm.c (print_value): Add one arg, bfd *.
62 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
63 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
64 (print_symbol_info_sysv): Likewise.
65 (print_symbol_info_posix): Likewise.
66
67 * objdump.c (dump_section_header): Replace printf_vma with
68 bfd_printf_vma.
69 (print_section_stabs): Likewise.
70 (dump_bfd_header): Likewise.
71 (objdump_print_value): Replace sprintf_vma with
72 bfd_sprintf_vma.
73 (disassemble_bytes): Likewise.
74 (dump_reloc_set): Likewise.
75
0218d1e4
AJ
762001-08-10 Andreas Jaeger <aj@suse.de>
77
78 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
79 to build warnings.
80 * configure: Regenerate.
81
2863d58a
AM
822001-08-09 Alan Modra <amodra@bigpond.net.au>
83
84 * readelf.c: Add missing prototypes.
85 * objdump.c: Likewise. Format existing prototypes.
86
c0e047e0
AO
872001-08-08 Alexandre Oliva <aoliva@redhat.com>
88
89 * readelf.c (display_debug_info): Add to abbrev_offset the addend
90 of any RELA relocation for the abbrev_offset memory location that
91 refers to the .debug_abbrev section symbol.
92
ff78d6d6
L
932001-08-07 H.J. Lu <hjl@gnu.org>
94
95 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
96 (main): Return process_file ().
97
c36774d6
PB
982001-08-05 Philip Blundell <philb@gnu.org>
99
100 * doc/binutils.texi: Use "Thumb" not "THUMB".
101
8f9d9bd9
JH
1022001-08-03 John Healy <jhealy@redhat.com>
103
104 Patch suggested by Frank Eigler <fche@redhat.com>.
105 * objdump.c (disassemble_data): Fill in section member of the
106 disasm_info structure.
107
c918cb96
DD
1082001-08-03 Tom Walsh <tom@cyberiansoftware.com>
109
110 * configure.in: Added --with-windres option.
111 * configure: Regenerated.
112
c7c55b78
NC
1132001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
114
115 * doc/binutils.texi: Use @command{name} for commands;
116 use @option{-opt} for options; use @table @env for list of options;
117 remove spaces arround [ | ] in synopsis.
118
119 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
120 center title.
121
594ef5db
NC
1222001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
123
124 * objcopy.c: Fix formatting.
125 (section_rename): New structure.
126 (OPTION_RENAME_SECTION): New switch.
127 (copy_usage): Document new switch.
128 (add_section_rename): New function: Add a node to the section
129 rename list.
130 (find_section_rename): New function: Find the new name and
131 flags for a section.
132 (setup_section): Call find_section_name to determine the name
133 of the output section.
134 (copy_main): Handle OPTION_RENAME_SECTION.
135 * binutils.texi: Document new switch.
136 * NEWS: Mention new switch.
137
1f554c69
NC
1382001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
139
140 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
141 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
142 bug-binutils@gcc.org.
143
2f83960e
AM
1442001-07-28 Matthias Kramm <kramm@quiss.org>
145
146 * bucomm.c (list_supported_architectures): New function.
147 * bucomm.h (list_supported_architectures): Declare.
148 * objdump.c (usage): Call the above.
149
20fe0649
DB
1502001-07-25 Dave Brolley <brolley@redhat.com>
151
152 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
153 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
154
1b577b00
NC
1552001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
156
157 * README: Update for 2.11. Change bug reporting email address.
158 * MAINTAINERS: Tidy up. Change bug reporting email address.
159
95fd336c
DD
1602001-07-16 DJ Delorie <dj@redhat.com>
161
5f16d855
DD
162 * resres.c (write_res_header): Align header size.
163 (res_align_file): Calculate alignment correctly.
164
95fd336c
DD
165 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
166 correct 10).
167 * resrc.c (write_rc_resource): Likewise.
168 * windres.h (SUBLANG_SHIFT): Define - as 10.
169
ed8fee27
NC
1702001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
171
172 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
173
90ab7e9a
NC
1742001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
175
176 * MAINTAINERS: Add notes about branch checkins.
177
e0c60db2
NC
1782001-07-05 Daniel Berlin <dan@cgsoftware.com>
179
180 * readelf.c (display_debug_macinfo): New function, display
181 .debug_macinfo section.
182 (do_debug_macinfo): New variable.
183 (parse_args): Handle "-w[mM]" to mean display macro info.
184 (process_section_headers): Handle debug_macinfo.
185 (debug_displays): Replace unsupported function with macinfo
0218d1e4 186 function for .debug_macinfo display.
e0c60db2
NC
187 * doc/binutils.texi: Document new command line switch.
188 * NEWS: Document new feature of readelf.
0218d1e4 189
24e01a36
L
1902001-07-05 H.J. Lu <hjl@gnu.org>
191
192 * objcopy.c (filter_symbols): Don't turn undefined symbols
193 into local.
194
4258bf4d
L
1952001-07-03 H.J. Lu <hjl@gnu.org>
196
197 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
198 $@.pod.
199 (ar.1): Likewise.
200 (dlltool.1): Likewise.
201 (nlmconv.1): Likewise.
202 (nm.1): Likewise.
203 (objcopy.1): Likewise.
204 (objdump.1): Likewise.
205 (ranlib.1): Likewise.
206 (readelf.1): Likewise.
207 (size.1): Likewise.
208 (strings.1): Likewise.
209 (strip.1): Likewise.
210 (windres.1): Likewise.
211 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
212 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
213 $(DEMANGLER_NAME).
214 (as.1): Removed.
215 * doc/Makefile.in: Regenerated.
216
7014bc31
NC
2172001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
218
219 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
220
b811889f
NC
2212001-07-01 Daniel Berlin <dan@cgsoftware.com>
222
223 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
224
12ab83a9
NC
2252001-06-29 James Cownie <jcownie@etnus.com>
226
227 * readelf.c: Support DWARF 2.1 attributes.
228
a6e9f9df
AM
2292001-06-28 Alan Modra <amodra@bigpond.net.au>
230
231 * readelf.c (GET_DATA_ALLOC): Remove.
232 (GET_DATA): Remove.
233 (get_data): New function combining above macros, with an extra
234 test for zero size.
235 (slurp_rela_relocs): Use get_data, and catch error return.
236 (slurp_rel_relocs): Likewise.
237 (get_32bit_program_headers): Likewise.
238 (get_64bit_program_headers): Likewise.
239 (get_32bit_section_headers): Likewise.
240 (get_64bit_section_headers): Likewise.
241 (get_32bit_elf_symbols): Likewise.
242 (get_64bit_elf_symbols): Likewise.
243 (process_section_headers): Likewise.
244 (process_relocs): Likewise.
245 (slurp_ia64_unwind_table): Likewise.
246 (process_unwind): Likewise.
247 (get_32bit_dynamic_segment): Likewise.
248 (get_64bit_dynamic_segment): Likewise.
249 (process_dynamic_segment): Likewise.
250 (process_version_sections): Likewise.
251 (process_symbol_table): Likewise.
252 (dump_section): Likewise.
253 (display_debug_info): Likewise.
254 (display_debug_section): Likewise.
255 (process_section_contents): Likewise.
256 (process_corefile_note_segment): Likewise.
257 (process_mips_specific): Likewise. Also free econf32, econf64.
258
af3fc3bc
AM
2592001-06-25 Alan Modra <amodra@bigpond.net.au>
260
261 * readelf.c (dump_relocations): Print "bad symbol index" if
262 symtab == NULL with non-zero symtab_index.
263 (process_relocs): Don't bomb if reloc section has no symsec.
264
6d900bf6
L
2652001-06-24 H.J. Lu <hjl@gnu.org>
266
267 * objcopy.c (strip_main): Revert the change made on 2001-05-30
268 by accident.
269 (copy_main): Apply the the change made to strip_main on
270 2001-05-30 by accident.
271
49b4e386
AJ
2722001-06-23 Andreas Jaeger <aj@suse.de>
273
274 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
275 parameter 'code'.
276 (unw_decode_x2): Likewise.
277 (unw_decode_x3): Likewise.
278 (unw_decode_x4): Likewise.
279
d8dc71e3
BE
2802001-06-23 Ben Elliston <bje@redhat.com>
281
282 * MAINTAINERS: Add myself as M88k maintainer.
283
af3bdff7
NC
2842001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
285
286 * objcopy.c (strip_main): Support -o or --output-file command lien
287 switch.
288
105e7211
L
2892001-06-19 H.J. Lu <hjl@gnu.org>
290
291 * doc/Makefile.in: Regenerated.
292
c45021f2
NC
2932001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
294
295 * readelf.c: Restore formatting.
296
2972001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
298
299 * Makefile.am: Move documentation into doc subdirectory.
300 * Makefile.in: Regenerated.
301 * binutils.texi: Move into doc subdirectory.
302 * addr2line.1: Removed.
303 * ar.1: Likewise.
304 * dlltool.1: Likewise.
305 * nlmconv.1: Likewise.
306 * nm.1: Likewise.
307 * objcopy.1: Likewise.
308 * objdump.1: Likewise.
309 * ranlib.1: Likewise.
310 * readelf.1: Likewise.
311 * size.1: Likewise.
312 * strings.1: Likewise.
313 * strip.1: Likewise.
314 * windres.1: Likewise.
315 * cxxfilt.man: Likewise.
316 * doc: New Directory.
317 * doc/Makefile.am: New file.
318 * doc/Makefile.in: Generate.
319
09ad7db3
AM
3202001-06-09 Alan Modra <amodra@bigpond.net.au>
321
322 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
323
936260fe
AM
3242001-06-01 Alan Modra <amodra@bigpond.net.au>
325
326 * MAINTAINERS: Update my email address.
327
16b2b71c
NC
3282001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
329
330 * objcopy.c: Add new switches: --keep-global-symbol,
331 --keep-symbols, --localize-symbols, --keep-global-symbols and
332 --weaken-symbols.
333 * binutils.texi: Document new switches.
334 * objcopy.1: Regenerate.
335 * NEWS: Announce new feature.
336
7036c0e1
AJ
3372001-05-28 Andreas Jaeger <aj@suse.de>
338
339 * readelf.c (display_debug_frames): Fix warnings: Remove unused
340 variables, fix format strings.
341
76a406e5
NC
3422001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
343
344 * objdump.c (disassemble_bytes): Remove section VMA adjustment
345 when computing the address of the line to show.
346
31b6fca6
RH
3472001-05-16 Richard Henderson <rth@redhat.com>
348
349 * readelf.c (do_debug_frames_interp): New.
350 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
351 (byte_get_big_endian): Likewise.
352 (parse_args) ['F']: Set do_debug_frames_interp.
353 (Frame_Chunk): Make data_factor signed, add fde_encoding.
354 (frame_display_row): Don't trunc pc_begin to int.
355 (size_of_encoded_value): New.
356 (display_debug_frames): Handle 64-bit targets. Print raw data
357 unless do_debug_frames_interp.
358 (debug_displays): Remove duplicate .debug_frame.
359
4fe85591
NC
3602001-05-15 Ralf Baechle <ralf@gnu.org>
361
362 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
363 The former constant was never in active use and is used otherwise
364 by the ABI.
365
579f31ac
JJ
3662001-05-11 Jakub Jelinek <jakub@redhat.com>
367
368 * readelf.c (process_unwind): Print all unwind sections, not just
369 one.
370
78f4a3f7
AM
3712001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
372
373 * readelf.c (process_unwind): Remove const specifier.
374
1c529ca6
NC
3752001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
376
377 * strings.c (isgraphic): Do not use isascii() unless it is needed
378 for isprint() to work.
379 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
380
87e6d782
NC
3812001-04-27 Johan Rydberg <jrydberg@opencores.org>
382
383 * NEWS: Announce support for OpenRISC.
384
4bd3d870 3852001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
386
387 * dlltool.c (do_default_excludes): Initialise to true.
388
21211521
AM
3892001-04-10 Alan Modra <amodra@one.net.au>
390
391 * MAINTAINERS: Update my email address
392 * nm.c (print_symbol_info_bsd): Use a simple printf string.
393
0c66b61e 3942001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
395
396 * readelf.c (display_debug_lines): Fix typo for "Prologue".
397
e58d53af
L
3982001-03-30 H.J. Lu <hjl@gnu.org>
399
400 * readelf.c (process_unwind): Just return if do_unwind is 0.
401
bee72332
DD
4022001-03-28 Roger Sayle <roger@metaphorics.com>
403
404 * dlltool.c (make_one_lib_file): Fix section flags for
405 .text, .data and .bss in stub ds*.o files to match those
406 generated by gas.
407
f1467e33
L
4082001-03-29 H.J. Lu <hjl@gnu.org>
409
410 * readelf.c (process_unwind): Only do unwind sections for
411 IA64.
412
1c6fb4fe
L
4132001-03-28 H.J. Lu <hjl@gnu.org>
414
415 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
416 * Makefile.in: Regenerate.
417
0879a67a
AJ
4182001-03-26 Andreas Jaeger <aj@suse.de>
419
420 * binutils.texi (nm): Fix texi syntax.
421
0285c67d
NC
4222001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
423
424 * binutils.texi: Put @c man begin and @c man end indications
425 to generate man pages using texi2pod and pod2man. Put @c man title
426 to identify each man. Add SEEALSO entries.
427 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
428 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
429 sort the list.
430 (*.1): Build the man pages from binutils.texi.
431 * Makefile.in: Regenerate.
432
04847a4d
CF
4332001-03-13 Eric Kohl <ekohl@rz-online.de>
434
435 * defparse.y (opt_equal_name): allow "." in name.
436 * dlltool.c (def_exports): Added ability to generate forwarded exports.
437 (gen_exp_file): Likewise.
438
43a0748c
NC
4392001-03-12 Stefan Geuken <mail@stefan-geuken.de>
440
441 * NEWS: Document addition of -B switch to objcopy.
442 * binutils.texi: Document addition of -B switch to objcopy.
443 * objcopy.c: (copy_options): Add --binary-architecture.
444 (copy_usage): Document -B/--binary-architecture.
445 (copy_main): Support -B/--binary-architecture. Set
446 bfd_external_binary_architecture.
0879a67a 447
b7498e0e
NC
4482001-03-11 Andreas Jaeger <aj@suse.de>
449
450 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
451 (dump_relocations): Likewise.
452 (get_machine_name): Likewise.
453
a59e3bd7
NC
4542001-02-28 Nick Clifton <nickc@redhat.com>
455
456 * readelf.c: (struct unw_aux_info): Remove const modifier for
457 'strtab' field.
458 (process_unwind): Remove non-K&R compliant LHS type cast in call
459 to GET_DATA_ALLOC macro.
460
a5bcd848
PB
4612001-02-28 Philip Blundell <pb@futuretv.com>
462
463 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
464 ABI is in use; remove ambiguity between the "unknown" EABI and
465 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
466 renamed EF_xx constants.
467
27b7e12d
AM
4682001-02-27 Alan Modra <alan@linuxcare.com.au>
469
470 * configure.in (BFD_VERSION): New.
471 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
472 * configure: Regenerate.
473 * Makefile.am: Run "make dep-am"
474 * Makefile.in: Regenerate.
475
a9f10786
NC
4762001-02-14 Nick Clifton <nickc@redhat.com>
477
478 * MAINTAINERS: Add "Obvious Fix" rule.
479
3c44da9a
MS
4802001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
481
482 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
483 literal concatenation.
484
ecd03389
MS
4852001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
486
487 * readelf.c (struct unw_aux_info): Remove const from the info member.
488 (process_unwind): Don't type-cast the third argument to the
489 GET_DATA_ALLOC macro.
490
88ec60c7
NC
4912001-02-11 Nick Clifton <nickc@redhat.com>
492
493 * readelf.c (dump_relocations): Free corrected allocated
494 array.
495 (process_unwind): Fix compile time warning.
496
f5e21966
NC
4972001-02-10 Nick Clifton <nickc@redhat.com>
498
499 * binutils.texi: Document new --unwind option to readelf.
500
a85d7ed0
NC
5012001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
502
503 * readelf.c: Add linux target for S/390.
504
7bb10502
AM
5052001-02-10 Alan Modra <alan@linuxcare.com.au>
506
507 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
508 printf is a macro.
509
8ca8f343
HPN
5102001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
511
512 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
513 * aclocal.m4: Regenerate.
514 * configure: Regenerate.
515
7340082d
NC
5162001-02-07 Todd Vierling <tv@wasabisystems.com>
517
518 * bucomm.c (bfd_target_vector): Change extern array to pointer.
519 * objdump.c (bfd_target_vector): Likewise.
520
4d6ed7c8
NC
5212001-02-07 David Mosberger <davidm@hpl.hp.com>
522
523 * readelf.c (process_unwind): New function.
524 (slurp_ia64_unwind_table): Ditto.
525 (dump_ia64_unwind): Ditto.
526 (find_symbol_for_address): Ditto.
527 (slurp_rela_relocs): New function (split off from dump_relocations()).
528 (slurp_rel_relocs): Ditto.
529 (parse_args): Handle '-u' option.
530
531 * unwind-ia64.c: New file.
532 * unwind-ia64.h: New file.
533 * Makefile.am: Include unwind-ia64.c in readelf build.
534 * Makefile.in: Regenerate.
7340082d 535 * po/binutils.pot: Regenerate.
4d6ed7c8 536
c7217458
PB
5372001-02-04 Philip Blundell <philb@gnu.org>
538
539 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
540 * configure: Regenerate.
541
956eedd4
AM
5422001-01-31 Steve deRosier <sderosier@vari-lite.com>
543
544 * ieee.c (ieee_add_bb11): Don't check for backslashes
545 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
546
8855cbca
AM
5472001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
548
c7f2731e
AM
549 * ieee.c: Update copyright.
550 (ieee_start_compilation_unit): Don't check for backslashes
551 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
552
8855cbca
AM
553 * stabs.c: Update copyright. Include "filenames.h".
554 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
555
329de803 5562001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
557
558 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
559 sections are present before using them. Remove code duplication.
560 (process_symbol_table): Check if VERDEF or VERNEED sections are
561 present before using them.
562
23719f39
NC
5632001-01-17 Nick Clifton <nickc@redhat.com>
564
565 * objcopy.c (copy_object): Fail if attempting to convert the
566 endianness of the input object file.
567
568 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 569
f726e849
NC
5702001-01-16 Nick Clifton <nickc@redhat.com>
571
572 * readelf.c (string_table_length): New variable.
573 (SECTION_NAME): Catch out of range indices and missing section
574 pointers.
575 (process_section_headers): Delete useless local variable
576 string_table_offset. Set the value of string_table_length
577 after loading the string table.
578 (process_mips_specific): Use SECTION_NAME macro.
579 (process_file): Set string_table_length to 0 when it is freed.
580
d0398d6a
NC
5812001-01-12 Nick Clifton <nickc@redhat.com>
582
583 * version.c (print_version): Update copyright date.
584
0d2bcfaf
NC
5852001-01-11 Peter Targett <peter.targett@arccores.com>
586
587 * readelf.c (dump_relocations): Include selection with EM_ARC.
588 (get_machine_name) Update name to "ARC".
589
8b1e6df3
NC
5902001-01-09 Nick Clifton <nickc@redhat.com>
591
592 * Makefile.am: Add rule to build objdump.o from objdump.c and
593 using OBJDUMP_DEFS.
594 * Makefile.in: Regenerate.
595
596 * configure.in: Define OBJDUMP_DEFS. Default to empty.
597 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
598 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 599 * configure: Regenerate.
8b1e6df3
NC
600
601 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
602 is defined read in the relocs even if dump_reloc_info is
603 false.
604
2f952d20
PB
6052001-01-07 Philip Blundell <philb@gnu.org>
606
607 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
608 `bug-binutils'.
609 * README: Likewise.
610
a8c548cb
NC
6112000-12-19 Nick Clifton <nickc@redhat.com>
612
613 * dlltool.c: Add missing support for arm-epoc-pe.
614 * configure.in: Add missing support for arm-epoc-pe.
615 * configure: Regenerate.
616
cc5fda35
NC
6172000-12-15 Nick Clifton <nickc@redhat.com>
618
619 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
620 Mode parts of the x86 port.
621
bcedfee6
NC
6222000-12-04 Andreas Jaeger <aj@suse.de>
623
624 * readelf.c (guess_is_rela): Add EM_X86_64.
625 (dump_relocations): Add EM_X86_64.
626 (get_machine_name): Add EM_X86_64.
627 Include "elf/x86-64.h".
628
584da044
NC
6292000-12-12 Nick Clifton <nickc@redhat.com>
630
631 * readelf.c: Fix formatting.
632
b8355149
JH
633Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
634
635 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
636
a98cc2b2
AH
6372000-12-07 Andrew Haley <aph@redhat.com>
638
639 * readelf.c (display_debug_frames): Only display columns that are
640 referenced by the frame debug info.
641
c7987a69
NC
6422000-12-05 Nick Clifton <nickc@redhat.com>
643
644 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
645
09fd7e38
JM
6462000-12-04 Jason Merrill <jason@redhat.com>
647
648 * readelf.c (process_section_headers): Handle linkonce.wi sections.
649 (display_debug_section): Likewise.
650 (display_debug_info): Display CU header before bailing.
651
e7af610e
NC
6522000-12-01 Chris Demetriou <cgd@sibyte.com>
653
09fd7e38
JM
654 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
655 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
656 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 657
09fd7e38
JM
658 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
659 and E_MIPS_ARCH_64.
84ea6cf2 660
09fd7e38
JM
661 * readelf.c (get_machine_flags): Add case for
662 E_MIPS_MACH_SB1.
c6c98b38 663
75066968
DD
6642000-11-30 Richard Earnshaw <rearnsha@arm.com>
665
666 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
667
5c4666ea
HPN
6682000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
669