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