Add new switch to objcopy: --add-gnu-debuglink=<file>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2593f09a
NC
12003-06-11 Nick Clifton <nickc@redhat.com>
2
3 * objcopy.c (gnu_debuglink_filename): New variable.
4 (OPTION_ADD_GNU_DEBUGLINK): New switch
5 (copy_options): Describe --add-gnu-debuglink switch.
6 Mention that --strip-debug removes sections as well.
7 (is_strip_section): Process the sections removed and kept
8 lists before checking for debugging sections.
9 (add_redefine_syms_file): Make function static.
10 (copy_object): Use is_strip_section.
11 Check to see if a .gnu_debuglink section should be added. If
12 so, call bfd_add_gnu_debuglink.
13 (setup_section): Use is_strip_section.
14 (copy_section): Use is_strip_section.
15 (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK.
16 * NEWS: Mention new objcopy switch.
17 * doc/binutils.texi: Document new switch.
18
3b443373
L
192003-06-11 H.J. Lu <hongjiu.lu@intel.com>
20
21 * po/Make-in (DESTDIR): New.
22 (install-data-yes): Support $(DESTDIR).
23 (uninstall): Likewise.
24
795bb480
AM
252003-06-11 Alan Modra <amodra@bigpond.net.au>
26
27 * Makefile.in: Regenerate.
28
9ee5e499
JJ
292003-05-23 Jakub Jelinek <jakub@redhat.com>
30
31 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
32
a3b6428f
NC
332003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
34
35 * NEWS: Document the new BSD/POSIX single-character mapping for
36 .comment/.note sections.
37
92991082
JT
382003-06-02 Chris Demetriou <cgd@broadcom.com>
39 Jason Thorpe <thorpej@wasabisystems.com>
40
41 * objcopy.c (redefine_list_append): Add an argument that
42 indicates the context from which this function is being
43 called. Change all callers.
44 (copy_options): Add a new option, --redefine-syms.
45 (copy_usage): Document new option.
46 (copy_main): Handle the --redefine-syms option.
47 * doc/binutils.text (objcopy): Document new option.
48
38fafa6d
RH
492003-05-31 Richard Henderson <rth@redhat.com>
50
51 * readelf.c (byte_get_signed): New.
52 (get_encoded_value): New.
53 (display_debug_frames): Use it. Always pre-process opcodes.
54
636fc387
ML
552003-05-20 Michal Ludvig <mludvig@suse.cz>
56
57 * readelf.c (display_debug_frames): Print both registers
58 for DW_CFA_register.
59
80c7c40a
NC
602003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
61
62 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
63 i[3-7]86-*-interix.
64 * configure.in: Regenerate.
65
0fcdcb91
NC
662003-05-13 Michael Eager <eager@mvista.com>
67
68 * objcopy.c: Treat identical src/dst file names as if only one
69 entered. One Windows creating an output file of the same name as
70 the input file will delete the input file before it is read.
71
7ab5f2ed
NC
722003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
73
74 * debug.c (debug_get_real_type): Extend test for circular debug
75 references.
76
3c92310f
NC
772003-05-12 Nick Clifton <nickc@redhat.com>
78
79 * configure.in (ALL_LINGUAS): Add zh_CN.
80 * configure: Regenerate.
81 * po/zh_CN.po: New file: Chinese (simplified) translation.
82
d68c07bb
JE
832003-05-11 Jason Eckhardt <jle@rice.edu>
84
85 * MAINTAINERS: Update my mail address.
86
8beeaeb7
L
872003-05-07 H.J. Lu <hongjiu.lu@intel.com>
88
89 * readelf.c (dump_relocations): Enlarge the type field in wide
90 mode by one character.
91
63044634
RH
922003-05-03 Richard Henderson <rth@redhat.com>
93
94 * readelf.c (struct Frame_Chunk): Add cfa_exp.
95 (frame_display_row): Just print "exp" for cfa or register
96 defined by a location expression.
97 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
98 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
99
6e50c90c
L
1002003-04-30 H.J. Lu <hjl@gnu.org>
101
102 * objdump.c (only): Change it to char **.
103 (only_size): New.
104 (only_used): New.
105 (disassemble_data): Check only as an array.
106 (dump_data): Likewise.
107 (dump_relocs): Likewise.
108 (main): Treat only as an array.
109
edbedb71
NC
1102003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
111
112 * doc/binutils.texi: Fix the documentation for the -fo option.
113
3f7de0e7
NC
1142003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
115
ef230218
JR
116 * readelf.c (get_machine_name) <EM_SH>: Amend return value
117 to refer to SuperH.
118
3f7de0e7
NC
119 * readelf.c (decode_location_expression): Don't add a trailing ';'.
120
32df8966
NC
1212003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
122 Nick Clifton <nickc@redhat.com>
123
124 * windres.c (long_options): Move close to main, where it is used.
125 Add 'input' and 'output' long options.
126 (main): Accept "-fo" as an alias for "-o". This is for rc
127 comptibility.
128 * doc/binutils.texi: Mention that -fo is accepted as an alias for
129 -o, but discourage its use.
130
85eb5110
NC
1312003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
132
133 * windres.c (format_from_name): Make the exit on error
134 behaviour optional.
135 (main): Rename the -I option to -J. Introduce -I as a synonym
136 for --include-dir. For backwards compatibility also support the
137 old -I behaviour, but issue a deprecation warning.
138 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
139 of the -I option.
140
26597c86
NC
1412003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
142
143 * readelf.c: Replace references to Mitsubishi M32R with
144 references to Renesas M32R.
145
c2dcd04e
NC
1462003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
147
148 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
149
c1124b23
AO
1502003-04-09 Alexandre Oliva <aoliva@redhat.com>
151
152 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
153 for debugging information types not supported by objdump.
154
e5076347
AM
1552003-04-09 Bernd Jendrissek <berndj@prism.co.za>
156
157 * configure.in: Recognize canonical form of i[3-6]86-pe*.
158 * configure: Regenerate.
159
adab8cdc
AO
1602003-04-09 Alexandre Oliva <aoliva@redhat.com>
161
162 * readelf.c (display_debug_info): Apply RELA relocations on the
163 entire section.
164 (byte_put_little_endian, byte_put_big_endian): New functions.
165 (byte_put): New variable.
166 (get_file_header): Initialize it.
167
3077f5d8
NC
1682003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
169
170 * windres.c: Add -l for compatibility with wrc, and rc.
171 Use the short option as a key for long options that have
172 a synonymous short option.
173 * doc/binutils.texi: Added -l to the list of options.
174
29b058f1
NC
1752003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
176
3077f5d8
NC
177 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
178 (main): Just pass the -U option down to the preprocessor.
179 * doc/binutils.texi: Added -U to the list of options.
29b058f1 180
3126d709
CF
1812003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
182
183 * windres.c (usage): Report -r option.
184 (main): Ignore the -r option.
185 * doc/binutils.texi: Add -r to the list of options.
186
c46ac711
BW
1872003-04-01 Bob Wilson <bob.wilson@acm.org>
188
189 * MAINTAINERS: Add myself as Xtensa maintainer.
190
88da6820
NC
1912003-04-01 Bob Wilson <bob.wilson@acm.org>
192
3077f5d8
NC
193 * readelf.c: Include "elf/xtensa.h".
194 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
195 targets that use RELA relocations.
196 (dump_relocations): Call elf_xtensa_reloc_type for
197 EM_XTENSA and EM_XTENSA_OLD.
198 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 199
27a710e5
NC
2002003-04-01 Nick Clifton <nickc@redhat.com>
201
202 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
203 thumb-pe*, mcore-pe and mcore-*elf.
204 * configure: Regenerate.
205
335a1869
AO
2062003-03-31 Alexandre Oliva <aoliva@redhat.com>
207
208 * objdump.c (dump_data): Don't truncate the address to long; make
209 the width large enough, and uniform for all entries in a section.
210
566b0d53
L
2112003-03-31 H.J. Lu <hjl@gnu.org>
212
213 * readelf.c: Include "libiberty.h".
214 (dynamic_relocations): New.
215 (process_relocs): Properly handle dynamic relocation.
216 (process_dynamic_segment): Fill relocation elements in
217 dynamic_info.
218
ee42cf8c
NC
2192003-03-31 Kevin Buettner <kevinb@redhat.com>
220
221 * readelf.c (read_and_display_attr, read_and_display_attr_value):
222 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
223 all callers.
224 (display_debug_lines, display_debug_pubnames, display_debug_info)
225 (display_debug_aranges, display_debug_frames, read_and_display_attr)
226 (read_and_display_attr_value): Add 64-bit DWARF support.
227
7adbf450
NC
2282003-03-31 Ian Lance Taylor <ian@airs.com>
229
230 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
231 (optresid): Handle a resource id that can be a string or a number.
232 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
233 struct res_id.
234 (define_icon_control): Pass a struct res_id to define_control.
235 * windres.h (define_control): Change prototype.
236
06d86cf7
NC
2372003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
238
7c29036b
NC
239 * objcopy (OPTION_FORMATS_INFO): Define.
240 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
241 (copy_options): Likewise.
242 (strip_usage): Add "--info" to usage.
243 (copy_usage): Likewise.
244 (strip_main): Declare formats_info. Iniatilize it to FALSE.
245 Handle "info".
246 (copy_main). Likewise.
247 * doc/binutils.texi. Document the "--info" option for
248 objcopy/strip.
249 * NEWS: Mention the new command line switch.
250
06d86cf7
NC
251 * objdump.c (endian_string): Move to bucomm.c.
252 (display_info): Likewise.
253 (display_target_list): Likewise.
254 (display_info_table): Likewise.
255 (display_target_tables): Likewise.
256 (main): Assign the return value of display_info to exit_status.
257 * bucomm.c: Include bfdver.h and libbfd.h
258 (display_target_list): Call bfd_nonfatal instead of nonfatal and
259 return 0 on a non-fatal error, 1 on success.
260 (display_info_table): Likewise.
261 * bucomm.h (display_info): Provide a prototype.
262 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
263 libbfd.h.
264 * Makefile.in: Regenerate.
265
7adbf450 2662003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
267
268 * dlltool.c (gen_def_file): Put demangled name comments on
269 own line preceding export name.
270
98a91d6a
NC
2712003-03-17 Nick Clifton <nickc@redhat.com>
272
273 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
274 printf for emitting new lines.
275
06a30c77
NC
2762003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
277
278 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
279 the symbol's value when --size-sort is used, unless -S is used.
280 doc/binutils.texi (--size-sort): For non-bsd formats both the
281 value and size of the symbols are displayed.
282
ab829d36
NC
2832003-03-13 Nick Clifton <nickc@redhat.com>
284
285 * po/da.po: Update.
286
634847c9
NC
2872003-03-12 Nick Clifton <nickc@redhat.com>
288
289 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
290
3889f9eb
BE
2912003-03-10 Ben Elliston <bje@wasabisystems.com>
292
293 * MAINTAINERS: Update my mail address.
294
7eb5191a
NC
2952003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
296
297 * stabs.c (BYTES_IN_WORD): Remove definition.
298 * wrstabs.c (BYTES_IN_WORD): Likewise.
299
e3b83c8f
NC
3002003-03-04 Nick Clifton <nickc@redhat.com>
301
302 * nm.c (main): Print a warning message if --size-sort and
303 --undefined-only are used together.
304
3052003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
306
307 * nm.c (print_symbol): Remove check for undefined_only.
308
a9d68a1e
NC
3092003-03-03 Nick Clifton <nickc@redhat.com>
310
311 * po/da.po: Installed latest translation.
312
a99996bb
NC
3132003-02-24 Nick Clifton <nickc@redhat.com>
314
315 * README: Update binutils references to 2.13.
316 Add paragraph about using --disable-nls.
317
76ed1927
NC
3182003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
319
320 * doc/binutils.texi (nm --size-sort): Update.
321
0100f33b
JW
3222003-02-21 James E Wilson <wilson@tuliptree.org>
323
324 * MAINTAINERS: Update email address.
325
ecc51f48
NC
3262003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
327
328 * readelf.c (get_ia64_dynamic_type): New function.
329 (dynamic_segment_ia64_val): New function.
330 (get_dynamic_type): If machine type is EM_IA_64 call
331 get_ia64_dynamic_val.
332 (get_ia64_section_type_name): Handle sections with types in the
333 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
334 (get_dynamic_flags): If machine type is EM_IA_64 call
335 dynamic_segment_ia64_val.
336
947ed062
NC
3372003-02-21 Bob Wilson <bob.wilson@acm.org>
338
339 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
340 section title capitalization more consistent. Update descriptions
341 of various options to be consistent with the code. Fix errors and
342 incomplete list in the description of c++filt format options. Remove
343 information about the linker. Change to be more polite about poor
344 bug reports. Replace FDL appendix with include of fdl.texi.
345 * doc/fdl.texi: New file.
346
66491ebc
AM
3472003-02-21 Roger Sayle <roger@eyesopen.com>
348
349 * objcopy.c (filter_symbols): Fix compilation problems with
350 HP-UX's C compiler.
351
0e11a9e9
CF
3522003-02-19 Christopher Faylor <cgf@redhat.com>
353
354 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
355 previous change.
356
6e5f5201
CF
3572003-02-19 Mark Blackburn <marklist@fangorn.ca>
358
0e11a9e9 359 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 360
f0c8c24a
NC
3612003-02-12 Bob Wilson <bob.wilson@acm.org>
362
363 * nm.c (usage): Add `java' and `gnat' demangle styles and make
364 quotes consistent.
365 * objdump.c (usage): Ditto. Also fix some typos.
366
d3c543fd
NC
367 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
368
fe2c4142
NC
369 * debug.c (debug_record_variable): Handle global register variables.
370
6de15b9e
NC
371 * stabs.c (parse_stab): For N_SLINE only include
372 function_start_offset if the symbol is within a function;
373 otherwise, the value is absolute.
374
fde78edd
NC
3752003-02-10 Nick Clifton <nickc@redhat.com>
376
377 * readelf.c (decode_ARM_machine_flags): Handle the
378 EF_ARM_MAVERICK_FLOAT flag.
379
22d82235
AS
3802003-02-04 Andreas Schwab <schwab@suse.de>
381
382 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
383 long and use %ld in printf format.
384
1a677ea8
RS
3852003-01-28 Richard Sandiford <rsandifo@redhat.com>
386
387 * readelf.c (dump_relocations): Reorder the r_info field for
388 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
389
8dde85fc
NC
3902003-01-21 Daniel Berlin <dan@dberlin.org>
391
392 * readelf.c (display_debug_loc): Skip address base changes.
393
c6f8bb1e
AM
3942003-01-17 Fabio Alemagna <falemagn@aros.org>
395
396 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
397 and ELFOSABI_NSK.
398
c833c019
AM
3992003-01-16 Alan Modra <amodra@bigpond.net.au>
400
401 * readelf.c: Include elf/ppc64.h.
402 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
403 * Makefile.am: Run "make dep-am".
404 * Makefile.in: Regenerate.
405
3b36097d
SC
4062003-01-02 Ben Elliston <bje@redhat.com>
407
408 * readelf.c (guess_is_rela): Handle EM_IQ2000.
409 (get_machine_name): Likewise.
410 (dump_relocations): Likewise.
411 * NEWS: Mention IQ2000 support.
412
cb44e358
RS
4132003-01-02 Richard Sandiford <rsandifo@redhat.com>
414
415 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
416
af7ee8bf
CD
4172002-12-30 Chris Demetriou <cgd@broadcom.com>
418
419 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
420 changes in MIPS -M options.
421
2469cfa2
NC
4222002-12-30 Dmitry Diky <diwil@mail.ru>
423
424 * Makefile.am: Add msp430 target.
425 * Makefile.in: Regenerate.
426 * readelf.c: Add support for msp430 target.
427
640c0ccd
CD
4282002-12-27 Chris Demetriou <cgd@broadcom.com>
429
430 * doc/binutils.texi (objdump): Document MIPS -M options.
431
59f14fc0
AS
4322002-12-23 Andreas Schwab <schwab@suse.de>
433
434 * readelf.c (main): Reset dump request after each file.
435
312b768e
NC
4362002-12-23 Nick Clifton <nickc@redhat.com>
437
438 * nlmconv.c (main): Pass TRUE as third argument to
439 bfd_arch_get_compatible.
440
8745eafa
NC
4412002-12-23 Nick Clifton <nickc@redhat.com>
442
443 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
444 macro. Handle 'S' encoding, accepting 8-bit characters.
445 (main): Parse 'S' encoding.
446 (get_char): Accept 'S' encoding.
447 (print_strings): Use STRING_ISGRAPHIC.
448 (usage): Document support of 'S' encoding.
449 * doc/binutils.texi: Document support of 'S' encoding/
450 * NEWS: Mention new feature.
451
08213ebb
AM
4522002-12-20 Alan Modra <amodra@bigpond.net.au>
453
454 * README <building ar>: Don't use libibery's needed_list or
455 required_list, instead link libiberty/*.o.
456
b9e5d8e5
KH
4572002-12-19 Kazu Hirata <kazu@cs.umass.edu>
458
459 * doc/binutils.texi: Fix typos.
460
c51238bc
DA
4612002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
462
463 * doc/binutils.texi: Add missing parenthesis.
464
d7fb0dd2
NC
4652002-12-15 Nick Kelsey <nickk@ubicom.com>
466
467 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
468 symbols by adding the given prefix to the begining of the symbol
469 name. This is useful to provide name space seperation regardless
470 of how the object file was created. Added --prefix-sections=
471 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
472 sections (or all sections with the alloc flag set) by adding the given
473 prefix to the begining of the symbol name.
474 * NEWS: Mention this new feature.
475 * doc/binutils.texi: Document this new feature.
476
55b9cdf1
AM
4772002-12-13 Alan Modra <amodra@bigpond.net.au>
478
479 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
480 dyn_string_append with dyn_string_append_cstr.
481
482 * emul_aix.c (ar_emul_aix_create): Remove unused function.
483
84ad6ede
NC
4842002-12-10 James Cownie <jcownie@etnus.com>
485
486 * readelf.h (get_TAG_name, get_AT_name,
704afb58 487 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
488 DWARF2 spec.
489 * NEWS: Mention this new support.
490
7d036af2
AM
4912002-12-08 Alan Modra <amodra@bigpond.net.au>
492
493 * NEWS: Mention that bfd no longer declares a "boolean" type.
494
3e8bba36
AM
4952002-12-07 Alan Modra <amodra@bigpond.net.au>
496
497 * readelf.c (process_program_headers): When setting loadaddr, don't
498 assume segment size is 4k. Use p_align instead.
499 (loadaddr): Change from int to long.
500 (dynamic_addr, dynamic_info, version_info): Likewise.
501 (process_dynamic_segment <syminsz>): Likewise.
502 (process_dynamic_segment): Adjust print format string.
503 (rela_addr, rela_size): Delete.
504 (process_relocs): Formatting.
505
d070dab9
JW
5062002-12-05 Jim Wilson <wilson@redhat.com>
507
508 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
509 * configure: Regenerate.
510
45bcbdb1
ILT
5112002-12-04 Ian Lance Taylor <ian@airs.com>
512
513 * MAINTAINERS: Change e-mail address back to airs.com.
514
42ea8716
AH
5152002-12-04 Aldy Hernandez <aldyh@redhat.com>
516
517 * MAINTAINERS: Add self.
518
b34976b6
AM
5192002-11-30 Alan Modra <amodra@bigpond.net.au>
520
521 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
522 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
523 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
524 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
525 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
526 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
527 with TRUE/FALSE. Formatting.
528
c8286bd1
JJ
5292002-11-29 Jakub Jelinek <jakub@redhat.com>
530
531 * readelf.c Replace occurrences of Elf32_Internal_* and
532 Elf64_Internal_* with Elf_Internal_*.
533 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
534 Zero r_addend fields.
535 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
536 Elf_Internal_Rela.
537
92acdfaf
NC
5382002-11-23 Nick Clifton <nickc@redhat.com>
539
540 * size.c (usage): Fix typo describing switch for hex format.
541
48c5eb8a
SS
5422002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
543
544 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
545 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
546 testcase
547
2f62977e
NC
5482002-11-14 Nick Clifton <nickc@redhat.com>
549
550 * readelf.c (process_program_headers): Add comment about return
551 value. Ensure that 0 is returned if the headers are not loaded.
552 (process_file): If process_section_headers failed to load the
553 headers disable any tests that rely upon them. Similarly for
554 process_program_headers.
555
cd24c222
NC
5562002-11-12 Nick Clifton <nickc@redhat.com>
557
558 * po/da.po: Updated Danish translation.
559
f3931575
AM
5602002-11-12 Klee Dienes <kdienes@apple.com>
561
562 * rddbg.c (read_section_stabs_debugging_info): Also recognize
563 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
564
b54e7460
CF
5652002-11-11 Christopher Faylor <cgf@redhat.com>
566
567 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
568 cgf maintainership.
569
4f17cc13
CF
5702002-11-11 Christopher Faylor <cgf@redhat.com>
571
572 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
573
232e7cb8
NC
5742002-11-07 Nick Clifton <nickc@redhat.com>
575
cd24c222 576 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
577 * configure: Regenerate.
578 * po/da.po: New Danish translation.
579
232e7cb8
NC
580 * readelf.c (get_symbol_index_type): Revert part of previous
581 patch: Display unknown symbol types in decimal, not hex.
582
c9e38879
NC
5832002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
584
585 * dlltool.c (add_excludes): Don't prefix excluded fastcall
586 symbols with underscore.
587 (xlate): Ignore add_underscore for decorated fastcall symbols.
588
5892002-11-07 Eric Kohl <ekohl@rz-online.de>
590
591 * deflex.l: Accept '@' as first character of an ID.
592 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
593 ASM_PREFIX for fastcall symbols.
594 (scan_drectve_symbols): Handle fastcall symbols when generating
595 undecorated aliases for symbols in drectve section.
596 (scan_filtered_symbols): Likewise, with export-all.
597 (xlate): Likewise, with --kill-at.
598 (make_imp_label): New function to handle fastcall symbols
599 correctly.
600 (make_one_lib_file): Use make_imp_label instead of make_label
601 for imp symbols.
602
a700dc3b
SS
6032002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
604
605 * MAINTAINERS: Add self as TIC4X maintainer.
606
5cf1065c
NC
6072002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
608
609 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
610 PROCESSOR-specific, OS-specific, reserved and unknown symbol
611 types.
5cf1065c 612
f1ef08cb
AM
6132002-11-04 Alan Modra <amodra@bigpond.net.au>
614
615 * readelf.c (byte_get_little_endian): Comment typo fix.
616 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
617 as the format string.
618 (dump_relocations): Correct section sym names.
619 (process_section_headers): Clear symtab_shndx_hdr.
620 (read_and_display_attr_value): Don't pass indirect string to printf
621 as the format string.
622 (display_debug_frames): Indicate when zero terminator found. Decode
623 DW_EH_PE_pcrel addresses.
624
1a09a22c
NC
6252002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
626
627 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
628 order to ensure proper disassembly of the valid 0-value opcode.
629 * configure: Regenerate.
630 * aclocal.m4: Regenerate.
631 * config.in: Regenerate.
632 * configure.in: Regenerate.
633 * doc/Makefile.in: Regenerate.
634 * po/binutils.pot: Regenerate.
635
c254c557
KK
6362002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
637
638 * MAINTAINERS: Add self as SH maintainer.
639
aefbdd67
BE
6402002-10-23 Ben Elliston <bje@redhat.com>
641
642 * doc/binutils.texi (objdump): Document -z and move the entry for
643 --disassemble-zeroes to the end of the options section (for `z').
644
ab9bcc01
NC
6452002-10-21 Nick Clifton <nickc@redhat.com>
646
647 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
648
8ab56b6f
AM
6492002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
650
651 * objdump.c (dump_data): Correct addr_offset for opb != 1.
652
49c12576
AM
6532002-10-15 Alan Modra <amodra@bigpond.net.au>
654
48417c1a
AM
655 * bucomm.c (list_supported_targets): Use bfd_target_list.
656
49c12576
AM
657 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
658 other object errors in preference to bfd_core errors.
659
6e1a7e9a
AM
6602002-10-14 Alan Modra <amodra@bigpond.net.au>
661
662 * Makefile.am: Run "make dep-am".
663 * objdump.c: #include "bfdver.h".
664 * version.c: Likewise.
665 * Makefile.in: Regenerate.
666 * config.in: Regenerate.
667 * configure: Regenerate.
668 * po/POTFILES.in: Regenerate.
669
09fc3b02
DJ
6702002-10-09 Daniel Jacobowitz <drow@mvista.com>
671
672 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
673 sections. Allow relocations against the absolute symbol. Don't
674 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 675 relocation.
09fc3b02 676
f309035a
NC
6772002-10-07 Gordon Chaffee <chaffee@netvmg.com>
678
679 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
680 ordinary ones are available.
681
810dfa6e
L
6822002-09-30 H.J. Lu <hjl@gnu.org>
683
684 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
685 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
686
bb279dc0
ZW
6872002-09-17 Zack Weinberg <zack@codesourcery.com>
688
689 * Makefile.am (CFILES): Add cxxfilt.c.
690 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
691 (cxxfilt_LDADD): Delete.
692 Remove all references to underscore.c.
693 Regen dependencies.
694 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
695 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
696 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
697 adjustments to fit into binutils framework.
698 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
699
065c959b
NC
7002002-09-12 Roland McGrath <roland@redhat.com>
701
702 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
703 Handle DW_OP_GNU_push_tls_address.
704
e09f4395
NC
7052002-09-11 Nick Clifton <nickc@redhat.com>
706
707 * po/tr.po: Updated Turkish translation.
708
873e0588
NC
7092002-09-10 Nick Clifton <nickc@redhat.com>
710
711 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
712 testsuite changes. Add paragraphs about testsuite and config
713 patches.
714
069fe61f
NC
7152002-08-29 Nick Clifton <nickc@redhat.com>
716
717 * readelf.c (get_machine_flags): Remove redundant reference to
718 E_V850EA_ARCH.
719
fe0507eb
AM
7202002-08-28 Alan Modra <amodra@bigpond.net.au>
721
722 * objdump.c (dump_bfd): Restore lines accidentally deleted in
723 last commit.
724
026df7c5
NC
7252002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
726
bb279dc0 727 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
728 (dump_bfd_header): Likewise.
729
68a4c073
AM
7302002-08-27 Alan Modra <amodra@bigpond.net.au>
731
732 * nm.c: Revert last change.
733
a1df01d1
AM
7342002-08-26 Alan Modra <amodra@bigpond.net.au>
735
736 * nm.c (display_rel_file): Don't report "no symbols" as an error.
737 * objdump.c (slurp_symtab): Likewise.
738 (slurp_dynamic_symtab): Likewise.
739 (dump_symbols): Likewise. Do print "no symbols" to stdout.
740
a926ab2f
GK
7412002-08-24 Geoffrey Keating <geoffk@redhat.com>
742
743 * MAINTAINERS: Change my mailing address.
744
fcf62380
DA
7452002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
746
747 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
748
51e28791
NC
7492002-08-22 Nick Clifton <nickc@redhat.com>
750
751 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
752 HPPA.
753
c5b060ad
AM
7542002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
755
756 * readelf.c (parse_args): Change debug_dump_opt to static.
757
4b73ca92
NC
7582002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
759
760 * stabs.c (parse_stab_argtype): Pass length of physname to
761 stab_demangle_argtypes.
762 (stab_demangle_argtypes): Add new parameter - length of physname.
763 Pass length of physname on to stab_demangle_prefix.
764 (stab_demangle_prefix): Add new parameter - length of physname.
765 Use length of physname (if supplied) to compute end of function
766 name.
767
35b1837e
AM
7682002-08-15 Alan Modra <amodra@bigpond.net.au>
769
770 * readelf.c: Include elf/i370.h.
771 (dump_relocations): Handle EM_S370.
772 (dynamic_segment_parisc_val): Print \n.
773 (process_dynamic_segment <DT_BIND_NOW>): Here too.
774
762baac5
NC
7752002-08-14 Nick Clifton <nickc@redhat.com>
776
777 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
778 * objdump.c (usage): Likewise.
779 * doc/binutils.texi: Likewise.
780
85c09e8a
NC
7812002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
782
783 * rcparse.y (acc_entry): Don't warn about ALT use with
784 non-VIRTKEY.
785
212a3c4d
L
7862002-08-13 H.J. Lu <hjl@gnu.org>
787
788 * objcopy.c (copy_object): Don't warn about the unsupported
789 architecture unless the input target is defaulted or the
790 output architecture is different from the input.
791
2b692c59
NC
7922002-08-09 Nick Clifton <nickc@redhat.com>
793
794 * po/sv.po: Updated Swedish translation.
795
09de7a73
AM
7962002-08-05 Alan Modra <amodra@bigpond.net.au>
797
798 * prdbg.c (pr_fix_visibility): Remove assert.
799
47badb7b
NC
8002002-07-31 Nick Clifton <nickc@redhat.com>
801
802 * addr2line.c (process_file): Rename parameter 'filename' to
803 'file_name' in order to avoid shadowing global symbol of the
804 same name.
805 (main): Likewise.
806
2979dc34
JJ
8072002-07-30 Jakub Jelinek <jakub@redhat.com>
808
809 * readelf.c (OPTION_DEBUG_DUMP): Define.
810 (options): Use it.
811 (usage): Update help.
812 (parse_args): Handle --debug-dump separately from -w.
813 * doc/binutils.texi (readelf): Update documentation.
814
219576a4
NC
8152002-07-25 Nick Clifton <nickc@redhat.com>
816
817 * po/es.po: Updated Spanish translation.
818 * po/fr.po: Updated French translation.
819
bf4f22e6 8202002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 821
bf4f22e6
NC
822 * po/es.po: Updated Spanish translation.
823
c5b3a82a
AM
8242002-07-23 Alan Modra <amodra@bigpond.net.au>
825
826 * Makefile.am: Run "make dep-am".
827 * Makefile.in: Regenerate.
828
0461a601
NC
8292002-07-23 Nick Clifton <nickc@redhat.com>
830
bf4f22e6 831 * po/fr.po: Updated French translation.
0461a601 832
bf44dd74
AM
8332002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
834
835 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
836
2c205ff2
AM
8372002-07-20 Alan Modra <amodra@bigpond.net.au>
838
63eb0809 839 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 840
1e4cf259
NC
8412002-07-18 Denis Chertykov <denisc@overta.ru>
842 Frank Ch. Eigler <fche@redhat.com>
843
844 * readelf.c: Include "elf/ip2k.h".
845 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
846 (dump_relocations): Likewise.
847 (get_machine_name): Likewise.
848 * NEWS: Mention IP2K support.
849
2cbb2eef
NC
8502002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
851
852 * NEWS: Add 'Changes in 2.13'.
853
047b2264
JJ
8542002-07-10 Jakub Jelinek <jakub@redhat.com>
855
856 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
857 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
858 (get_section_type_name): Handle SHT_GNU_LIBLIST.
859 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
860 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
861 (process_gnu_liblist): New.
862 (process_file): Call it.
863
97230b15
AM
8642002-07-03 Alan Modra <amodra@bigpond.net.au>
865
866 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
867 * Makefile.in: Regenerate.
868
a6637ec0
AM
8692002-07-02 Alan Modra <amodra@bigpond.net.au>
870
871 * budemang.c: New file, "demangle" function.
872 * budemang.h: New file.
873 * addr2line.c (translate_addresses): Use "demangle".
874 * nm.c (print_symname): Likewise.
875 * objdump.c (objdump_print_symname): Likewise.
876 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
877 here since that obfuscates.
878 * rdcoff.c: Don't #include demangle.h.
879 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
880 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
881 (HFILES): Add budemang.h. Sort.
882 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
883 Run "make dep-am".
884 * Makefile.in: Regenerate.
885
179d3252
JT
8862002-07-01 Matt Thomas <matt@3am-software.com>
887
888 * readelf.c: Include "elf/vax.h".
889 (guess_is_rela): Move EM_VAX from unknown to RELA case.
890 (dump_relocations): Handle VAX relocations.
891 (get_machine_flags): Handle VAX machine flags.
892
75751cd9
SC
8932002-06-29 Stephane Carrez <stcarrez@nerim.fr>
894
895 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
896
e5851ab8
NC
8972002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
898
899 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
900
eb3f2f5c
AM
9012002-06-26 Alan Modra <amodra@bigpond.net.au>
902
903 * nm.c (print_symname): When demangling, strip leading dots from
904 symbol names to avoid confusing the demangler.
905
a13a0de8
L
9062002-06-25 H.J. Lu <hjl@gnu.org>
907
908 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
909 * Makefile.in: Regenerated.
910
6db7a086
AM
9112002-06-21 Igor Schein <igor@txc.com>
912
913 * configure.in: Quote bu_cv_have_fopen64.
914 * configure: Regenerate.
915
9710509e
AM
9162002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
917
918 * configure.in: Check for strcoll.
919 * configure: Regenerate.
920 * config.in: Regenerate.
921 * nm.c (main): Set locale for LC_COLLATE category.
922 (non_numeric_forward): Use strcoll if available.
923
a9f0b5e7
DB
9242002-06-20 Dave Brolley <brolley@redhat.com>
925
926 * MAINTAINERS: Add self as fr30 and frv maintainer.
927
33f5f537
L
9282002-06-18 H.J. Lu (hjl@gnu.org)
929
930 * nm.c: Include "elf/common.h".
931 (extended_symbol_info): Add elfinfo, a pointer to
932 elf_symbol_type.
933 (SYM_SIZE): Use elfinfo if it is not NULL.
934 (get_symbol_type): New function.
935 (display_archive): Set print_width for each archive member.
936 (display_file): Likewise.
937 (display_rel_file): Don't set print_width here.
938 (print_object_filename_sysv): Handle print_width.
939 (print_archive_member_sysv): Likewise.
940 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
941 (print_symbol): Set the elfinfo field in extended_symbol_info
942 for ELF.
943 (print_object_filename_sysv): Fix the output format.
944 (print_symbol_info_sysv): Print type and section for ELF.
945
9462002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
947
948 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 949 the symbol's size equal to its value when --size-sort is
33f5f537
L
950 used.
951
5c70f934
DB
9522002-06-18 Dave Brolley <brolley@redhat.com>
953
954 From Catherine Moore:
955 * readelf.c (elf/frv.h): #include it.
956 (guess_is_rela): Support EM_CYGNUS_FRV.
957 (dump_relocations): Ditto.
958 (get_machine_name): Ditto.
959 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
960
7ece0d85
JJ
9612002-06-18 Jakub Jelinek <jakub@redhat.com>
962
963 * readelf.c (get_file_header): Only read the first section header if
964 e_shoff is non-zero.
965
72797995
L
9662002-06-15 H.J. Lu (hjl@gnu.org)
967
968 * nm.c (print_size): New variable. Initialize to 0.
969 (long_options): Add 'S'/"print-size".
970 (main): Handle 'S'.
971 (print_symbol_info_bsd): Print size only if print_size is not
972 0.
973
974 * doc/binutils.texi: Document -S/--print-size.
975
977f7911
NC
9762002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
977
978 * nm.c (struct extended_symbol_info): New strcuture: Add the size
979 of the symbols to the information provided by the symbol_info
980 structure.
981 (print_symbols): Pass the symbol size to print_symbol.
982 (print_size_symbols): Pass the symbol size to print_symbol.
983 (print_symbol): Extra argument: The size of the symbol. Store
984 this in the extended_symbol_info structure.
985 (print_symbol_info): Change type of info parameter to
986 extended_symbol_info. Display the size, if known.
987 (print_symbol_info_posix): Likewise.
988 (print_symbol_info_sysv): Likewise.
989
b1f88ebe
AM
9902002-06-08 Alan Modra <amodra@bigpond.net.au>
991
fa449227
AM
992 * Makefile.am: Run "make dep-am".
993 * Makefile.in: Regenerate.
994 * doc/Makefile.in: Regnerate.
995
b1f88ebe
AM
996 * bucomm.c: Replace CONST with const.
997 * nm.c: Likewise.
998 * objdump.c: Likewise.
999
91a106e6
L
10002002-06-07 H.J. Lu <hjl@gnu.org>
1001
1002 * readelf.c (DW_CFA_GNU_args_size): Don't define.
1003 (DW_CFA_GNU_negative_offset_extended): Likewise.
1004 (DW_CFA_GNU_window_save): Likewise.
1005 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
1006 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
1007
6ab6b380 10082002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 1009
6ab6b380
NC
1010 * nm.c: When computing size of symbols for an ELF target use the
1011 internal size field.
1012
e28e05a3
JL
10132002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1014
1015 * testsuite/binutils-all/objcopy.exp: clear xfail for
1016 "hppa*64*-*-hpux*".
1017 * testsuite/binutils-all/hppa/objdump.exp: Return if
1018 "*64*-*-*".
1019
dc156bc0
AM
10202002-06-05 Alan Modra <amodra@bigpond.net.au>
1021
1022 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
1023
10242002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
1025
1026 * objdump.c: Fix formatting.
1027
d79e4ea3
BE
10282002-05-29 Ben Elliston <bje@redhat.com>
1029
1030 * MAINTAINERS: Add self as M68k maintainer.
1031
d172d4ba
NC
10322002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1033
1034 * readelf.c: Modified/Added DLX elf support.
1035
7edb8f29
NC
10362002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1037
3a1a2036
NC
1038 * arsup.c: Fix formatting.
1039 * debug.c (debug_record_label): Add missing colon to error
1040 message.
1041 * ieee.c (parse_ieee_ty): Fix spelling typo.
1042 * readelf.c (process_program_headers): Remove English assumption
1043 about making a plural word.
1044 (process_section_headers): Likewise.
1045 (process_relocs): Allow quotes to be translated.
1046 (process_unwind): Likewise,
1047 (process_mips_specific): Improve error message.
1048 (get_note_type): Fix spelling typo.
1049
7edb8f29
NC
1050 * configure.in (ALL_LINGUAS): Add sv
1051 * po/sv.po: New file.
1052
3eee1e9d
AM
10532002-05-27 Alan Modra <amodra@bigpond.net.au>
1054
1055 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1056 (unw_print_grmask): Likewise.
1057 (unw_print_frmask): Likewise.
1058
d43efbe3
KH
10592002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1060
1061 * arsup.c: Remove ARGSUSED.
1062 * debug.c: Likewise.
1063 * ieee.c: Likewise.
1064 * nlmconv.c: Likewise.
1065 * prdbg.c: Likewise.
1066 * stabs.c: Likewise.
1067 * wrstabs.c: Likewise.
1068
e9792343
AM
10692002-05-25 Alan Modra <amodra@bigpond.net.au>
1070
1071 * arlex.l: Use #include "" instead of <> for local header files.
1072 * coffdump.c: Likewise.
1073 * coffgrok.c: Likewise.
1074 * nlmconv.c: Likewise.
1075 * nlmheader.y: Likewise.
1076 * srconv.c: Likewise.
1077 * strings.c: Likewise.
1078 * sysdump.c: Likewise.
1079 * unwind-ia64.h: Likewise.
1080 * windres.h: Likewise.
1081 * winduni.h: Likewise.
1082
d7e53452
TR
10832002-05-24 Tom Rix <trix@redhat.com>
1084
1085 * MAINTAINERS: Add self as the d10v maintainer.
1086
436e8db0
NC
10872002-05-24 TAMURA Kent <kent@netbsd.org>
1088
1089 * configure.in: Builds dlltool for i386-netbsdpe.
1090 * configure: Regenerate.
1091
9f66665a
KH
10922002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1093
1094 * size.c: Fix formatting.
1095 * srconv.c: Likewise.
1096 * stabs.c: Likewise.
1097 * sysdump.c: Likewise.
1098 * unwind-ia64.c: Likewise.
1099 * wrstabs.c: Likewise.
1100
13ae64f3
JJ
11012002-05-23 Jakub Jelinek <jakub@redhat.com>
1102
1103 * readelf.c (get_segment_type): Add PT_TLS.
1104 (get_elf_section_flags): Add SHF_TLS.
1105 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1106 (process_dynamic_segment): Use puts instead of printf.
1107 (get_symbol_type): Support STT_TLS.
1108 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1109 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1110 Add SEC_THREAD_LOCAL.
1111
53c7db4b
KH
11122002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1113
1114 * rdcoff.c: Fix formatting.
1115 * rddbg.c: Likewise.
1116 * readelf.c: Likewise.
1117 * rename.c: Likewise.
1118 * resbin.c: Likewise.
1119 * resrc.c: Likewise.
1120 * resres.c: Likewise.
1121
0af11b59
KH
11222002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1123
1124 * filemode.c: Fix formatting.
1125 * ieee.c: Likewise.
1126 * is-ranlib.c: Likewise.
1127 * is-strip.c: Likewise.
1128 * maybe-ranlib.c: Likewise.
1129 * maybe-strip.c: Likewise.
1130 * nlmconv.c: Likewise.
1131 * nm.c: Likewise.
1132 * not-ranlib.c: Likewise.
1133 * not-strip.c: Likewise.
1134 * objcopy.c: Likewise.
1135 * objdump.c: Likewise.
1136
21611032
TS
11372002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1138
1139 * objdump.c (dump_headers): Fix output formatting for ELF32
1140 architectures in a BFD64 enabled toolchain.
1141
26044998
KH
11422002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1143
1144 * debug.c: Fix formatting.
1145 * debug.h: Likewise.
1146 * dlltool.c: Likewise.
1147 * dllwrap.c: Likewise.
1148 * emul_aix.c: Likewise.
1149 * emul_vanilla.c: Likewise.
1150
f462a9ea
KH
11512002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1152
1153 * addr2line.c: Fix formatting.
1154 * ar.c: Likewise.
1155 * arsup.c: Likewise.
1156 * arsup.h: Likewise.
1157 * binemul.c: Likewise.
1158 * binemul.h: Likewise.
1159 * bucomm.c: Likewise.
1160 * coffdump.c: Likewise.
1161 * coffgrok.c: Likewise.
1162 * coffgrok.h: Likewise.
1163
e0159aa9
MM
11642002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1165
1166 * MAINTAINERS: Add myself as the second AVR port maintainer.
1167
074b403e
SC
11682002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1169
1170 * MAINTAINERS: Update my email address.
1171
2b9c8201
NC
11722002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1173
1174 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1175
e1d5b1e7
AM
11762002-05-09 Alan Modra <amodra@bigpond.net.au>
1177
1178 * configure.in: Replace `*pe' with `pe' throughout.
1179 * configure: Regenerate.
1180
d3d8a9ee
NC
11812002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1182
1183 * Makefile.am: Honour DESTDIR.
1184 * Makefile.in: Regenerate.
1185
405c98a4
AM
11862002-05-06 Alan Modra <amodra@bigpond.net.au>
1187
a02d5965
AM
1188 * dlltool.c (process_def_file): Add missing prototype.
1189 (new_directive, assemble_file, main): Likewise.
1190 (process_def_file, new_directive): Make static.
1191 (inform): Rewrite using VA_FIXEDARG.
1192 * dllwrap.c (mybasename): Add missing prototype.
1193 (strhash, main): Likewise.
1194 (inform): Rewrite using VA_FIXEDARG.
1195 (warn): Likewise.
1196 (cleanup_and_exit): Use old style function definition.
1197 (strhash): Likewise.
1198 * windres.c (define_resource): Use one memset to clear all of
1199 struct res_resource.
1200
405c98a4 1201 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1202 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1203
12042002-05-06 Borut Razem <borut.razem@siol.net>
1205
1206 * rclex.l (get_string): Correct "strings" list handling.
1207 * resrc.c (read_rc_file): Discard strings.
1208
91593c9d
AM
12092002-05-04 Alan Modra <amodra@bigpond.net.au>
1210
e58a75dc
AM
1211 * ar.c (replace_members): Remove unused var. Formatting fix.
1212 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1213
91593c9d
AM
1214 * MAINTAINERS: Sort port maintainers by CPU.
1215
6b52b824
AM
12162002-05-04 Bob Byrnes <byrnes@curl.com>
1217
1218 * size.c (display_archive): Add last_arfile and code to close archives.
1219
dd70071f
AM
12202002-05-01 Alan Modra <amodra@bigpond.net.au>
1221
1222 * nm.c (print_symbol): Check returned filename from
1223 bfd_find_nearest_line is non-NULL.
1224
6c95717a 12252002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1226
1227 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1228
3c25c5f6
NC
12292002-04-24 Christian Groessler <chris@groessler.org>
1230
1231 * MAINTAINERS: Changed my email address.
1232
944cd72c
TS
12332002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1234
1235 * arparse.y: Fix syntax warning.
1236
ea91f8bb
NC
12372002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1238
3e55a963
NC
1239 * readelf.c (fetch_location_list): Remove unused function.
1240
1241 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1242 and display a warning message, then exit the loop.
1243
ea91f8bb
NC
1244 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1245
45b99827
NC
12462002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1247
1248 * resrc.c (write_rc_dialog): If charset is non-default value
1249 display all of the DIALOGEX parameters.
1250
12512002-04-15 Eric Kohl <ekohl@rz-online.de>
1252
bb279dc0 1253 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1254 DIALOGEX resources.
1255 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1256 resource data.
bb279dc0 1257 (res_to_bin_dialog): Likewise.
45b99827
NC
1258 * windres.h: Added misssing charset variable to dialog_ex
1259 structure.
1260
acfbab8a
NC
12612002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1262
1263 * rcparse.y: Set MEMFLAG_PURE by default.
1264
df3baf66
NC
12652002-04-09 Bernd Herd <info@herdsoft.com>
1266
bb279dc0 1267 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1268 are quoted.
4c30641a 1269 Fix typo in BEDIT warning.
91eafb40 1270 Don't add default dialog style when explicit style specified.
b62a12ca 1271 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1272
b24eb5ac
NC
1273 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1274 (handle_quotes) "\a" escape (used for right justified key
1275 definitions in menus) is encodes as binary 8.
df3baf66 1276
b24eb5ac
NC
1277 * resrc.c (write_rc_dialog): Print style even if it is 0.
1278 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1279 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1280
b24eb5ac
NC
1281 * resbin.c (bin_to_res_dialog): Use signature to identify
1282 DIALOGEX.
f7d63484 1283
b24eb5ac 1284 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1285
df3baf66
NC
12862002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1287
1288 * resrc.c: print CLASS names in quotes
1289
12902002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1291
1292 * MAINTAINERS: Update my email address.
1293
8e42bcb6
AM
12942002-04-04 Alan Modra <amodra@bigpond.net.au>
1295
1296 * dep-in.sed: Cope with absolute paths.
1297 * Makefile.am (dep.sed): Subst TOPDIR.
1298 Run "make dep-am".
1299 * Makefile.in: Regenerate.
1300
96f959e5
PT
13012002-03-27 Peter Targett <peter.targett@arc.com>
1302
1303 * MAINTAINERS: Update my email address.
1304
1ea788ee
AM
13052002-03-21 Alan Modra <amodra@bigpond.net.au>
1306
1307 * Makefile.am: Run "make dep-am".
1308 * Makefile.in: Regenerate.
1309 * doc/Makefile.in: Regenerate.
1310 * po/POTFILES.in: Regenerate.
1311 * aclocal.m4: Regenerate.
1312 * config.in: Regenerate.
1313 * configure: Regenerate.
1314
a2f14207
DB
13152002-03-20 Daniel Berlin <dan@dberlin.org>
1316
1317 * readelf.c: Add support for displaying dwarf2 location lists.
1318 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1319 (parse_args): Use 'O' as shorthand for displaying location list
1320 section.
1321 (process_section_headers): Handle debug_loc as well.
1322 (load_debug_loc): New.
1323 (free_debug_loc): New.
1324 (fetch_location_list): New.
1325 (display_debug_loc): New.
1326 (display_debug_info): Call load_debug_loc and free_debug_loc.
1327 (debug_displays): We can display .debug_loc now, too.
1328 (usage): Update usage string.
1329 (read_and_display_attr_value): Note location lists, but don't
1330 display them inline.
1331
eb1e0e80
NC
13322002-03-18 Tom Rix <trix@redhat.com>
1333
1334 * Makefile.am: Add binutils emulation support.
1335 * configure.in: Same.
1336 * configure.tgt: New file. Same.
1337 * ar.c (main): Use ar_emul_parse_arg.
1338 (usage): Use ar_emul_usage.
1339 (replace_members): Use ar_emul_replace, ar_emul_append.
1340 * binemul.c: New file. Define the binutils emulation
1341 layer. Define default methods.
1342 * binemul.h: New file. Binutils emulation layer header file.
1343 * emul_aix.c: New file. AIX binutils emulation.
1344 * emul_vanilla.c: New file. Default binutils emulation.
1345 * Makefile.in: Regenerate.
1346 * configure: Same.
1347
a1c259a1
NC
13482002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1349
1350 * po/fr.po: Updated version.
1351
9ce88e60
NC
13522002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1353
1354 * po/fr.po: Updated version.
1355
effb0601
DJ
13562002-03-07 Daniel Jacobowitz <drow@mvista.com>
1357
1358 * README: Update some version numbers.
1359
a65688ab
DJ
13602002-03-07 Daniel Jacobowitz <drow@mvista.com>
1361
1362 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1363 (Architecture Selection): Likewise.
1364
f3f7fbb2
NC
13652002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1366
1367 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1368 generating .exp file.
1369
25345be5
NC
13702002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1371
1372 * readelf.c (dump_relocations): Fix typo.
1373
9a66911f
NC
13742002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1375
1376 * NEWS: Mark 2.12 branch.
1377
2c71103e
NC
13782002-02-18 Timothy Daly <remote_bob@yahoo.com>
1379
bb279dc0
ZW
1380 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1381 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1382 output.
bb279dc0 1383 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1384 to 'unrecognized'.
1385 (decode_ARM_machine_flags): Likewise.
1386 (parse_args): Likewise.
1387 (read_and_display_attr_value): Likewise.
1388 (display_debug_section): Likewise.
1389
49fda6c8
HPN
13902002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1391
1392 * NEWS: Mention support for MMIX.
1393
76f57f3a
JT
13942002-02-13 Matt Fredette <fredette@netbsd.org>
1395
1396 * readelf.c (get_machine_flags): Recognize EF_M68000.
1397
d36ca9c2
AO
13982002-02-12 Alexandre Oliva <aoliva@redhat.com>
1399
1400 * MAINTAINERS: Added self as MN10300 co-maintainer.
1401
19397422
AM
14022002-02-12 Alan Modra <amodra@bigpond.net.au>
1403
1404 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1405 DT_PPC64_OPDSZ.
1406
d434e574
DJ
14072002-02-11 Daniel Jacobowitz <drow@mvista.com>
1408
1409 * MAINTAINERS: List myself as branch maintainer.
1410
12b87c89
AM
14112002-02-11 Alan Modra <amodra@bigpond.net.au>
1412
1413 * configure: Regenerate.
1414 * objcopy.c: Update copyright date.
1415 * doc/Makefile.in: Regenerate.
1416
8d037c5c
DJ
14172002-02-10 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * nlmconv.c: Back out localtime PARAMS change.
1420
4c168fa3
AM
14212002-02-11 Alan Modra <amodra@bigpond.net.au>
1422
1423 * objcopy.c (MKDIR): Define.
1424 (copy_archive): Make name_list.name const. Use MKDIR.
1425 Handle duplicate files in archives by making more temp dirs.
1426
408f8db1
DJ
14272002-02-10 Daniel Jacobowitz <drow@mvista.com>
1428
1429 * coffdump.c: Include "getopt.h" after "bucomm.h"
1430 so that macros are defined correctly.
1431 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1432 prototype. Prototype main.
1433 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1434
9f77fa06
AO
14352002-02-06 Alexandre Oliva <aoliva@redhat.com>
1436
1437 * MAINTAINERS: Added self as SH co-maintainer.
1438
82f6addb
NC
14392002-02-05 Nick Clifton <nickc@redhat.com>
1440
1441 * po/tr.po: Updated translation.
1442
ba323545
AM
14432002-02-01 Alan Modra <amodra@bigpond.net.au>
1444
1445 * Makefile.am: Run "make dep-am"
1446 * Makefile.in: Regenerate.
1447
3deb89d3
DJ
14482002-01-29 Daniel Jacobowitz <drow@mvista.com>
1449
1450 * nm.c (print_value): Mark abfd unused.
1451
a0e9c55f
DJ
14522002-01-29 Daniel Jacobowitz <drow@mvista.com>
1453
1454 * unwind-ia64.c (unw_decoder): Change second argument
1455 to unsigned int, to match function prototypes.
1456
d7a283d4
DJ
14572002-01-29 Daniel Jacobowitz <drow@mvista.com>
1458
1459 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1460 __GNU_LIBRARY__ will be defined.
1461 * size.c: Likewise.
1462
4867be41
DJ
14632002-01-27 Daniel Jacobowitz <drow@mvista.com>
1464
1465 * configure: Regenerated.
1466
7562a296
HPN
14672002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1468
1469 * doc/Makefile.am (install): Depend on install-info.
1470 * doc/Makefile.in: Regenerate.
1471
15c82623
NC
14722002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1473
1474 * objcopy.c (strip_usage): Document -d as an alias
1475 --strip-debug.
1476
1477 * size.c (usage): Document [-t | --totals] options.
1478 (long_options): Add --totals option.
1479 (main): If the [-t | --totals] option is specified and
1480 the output format is Berkeley-style, print the total
1481 text, data, and bss sizes of all objects listed.
1482 (print_berkeley_format): If the [-t | --totals] option
1483 is specified, track the total text, data, and bss
1484 sizes.
1485 * doc/binutils.texi (size): Document [-t | --totals] options.
1486 (strip): Document -d as an alias for --strip-debug.
1487 * NEWS: Mention new feature of size.
1488
00ea8601 14892002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1490
1ddbd152
NC
1491 * po/fr.po: Updated version.
1492 * po/es.po: Updated version.
b85cedd7 1493
8b53311e
NC
14942002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1495
1496 * addr2line.c (usage): Update text to provide verbose
1497 description of the command line options.
1498 * ar.c (usage): Update text to provide verbose
1499 description of the command line options.
1500 (main): Accept -h and -H when running as ranlib.
1501 * coffdump.c (show_usage): Update text to provide verbose
1502 description of the command line options.
1503 * dlltool.c (main): Accept -H as an alias for --help.
1504 * nlmconv.c (show_usage): Update text to provide verbose
1505 description of the command line options.
1506 * nm.c (usage): Replace OPTIONS with option(s).
1507 (main): Accept -H as an alias for --help.
1508 * objcopy.c (strip_main): Accept -H as an alias for --help.
1509 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1510 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1511 other binutils.
1512 * size.c (usage): Update text to provide verbose description
1513 of the command line options.
1514 (main): Accept -v, -h and -H as command line options.
1515 * srconv.c (show_usage): Update text to provide verbose
1516 description of the command line options.
1517 * strings.c (main): Accept -H and -v as command line options.
1518 (usage): Update text to provide verbose description of the
1519 command line options.
1520 * sysdump.c (show_usage): Update text to provide verbose
1521 description of the command line options.
1522 * windres.c (usage): Adjust format to match style used in
1523 other binutils.
1524
1525 * coffdump.c: Fix formatting.
1526 * nlmconv.c: Fix formatting.
1527 * srconv.c: Fix formatting.
1528 * sysdump.c: Fix formatting.
1529
c46f0c34
AM
15302002-01-22 Alan Modra <amodra@bigpond.net.au>
1531
1532 * Makefile.am: Run "make dep-am".
1533 * Makefile.in: Regenerate.
1534
2a538ba5
AJ
15352002-01-18 Andreas Jaeger <aj@suse.de>
1536
1537 * version.c (print_version): Update year.
1538
285d1771
AM
15392002-01-17 Alan Modra <amodra@bigpond.net.au>
1540
1541 * readelf.c (get_machine_name): Handle EM_PPC64.
1542 (guess_is_rela): Here too.
1543
328577ad
NC
15442002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1545
1546 * po/binutils.pot: Regenerate.
1547 * po/fr.po: Regenerate.
1548 * po/tr.po: Regenerate.
1549
af3ae48d
NC
15502002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1551
1552 * po/tr.po: Import new version.
1553
f1cb7e17
AM
15542002-01-16 Alan Modra <amodra@bigpond.net.au>
1555
1556 * readelf.c (get_ppc64_dynamic_type): New.
1557 (get_dynamic_type): Call it.
1558
6364e0b4
NC
15592002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1560
3ab9460d 1561 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1562 (strip_usage): Use "options" instead of "switches".
3ab9460d 1563 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1564 "switches".
6364e0b4 1565
3a7e524e
RE
15662002-01-14 Richard Earnshaw <rearnsha@arm.com>
1567
1568 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1569
1209e219
NC
15702001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1571
1572 * po/es.po: Import from translation project.
1573 * configure.in (ALL_LINGUAS): Add es.
1574 * configure: Regenerate.
1575
b4db1224
JT
15762002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1577
1578 * readelf.c (get_netbsd_elfcore_note_type): Use
1579 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1580
9437c45b
JT
15812002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1582
1583 * readelf.c: Update copyright years.
1584 (get_note_type): Return a const char *.
1585 (get_netbsd_elfcore_note_type): New function.
1586 (process_note): Use get_netbsd_elfcore_note_type to get
1587 the note type string for NetBSD ELF core files.
1588
00428cca
AM
15892002-01-06 Steve Ellcey <sje@cup.hp.com>
1590
1591 * readelf.c (get_ia64_segment_type): Add support for macros.
1592 (get_segment_type): Add support for IA64 specific macros.
1593
31104126
NC
15942001-12-20 Julian v. Bock <julian@wongr.net>
1595
1596 * readelf.c (print_symbol): New function: Print a formatted symbol
1597 name. If --wide is specified do not truncate it.
1598 (dump_relocations): Use print_symbol() to print symbol names.
1599 (process_symbol_table): Likewise.
1600 (process_syminfo): Likewise.
1601 (process_mips_specific): Likewise.
1602 (usage): Document new feature of --wide switch.
1603 * doc/binutils.texi (objdump): Document additional behaviour of
1604 --wide.
2a538ba5 1605
4dd67f29
MS
16062001-12-18 Michael Snyder <msnyder@redhat.com>
1607
1608 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1609 (copy_object): Don't set the start address or flags of a core file.
1610 (copy_section): Don't relocate a core file. Don't copy contents
1611 if the input section has the contents flag set, but the output
1612 section does not (which happens with the fake 'note' pseudo-
1613 sections that BFD creates for corefiles).
1614
43521d43
TS
16152001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1616
1617 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1618 ASE extensions. More robust code for ISA checking. Ignore empty fields
1619 in header flags for GNU extensions.
1620
b667df2e
AM
16212001-12-18 Alan Modra <amodra@bigpond.net.au>
1622
1623 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1624
17a5a5c3
NC
16252001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1626
1627 * po/ja.po: Import from translation project.
1628 * configure.in (ALL_LINGUAS): Add ja.
1629 * configure: Regenerate.
1630
65de42c0
TS
16312001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1632
1633 * addr2line.c (main): Protoype.
1634 * ar.c (main): Protoype.
1635 * nm.c (main): Protoype.
1636 * objcopy.c (main): Protoype.
1637 * objdump.c (main): Protoype.
1638 * size.c (main): Protoype.
1639 * strings.c (main): Protoype.
1640
9ad5cbcf
AM
16412001-12-17 Alan Modra <amodra@bigpond.net.au>
1642
1643 * readelf.c (symtab_shndx_hdr): New global.
1644 (SECTION_HEADER_INDEX): Define.
1645 (SECTION_HEADER_NUM): Define.
1646 (SECTION_HEADER): Define.
1647 (GET_ELF_SYMBOLS): Pass two params rather than three.
1648 (get_32bit_elf_symbols): Take file and section args. Read and
1649 use SHT_SYMTAB_SHNDX.
1650 (get_64bit_elf_symbols): Likewise.
1651 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1652 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1653 Remember symtab_shdx_hdr.
1654 (process_program_headers): Scan from index 1 for segment map.
1655 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1656 "section_headers".
1657 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1658 (process_unwind): Likewise.
1659 (process_version_sections): Likewise.
1660 (process_symbol_table): Likewise.
1661 (display_debug_info): Likewise.
1662 (process_dynamic_segment): Fake up a symtab section for changed
1663 GET_ELF_SYMBOLS.
1664 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1665 (process_program_headers): Kill signed/unsigned warning.
1666 (load_debug_str): Likewise.
1667 (display_debug_info): Likewise.
1668
65765700
JJ
16692001-12-13 Jakub Jelinek <jakub@redhat.com>
1670
1671 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1672
560f3c1c
AM
16732001-12-11 Alan Modra <amodra@bigpond.net.au>
1674
1675 * readelf.c (process_file_header): Print extended e_shnum and
1676 e_shdtrndx values. Set elf_header values for same.
1677 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1678 (get_64bit_section_headers): Likewise.
1679 (process_section_headers): Update calls.
1680 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1681
bc408b8a
JJ
16822001-12-10 Jakub Jelinek <jakub@redhat.com>
1683
1684 * objcopy.c (setup_section): Copy entsize.
1685
93fbbb04
GK
16862001-12-07 Geoffrey Keating <geoffk@redhat.com>
1687
1688 * readelf.c (guess_is_rela): Add support for stormy16.
1689 (dump_relocations): Likewise.
1690 (get_machine_name): Likewise.
1691
e3c8793a
NC
16922001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1693
1694 * dllwrap.c (main) Replace multiple strings describing a
1695 single error with a single, newline escaped sentence to permit
1696 better translation into foreign languages.
1697
1698 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1699 class names.
1700
956cd1d6
TS
17012001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1702
1703 * strings.c (get_char): Initialize value.
1704
956c53ee
TS
17052001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1706
1707 * arlex.l: Silence compile warnings.
1708 * arsup.h: Likewise. Fix formatting.
1709
cedd9a58
JJ
17102001-12-04 Jakub Jelinek <jakub@redhat.com>
1711
1712 * strings.c: Include config.h before bfd.h.
1713 (file_off): New type.
1714 (file_open): Define.
1715 (print_strings): Use file_off instead of file_ptr. Print addresses
1716 which don't fit into long correctly.
1717 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1718 available.
1719 (strings_file): Use file_off instead of file_ptr. Use file_open.
1720 * configure.in: Check for getc_unlocked.
1721 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1722 be defined for it.
1723 * configure: Rebuilt.
1724 * config.h.in: Rebuilt.
1725
af667503
L
17262001-11-29 H.J. Lu <hjl@gnu.org>
1727
1728 * bucomm.c (make_tempname): Revert the changes made on
1729 2001-11-14 and 2001-11-12. They won't work with directories.
1730
16474668
NC
17312001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1732
1733 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1734 CFLAGS_FOR_TARGET to runtest in environment.
1735 * Makefile.in: Rebuild.
1736 * doc/Makefile.in: Rebuild.
1737
17978339
MS
17382001-11-28 Mike Stump <mrs@wrs.com>
1739
1740 * objcopy.c (setup_section): Preserve SEC_RELOC when
1741 --set-section-flags is used.
1742
261a45ad
NC
17432001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1744
1745 * readelf.c (do_debug_str): New variable.
1746 (display_debug_str): New function: Display the contents of a
1747 .debug_str section.
1748 (load_debug_str): New function: Load in the contents of a
1749 .debug_str section.
1750 (free_debug_str): New function: Free the memory used by
1751 load_debug_str().
1752 (fetch_indirect_string): Retrieve a string from the .debug_str
1753 section.
1754 (usage): Add -ws.
1755 (parse_args): Accept -ws.
1756 (process_section_headers): Allow the display of the .debug_str
1757 section.
1758 (read_and_display_attr_value): Use fetch_indirect_string. Show
1759 offset into .debug_str section.
1760 (display_debug_info): Use load_debug_str and free_debug_str.
1761 (debug_displays): Add .debug_str.
1762 * doc/binutils.texi: Document -ws.
1763
b8908f93
AJ
17642001-11-19 Andreas Jaeger <aj@suse.de>
1765
1766 * testsuite/binutils-all/objdump.exp: Add x86-64.
1767
e5fb9629
AS
17682001-11-15 Andreas Schwab <schwab@suse.de>
1769
1770 * readelf.c: Fix warnings without terminating newline.
1771
802a735e
AM
17722001-11-15 Alan Modra <amodra@bigpond.net.au>
1773
1774 * doc/binutils.texi (objdump): Document ppc -M options.
1775
b89e9eae
AJ
17762001-11-14 Andreas Jaeger <aj@suse.de>
1777
1778 * doc/binutils.texi (objdump): Fix description to use x86-64.
1779
a6a25652
NC
17802001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1781
1782 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1783 not all systems provide mkstemp.
1784
e396998b
AM
17852001-11-14 Alan Modra <amodra@bigpond.net.au>
1786
1787 * doc/binutils.texi (objdump): Document x86 -M options.
1788
81766fca
RH
17892001-11-13 Keith Walker <keith.walker@arm.com>
1790
1791 * readelf.c (read_and_display_attr_value): New function to
1792 handle DW_FORM_indirect.
1793 (read_and_display_attr): Use it.
1794
1a509dcc
GK
17952001-11-13 Geoffrey Keating <geoffk@redhat.com>
1796
1797 * readelf.c (display_debug_lines): Deal with unknown standard
1798 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1799 DW_LNS_set_isa.
1800
6e917903 18012001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1802
6e917903
TW
1803 * MAINTAINERS: Add self as tic54x maintainer. This target
1804 includes the IBM C54XDSP clone.
7559e86e 1805
6e917903 18062001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1807
7559e86e
NC
1808 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1809
18102001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1811
ecdadc4a
JL
1812 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1813 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1814 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1815 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1816 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1817 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1818 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1819
91770270
JL
1820 * readelf.c (get_elf_class): Fix ISO portability glitch.
1821 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1822
ef5cdfc7
JJ
18232001-11-07 Jakub Jelinek <jakub@redhat.com>
1824
1825 * readelf.c (debug_str, debug_str_size): New.
1826 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1827 Call free_abbrevs.
1828 (read_and_display_addr): Handle DW_FORM_strp.
1829 (display_debug_info): Read .debug_str section if present,
1830 so that DW_FORM_strp can be handled.
1831 Fix test for non-existant .debug_abbrev section.
1832
5e9520c8
JJ
18332001-11-05 Jakub Jelinek <jakub@redhat.com>
1834
1835 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1836
1837 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1838
54589086
MS
18392001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1840
1841 * MAINTAINERS: Add self as s390/s390x maintainer.
1842
c05b685b
TR
18432001-11-02 Tom Rix <trix@bluey.cygnus.com>
1844
1845 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1846
3c62831e
NC
18472001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1848
1849 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1850 * configure: Regernate.
1851 * po/fr.po: New file.
1852 * po/tr.po: New file.
1853
3c3bdf30
NC
18542001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1855
9b19141a 1856 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1857 * readelf.c: Include elf/mmix.h.
1858 (guess_is_rela): MMIX is RELA.
1859 (dump_relocations): Handle MMIX relocations.
1860 * Makefile.am: Regenerate dependencies.
1861 * Makefile.in: Regenerate.
1862
f662939a
NC
18632001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1864
1865 * readelf.c (parse_args): Handle multiple options to the -w
1866 switch.
1867
c91d0dfb
JJ
18682001-10-12 Jakub Jelinek <jakub@redhat.com>
1869
1870 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1871 LOPROC, LOOS and LOUSER.
1872
7559e86e 18732001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1874
1875 * MAINTAINERS: Update my email address.
1876
fcd8210c
AM
18772001-10-03 Alan Modra <amodra@bigpond.net.au>
1878
1879 * doc/Makefile.in: Regenerate.
1880 * configure: Regenerate.
1881
428409d5
NC
18822001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1883
1884 * readelf.c (display_debug_line, display_debug_pubnames,
1885 display_debug_info, display_debug_frames): Detect and warn
1886 about 64-bit format entries.
1887 (display_debug_aranges): Reword 64-bit warning.
1888 (debug_displays): Add .debug_pubtypes as a known, but not yet
1889 supported, debug section.
1890
6a8c2b0d
AM
18912001-10-02 Alan Modra <amodra@bigpond.net.au>
1892
1893 * coffdump.c (PROGRAM_VERSION): Delete.
1894 (main <'V'>): Call print_version.
1895 * srconv.c: Likewise.
1896 * sysdump.c: Likewise.
1897 * version.c (program_version): Remove.
1898 (print_version): Use BFD_VERSION_STRING. Just print the current
1899 year in copyright message.
1900 * addr2line.c (program_version): Remove unused declaration.
1901 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1902 place of BFD_VERSION.
1903 * Makefile.am (Makefile): Depend on bfd/configure.in.
1904 (cplus-dem.o): Depend on Makefile.
1905 Run "make dep-am".
1906 * Makefile.in: Regenerate.
1907
e414a165
NC
19082001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1909
1910 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1911 format .debug_arange sections.
1912 (main): Add missing prototype.
b8908f93 1913
efc3ee7f
HPN
19142001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1915
1916 * Makefile.am: Update dependencies with "make dep-am".
1917 * Makefile.in: Regenerate.
1918
9e85c2a0
RH
19192001-09-28 Richard Henderson <rth@redhat.com>
1920
1921 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1922
451dad9c
AM
19232001-09-26 Alan Modra <amodra@bigpond.net.au>
1924
1925 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1926 VA_CLOSE.
1927 (non_fatal): Likewise.
1928 * objdump.c (objdump_sprintf): Likewise.
1929 * readelf.c (error): Likewise.
1930 (warn): Likewise.
1931
d974e256
JJ
19322001-09-25 Jakub Jelinek <jakub@redhat.com>
1933
1934 * readelf.c (do_wide): New.
1935 (options): Add --wide.
1936 (usage, parse_args): Likewise.
1937 (process_program_headers): Put each segment on a single line if
1938 --wide is given.
1939 (process_section_headers): Put each section on a single line if
1940 --wide is given.
1941 * doc/binutils.texi: Document it.
1942 * NEWS: Likewise.
1943
2f11c261
AM
19442001-09-25 Alan Modra <amodra@bigpond.net.au>
1945
1946 * readelf.c (print_vma): Print 8 digits of low hex value.
1947
1d50f91e
AJ
19482001-09-24 Andreas Jaeger <aj@suse.de>
1949
1950 * nlmconv.c: Fix warnings about unused attributes and function
1951 prototypes.
1952
1953 * strings.c: Add prototype for get_char.
1954
38131e67
L
19552000-09-19 H.J. Lu <hjl@gnu.org>
1956
1957 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1958 $(srcdir)/cxxfilt.man.
1959 * doc/Makefile.in: Rebuild.
1960
3bcfb3e4
AM
19612001-09-19 Alan Modra <amodra@bigpond.net.au>
1962
1963 * objcopy.c (copy_main): Correct rename-section string parsing.
1964 Consolidate new_name parsing, and error messages.
1965
3882b010
L
19662001-09-18 Bruno Haible <haible@clisp.cons.org>
1967
1968 * addr2line.c: Don't include <ctype.h>.
1969 (main): For gettext, also set the LC_CTYPE locate facet.
1970 * ar.c (main): Likewise.
1971 * coffdump.c (main): Likewise.
1972 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1973 (main): For gettext, also set the LC_CTYPE locate facet.
1974 Use ISALNUM instead of isalpha/isdigit.
1975 * dllwrap.c: Don't include <ctype.h>.
1976 (main): For gettext, also set the LC_CTYPE locate facet.
1977 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1978 (main): For gettext, also set the LC_CTYPE locate facet.
1979 Use TOUPPER instead of islower/toupper.
1980 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1981 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1982 Use TOUPPER instead of islower/toupper.
1983 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1984 * objcopy.c (main): Likewise.
1985 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1986 (disassemble_bytes): Use ISPRINT instead of isprint.
1987 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1988 (dump_data): Use ISPRINT instead of isprint.
1989 (main): For gettext, also set the LC_CTYPE locate facet.
1990 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1991 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1992 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1993 Use TOUPPER instead of islower/toupper.
1994 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1995 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1996 (write_rc_accelerators): Use ISPRINT instead of isprint.
1997 (write_rc_rcdata): Likewise.
1998 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1999 * srconv.c (main): Likewise.
2000 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2001 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
2002 isdigit/isupper/islower.
2003 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
2004 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
2005 stab_demangle_prefix, stab_demangle_qualified,
2006 stab_demangle_template, stab_demangle_type,
2007 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
2008 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
2009 (isgraphic): Use ISPRINT instead of isascii/isprint.
2010 (main): Remove HAVE_LC_MESSAGES dependency.
2011 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2012 (pbarray): Use ISPRINT instead of isprint.
2013 (main): For gettext, also set the LC_CTYPE locate facet.
2014 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
2015 (format_from_filename): Use ISPRINT instead of isprint.
2016 (main): For gettext, also set the LC_CTYPE locate facet.
2017 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
2018 (unicode_print): Use ISPRINT instead of isprint.
2019 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2020 (stab_variable): Use ISDIGIT instead of isdigit.
2021
e59b4dfb
AM
20222001-09-18 Alan Modra <amodra@bigpond.net.au>
2023
2024 * ar.c (print_contents): Cast args of bfd_seek to the right types.
2025 Replace bfd_read call with call to bfd_bread.
2026 (extract_file): Likewise.
2027
2028 * objdump.c (dump_section_header): Cast section->filepos to
2029 unsigned long to suit printf format string.
2030 * readelf.c (process_section_headers): Similarly for sh_offset.
2031 (process_unwind): Likewise.
2032
d132876a
NC
20332001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
2034
2035 * strings.c (encoding, encoding_bytes): New variables.
2036 (long_options): Add --encoding.
2037 (main): Accept -e and --encoding.
2038 (get_char): New function. Read a, possibly wide, character from
2039 the input stream.
2040 (print_strings): Use get_char().
2041 (usage): Document new command line option.
2042 * doc/binutils.texi: Document new command line option.
2043 * NEWS: Announce new command line option.
2044
7559e86e 20452001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
2046
2047 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2048 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2049 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2050 Removed EM_CYGNUS_ARC.
2051
7559e86e 20522001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
2053
2054 * readelf.c: Include elf/h8 for H8 series definitions.
2055 (guess_is_rela): H8 series if RELA.
2056 (dump_relocations): Handle H8 series relocations.
2057
0823fbca
EC
20582001-08-31 Eric Christopher <echristo@redhat.com>
2059
2060 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2061
8db76d70
PT
20622001-08-29 Peter Targett <peter.targett@arccores.com>
2063
2064 * MAINTAINERS: Include ARC Maintainer.
2065
d81d6584
BE
20662001-08-29 Ben Elliston <bje@redhat.com>
2067
2068 * stabs.c (stab_demangle_template): Initialise s4.
2069
25a1ff5b
AM
20702001-08-27 Alan Modra <amodra@bigpond.net.au>
2071
2072 * readelf.c (dump_relocations): Recognise EM_PPC64.
2073
a5d22d2a
TS
20742001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2075
2076 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2077
62a5a82d
L
20782001-08-25 H.J. Lu <hjl@gnu.org>
2079
2080 * nm.c (print_width): New.
2081 (display_rel_file): Set `print_width' according to
2082 bfd_sprintf_vma.
2083 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2084
1ae8b3d2
AO
20852001-08-24 Alexandre Oliva <aoliva@redhat.com>
2086
2087 * objcopy.c (use_alt_mach_code): New variable.
2088 (OPTION_ALT_MACH_CODE): Define.
2089 (copy_options): Added --alt-machine-code.
2090 (copy_main): Handle it.
2091 (copy_object): Switch to alternate machine code if requested.
2092 * doc/binutils.texi: Document new option.
2093 * NEWS: Likewise.
2094
d1bdd336
TS
20952001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2096
2097 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2098
410f7a12
L
20992001-08-21 H.J. Lu <hjl@gnu.org>
2100
2101 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2102 (display_debug_info): Cast for 64bit hosts.
2103 (display_debug_frames): Likewise.
2104 (process_mips_specific): Likewise.
2105
c32144ff
AJ
21062001-08-21 Andreas Jaeger <aj@suse.de>
2107
2108 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2109
2110 * sysdump.c: Add missing prototypes.
2111 * srconv.c: Likewise.
2112 * unwind-ia64.c: Likewise.
2113 * coffdump.c: Likewise.
2114
2115 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2116
2117 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2118 of declaring xcalloc.
2119
d8180c76
L
21202001-08-10 H.J. Lu <hjl@gnu.org>
2121
2122 * nm.c (print_value): Add one arg, bfd *.
2123 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2124 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2125 (print_symbol_info_sysv): Likewise.
2126 (print_symbol_info_posix): Likewise.
2127
2128 * objdump.c (dump_section_header): Replace printf_vma with
2129 bfd_printf_vma.
2130 (print_section_stabs): Likewise.
2131 (dump_bfd_header): Likewise.
2132 (objdump_print_value): Replace sprintf_vma with
2133 bfd_sprintf_vma.
2134 (disassemble_bytes): Likewise.
2135 (dump_reloc_set): Likewise.
2136
0218d1e4
AJ
21372001-08-10 Andreas Jaeger <aj@suse.de>
2138
2139 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2140 to build warnings.
2141 * configure: Regenerate.
2142
2863d58a
AM
21432001-08-09 Alan Modra <amodra@bigpond.net.au>
2144
2145 * readelf.c: Add missing prototypes.
2146 * objdump.c: Likewise. Format existing prototypes.
2147
c0e047e0
AO
21482001-08-08 Alexandre Oliva <aoliva@redhat.com>
2149
2150 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2151 of any RELA relocation for the abbrev_offset memory location that
2152 refers to the .debug_abbrev section symbol.
2153
ff78d6d6
L
21542001-08-07 H.J. Lu <hjl@gnu.org>
2155
2156 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2157 (main): Return process_file ().
2158
c36774d6
PB
21592001-08-05 Philip Blundell <philb@gnu.org>
2160
2161 * doc/binutils.texi: Use "Thumb" not "THUMB".
2162
8f9d9bd9
JH
21632001-08-03 John Healy <jhealy@redhat.com>
2164
bb279dc0
ZW
2165 Patch suggested by Frank Eigler <fche@redhat.com>.
2166 * objdump.c (disassemble_data): Fill in section member of the
2167 disasm_info structure.
8f9d9bd9 2168
c918cb96
DD
21692001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2170
2171 * configure.in: Added --with-windres option.
2172 * configure: Regenerated.
2173
c7c55b78
NC
21742001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2175
2176 * doc/binutils.texi: Use @command{name} for commands;
2177 use @option{-opt} for options; use @table @env for list of options;
2178 remove spaces arround [ | ] in synopsis.
2179
2180 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2181 center title.
2182
594ef5db
NC
21832001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2184
bb279dc0
ZW
2185 * objcopy.c: Fix formatting.
2186 (section_rename): New structure.
2187 (OPTION_RENAME_SECTION): New switch.
2188 (copy_usage): Document new switch.
2189 (add_section_rename): New function: Add a node to the section
2190 rename list.
2191 (find_section_rename): New function: Find the new name and
2192 flags for a section.
2193 (setup_section): Call find_section_name to determine the name
2194 of the output section.
2195 (copy_main): Handle OPTION_RENAME_SECTION.
2196 * binutils.texi: Document new switch.
594ef5db
NC
2197 * NEWS: Mention new switch.
2198
1f554c69
NC
21992001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2200
2201 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2202 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2203 bug-binutils@gcc.org.
2204
2f83960e
AM
22052001-07-28 Matthias Kramm <kramm@quiss.org>
2206
2207 * bucomm.c (list_supported_architectures): New function.
2208 * bucomm.h (list_supported_architectures): Declare.
2209 * objdump.c (usage): Call the above.
2210
20fe0649
DB
22112001-07-25 Dave Brolley <brolley@redhat.com>
2212
2213 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2214 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2215
1b577b00
NC
22162001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2217
2218 * README: Update for 2.11. Change bug reporting email address.
2219 * MAINTAINERS: Tidy up. Change bug reporting email address.
2220
95fd336c
DD
22212001-07-16 DJ Delorie <dj@redhat.com>
2222
5f16d855
DD
2223 * resres.c (write_res_header): Align header size.
2224 (res_align_file): Calculate alignment correctly.
2225
95fd336c
DD
2226 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2227 correct 10).
2228 * resrc.c (write_rc_resource): Likewise.
2229 * windres.h (SUBLANG_SHIFT): Define - as 10.
2230
ed8fee27
NC
22312001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2232
2233 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2234
90ab7e9a
NC
22352001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2236
2237 * MAINTAINERS: Add notes about branch checkins.
2238
e0c60db2
NC
22392001-07-05 Daniel Berlin <dan@cgsoftware.com>
2240
2241 * readelf.c (display_debug_macinfo): New function, display
2242 .debug_macinfo section.
2243 (do_debug_macinfo): New variable.
2244 (parse_args): Handle "-w[mM]" to mean display macro info.
2245 (process_section_headers): Handle debug_macinfo.
2246 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2247 function for .debug_macinfo display.
e0c60db2
NC
2248 * doc/binutils.texi: Document new command line switch.
2249 * NEWS: Document new feature of readelf.
0218d1e4 2250
24e01a36
L
22512001-07-05 H.J. Lu <hjl@gnu.org>
2252
2253 * objcopy.c (filter_symbols): Don't turn undefined symbols
2254 into local.
2255
4258bf4d
L
22562001-07-03 H.J. Lu <hjl@gnu.org>
2257
2258 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2259 $@.pod.
2260 (ar.1): Likewise.
2261 (dlltool.1): Likewise.
2262 (nlmconv.1): Likewise.
2263 (nm.1): Likewise.
2264 (objcopy.1): Likewise.
2265 (objdump.1): Likewise.
2266 (ranlib.1): Likewise.
2267 (readelf.1): Likewise.
2268 (size.1): Likewise.
2269 (strings.1): Likewise.
2270 (strip.1): Likewise.
2271 (windres.1): Likewise.
2272 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2273 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2274 $(DEMANGLER_NAME).
2275 (as.1): Removed.
2276 * doc/Makefile.in: Regenerated.
2277
7014bc31
NC
22782001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2279
2280 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2281
b811889f
NC
22822001-07-01 Daniel Berlin <dan@cgsoftware.com>
2283
2284 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2285
12ab83a9
NC
22862001-06-29 James Cownie <jcownie@etnus.com>
2287
2288 * readelf.c: Support DWARF 2.1 attributes.
2289
a6e9f9df
AM
22902001-06-28 Alan Modra <amodra@bigpond.net.au>
2291
2292 * readelf.c (GET_DATA_ALLOC): Remove.
2293 (GET_DATA): Remove.
2294 (get_data): New function combining above macros, with an extra
2295 test for zero size.
2296 (slurp_rela_relocs): Use get_data, and catch error return.
2297 (slurp_rel_relocs): Likewise.
2298 (get_32bit_program_headers): Likewise.
2299 (get_64bit_program_headers): Likewise.
2300 (get_32bit_section_headers): Likewise.
2301 (get_64bit_section_headers): Likewise.
2302 (get_32bit_elf_symbols): Likewise.
2303 (get_64bit_elf_symbols): Likewise.
2304 (process_section_headers): Likewise.
2305 (process_relocs): Likewise.
2306 (slurp_ia64_unwind_table): Likewise.
2307 (process_unwind): Likewise.
2308 (get_32bit_dynamic_segment): Likewise.
2309 (get_64bit_dynamic_segment): Likewise.
2310 (process_dynamic_segment): Likewise.
2311 (process_version_sections): Likewise.
2312 (process_symbol_table): Likewise.
2313 (dump_section): Likewise.
2314 (display_debug_info): Likewise.
2315 (display_debug_section): Likewise.
2316 (process_section_contents): Likewise.
2317 (process_corefile_note_segment): Likewise.
2318 (process_mips_specific): Likewise. Also free econf32, econf64.
2319
af3fc3bc
AM
23202001-06-25 Alan Modra <amodra@bigpond.net.au>
2321
2322 * readelf.c (dump_relocations): Print "bad symbol index" if
2323 symtab == NULL with non-zero symtab_index.
2324 (process_relocs): Don't bomb if reloc section has no symsec.
2325
6d900bf6
L
23262001-06-24 H.J. Lu <hjl@gnu.org>
2327
2328 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2329 by accident.
2330 (copy_main): Apply the the change made to strip_main on
2331 2001-05-30 by accident.
2332
49b4e386
AJ
23332001-06-23 Andreas Jaeger <aj@suse.de>
2334
2335 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2336 parameter 'code'.
2337 (unw_decode_x2): Likewise.
2338 (unw_decode_x3): Likewise.
2339 (unw_decode_x4): Likewise.
2340
d8dc71e3
BE
23412001-06-23 Ben Elliston <bje@redhat.com>
2342
2343 * MAINTAINERS: Add myself as M88k maintainer.
2344
af3bdff7
NC
23452001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2346
2347 * objcopy.c (strip_main): Support -o or --output-file command lien
2348 switch.
2349
105e7211
L
23502001-06-19 H.J. Lu <hjl@gnu.org>
2351
2352 * doc/Makefile.in: Regenerated.
2353
c45021f2
NC
23542001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2355
2356 * readelf.c: Restore formatting.
2357
23582001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2359
bb279dc0
ZW
2360 * Makefile.am: Move documentation into doc subdirectory.
2361 * Makefile.in: Regenerated.
c45021f2 2362 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2363 * addr2line.1: Removed.
2364 * ar.1: Likewise.
2365 * dlltool.1: Likewise.
2366 * nlmconv.1: Likewise.
2367 * nm.1: Likewise.
2368 * objcopy.1: Likewise.
2369 * objdump.1: Likewise.
2370 * ranlib.1: Likewise.
2371 * readelf.1: Likewise.
2372 * size.1: Likewise.
2373 * strings.1: Likewise.
2374 * strip.1: Likewise.
2375 * windres.1: Likewise.
2376 * cxxfilt.man: Likewise.
c45021f2
NC
2377 * doc: New Directory.
2378 * doc/Makefile.am: New file.
2379 * doc/Makefile.in: Generate.
2380
09ad7db3
AM
23812001-06-09 Alan Modra <amodra@bigpond.net.au>
2382
2383 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2384
936260fe
AM
23852001-06-01 Alan Modra <amodra@bigpond.net.au>
2386
2387 * MAINTAINERS: Update my email address.
2388
16b2b71c
NC
23892001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2390
2391 * objcopy.c: Add new switches: --keep-global-symbol,
2392 --keep-symbols, --localize-symbols, --keep-global-symbols and
2393 --weaken-symbols.
2394 * binutils.texi: Document new switches.
2395 * objcopy.1: Regenerate.
2396 * NEWS: Announce new feature.
2397
7036c0e1
AJ
23982001-05-28 Andreas Jaeger <aj@suse.de>
2399
2400 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2401 variables, fix format strings.
2402
76a406e5
NC
24032001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2404
2405 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2406 when computing the address of the line to show.
2407
31b6fca6
RH
24082001-05-16 Richard Henderson <rth@redhat.com>
2409
2410 * readelf.c (do_debug_frames_interp): New.
2411 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2412 (byte_get_big_endian): Likewise.
2413 (parse_args) ['F']: Set do_debug_frames_interp.
2414 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2415 (frame_display_row): Don't trunc pc_begin to int.
2416 (size_of_encoded_value): New.
2417 (display_debug_frames): Handle 64-bit targets. Print raw data
2418 unless do_debug_frames_interp.
2419 (debug_displays): Remove duplicate .debug_frame.
2420
4fe85591
NC
24212001-05-15 Ralf Baechle <ralf@gnu.org>
2422
2423 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2424 The former constant was never in active use and is used otherwise
2425 by the ABI.
2426
579f31ac
JJ
24272001-05-11 Jakub Jelinek <jakub@redhat.com>
2428
2429 * readelf.c (process_unwind): Print all unwind sections, not just
2430 one.
2431
78f4a3f7
AM
24322001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2433
2434 * readelf.c (process_unwind): Remove const specifier.
2435
1c529ca6
NC
24362001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2437
2438 * strings.c (isgraphic): Do not use isascii() unless it is needed
2439 for isprint() to work.
2440 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2441
87e6d782
NC
24422001-04-27 Johan Rydberg <jrydberg@opencores.org>
2443
bb279dc0 2444 * NEWS: Announce support for OpenRISC.
87e6d782 2445
4bd3d870 24462001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2447
2448 * dlltool.c (do_default_excludes): Initialise to true.
2449
21211521
AM
24502001-04-10 Alan Modra <amodra@one.net.au>
2451
2452 * MAINTAINERS: Update my email address
2453 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2454
0c66b61e 24552001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2456
2457 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2458
e58d53af
L
24592001-03-30 H.J. Lu <hjl@gnu.org>
2460
2461 * readelf.c (process_unwind): Just return if do_unwind is 0.
2462
bee72332
DD
24632001-03-28 Roger Sayle <roger@metaphorics.com>
2464
2465 * dlltool.c (make_one_lib_file): Fix section flags for
2466 .text, .data and .bss in stub ds*.o files to match those
2467 generated by gas.
2468
f1467e33
L
24692001-03-29 H.J. Lu <hjl@gnu.org>
2470
2471 * readelf.c (process_unwind): Only do unwind sections for
2472 IA64.
2473
1c6fb4fe
L
24742001-03-28 H.J. Lu <hjl@gnu.org>
2475
2476 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2477 * Makefile.in: Regenerate.
2478
0879a67a
AJ
24792001-03-26 Andreas Jaeger <aj@suse.de>
2480
2481 * binutils.texi (nm): Fix texi syntax.
2482
0285c67d
NC
24832001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2484
2485 * binutils.texi: Put @c man begin and @c man end indications
2486 to generate man pages using texi2pod and pod2man. Put @c man title
2487 to identify each man. Add SEEALSO entries.
2488 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2489 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2490 sort the list.
2491 (*.1): Build the man pages from binutils.texi.
2492 * Makefile.in: Regenerate.
2493
04847a4d
CF
24942001-03-13 Eric Kohl <ekohl@rz-online.de>
2495
2496 * defparse.y (opt_equal_name): allow "." in name.
2497 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2498 (gen_exp_file): Likewise.
2499
43a0748c
NC
25002001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2501
2502 * NEWS: Document addition of -B switch to objcopy.
2503 * binutils.texi: Document addition of -B switch to objcopy.
2504 * objcopy.c: (copy_options): Add --binary-architecture.
2505 (copy_usage): Document -B/--binary-architecture.
2506 (copy_main): Support -B/--binary-architecture. Set
2507 bfd_external_binary_architecture.
0879a67a 2508
b7498e0e
NC
25092001-03-11 Andreas Jaeger <aj@suse.de>
2510
2511 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2512 (dump_relocations): Likewise.
2513 (get_machine_name): Likewise.
2514
a59e3bd7
NC
25152001-02-28 Nick Clifton <nickc@redhat.com>
2516
2517 * readelf.c: (struct unw_aux_info): Remove const modifier for
2518 'strtab' field.
2519 (process_unwind): Remove non-K&R compliant LHS type cast in call
2520 to GET_DATA_ALLOC macro.
2521
a5bcd848
PB
25222001-02-28 Philip Blundell <pb@futuretv.com>
2523
2524 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2525 ABI is in use; remove ambiguity between the "unknown" EABI and
2526 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2527 renamed EF_xx constants.
2528
27b7e12d
AM
25292001-02-27 Alan Modra <alan@linuxcare.com.au>
2530
2531 * configure.in (BFD_VERSION): New.
2532 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2533 * configure: Regenerate.
2534 * Makefile.am: Run "make dep-am"
2535 * Makefile.in: Regenerate.
2536
a9f10786
NC
25372001-02-14 Nick Clifton <nickc@redhat.com>
2538
2539 * MAINTAINERS: Add "Obvious Fix" rule.
2540
3c44da9a
MS
25412001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2542
2543 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2544 literal concatenation.
2545
ecd03389
MS
25462001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2547
2548 * readelf.c (struct unw_aux_info): Remove const from the info member.
2549 (process_unwind): Don't type-cast the third argument to the
2550 GET_DATA_ALLOC macro.
2551
88ec60c7
NC
25522001-02-11 Nick Clifton <nickc@redhat.com>
2553
2554 * readelf.c (dump_relocations): Free corrected allocated
2555 array.
2556 (process_unwind): Fix compile time warning.
2557
f5e21966
NC
25582001-02-10 Nick Clifton <nickc@redhat.com>
2559
2560 * binutils.texi: Document new --unwind option to readelf.
2561
a85d7ed0
NC
25622001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2563
2564 * readelf.c: Add linux target for S/390.
2565
7bb10502
AM
25662001-02-10 Alan Modra <alan@linuxcare.com.au>
2567
2568 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2569 printf is a macro.
2570
8ca8f343
HPN
25712001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2572
2573 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2574 * aclocal.m4: Regenerate.
2575 * configure: Regenerate.
2576
7340082d
NC
25772001-02-07 Todd Vierling <tv@wasabisystems.com>
2578
2579 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2580 * objdump.c (bfd_target_vector): Likewise.
2581
4d6ed7c8
NC
25822001-02-07 David Mosberger <davidm@hpl.hp.com>
2583
2584 * readelf.c (process_unwind): New function.
2585 (slurp_ia64_unwind_table): Ditto.
2586 (dump_ia64_unwind): Ditto.
2587 (find_symbol_for_address): Ditto.
2588 (slurp_rela_relocs): New function (split off from dump_relocations()).
2589 (slurp_rel_relocs): Ditto.
2590 (parse_args): Handle '-u' option.
2591
2592 * unwind-ia64.c: New file.
2593 * unwind-ia64.h: New file.
2594 * Makefile.am: Include unwind-ia64.c in readelf build.
2595 * Makefile.in: Regenerate.
7340082d 2596 * po/binutils.pot: Regenerate.
4d6ed7c8 2597
c7217458
PB
25982001-02-04 Philip Blundell <philb@gnu.org>
2599
2600 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2601 * configure: Regenerate.
2602
956eedd4
AM
26032001-01-31 Steve deRosier <sderosier@vari-lite.com>
2604
2605 * ieee.c (ieee_add_bb11): Don't check for backslashes
2606 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2607
8855cbca
AM
26082001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2609
c7f2731e
AM
2610 * ieee.c: Update copyright.
2611 (ieee_start_compilation_unit): Don't check for backslashes
2612 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2613
8855cbca
AM
2614 * stabs.c: Update copyright. Include "filenames.h".
2615 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2616
329de803 26172001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2618
2619 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2620 sections are present before using them. Remove code duplication.
2621 (process_symbol_table): Check if VERDEF or VERNEED sections are
2622 present before using them.
2623
23719f39
NC
26242001-01-17 Nick Clifton <nickc@redhat.com>
2625
2626 * objcopy.c (copy_object): Fail if attempting to convert the
2627 endianness of the input object file.
2628
2629 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2630
f726e849
NC
26312001-01-16 Nick Clifton <nickc@redhat.com>
2632
2633 * readelf.c (string_table_length): New variable.
2634 (SECTION_NAME): Catch out of range indices and missing section
2635 pointers.
2636 (process_section_headers): Delete useless local variable
2637 string_table_offset. Set the value of string_table_length
2638 after loading the string table.
2639 (process_mips_specific): Use SECTION_NAME macro.
2640 (process_file): Set string_table_length to 0 when it is freed.
2641
d0398d6a
NC
26422001-01-12 Nick Clifton <nickc@redhat.com>
2643
2644 * version.c (print_version): Update copyright date.
2645
0d2bcfaf
NC
26462001-01-11 Peter Targett <peter.targett@arccores.com>
2647
2648 * readelf.c (dump_relocations): Include selection with EM_ARC.
2649 (get_machine_name) Update name to "ARC".
2650
8b1e6df3
NC
26512001-01-09 Nick Clifton <nickc@redhat.com>
2652
2653 * Makefile.am: Add rule to build objdump.o from objdump.c and
2654 using OBJDUMP_DEFS.
2655 * Makefile.in: Regenerate.
2656
2657 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2658 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2659 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2660 * configure: Regenerate.
8b1e6df3
NC
2661
2662 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2663 is defined read in the relocs even if dump_reloc_info is
2664 false.
2665
2f952d20
PB
26662001-01-07 Philip Blundell <philb@gnu.org>
2667
2668 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2669 `bug-binutils'.
2670 * README: Likewise.
2671
a8c548cb
NC
26722000-12-19 Nick Clifton <nickc@redhat.com>
2673
2674 * dlltool.c: Add missing support for arm-epoc-pe.
2675 * configure.in: Add missing support for arm-epoc-pe.
2676 * configure: Regenerate.
2677
cc5fda35
NC
26782000-12-15 Nick Clifton <nickc@redhat.com>
2679
2680 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2681 Mode parts of the x86 port.
2682
bcedfee6
NC
26832000-12-04 Andreas Jaeger <aj@suse.de>
2684
2685 * readelf.c (guess_is_rela): Add EM_X86_64.
2686 (dump_relocations): Add EM_X86_64.
2687 (get_machine_name): Add EM_X86_64.
2688 Include "elf/x86-64.h".
2689
584da044
NC
26902000-12-12 Nick Clifton <nickc@redhat.com>
2691
2692 * readelf.c: Fix formatting.
2693
7559e86e 26942000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2695
2696 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2697
a98cc2b2
AH
26982000-12-07 Andrew Haley <aph@redhat.com>
2699
2700 * readelf.c (display_debug_frames): Only display columns that are
2701 referenced by the frame debug info.
2702
c7987a69
NC
27032000-12-05 Nick Clifton <nickc@redhat.com>
2704
2705 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2706
09fd7e38
JM
27072000-12-04 Jason Merrill <jason@redhat.com>
2708
2709 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2710 (display_debug_section): Likewise.
2711 (display_debug_info): Display CU header before bailing.
2712
e7af610e
NC
27132000-12-01 Chris Demetriou <cgd@sibyte.com>
2714
09fd7e38
JM
2715 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2716 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2717 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2718
09fd7e38
JM
2719 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2720 and E_MIPS_ARCH_64.
84ea6cf2 2721
09fd7e38
JM
2722 * readelf.c (get_machine_flags): Add case for
2723 E_MIPS_MACH_SB1.
c6c98b38 2724
75066968
DD
27252000-11-30 Richard Earnshaw <rearnsha@arm.com>
2726
2727 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2728
5c4666ea
HPN
27292000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2730