Add new command line option '--encoding' to strings
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
d132876a
NC
12001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * strings.c (encoding, encoding_bytes): New variables.
4 (long_options): Add --encoding.
5 (main): Accept -e and --encoding.
6 (get_char): New function. Read a, possibly wide, character from
7 the input stream.
8 (print_strings): Use get_char().
9 (usage): Document new command line option.
10 * doc/binutils.texi: Document new command line option.
11 * NEWS: Announce new command line option.
12
2b0337b0
AO
13Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com>
14
15 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
16 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
17 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
18 Removed EM_CYGNUS_ARC.
19
b8720f9d
JL
20Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com)
21
22 * readelf.c: Include elf/h8 for H8 series definitions.
23 (guess_is_rela): H8 series if RELA.
24 (dump_relocations): Handle H8 series relocations.
25
0823fbca
EC
262001-08-31 Eric Christopher <echristo@redhat.com>
27
28 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
29
8db76d70
PT
302001-08-29 Peter Targett <peter.targett@arccores.com>
31
32 * MAINTAINERS: Include ARC Maintainer.
33
d81d6584
BE
342001-08-29 Ben Elliston <bje@redhat.com>
35
36 * stabs.c (stab_demangle_template): Initialise s4.
37
25a1ff5b
AM
382001-08-27 Alan Modra <amodra@bigpond.net.au>
39
40 * readelf.c (dump_relocations): Recognise EM_PPC64.
41
a5d22d2a
TS
422001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
43
44 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
45
62a5a82d
L
462001-08-25 H.J. Lu <hjl@gnu.org>
47
48 * nm.c (print_width): New.
49 (display_rel_file): Set `print_width' according to
50 bfd_sprintf_vma.
51 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
52
1ae8b3d2
AO
532001-08-24 Alexandre Oliva <aoliva@redhat.com>
54
55 * objcopy.c (use_alt_mach_code): New variable.
56 (OPTION_ALT_MACH_CODE): Define.
57 (copy_options): Added --alt-machine-code.
58 (copy_main): Handle it.
59 (copy_object): Switch to alternate machine code if requested.
60 * doc/binutils.texi: Document new option.
61 * NEWS: Likewise.
62
d1bdd336
TS
632001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
64
65 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
66
410f7a12
L
672001-08-21 H.J. Lu <hjl@gnu.org>
68
69 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
70 (display_debug_info): Cast for 64bit hosts.
71 (display_debug_frames): Likewise.
72 (process_mips_specific): Likewise.
73
c32144ff
AJ
742001-08-21 Andreas Jaeger <aj@suse.de>
75
76 * coffgrok.h: Add missing parameter for prototype of coff_grok.
77
78 * sysdump.c: Add missing prototypes.
79 * srconv.c: Likewise.
80 * unwind-ia64.c: Likewise.
81 * coffdump.c: Likewise.
82
83 * sysinfo.y: Print prototypes, include <ansidecl.h>.
84
85 * coffgrok.c: Add missing prototypes, include libiberty.h instead
86 of declaring xcalloc.
87
d8180c76
L
882001-08-10 H.J. Lu <hjl@gnu.org>
89
90 * nm.c (print_value): Add one arg, bfd *.
91 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
92 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
93 (print_symbol_info_sysv): Likewise.
94 (print_symbol_info_posix): Likewise.
95
96 * objdump.c (dump_section_header): Replace printf_vma with
97 bfd_printf_vma.
98 (print_section_stabs): Likewise.
99 (dump_bfd_header): Likewise.
100 (objdump_print_value): Replace sprintf_vma with
101 bfd_sprintf_vma.
102 (disassemble_bytes): Likewise.
103 (dump_reloc_set): Likewise.
104
0218d1e4
AJ
1052001-08-10 Andreas Jaeger <aj@suse.de>
106
107 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
108 to build warnings.
109 * configure: Regenerate.
110
2863d58a
AM
1112001-08-09 Alan Modra <amodra@bigpond.net.au>
112
113 * readelf.c: Add missing prototypes.
114 * objdump.c: Likewise. Format existing prototypes.
115
c0e047e0
AO
1162001-08-08 Alexandre Oliva <aoliva@redhat.com>
117
118 * readelf.c (display_debug_info): Add to abbrev_offset the addend
119 of any RELA relocation for the abbrev_offset memory location that
120 refers to the .debug_abbrev section symbol.
121
ff78d6d6
L
1222001-08-07 H.J. Lu <hjl@gnu.org>
123
124 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
125 (main): Return process_file ().
126
c36774d6
PB
1272001-08-05 Philip Blundell <philb@gnu.org>
128
129 * doc/binutils.texi: Use "Thumb" not "THUMB".
130
8f9d9bd9
JH
1312001-08-03 John Healy <jhealy@redhat.com>
132
133 Patch suggested by Frank Eigler <fche@redhat.com>.
134 * objdump.c (disassemble_data): Fill in section member of the
135 disasm_info structure.
136
c918cb96
DD
1372001-08-03 Tom Walsh <tom@cyberiansoftware.com>
138
139 * configure.in: Added --with-windres option.
140 * configure: Regenerated.
141
c7c55b78
NC
1422001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
143
144 * doc/binutils.texi: Use @command{name} for commands;
145 use @option{-opt} for options; use @table @env for list of options;
146 remove spaces arround [ | ] in synopsis.
147
148 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
149 center title.
150
594ef5db
NC
1512001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
152
153 * objcopy.c: Fix formatting.
154 (section_rename): New structure.
155 (OPTION_RENAME_SECTION): New switch.
156 (copy_usage): Document new switch.
157 (add_section_rename): New function: Add a node to the section
158 rename list.
159 (find_section_rename): New function: Find the new name and
160 flags for a section.
161 (setup_section): Call find_section_name to determine the name
162 of the output section.
163 (copy_main): Handle OPTION_RENAME_SECTION.
164 * binutils.texi: Document new switch.
165 * NEWS: Mention new switch.
166
1f554c69
NC
1672001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
168
169 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
170 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
171 bug-binutils@gcc.org.
172
2f83960e
AM
1732001-07-28 Matthias Kramm <kramm@quiss.org>
174
175 * bucomm.c (list_supported_architectures): New function.
176 * bucomm.h (list_supported_architectures): Declare.
177 * objdump.c (usage): Call the above.
178
20fe0649
DB
1792001-07-25 Dave Brolley <brolley@redhat.com>
180
181 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
182 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
183
1b577b00
NC
1842001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
185
186 * README: Update for 2.11. Change bug reporting email address.
187 * MAINTAINERS: Tidy up. Change bug reporting email address.
188
95fd336c
DD
1892001-07-16 DJ Delorie <dj@redhat.com>
190
5f16d855
DD
191 * resres.c (write_res_header): Align header size.
192 (res_align_file): Calculate alignment correctly.
193
95fd336c
DD
194 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
195 correct 10).
196 * resrc.c (write_rc_resource): Likewise.
197 * windres.h (SUBLANG_SHIFT): Define - as 10.
198
ed8fee27
NC
1992001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
200
201 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
202
90ab7e9a
NC
2032001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
204
205 * MAINTAINERS: Add notes about branch checkins.
206
e0c60db2
NC
2072001-07-05 Daniel Berlin <dan@cgsoftware.com>
208
209 * readelf.c (display_debug_macinfo): New function, display
210 .debug_macinfo section.
211 (do_debug_macinfo): New variable.
212 (parse_args): Handle "-w[mM]" to mean display macro info.
213 (process_section_headers): Handle debug_macinfo.
214 (debug_displays): Replace unsupported function with macinfo
0218d1e4 215 function for .debug_macinfo display.
e0c60db2
NC
216 * doc/binutils.texi: Document new command line switch.
217 * NEWS: Document new feature of readelf.
0218d1e4 218
24e01a36
L
2192001-07-05 H.J. Lu <hjl@gnu.org>
220
221 * objcopy.c (filter_symbols): Don't turn undefined symbols
222 into local.
223
4258bf4d
L
2242001-07-03 H.J. Lu <hjl@gnu.org>
225
226 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
227 $@.pod.
228 (ar.1): Likewise.
229 (dlltool.1): Likewise.
230 (nlmconv.1): Likewise.
231 (nm.1): Likewise.
232 (objcopy.1): Likewise.
233 (objdump.1): Likewise.
234 (ranlib.1): Likewise.
235 (readelf.1): Likewise.
236 (size.1): Likewise.
237 (strings.1): Likewise.
238 (strip.1): Likewise.
239 (windres.1): Likewise.
240 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
241 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
242 $(DEMANGLER_NAME).
243 (as.1): Removed.
244 * doc/Makefile.in: Regenerated.
245
7014bc31
NC
2462001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
247
248 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
249
b811889f
NC
2502001-07-01 Daniel Berlin <dan@cgsoftware.com>
251
252 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
253
12ab83a9
NC
2542001-06-29 James Cownie <jcownie@etnus.com>
255
256 * readelf.c: Support DWARF 2.1 attributes.
257
a6e9f9df
AM
2582001-06-28 Alan Modra <amodra@bigpond.net.au>
259
260 * readelf.c (GET_DATA_ALLOC): Remove.
261 (GET_DATA): Remove.
262 (get_data): New function combining above macros, with an extra
263 test for zero size.
264 (slurp_rela_relocs): Use get_data, and catch error return.
265 (slurp_rel_relocs): Likewise.
266 (get_32bit_program_headers): Likewise.
267 (get_64bit_program_headers): Likewise.
268 (get_32bit_section_headers): Likewise.
269 (get_64bit_section_headers): Likewise.
270 (get_32bit_elf_symbols): Likewise.
271 (get_64bit_elf_symbols): Likewise.
272 (process_section_headers): Likewise.
273 (process_relocs): Likewise.
274 (slurp_ia64_unwind_table): Likewise.
275 (process_unwind): Likewise.
276 (get_32bit_dynamic_segment): Likewise.
277 (get_64bit_dynamic_segment): Likewise.
278 (process_dynamic_segment): Likewise.
279 (process_version_sections): Likewise.
280 (process_symbol_table): Likewise.
281 (dump_section): Likewise.
282 (display_debug_info): Likewise.
283 (display_debug_section): Likewise.
284 (process_section_contents): Likewise.
285 (process_corefile_note_segment): Likewise.
286 (process_mips_specific): Likewise. Also free econf32, econf64.
287
af3fc3bc
AM
2882001-06-25 Alan Modra <amodra@bigpond.net.au>
289
290 * readelf.c (dump_relocations): Print "bad symbol index" if
291 symtab == NULL with non-zero symtab_index.
292 (process_relocs): Don't bomb if reloc section has no symsec.
293
6d900bf6
L
2942001-06-24 H.J. Lu <hjl@gnu.org>
295
296 * objcopy.c (strip_main): Revert the change made on 2001-05-30
297 by accident.
298 (copy_main): Apply the the change made to strip_main on
299 2001-05-30 by accident.
300
49b4e386
AJ
3012001-06-23 Andreas Jaeger <aj@suse.de>
302
303 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
304 parameter 'code'.
305 (unw_decode_x2): Likewise.
306 (unw_decode_x3): Likewise.
307 (unw_decode_x4): Likewise.
308
d8dc71e3
BE
3092001-06-23 Ben Elliston <bje@redhat.com>
310
311 * MAINTAINERS: Add myself as M88k maintainer.
312
af3bdff7
NC
3132001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
314
315 * objcopy.c (strip_main): Support -o or --output-file command lien
316 switch.
317
105e7211
L
3182001-06-19 H.J. Lu <hjl@gnu.org>
319
320 * doc/Makefile.in: Regenerated.
321
c45021f2
NC
3222001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
323
324 * readelf.c: Restore formatting.
325
3262001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
327
328 * Makefile.am: Move documentation into doc subdirectory.
329 * Makefile.in: Regenerated.
330 * binutils.texi: Move into doc subdirectory.
331 * addr2line.1: Removed.
332 * ar.1: Likewise.
333 * dlltool.1: Likewise.
334 * nlmconv.1: Likewise.
335 * nm.1: Likewise.
336 * objcopy.1: Likewise.
337 * objdump.1: Likewise.
338 * ranlib.1: Likewise.
339 * readelf.1: Likewise.
340 * size.1: Likewise.
341 * strings.1: Likewise.
342 * strip.1: Likewise.
343 * windres.1: Likewise.
344 * cxxfilt.man: Likewise.
345 * doc: New Directory.
346 * doc/Makefile.am: New file.
347 * doc/Makefile.in: Generate.
348
09ad7db3
AM
3492001-06-09 Alan Modra <amodra@bigpond.net.au>
350
351 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
352
936260fe
AM
3532001-06-01 Alan Modra <amodra@bigpond.net.au>
354
355 * MAINTAINERS: Update my email address.
356
16b2b71c
NC
3572001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
358
359 * objcopy.c: Add new switches: --keep-global-symbol,
360 --keep-symbols, --localize-symbols, --keep-global-symbols and
361 --weaken-symbols.
362 * binutils.texi: Document new switches.
363 * objcopy.1: Regenerate.
364 * NEWS: Announce new feature.
365
7036c0e1
AJ
3662001-05-28 Andreas Jaeger <aj@suse.de>
367
368 * readelf.c (display_debug_frames): Fix warnings: Remove unused
369 variables, fix format strings.
370
76a406e5
NC
3712001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
372
373 * objdump.c (disassemble_bytes): Remove section VMA adjustment
374 when computing the address of the line to show.
375
31b6fca6
RH
3762001-05-16 Richard Henderson <rth@redhat.com>
377
378 * readelf.c (do_debug_frames_interp): New.
379 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
380 (byte_get_big_endian): Likewise.
381 (parse_args) ['F']: Set do_debug_frames_interp.
382 (Frame_Chunk): Make data_factor signed, add fde_encoding.
383 (frame_display_row): Don't trunc pc_begin to int.
384 (size_of_encoded_value): New.
385 (display_debug_frames): Handle 64-bit targets. Print raw data
386 unless do_debug_frames_interp.
387 (debug_displays): Remove duplicate .debug_frame.
388
4fe85591
NC
3892001-05-15 Ralf Baechle <ralf@gnu.org>
390
391 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
392 The former constant was never in active use and is used otherwise
393 by the ABI.
394
579f31ac
JJ
3952001-05-11 Jakub Jelinek <jakub@redhat.com>
396
397 * readelf.c (process_unwind): Print all unwind sections, not just
398 one.
399
78f4a3f7
AM
4002001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
401
402 * readelf.c (process_unwind): Remove const specifier.
403
1c529ca6
NC
4042001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
405
406 * strings.c (isgraphic): Do not use isascii() unless it is needed
407 for isprint() to work.
408 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
409
87e6d782
NC
4102001-04-27 Johan Rydberg <jrydberg@opencores.org>
411
412 * NEWS: Announce support for OpenRISC.
413
4bd3d870 4142001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
415
416 * dlltool.c (do_default_excludes): Initialise to true.
417
21211521
AM
4182001-04-10 Alan Modra <amodra@one.net.au>
419
420 * MAINTAINERS: Update my email address
421 * nm.c (print_symbol_info_bsd): Use a simple printf string.
422
0c66b61e 4232001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
424
425 * readelf.c (display_debug_lines): Fix typo for "Prologue".
426
e58d53af
L
4272001-03-30 H.J. Lu <hjl@gnu.org>
428
429 * readelf.c (process_unwind): Just return if do_unwind is 0.
430
bee72332
DD
4312001-03-28 Roger Sayle <roger@metaphorics.com>
432
433 * dlltool.c (make_one_lib_file): Fix section flags for
434 .text, .data and .bss in stub ds*.o files to match those
435 generated by gas.
436
f1467e33
L
4372001-03-29 H.J. Lu <hjl@gnu.org>
438
439 * readelf.c (process_unwind): Only do unwind sections for
440 IA64.
441
1c6fb4fe
L
4422001-03-28 H.J. Lu <hjl@gnu.org>
443
444 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
445 * Makefile.in: Regenerate.
446
0879a67a
AJ
4472001-03-26 Andreas Jaeger <aj@suse.de>
448
449 * binutils.texi (nm): Fix texi syntax.
450
0285c67d
NC
4512001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
452
453 * binutils.texi: Put @c man begin and @c man end indications
454 to generate man pages using texi2pod and pod2man. Put @c man title
455 to identify each man. Add SEEALSO entries.
456 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
457 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
458 sort the list.
459 (*.1): Build the man pages from binutils.texi.
460 * Makefile.in: Regenerate.
461
04847a4d
CF
4622001-03-13 Eric Kohl <ekohl@rz-online.de>
463
464 * defparse.y (opt_equal_name): allow "." in name.
465 * dlltool.c (def_exports): Added ability to generate forwarded exports.
466 (gen_exp_file): Likewise.
467
43a0748c
NC
4682001-03-12 Stefan Geuken <mail@stefan-geuken.de>
469
470 * NEWS: Document addition of -B switch to objcopy.
471 * binutils.texi: Document addition of -B switch to objcopy.
472 * objcopy.c: (copy_options): Add --binary-architecture.
473 (copy_usage): Document -B/--binary-architecture.
474 (copy_main): Support -B/--binary-architecture. Set
475 bfd_external_binary_architecture.
0879a67a 476
b7498e0e
NC
4772001-03-11 Andreas Jaeger <aj@suse.de>
478
479 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
480 (dump_relocations): Likewise.
481 (get_machine_name): Likewise.
482
a59e3bd7
NC
4832001-02-28 Nick Clifton <nickc@redhat.com>
484
485 * readelf.c: (struct unw_aux_info): Remove const modifier for
486 'strtab' field.
487 (process_unwind): Remove non-K&R compliant LHS type cast in call
488 to GET_DATA_ALLOC macro.
489
a5bcd848
PB
4902001-02-28 Philip Blundell <pb@futuretv.com>
491
492 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
493 ABI is in use; remove ambiguity between the "unknown" EABI and
494 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
495 renamed EF_xx constants.
496
27b7e12d
AM
4972001-02-27 Alan Modra <alan@linuxcare.com.au>
498
499 * configure.in (BFD_VERSION): New.
500 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
501 * configure: Regenerate.
502 * Makefile.am: Run "make dep-am"
503 * Makefile.in: Regenerate.
504
a9f10786
NC
5052001-02-14 Nick Clifton <nickc@redhat.com>
506
507 * MAINTAINERS: Add "Obvious Fix" rule.
508
3c44da9a
MS
5092001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
510
511 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
512 literal concatenation.
513
ecd03389
MS
5142001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
515
516 * readelf.c (struct unw_aux_info): Remove const from the info member.
517 (process_unwind): Don't type-cast the third argument to the
518 GET_DATA_ALLOC macro.
519
88ec60c7
NC
5202001-02-11 Nick Clifton <nickc@redhat.com>
521
522 * readelf.c (dump_relocations): Free corrected allocated
523 array.
524 (process_unwind): Fix compile time warning.
525
f5e21966
NC
5262001-02-10 Nick Clifton <nickc@redhat.com>
527
528 * binutils.texi: Document new --unwind option to readelf.
529
a85d7ed0
NC
5302001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
531
532 * readelf.c: Add linux target for S/390.
533
7bb10502
AM
5342001-02-10 Alan Modra <alan@linuxcare.com.au>
535
536 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
537 printf is a macro.
538
8ca8f343
HPN
5392001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
540
541 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
542 * aclocal.m4: Regenerate.
543 * configure: Regenerate.
544
7340082d
NC
5452001-02-07 Todd Vierling <tv@wasabisystems.com>
546
547 * bucomm.c (bfd_target_vector): Change extern array to pointer.
548 * objdump.c (bfd_target_vector): Likewise.
549
4d6ed7c8
NC
5502001-02-07 David Mosberger <davidm@hpl.hp.com>
551
552 * readelf.c (process_unwind): New function.
553 (slurp_ia64_unwind_table): Ditto.
554 (dump_ia64_unwind): Ditto.
555 (find_symbol_for_address): Ditto.
556 (slurp_rela_relocs): New function (split off from dump_relocations()).
557 (slurp_rel_relocs): Ditto.
558 (parse_args): Handle '-u' option.
559
560 * unwind-ia64.c: New file.
561 * unwind-ia64.h: New file.
562 * Makefile.am: Include unwind-ia64.c in readelf build.
563 * Makefile.in: Regenerate.
7340082d 564 * po/binutils.pot: Regenerate.
4d6ed7c8 565
c7217458
PB
5662001-02-04 Philip Blundell <philb@gnu.org>
567
568 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
569 * configure: Regenerate.
570
956eedd4
AM
5712001-01-31 Steve deRosier <sderosier@vari-lite.com>
572
573 * ieee.c (ieee_add_bb11): Don't check for backslashes
574 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
575
8855cbca
AM
5762001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
577
c7f2731e
AM
578 * ieee.c: Update copyright.
579 (ieee_start_compilation_unit): Don't check for backslashes
580 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
581
8855cbca
AM
582 * stabs.c: Update copyright. Include "filenames.h".
583 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
584
329de803 5852001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
586
587 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
588 sections are present before using them. Remove code duplication.
589 (process_symbol_table): Check if VERDEF or VERNEED sections are
590 present before using them.
591
23719f39
NC
5922001-01-17 Nick Clifton <nickc@redhat.com>
593
594 * objcopy.c (copy_object): Fail if attempting to convert the
595 endianness of the input object file.
596
597 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 598
f726e849
NC
5992001-01-16 Nick Clifton <nickc@redhat.com>
600
601 * readelf.c (string_table_length): New variable.
602 (SECTION_NAME): Catch out of range indices and missing section
603 pointers.
604 (process_section_headers): Delete useless local variable
605 string_table_offset. Set the value of string_table_length
606 after loading the string table.
607 (process_mips_specific): Use SECTION_NAME macro.
608 (process_file): Set string_table_length to 0 when it is freed.
609
d0398d6a
NC
6102001-01-12 Nick Clifton <nickc@redhat.com>
611
612 * version.c (print_version): Update copyright date.
613
0d2bcfaf
NC
6142001-01-11 Peter Targett <peter.targett@arccores.com>
615
616 * readelf.c (dump_relocations): Include selection with EM_ARC.
617 (get_machine_name) Update name to "ARC".
618
8b1e6df3
NC
6192001-01-09 Nick Clifton <nickc@redhat.com>
620
621 * Makefile.am: Add rule to build objdump.o from objdump.c and
622 using OBJDUMP_DEFS.
623 * Makefile.in: Regenerate.
624
625 * configure.in: Define OBJDUMP_DEFS. Default to empty.
626 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
627 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 628 * configure: Regenerate.
8b1e6df3
NC
629
630 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
631 is defined read in the relocs even if dump_reloc_info is
632 false.
633
2f952d20
PB
6342001-01-07 Philip Blundell <philb@gnu.org>
635
636 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
637 `bug-binutils'.
638 * README: Likewise.
639
a8c548cb
NC
6402000-12-19 Nick Clifton <nickc@redhat.com>
641
642 * dlltool.c: Add missing support for arm-epoc-pe.
643 * configure.in: Add missing support for arm-epoc-pe.
644 * configure: Regenerate.
645
cc5fda35
NC
6462000-12-15 Nick Clifton <nickc@redhat.com>
647
648 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
649 Mode parts of the x86 port.
650
bcedfee6
NC
6512000-12-04 Andreas Jaeger <aj@suse.de>
652
653 * readelf.c (guess_is_rela): Add EM_X86_64.
654 (dump_relocations): Add EM_X86_64.
655 (get_machine_name): Add EM_X86_64.
656 Include "elf/x86-64.h".
657
584da044
NC
6582000-12-12 Nick Clifton <nickc@redhat.com>
659
660 * readelf.c: Fix formatting.
661
b8355149
JH
662Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
663
664 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
665
a98cc2b2
AH
6662000-12-07 Andrew Haley <aph@redhat.com>
667
668 * readelf.c (display_debug_frames): Only display columns that are
669 referenced by the frame debug info.
670
c7987a69
NC
6712000-12-05 Nick Clifton <nickc@redhat.com>
672
673 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
674
09fd7e38
JM
6752000-12-04 Jason Merrill <jason@redhat.com>
676
677 * readelf.c (process_section_headers): Handle linkonce.wi sections.
678 (display_debug_section): Likewise.
679 (display_debug_info): Display CU header before bailing.
680
e7af610e
NC
6812000-12-01 Chris Demetriou <cgd@sibyte.com>
682
09fd7e38
JM
683 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
684 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
685 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 686
09fd7e38
JM
687 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
688 and E_MIPS_ARCH_64.
84ea6cf2 689
09fd7e38
JM
690 * readelf.c (get_machine_flags): Add case for
691 E_MIPS_MACH_SB1.
c6c98b38 692
75066968
DD
6932000-11-30 Richard Earnshaw <rearnsha@arm.com>
694
695 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
696
5c4666ea
HPN
6972000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
698