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