* alpha-tdep.c (alpha_push_dummy_call): Transmography from
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
38fafa6d
RH
12003-05-31 Richard Henderson <rth@redhat.com>
2
3 * readelf.c (byte_get_signed): New.
4 (get_encoded_value): New.
5 (display_debug_frames): Use it. Always pre-process opcodes.
6
636fc387
ML
72003-05-20 Michal Ludvig <mludvig@suse.cz>
8
9 * readelf.c (display_debug_frames): Print both registers
10 for DW_CFA_register.
11
80c7c40a
NC
122003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
13
14 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
15 i[3-7]86-*-interix.
16 * configure.in: Regenerate.
17
0fcdcb91
NC
182003-05-13 Michael Eager <eager@mvista.com>
19
20 * objcopy.c: Treat identical src/dst file names as if only one
21 entered. One Windows creating an output file of the same name as
22 the input file will delete the input file before it is read.
23
7ab5f2ed
NC
242003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
25
26 * debug.c (debug_get_real_type): Extend test for circular debug
27 references.
28
3c92310f
NC
292003-05-12 Nick Clifton <nickc@redhat.com>
30
31 * configure.in (ALL_LINGUAS): Add zh_CN.
32 * configure: Regenerate.
33 * po/zh_CN.po: New file: Chinese (simplified) translation.
34
d68c07bb
JE
352003-05-11 Jason Eckhardt <jle@rice.edu>
36
37 * MAINTAINERS: Update my mail address.
38
8beeaeb7
L
392003-05-07 H.J. Lu <hongjiu.lu@intel.com>
40
41 * readelf.c (dump_relocations): Enlarge the type field in wide
42 mode by one character.
43
63044634
RH
442003-05-03 Richard Henderson <rth@redhat.com>
45
46 * readelf.c (struct Frame_Chunk): Add cfa_exp.
47 (frame_display_row): Just print "exp" for cfa or register
48 defined by a location expression.
49 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
50 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
51
6e50c90c
L
522003-04-30 H.J. Lu <hjl@gnu.org>
53
54 * objdump.c (only): Change it to char **.
55 (only_size): New.
56 (only_used): New.
57 (disassemble_data): Check only as an array.
58 (dump_data): Likewise.
59 (dump_relocs): Likewise.
60 (main): Treat only as an array.
61
edbedb71
NC
622003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
63
64 * doc/binutils.texi: Fix the documentation for the -fo option.
65
3f7de0e7
NC
662003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
67
ef230218
JR
68 * readelf.c (get_machine_name) <EM_SH>: Amend return value
69 to refer to SuperH.
70
3f7de0e7
NC
71 * readelf.c (decode_location_expression): Don't add a trailing ';'.
72
32df8966
NC
732003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
74 Nick Clifton <nickc@redhat.com>
75
76 * windres.c (long_options): Move close to main, where it is used.
77 Add 'input' and 'output' long options.
78 (main): Accept "-fo" as an alias for "-o". This is for rc
79 comptibility.
80 * doc/binutils.texi: Mention that -fo is accepted as an alias for
81 -o, but discourage its use.
82
85eb5110
NC
832003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
84
85 * windres.c (format_from_name): Make the exit on error
86 behaviour optional.
87 (main): Rename the -I option to -J. Introduce -I as a synonym
88 for --include-dir. For backwards compatibility also support the
89 old -I behaviour, but issue a deprecation warning.
90 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
91 of the -I option.
92
26597c86
NC
932003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
94
95 * readelf.c: Replace references to Mitsubishi M32R with
96 references to Renesas M32R.
97
c2dcd04e
NC
982003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
99
100 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
101
c1124b23
AO
1022003-04-09 Alexandre Oliva <aoliva@redhat.com>
103
104 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
105 for debugging information types not supported by objdump.
106
e5076347
AM
1072003-04-09 Bernd Jendrissek <berndj@prism.co.za>
108
109 * configure.in: Recognize canonical form of i[3-6]86-pe*.
110 * configure: Regenerate.
111
adab8cdc
AO
1122003-04-09 Alexandre Oliva <aoliva@redhat.com>
113
114 * readelf.c (display_debug_info): Apply RELA relocations on the
115 entire section.
116 (byte_put_little_endian, byte_put_big_endian): New functions.
117 (byte_put): New variable.
118 (get_file_header): Initialize it.
119
3077f5d8
NC
1202003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
121
122 * windres.c: Add -l for compatibility with wrc, and rc.
123 Use the short option as a key for long options that have
124 a synonymous short option.
125 * doc/binutils.texi: Added -l to the list of options.
126
29b058f1
NC
1272003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
128
3077f5d8
NC
129 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
130 (main): Just pass the -U option down to the preprocessor.
131 * doc/binutils.texi: Added -U to the list of options.
29b058f1 132
3126d709
CF
1332003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
134
135 * windres.c (usage): Report -r option.
136 (main): Ignore the -r option.
137 * doc/binutils.texi: Add -r to the list of options.
138
c46ac711
BW
1392003-04-01 Bob Wilson <bob.wilson@acm.org>
140
141 * MAINTAINERS: Add myself as Xtensa maintainer.
142
88da6820
NC
1432003-04-01 Bob Wilson <bob.wilson@acm.org>
144
3077f5d8
NC
145 * readelf.c: Include "elf/xtensa.h".
146 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
147 targets that use RELA relocations.
148 (dump_relocations): Call elf_xtensa_reloc_type for
149 EM_XTENSA and EM_XTENSA_OLD.
150 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 151
27a710e5
NC
1522003-04-01 Nick Clifton <nickc@redhat.com>
153
154 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
155 thumb-pe*, mcore-pe and mcore-*elf.
156 * configure: Regenerate.
157
335a1869
AO
1582003-03-31 Alexandre Oliva <aoliva@redhat.com>
159
160 * objdump.c (dump_data): Don't truncate the address to long; make
161 the width large enough, and uniform for all entries in a section.
162
566b0d53
L
1632003-03-31 H.J. Lu <hjl@gnu.org>
164
165 * readelf.c: Include "libiberty.h".
166 (dynamic_relocations): New.
167 (process_relocs): Properly handle dynamic relocation.
168 (process_dynamic_segment): Fill relocation elements in
169 dynamic_info.
170
ee42cf8c
NC
1712003-03-31 Kevin Buettner <kevinb@redhat.com>
172
173 * readelf.c (read_and_display_attr, read_and_display_attr_value):
174 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
175 all callers.
176 (display_debug_lines, display_debug_pubnames, display_debug_info)
177 (display_debug_aranges, display_debug_frames, read_and_display_attr)
178 (read_and_display_attr_value): Add 64-bit DWARF support.
179
7adbf450
NC
1802003-03-31 Ian Lance Taylor <ian@airs.com>
181
182 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
183 (optresid): Handle a resource id that can be a string or a number.
184 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
185 struct res_id.
186 (define_icon_control): Pass a struct res_id to define_control.
187 * windres.h (define_control): Change prototype.
188
06d86cf7
NC
1892003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
190
7c29036b
NC
191 * objcopy (OPTION_FORMATS_INFO): Define.
192 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
193 (copy_options): Likewise.
194 (strip_usage): Add "--info" to usage.
195 (copy_usage): Likewise.
196 (strip_main): Declare formats_info. Iniatilize it to FALSE.
197 Handle "info".
198 (copy_main). Likewise.
199 * doc/binutils.texi. Document the "--info" option for
200 objcopy/strip.
201 * NEWS: Mention the new command line switch.
202
06d86cf7
NC
203 * objdump.c (endian_string): Move to bucomm.c.
204 (display_info): Likewise.
205 (display_target_list): Likewise.
206 (display_info_table): Likewise.
207 (display_target_tables): Likewise.
208 (main): Assign the return value of display_info to exit_status.
209 * bucomm.c: Include bfdver.h and libbfd.h
210 (display_target_list): Call bfd_nonfatal instead of nonfatal and
211 return 0 on a non-fatal error, 1 on success.
212 (display_info_table): Likewise.
213 * bucomm.h (display_info): Provide a prototype.
214 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
215 libbfd.h.
216 * Makefile.in: Regenerate.
217
7adbf450 2182003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
219
220 * dlltool.c (gen_def_file): Put demangled name comments on
221 own line preceding export name.
222
98a91d6a
NC
2232003-03-17 Nick Clifton <nickc@redhat.com>
224
225 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
226 printf for emitting new lines.
227
06a30c77
NC
2282003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
229
230 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
231 the symbol's value when --size-sort is used, unless -S is used.
232 doc/binutils.texi (--size-sort): For non-bsd formats both the
233 value and size of the symbols are displayed.
234
ab829d36
NC
2352003-03-13 Nick Clifton <nickc@redhat.com>
236
237 * po/da.po: Update.
238
634847c9
NC
2392003-03-12 Nick Clifton <nickc@redhat.com>
240
241 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
242
3889f9eb
BE
2432003-03-10 Ben Elliston <bje@wasabisystems.com>
244
245 * MAINTAINERS: Update my mail address.
246
7eb5191a
NC
2472003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
248
249 * stabs.c (BYTES_IN_WORD): Remove definition.
250 * wrstabs.c (BYTES_IN_WORD): Likewise.
251
e3b83c8f
NC
2522003-03-04 Nick Clifton <nickc@redhat.com>
253
254 * nm.c (main): Print a warning message if --size-sort and
255 --undefined-only are used together.
256
2572003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
258
259 * nm.c (print_symbol): Remove check for undefined_only.
260
a9d68a1e
NC
2612003-03-03 Nick Clifton <nickc@redhat.com>
262
263 * po/da.po: Installed latest translation.
264
a99996bb
NC
2652003-02-24 Nick Clifton <nickc@redhat.com>
266
267 * README: Update binutils references to 2.13.
268 Add paragraph about using --disable-nls.
269
76ed1927
NC
2702003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
271
272 * doc/binutils.texi (nm --size-sort): Update.
273
0100f33b
JW
2742003-02-21 James E Wilson <wilson@tuliptree.org>
275
276 * MAINTAINERS: Update email address.
277
ecc51f48
NC
2782003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
279
280 * readelf.c (get_ia64_dynamic_type): New function.
281 (dynamic_segment_ia64_val): New function.
282 (get_dynamic_type): If machine type is EM_IA_64 call
283 get_ia64_dynamic_val.
284 (get_ia64_section_type_name): Handle sections with types in the
285 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
286 (get_dynamic_flags): If machine type is EM_IA_64 call
287 dynamic_segment_ia64_val.
288
947ed062
NC
2892003-02-21 Bob Wilson <bob.wilson@acm.org>
290
291 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
292 section title capitalization more consistent. Update descriptions
293 of various options to be consistent with the code. Fix errors and
294 incomplete list in the description of c++filt format options. Remove
295 information about the linker. Change to be more polite about poor
296 bug reports. Replace FDL appendix with include of fdl.texi.
297 * doc/fdl.texi: New file.
298
66491ebc
AM
2992003-02-21 Roger Sayle <roger@eyesopen.com>
300
301 * objcopy.c (filter_symbols): Fix compilation problems with
302 HP-UX's C compiler.
303
0e11a9e9
CF
3042003-02-19 Christopher Faylor <cgf@redhat.com>
305
306 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
307 previous change.
308
6e5f5201
CF
3092003-02-19 Mark Blackburn <marklist@fangorn.ca>
310
0e11a9e9 311 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 312
f0c8c24a
NC
3132003-02-12 Bob Wilson <bob.wilson@acm.org>
314
315 * nm.c (usage): Add `java' and `gnat' demangle styles and make
316 quotes consistent.
317 * objdump.c (usage): Ditto. Also fix some typos.
318
d3c543fd
NC
319 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
320
fe2c4142
NC
321 * debug.c (debug_record_variable): Handle global register variables.
322
6de15b9e
NC
323 * stabs.c (parse_stab): For N_SLINE only include
324 function_start_offset if the symbol is within a function;
325 otherwise, the value is absolute.
326
fde78edd
NC
3272003-02-10 Nick Clifton <nickc@redhat.com>
328
329 * readelf.c (decode_ARM_machine_flags): Handle the
330 EF_ARM_MAVERICK_FLOAT flag.
331
22d82235
AS
3322003-02-04 Andreas Schwab <schwab@suse.de>
333
334 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
335 long and use %ld in printf format.
336
1a677ea8
RS
3372003-01-28 Richard Sandiford <rsandifo@redhat.com>
338
339 * readelf.c (dump_relocations): Reorder the r_info field for
340 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
341
8dde85fc
NC
3422003-01-21 Daniel Berlin <dan@dberlin.org>
343
344 * readelf.c (display_debug_loc): Skip address base changes.
345
c6f8bb1e
AM
3462003-01-17 Fabio Alemagna <falemagn@aros.org>
347
348 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
349 and ELFOSABI_NSK.
350
c833c019
AM
3512003-01-16 Alan Modra <amodra@bigpond.net.au>
352
353 * readelf.c: Include elf/ppc64.h.
354 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
355 * Makefile.am: Run "make dep-am".
356 * Makefile.in: Regenerate.
357
3b36097d
SC
3582003-01-02 Ben Elliston <bje@redhat.com>
359
360 * readelf.c (guess_is_rela): Handle EM_IQ2000.
361 (get_machine_name): Likewise.
362 (dump_relocations): Likewise.
363 * NEWS: Mention IQ2000 support.
364
cb44e358
RS
3652003-01-02 Richard Sandiford <rsandifo@redhat.com>
366
367 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
368
af7ee8bf
CD
3692002-12-30 Chris Demetriou <cgd@broadcom.com>
370
371 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
372 changes in MIPS -M options.
373
2469cfa2
NC
3742002-12-30 Dmitry Diky <diwil@mail.ru>
375
376 * Makefile.am: Add msp430 target.
377 * Makefile.in: Regenerate.
378 * readelf.c: Add support for msp430 target.
379
640c0ccd
CD
3802002-12-27 Chris Demetriou <cgd@broadcom.com>
381
382 * doc/binutils.texi (objdump): Document MIPS -M options.
383
59f14fc0
AS
3842002-12-23 Andreas Schwab <schwab@suse.de>
385
386 * readelf.c (main): Reset dump request after each file.
387
312b768e
NC
3882002-12-23 Nick Clifton <nickc@redhat.com>
389
390 * nlmconv.c (main): Pass TRUE as third argument to
391 bfd_arch_get_compatible.
392
8745eafa
NC
3932002-12-23 Nick Clifton <nickc@redhat.com>
394
395 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
396 macro. Handle 'S' encoding, accepting 8-bit characters.
397 (main): Parse 'S' encoding.
398 (get_char): Accept 'S' encoding.
399 (print_strings): Use STRING_ISGRAPHIC.
400 (usage): Document support of 'S' encoding.
401 * doc/binutils.texi: Document support of 'S' encoding/
402 * NEWS: Mention new feature.
403
08213ebb
AM
4042002-12-20 Alan Modra <amodra@bigpond.net.au>
405
406 * README <building ar>: Don't use libibery's needed_list or
407 required_list, instead link libiberty/*.o.
408
b9e5d8e5
KH
4092002-12-19 Kazu Hirata <kazu@cs.umass.edu>
410
411 * doc/binutils.texi: Fix typos.
412
c51238bc
DA
4132002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
414
415 * doc/binutils.texi: Add missing parenthesis.
416
d7fb0dd2
NC
4172002-12-15 Nick Kelsey <nickk@ubicom.com>
418
419 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
420 symbols by adding the given prefix to the begining of the symbol
421 name. This is useful to provide name space seperation regardless
422 of how the object file was created. Added --prefix-sections=
423 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
424 sections (or all sections with the alloc flag set) by adding the given
425 prefix to the begining of the symbol name.
426 * NEWS: Mention this new feature.
427 * doc/binutils.texi: Document this new feature.
428
55b9cdf1
AM
4292002-12-13 Alan Modra <amodra@bigpond.net.au>
430
431 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
432 dyn_string_append with dyn_string_append_cstr.
433
434 * emul_aix.c (ar_emul_aix_create): Remove unused function.
435
84ad6ede
NC
4362002-12-10 James Cownie <jcownie@etnus.com>
437
438 * readelf.h (get_TAG_name, get_AT_name,
704afb58 439 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
440 DWARF2 spec.
441 * NEWS: Mention this new support.
442
7d036af2
AM
4432002-12-08 Alan Modra <amodra@bigpond.net.au>
444
445 * NEWS: Mention that bfd no longer declares a "boolean" type.
446
3e8bba36
AM
4472002-12-07 Alan Modra <amodra@bigpond.net.au>
448
449 * readelf.c (process_program_headers): When setting loadaddr, don't
450 assume segment size is 4k. Use p_align instead.
451 (loadaddr): Change from int to long.
452 (dynamic_addr, dynamic_info, version_info): Likewise.
453 (process_dynamic_segment <syminsz>): Likewise.
454 (process_dynamic_segment): Adjust print format string.
455 (rela_addr, rela_size): Delete.
456 (process_relocs): Formatting.
457
d070dab9
JW
4582002-12-05 Jim Wilson <wilson@redhat.com>
459
460 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
461 * configure: Regenerate.
462
45bcbdb1
ILT
4632002-12-04 Ian Lance Taylor <ian@airs.com>
464
465 * MAINTAINERS: Change e-mail address back to airs.com.
466
42ea8716
AH
4672002-12-04 Aldy Hernandez <aldyh@redhat.com>
468
469 * MAINTAINERS: Add self.
470
b34976b6
AM
4712002-11-30 Alan Modra <amodra@bigpond.net.au>
472
473 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
474 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
475 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
476 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
477 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
478 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
479 with TRUE/FALSE. Formatting.
480
c8286bd1
JJ
4812002-11-29 Jakub Jelinek <jakub@redhat.com>
482
483 * readelf.c Replace occurrences of Elf32_Internal_* and
484 Elf64_Internal_* with Elf_Internal_*.
485 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
486 Zero r_addend fields.
487 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
488 Elf_Internal_Rela.
489
92acdfaf
NC
4902002-11-23 Nick Clifton <nickc@redhat.com>
491
492 * size.c (usage): Fix typo describing switch for hex format.
493
48c5eb8a
SS
4942002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
495
496 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
497 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
498 testcase
499
2f62977e
NC
5002002-11-14 Nick Clifton <nickc@redhat.com>
501
502 * readelf.c (process_program_headers): Add comment about return
503 value. Ensure that 0 is returned if the headers are not loaded.
504 (process_file): If process_section_headers failed to load the
505 headers disable any tests that rely upon them. Similarly for
506 process_program_headers.
507
cd24c222
NC
5082002-11-12 Nick Clifton <nickc@redhat.com>
509
510 * po/da.po: Updated Danish translation.
511
f3931575
AM
5122002-11-12 Klee Dienes <kdienes@apple.com>
513
514 * rddbg.c (read_section_stabs_debugging_info): Also recognize
515 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
516
b54e7460
CF
5172002-11-11 Christopher Faylor <cgf@redhat.com>
518
519 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
520 cgf maintainership.
521
4f17cc13
CF
5222002-11-11 Christopher Faylor <cgf@redhat.com>
523
524 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
525
232e7cb8
NC
5262002-11-07 Nick Clifton <nickc@redhat.com>
527
cd24c222 528 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
529 * configure: Regenerate.
530 * po/da.po: New Danish translation.
531
232e7cb8
NC
532 * readelf.c (get_symbol_index_type): Revert part of previous
533 patch: Display unknown symbol types in decimal, not hex.
534
c9e38879
NC
5352002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
536
537 * dlltool.c (add_excludes): Don't prefix excluded fastcall
538 symbols with underscore.
539 (xlate): Ignore add_underscore for decorated fastcall symbols.
540
5412002-11-07 Eric Kohl <ekohl@rz-online.de>
542
543 * deflex.l: Accept '@' as first character of an ID.
544 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
545 ASM_PREFIX for fastcall symbols.
546 (scan_drectve_symbols): Handle fastcall symbols when generating
547 undecorated aliases for symbols in drectve section.
548 (scan_filtered_symbols): Likewise, with export-all.
549 (xlate): Likewise, with --kill-at.
550 (make_imp_label): New function to handle fastcall symbols
551 correctly.
552 (make_one_lib_file): Use make_imp_label instead of make_label
553 for imp symbols.
554
a700dc3b
SS
5552002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
556
557 * MAINTAINERS: Add self as TIC4X maintainer.
558
5cf1065c
NC
5592002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
560
561 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
562 PROCESSOR-specific, OS-specific, reserved and unknown symbol
563 types.
5cf1065c 564
f1ef08cb
AM
5652002-11-04 Alan Modra <amodra@bigpond.net.au>
566
567 * readelf.c (byte_get_little_endian): Comment typo fix.
568 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
569 as the format string.
570 (dump_relocations): Correct section sym names.
571 (process_section_headers): Clear symtab_shndx_hdr.
572 (read_and_display_attr_value): Don't pass indirect string to printf
573 as the format string.
574 (display_debug_frames): Indicate when zero terminator found. Decode
575 DW_EH_PE_pcrel addresses.
576
1a09a22c
NC
5772002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
578
579 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
580 order to ensure proper disassembly of the valid 0-value opcode.
581 * configure: Regenerate.
582 * aclocal.m4: Regenerate.
583 * config.in: Regenerate.
584 * configure.in: Regenerate.
585 * doc/Makefile.in: Regenerate.
586 * po/binutils.pot: Regenerate.
587
c254c557
KK
5882002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
589
590 * MAINTAINERS: Add self as SH maintainer.
591
aefbdd67
BE
5922002-10-23 Ben Elliston <bje@redhat.com>
593
594 * doc/binutils.texi (objdump): Document -z and move the entry for
595 --disassemble-zeroes to the end of the options section (for `z').
596
ab9bcc01
NC
5972002-10-21 Nick Clifton <nickc@redhat.com>
598
599 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
600
8ab56b6f
AM
6012002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
602
603 * objdump.c (dump_data): Correct addr_offset for opb != 1.
604
49c12576
AM
6052002-10-15 Alan Modra <amodra@bigpond.net.au>
606
48417c1a
AM
607 * bucomm.c (list_supported_targets): Use bfd_target_list.
608
49c12576
AM
609 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
610 other object errors in preference to bfd_core errors.
611
6e1a7e9a
AM
6122002-10-14 Alan Modra <amodra@bigpond.net.au>
613
614 * Makefile.am: Run "make dep-am".
615 * objdump.c: #include "bfdver.h".
616 * version.c: Likewise.
617 * Makefile.in: Regenerate.
618 * config.in: Regenerate.
619 * configure: Regenerate.
620 * po/POTFILES.in: Regenerate.
621
09fc3b02
DJ
6222002-10-09 Daniel Jacobowitz <drow@mvista.com>
623
624 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
625 sections. Allow relocations against the absolute symbol. Don't
626 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 627 relocation.
09fc3b02 628
f309035a
NC
6292002-10-07 Gordon Chaffee <chaffee@netvmg.com>
630
631 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
632 ordinary ones are available.
633
810dfa6e
L
6342002-09-30 H.J. Lu <hjl@gnu.org>
635
636 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
637 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
638
bb279dc0
ZW
6392002-09-17 Zack Weinberg <zack@codesourcery.com>
640
641 * Makefile.am (CFILES): Add cxxfilt.c.
642 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
643 (cxxfilt_LDADD): Delete.
644 Remove all references to underscore.c.
645 Regen dependencies.
646 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
647 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
648 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
649 adjustments to fit into binutils framework.
650 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
651
065c959b
NC
6522002-09-12 Roland McGrath <roland@redhat.com>
653
654 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
655 Handle DW_OP_GNU_push_tls_address.
656
e09f4395
NC
6572002-09-11 Nick Clifton <nickc@redhat.com>
658
659 * po/tr.po: Updated Turkish translation.
660
873e0588
NC
6612002-09-10 Nick Clifton <nickc@redhat.com>
662
663 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
664 testsuite changes. Add paragraphs about testsuite and config
665 patches.
666
069fe61f
NC
6672002-08-29 Nick Clifton <nickc@redhat.com>
668
669 * readelf.c (get_machine_flags): Remove redundant reference to
670 E_V850EA_ARCH.
671
fe0507eb
AM
6722002-08-28 Alan Modra <amodra@bigpond.net.au>
673
674 * objdump.c (dump_bfd): Restore lines accidentally deleted in
675 last commit.
676
026df7c5
NC
6772002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
678
bb279dc0 679 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
680 (dump_bfd_header): Likewise.
681
68a4c073
AM
6822002-08-27 Alan Modra <amodra@bigpond.net.au>
683
684 * nm.c: Revert last change.
685
a1df01d1
AM
6862002-08-26 Alan Modra <amodra@bigpond.net.au>
687
688 * nm.c (display_rel_file): Don't report "no symbols" as an error.
689 * objdump.c (slurp_symtab): Likewise.
690 (slurp_dynamic_symtab): Likewise.
691 (dump_symbols): Likewise. Do print "no symbols" to stdout.
692
a926ab2f
GK
6932002-08-24 Geoffrey Keating <geoffk@redhat.com>
694
695 * MAINTAINERS: Change my mailing address.
696
fcf62380
DA
6972002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
698
699 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
700
51e28791
NC
7012002-08-22 Nick Clifton <nickc@redhat.com>
702
703 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
704 HPPA.
705
c5b060ad
AM
7062002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
707
708 * readelf.c (parse_args): Change debug_dump_opt to static.
709
4b73ca92
NC
7102002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
711
712 * stabs.c (parse_stab_argtype): Pass length of physname to
713 stab_demangle_argtypes.
714 (stab_demangle_argtypes): Add new parameter - length of physname.
715 Pass length of physname on to stab_demangle_prefix.
716 (stab_demangle_prefix): Add new parameter - length of physname.
717 Use length of physname (if supplied) to compute end of function
718 name.
719
35b1837e
AM
7202002-08-15 Alan Modra <amodra@bigpond.net.au>
721
722 * readelf.c: Include elf/i370.h.
723 (dump_relocations): Handle EM_S370.
724 (dynamic_segment_parisc_val): Print \n.
725 (process_dynamic_segment <DT_BIND_NOW>): Here too.
726
762baac5
NC
7272002-08-14 Nick Clifton <nickc@redhat.com>
728
729 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
730 * objdump.c (usage): Likewise.
731 * doc/binutils.texi: Likewise.
732
85c09e8a
NC
7332002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
734
735 * rcparse.y (acc_entry): Don't warn about ALT use with
736 non-VIRTKEY.
737
212a3c4d
L
7382002-08-13 H.J. Lu <hjl@gnu.org>
739
740 * objcopy.c (copy_object): Don't warn about the unsupported
741 architecture unless the input target is defaulted or the
742 output architecture is different from the input.
743
2b692c59
NC
7442002-08-09 Nick Clifton <nickc@redhat.com>
745
746 * po/sv.po: Updated Swedish translation.
747
09de7a73
AM
7482002-08-05 Alan Modra <amodra@bigpond.net.au>
749
750 * prdbg.c (pr_fix_visibility): Remove assert.
751
47badb7b
NC
7522002-07-31 Nick Clifton <nickc@redhat.com>
753
754 * addr2line.c (process_file): Rename parameter 'filename' to
755 'file_name' in order to avoid shadowing global symbol of the
756 same name.
757 (main): Likewise.
758
2979dc34
JJ
7592002-07-30 Jakub Jelinek <jakub@redhat.com>
760
761 * readelf.c (OPTION_DEBUG_DUMP): Define.
762 (options): Use it.
763 (usage): Update help.
764 (parse_args): Handle --debug-dump separately from -w.
765 * doc/binutils.texi (readelf): Update documentation.
766
219576a4
NC
7672002-07-25 Nick Clifton <nickc@redhat.com>
768
769 * po/es.po: Updated Spanish translation.
770 * po/fr.po: Updated French translation.
771
bf4f22e6 7722002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 773
bf4f22e6
NC
774 * po/es.po: Updated Spanish translation.
775
c5b3a82a
AM
7762002-07-23 Alan Modra <amodra@bigpond.net.au>
777
778 * Makefile.am: Run "make dep-am".
779 * Makefile.in: Regenerate.
780
0461a601
NC
7812002-07-23 Nick Clifton <nickc@redhat.com>
782
bf4f22e6 783 * po/fr.po: Updated French translation.
0461a601 784
bf44dd74
AM
7852002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
786
787 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
788
2c205ff2
AM
7892002-07-20 Alan Modra <amodra@bigpond.net.au>
790
63eb0809 791 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 792
1e4cf259
NC
7932002-07-18 Denis Chertykov <denisc@overta.ru>
794 Frank Ch. Eigler <fche@redhat.com>
795
796 * readelf.c: Include "elf/ip2k.h".
797 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
798 (dump_relocations): Likewise.
799 (get_machine_name): Likewise.
800 * NEWS: Mention IP2K support.
801
2cbb2eef
NC
8022002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
803
804 * NEWS: Add 'Changes in 2.13'.
805
047b2264
JJ
8062002-07-10 Jakub Jelinek <jakub@redhat.com>
807
808 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
809 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
810 (get_section_type_name): Handle SHT_GNU_LIBLIST.
811 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
812 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
813 (process_gnu_liblist): New.
814 (process_file): Call it.
815
97230b15
AM
8162002-07-03 Alan Modra <amodra@bigpond.net.au>
817
818 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
819 * Makefile.in: Regenerate.
820
a6637ec0
AM
8212002-07-02 Alan Modra <amodra@bigpond.net.au>
822
823 * budemang.c: New file, "demangle" function.
824 * budemang.h: New file.
825 * addr2line.c (translate_addresses): Use "demangle".
826 * nm.c (print_symname): Likewise.
827 * objdump.c (objdump_print_symname): Likewise.
828 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
829 here since that obfuscates.
830 * rdcoff.c: Don't #include demangle.h.
831 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
832 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
833 (HFILES): Add budemang.h. Sort.
834 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
835 Run "make dep-am".
836 * Makefile.in: Regenerate.
837
179d3252
JT
8382002-07-01 Matt Thomas <matt@3am-software.com>
839
840 * readelf.c: Include "elf/vax.h".
841 (guess_is_rela): Move EM_VAX from unknown to RELA case.
842 (dump_relocations): Handle VAX relocations.
843 (get_machine_flags): Handle VAX machine flags.
844
75751cd9
SC
8452002-06-29 Stephane Carrez <stcarrez@nerim.fr>
846
847 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
848
e5851ab8
NC
8492002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
850
851 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
852
eb3f2f5c
AM
8532002-06-26 Alan Modra <amodra@bigpond.net.au>
854
855 * nm.c (print_symname): When demangling, strip leading dots from
856 symbol names to avoid confusing the demangler.
857
a13a0de8
L
8582002-06-25 H.J. Lu <hjl@gnu.org>
859
860 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
861 * Makefile.in: Regenerated.
862
6db7a086
AM
8632002-06-21 Igor Schein <igor@txc.com>
864
865 * configure.in: Quote bu_cv_have_fopen64.
866 * configure: Regenerate.
867
9710509e
AM
8682002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
869
870 * configure.in: Check for strcoll.
871 * configure: Regenerate.
872 * config.in: Regenerate.
873 * nm.c (main): Set locale for LC_COLLATE category.
874 (non_numeric_forward): Use strcoll if available.
875
a9f0b5e7
DB
8762002-06-20 Dave Brolley <brolley@redhat.com>
877
878 * MAINTAINERS: Add self as fr30 and frv maintainer.
879
33f5f537
L
8802002-06-18 H.J. Lu (hjl@gnu.org)
881
882 * nm.c: Include "elf/common.h".
883 (extended_symbol_info): Add elfinfo, a pointer to
884 elf_symbol_type.
885 (SYM_SIZE): Use elfinfo if it is not NULL.
886 (get_symbol_type): New function.
887 (display_archive): Set print_width for each archive member.
888 (display_file): Likewise.
889 (display_rel_file): Don't set print_width here.
890 (print_object_filename_sysv): Handle print_width.
891 (print_archive_member_sysv): Likewise.
892 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
893 (print_symbol): Set the elfinfo field in extended_symbol_info
894 for ELF.
895 (print_object_filename_sysv): Fix the output format.
896 (print_symbol_info_sysv): Print type and section for ELF.
897
8982002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
899
900 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 901 the symbol's size equal to its value when --size-sort is
33f5f537
L
902 used.
903
5c70f934
DB
9042002-06-18 Dave Brolley <brolley@redhat.com>
905
906 From Catherine Moore:
907 * readelf.c (elf/frv.h): #include it.
908 (guess_is_rela): Support EM_CYGNUS_FRV.
909 (dump_relocations): Ditto.
910 (get_machine_name): Ditto.
911 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
912
7ece0d85
JJ
9132002-06-18 Jakub Jelinek <jakub@redhat.com>
914
915 * readelf.c (get_file_header): Only read the first section header if
916 e_shoff is non-zero.
917
72797995
L
9182002-06-15 H.J. Lu (hjl@gnu.org)
919
920 * nm.c (print_size): New variable. Initialize to 0.
921 (long_options): Add 'S'/"print-size".
922 (main): Handle 'S'.
923 (print_symbol_info_bsd): Print size only if print_size is not
924 0.
925
926 * doc/binutils.texi: Document -S/--print-size.
927
977f7911
NC
9282002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
929
930 * nm.c (struct extended_symbol_info): New strcuture: Add the size
931 of the symbols to the information provided by the symbol_info
932 structure.
933 (print_symbols): Pass the symbol size to print_symbol.
934 (print_size_symbols): Pass the symbol size to print_symbol.
935 (print_symbol): Extra argument: The size of the symbol. Store
936 this in the extended_symbol_info structure.
937 (print_symbol_info): Change type of info parameter to
938 extended_symbol_info. Display the size, if known.
939 (print_symbol_info_posix): Likewise.
940 (print_symbol_info_sysv): Likewise.
941
b1f88ebe
AM
9422002-06-08 Alan Modra <amodra@bigpond.net.au>
943
fa449227
AM
944 * Makefile.am: Run "make dep-am".
945 * Makefile.in: Regenerate.
946 * doc/Makefile.in: Regnerate.
947
b1f88ebe
AM
948 * bucomm.c: Replace CONST with const.
949 * nm.c: Likewise.
950 * objdump.c: Likewise.
951
91a106e6
L
9522002-06-07 H.J. Lu <hjl@gnu.org>
953
954 * readelf.c (DW_CFA_GNU_args_size): Don't define.
955 (DW_CFA_GNU_negative_offset_extended): Likewise.
956 (DW_CFA_GNU_window_save): Likewise.
957 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
958 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
959
6ab6b380 9602002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 961
6ab6b380
NC
962 * nm.c: When computing size of symbols for an ELF target use the
963 internal size field.
964
e28e05a3
JL
9652002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
966
967 * testsuite/binutils-all/objcopy.exp: clear xfail for
968 "hppa*64*-*-hpux*".
969 * testsuite/binutils-all/hppa/objdump.exp: Return if
970 "*64*-*-*".
971
dc156bc0
AM
9722002-06-05 Alan Modra <amodra@bigpond.net.au>
973
974 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
975
9762002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
977
978 * objdump.c: Fix formatting.
979
d79e4ea3
BE
9802002-05-29 Ben Elliston <bje@redhat.com>
981
982 * MAINTAINERS: Add self as M68k maintainer.
983
d172d4ba
NC
9842002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
985
986 * readelf.c: Modified/Added DLX elf support.
987
7edb8f29
NC
9882002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
989
3a1a2036
NC
990 * arsup.c: Fix formatting.
991 * debug.c (debug_record_label): Add missing colon to error
992 message.
993 * ieee.c (parse_ieee_ty): Fix spelling typo.
994 * readelf.c (process_program_headers): Remove English assumption
995 about making a plural word.
996 (process_section_headers): Likewise.
997 (process_relocs): Allow quotes to be translated.
998 (process_unwind): Likewise,
999 (process_mips_specific): Improve error message.
1000 (get_note_type): Fix spelling typo.
1001
7edb8f29
NC
1002 * configure.in (ALL_LINGUAS): Add sv
1003 * po/sv.po: New file.
1004
3eee1e9d
AM
10052002-05-27 Alan Modra <amodra@bigpond.net.au>
1006
1007 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1008 (unw_print_grmask): Likewise.
1009 (unw_print_frmask): Likewise.
1010
d43efbe3
KH
10112002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1012
1013 * arsup.c: Remove ARGSUSED.
1014 * debug.c: Likewise.
1015 * ieee.c: Likewise.
1016 * nlmconv.c: Likewise.
1017 * prdbg.c: Likewise.
1018 * stabs.c: Likewise.
1019 * wrstabs.c: Likewise.
1020
e9792343
AM
10212002-05-25 Alan Modra <amodra@bigpond.net.au>
1022
1023 * arlex.l: Use #include "" instead of <> for local header files.
1024 * coffdump.c: Likewise.
1025 * coffgrok.c: Likewise.
1026 * nlmconv.c: Likewise.
1027 * nlmheader.y: Likewise.
1028 * srconv.c: Likewise.
1029 * strings.c: Likewise.
1030 * sysdump.c: Likewise.
1031 * unwind-ia64.h: Likewise.
1032 * windres.h: Likewise.
1033 * winduni.h: Likewise.
1034
d7e53452
TR
10352002-05-24 Tom Rix <trix@redhat.com>
1036
1037 * MAINTAINERS: Add self as the d10v maintainer.
1038
436e8db0
NC
10392002-05-24 TAMURA Kent <kent@netbsd.org>
1040
1041 * configure.in: Builds dlltool for i386-netbsdpe.
1042 * configure: Regenerate.
1043
9f66665a
KH
10442002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1045
1046 * size.c: Fix formatting.
1047 * srconv.c: Likewise.
1048 * stabs.c: Likewise.
1049 * sysdump.c: Likewise.
1050 * unwind-ia64.c: Likewise.
1051 * wrstabs.c: Likewise.
1052
13ae64f3
JJ
10532002-05-23 Jakub Jelinek <jakub@redhat.com>
1054
1055 * readelf.c (get_segment_type): Add PT_TLS.
1056 (get_elf_section_flags): Add SHF_TLS.
1057 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1058 (process_dynamic_segment): Use puts instead of printf.
1059 (get_symbol_type): Support STT_TLS.
1060 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1061 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1062 Add SEC_THREAD_LOCAL.
1063
53c7db4b
KH
10642002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1065
1066 * rdcoff.c: Fix formatting.
1067 * rddbg.c: Likewise.
1068 * readelf.c: Likewise.
1069 * rename.c: Likewise.
1070 * resbin.c: Likewise.
1071 * resrc.c: Likewise.
1072 * resres.c: Likewise.
1073
0af11b59
KH
10742002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1075
1076 * filemode.c: Fix formatting.
1077 * ieee.c: Likewise.
1078 * is-ranlib.c: Likewise.
1079 * is-strip.c: Likewise.
1080 * maybe-ranlib.c: Likewise.
1081 * maybe-strip.c: Likewise.
1082 * nlmconv.c: Likewise.
1083 * nm.c: Likewise.
1084 * not-ranlib.c: Likewise.
1085 * not-strip.c: Likewise.
1086 * objcopy.c: Likewise.
1087 * objdump.c: Likewise.
1088
21611032
TS
10892002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1090
1091 * objdump.c (dump_headers): Fix output formatting for ELF32
1092 architectures in a BFD64 enabled toolchain.
1093
26044998
KH
10942002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1095
1096 * debug.c: Fix formatting.
1097 * debug.h: Likewise.
1098 * dlltool.c: Likewise.
1099 * dllwrap.c: Likewise.
1100 * emul_aix.c: Likewise.
1101 * emul_vanilla.c: Likewise.
1102
f462a9ea
KH
11032002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1104
1105 * addr2line.c: Fix formatting.
1106 * ar.c: Likewise.
1107 * arsup.c: Likewise.
1108 * arsup.h: Likewise.
1109 * binemul.c: Likewise.
1110 * binemul.h: Likewise.
1111 * bucomm.c: Likewise.
1112 * coffdump.c: Likewise.
1113 * coffgrok.c: Likewise.
1114 * coffgrok.h: Likewise.
1115
e0159aa9
MM
11162002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1117
1118 * MAINTAINERS: Add myself as the second AVR port maintainer.
1119
074b403e
SC
11202002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1121
1122 * MAINTAINERS: Update my email address.
1123
2b9c8201
NC
11242002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1125
1126 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1127
e1d5b1e7
AM
11282002-05-09 Alan Modra <amodra@bigpond.net.au>
1129
1130 * configure.in: Replace `*pe' with `pe' throughout.
1131 * configure: Regenerate.
1132
d3d8a9ee
NC
11332002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1134
1135 * Makefile.am: Honour DESTDIR.
1136 * Makefile.in: Regenerate.
1137
405c98a4
AM
11382002-05-06 Alan Modra <amodra@bigpond.net.au>
1139
a02d5965
AM
1140 * dlltool.c (process_def_file): Add missing prototype.
1141 (new_directive, assemble_file, main): Likewise.
1142 (process_def_file, new_directive): Make static.
1143 (inform): Rewrite using VA_FIXEDARG.
1144 * dllwrap.c (mybasename): Add missing prototype.
1145 (strhash, main): Likewise.
1146 (inform): Rewrite using VA_FIXEDARG.
1147 (warn): Likewise.
1148 (cleanup_and_exit): Use old style function definition.
1149 (strhash): Likewise.
1150 * windres.c (define_resource): Use one memset to clear all of
1151 struct res_resource.
1152
405c98a4 1153 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1154 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1155
11562002-05-06 Borut Razem <borut.razem@siol.net>
1157
1158 * rclex.l (get_string): Correct "strings" list handling.
1159 * resrc.c (read_rc_file): Discard strings.
1160
91593c9d
AM
11612002-05-04 Alan Modra <amodra@bigpond.net.au>
1162
e58a75dc
AM
1163 * ar.c (replace_members): Remove unused var. Formatting fix.
1164 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1165
91593c9d
AM
1166 * MAINTAINERS: Sort port maintainers by CPU.
1167
6b52b824
AM
11682002-05-04 Bob Byrnes <byrnes@curl.com>
1169
1170 * size.c (display_archive): Add last_arfile and code to close archives.
1171
dd70071f
AM
11722002-05-01 Alan Modra <amodra@bigpond.net.au>
1173
1174 * nm.c (print_symbol): Check returned filename from
1175 bfd_find_nearest_line is non-NULL.
1176
6c95717a 11772002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1178
1179 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1180
3c25c5f6
NC
11812002-04-24 Christian Groessler <chris@groessler.org>
1182
1183 * MAINTAINERS: Changed my email address.
1184
944cd72c
TS
11852002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1186
1187 * arparse.y: Fix syntax warning.
1188
ea91f8bb
NC
11892002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1190
3e55a963
NC
1191 * readelf.c (fetch_location_list): Remove unused function.
1192
1193 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1194 and display a warning message, then exit the loop.
1195
ea91f8bb
NC
1196 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1197
45b99827
NC
11982002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1199
1200 * resrc.c (write_rc_dialog): If charset is non-default value
1201 display all of the DIALOGEX parameters.
1202
12032002-04-15 Eric Kohl <ekohl@rz-online.de>
1204
bb279dc0 1205 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1206 DIALOGEX resources.
1207 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1208 resource data.
bb279dc0 1209 (res_to_bin_dialog): Likewise.
45b99827
NC
1210 * windres.h: Added misssing charset variable to dialog_ex
1211 structure.
1212
acfbab8a
NC
12132002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1214
1215 * rcparse.y: Set MEMFLAG_PURE by default.
1216
df3baf66
NC
12172002-04-09 Bernd Herd <info@herdsoft.com>
1218
bb279dc0 1219 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1220 are quoted.
4c30641a 1221 Fix typo in BEDIT warning.
91eafb40 1222 Don't add default dialog style when explicit style specified.
b62a12ca 1223 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1224
b24eb5ac
NC
1225 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1226 (handle_quotes) "\a" escape (used for right justified key
1227 definitions in menus) is encodes as binary 8.
df3baf66 1228
b24eb5ac
NC
1229 * resrc.c (write_rc_dialog): Print style even if it is 0.
1230 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1231 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1232
b24eb5ac
NC
1233 * resbin.c (bin_to_res_dialog): Use signature to identify
1234 DIALOGEX.
f7d63484 1235
b24eb5ac 1236 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1237
df3baf66
NC
12382002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1239
1240 * resrc.c: print CLASS names in quotes
1241
12422002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1243
1244 * MAINTAINERS: Update my email address.
1245
8e42bcb6
AM
12462002-04-04 Alan Modra <amodra@bigpond.net.au>
1247
1248 * dep-in.sed: Cope with absolute paths.
1249 * Makefile.am (dep.sed): Subst TOPDIR.
1250 Run "make dep-am".
1251 * Makefile.in: Regenerate.
1252
96f959e5
PT
12532002-03-27 Peter Targett <peter.targett@arc.com>
1254
1255 * MAINTAINERS: Update my email address.
1256
1ea788ee
AM
12572002-03-21 Alan Modra <amodra@bigpond.net.au>
1258
1259 * Makefile.am: Run "make dep-am".
1260 * Makefile.in: Regenerate.
1261 * doc/Makefile.in: Regenerate.
1262 * po/POTFILES.in: Regenerate.
1263 * aclocal.m4: Regenerate.
1264 * config.in: Regenerate.
1265 * configure: Regenerate.
1266
a2f14207
DB
12672002-03-20 Daniel Berlin <dan@dberlin.org>
1268
1269 * readelf.c: Add support for displaying dwarf2 location lists.
1270 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1271 (parse_args): Use 'O' as shorthand for displaying location list
1272 section.
1273 (process_section_headers): Handle debug_loc as well.
1274 (load_debug_loc): New.
1275 (free_debug_loc): New.
1276 (fetch_location_list): New.
1277 (display_debug_loc): New.
1278 (display_debug_info): Call load_debug_loc and free_debug_loc.
1279 (debug_displays): We can display .debug_loc now, too.
1280 (usage): Update usage string.
1281 (read_and_display_attr_value): Note location lists, but don't
1282 display them inline.
1283
eb1e0e80
NC
12842002-03-18 Tom Rix <trix@redhat.com>
1285
1286 * Makefile.am: Add binutils emulation support.
1287 * configure.in: Same.
1288 * configure.tgt: New file. Same.
1289 * ar.c (main): Use ar_emul_parse_arg.
1290 (usage): Use ar_emul_usage.
1291 (replace_members): Use ar_emul_replace, ar_emul_append.
1292 * binemul.c: New file. Define the binutils emulation
1293 layer. Define default methods.
1294 * binemul.h: New file. Binutils emulation layer header file.
1295 * emul_aix.c: New file. AIX binutils emulation.
1296 * emul_vanilla.c: New file. Default binutils emulation.
1297 * Makefile.in: Regenerate.
1298 * configure: Same.
1299
a1c259a1
NC
13002002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1301
1302 * po/fr.po: Updated version.
1303
9ce88e60
NC
13042002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1305
1306 * po/fr.po: Updated version.
1307
effb0601
DJ
13082002-03-07 Daniel Jacobowitz <drow@mvista.com>
1309
1310 * README: Update some version numbers.
1311
a65688ab
DJ
13122002-03-07 Daniel Jacobowitz <drow@mvista.com>
1313
1314 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1315 (Architecture Selection): Likewise.
1316
f3f7fbb2
NC
13172002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1318
1319 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1320 generating .exp file.
1321
25345be5
NC
13222002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1323
1324 * readelf.c (dump_relocations): Fix typo.
1325
9a66911f
NC
13262002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1327
1328 * NEWS: Mark 2.12 branch.
1329
2c71103e
NC
13302002-02-18 Timothy Daly <remote_bob@yahoo.com>
1331
bb279dc0
ZW
1332 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1333 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1334 output.
bb279dc0 1335 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1336 to 'unrecognized'.
1337 (decode_ARM_machine_flags): Likewise.
1338 (parse_args): Likewise.
1339 (read_and_display_attr_value): Likewise.
1340 (display_debug_section): Likewise.
1341
49fda6c8
HPN
13422002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1343
1344 * NEWS: Mention support for MMIX.
1345
76f57f3a
JT
13462002-02-13 Matt Fredette <fredette@netbsd.org>
1347
1348 * readelf.c (get_machine_flags): Recognize EF_M68000.
1349
d36ca9c2
AO
13502002-02-12 Alexandre Oliva <aoliva@redhat.com>
1351
1352 * MAINTAINERS: Added self as MN10300 co-maintainer.
1353
19397422
AM
13542002-02-12 Alan Modra <amodra@bigpond.net.au>
1355
1356 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1357 DT_PPC64_OPDSZ.
1358
d434e574
DJ
13592002-02-11 Daniel Jacobowitz <drow@mvista.com>
1360
1361 * MAINTAINERS: List myself as branch maintainer.
1362
12b87c89
AM
13632002-02-11 Alan Modra <amodra@bigpond.net.au>
1364
1365 * configure: Regenerate.
1366 * objcopy.c: Update copyright date.
1367 * doc/Makefile.in: Regenerate.
1368
8d037c5c
DJ
13692002-02-10 Daniel Jacobowitz <drow@mvista.com>
1370
1371 * nlmconv.c: Back out localtime PARAMS change.
1372
4c168fa3
AM
13732002-02-11 Alan Modra <amodra@bigpond.net.au>
1374
1375 * objcopy.c (MKDIR): Define.
1376 (copy_archive): Make name_list.name const. Use MKDIR.
1377 Handle duplicate files in archives by making more temp dirs.
1378
408f8db1
DJ
13792002-02-10 Daniel Jacobowitz <drow@mvista.com>
1380
1381 * coffdump.c: Include "getopt.h" after "bucomm.h"
1382 so that macros are defined correctly.
1383 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1384 prototype. Prototype main.
1385 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1386
9f77fa06
AO
13872002-02-06 Alexandre Oliva <aoliva@redhat.com>
1388
1389 * MAINTAINERS: Added self as SH co-maintainer.
1390
82f6addb
NC
13912002-02-05 Nick Clifton <nickc@redhat.com>
1392
1393 * po/tr.po: Updated translation.
1394
ba323545
AM
13952002-02-01 Alan Modra <amodra@bigpond.net.au>
1396
1397 * Makefile.am: Run "make dep-am"
1398 * Makefile.in: Regenerate.
1399
3deb89d3
DJ
14002002-01-29 Daniel Jacobowitz <drow@mvista.com>
1401
1402 * nm.c (print_value): Mark abfd unused.
1403
a0e9c55f
DJ
14042002-01-29 Daniel Jacobowitz <drow@mvista.com>
1405
1406 * unwind-ia64.c (unw_decoder): Change second argument
1407 to unsigned int, to match function prototypes.
1408
d7a283d4
DJ
14092002-01-29 Daniel Jacobowitz <drow@mvista.com>
1410
1411 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1412 __GNU_LIBRARY__ will be defined.
1413 * size.c: Likewise.
1414
4867be41
DJ
14152002-01-27 Daniel Jacobowitz <drow@mvista.com>
1416
1417 * configure: Regenerated.
1418
7562a296
HPN
14192002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1420
1421 * doc/Makefile.am (install): Depend on install-info.
1422 * doc/Makefile.in: Regenerate.
1423
15c82623
NC
14242002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1425
1426 * objcopy.c (strip_usage): Document -d as an alias
1427 --strip-debug.
1428
1429 * size.c (usage): Document [-t | --totals] options.
1430 (long_options): Add --totals option.
1431 (main): If the [-t | --totals] option is specified and
1432 the output format is Berkeley-style, print the total
1433 text, data, and bss sizes of all objects listed.
1434 (print_berkeley_format): If the [-t | --totals] option
1435 is specified, track the total text, data, and bss
1436 sizes.
1437 * doc/binutils.texi (size): Document [-t | --totals] options.
1438 (strip): Document -d as an alias for --strip-debug.
1439 * NEWS: Mention new feature of size.
1440
00ea8601 14412002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1442
1ddbd152
NC
1443 * po/fr.po: Updated version.
1444 * po/es.po: Updated version.
b85cedd7 1445
8b53311e
NC
14462002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1447
1448 * addr2line.c (usage): Update text to provide verbose
1449 description of the command line options.
1450 * ar.c (usage): Update text to provide verbose
1451 description of the command line options.
1452 (main): Accept -h and -H when running as ranlib.
1453 * coffdump.c (show_usage): Update text to provide verbose
1454 description of the command line options.
1455 * dlltool.c (main): Accept -H as an alias for --help.
1456 * nlmconv.c (show_usage): Update text to provide verbose
1457 description of the command line options.
1458 * nm.c (usage): Replace OPTIONS with option(s).
1459 (main): Accept -H as an alias for --help.
1460 * objcopy.c (strip_main): Accept -H as an alias for --help.
1461 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1462 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1463 other binutils.
1464 * size.c (usage): Update text to provide verbose description
1465 of the command line options.
1466 (main): Accept -v, -h and -H as command line options.
1467 * srconv.c (show_usage): Update text to provide verbose
1468 description of the command line options.
1469 * strings.c (main): Accept -H and -v as command line options.
1470 (usage): Update text to provide verbose description of the
1471 command line options.
1472 * sysdump.c (show_usage): Update text to provide verbose
1473 description of the command line options.
1474 * windres.c (usage): Adjust format to match style used in
1475 other binutils.
1476
1477 * coffdump.c: Fix formatting.
1478 * nlmconv.c: Fix formatting.
1479 * srconv.c: Fix formatting.
1480 * sysdump.c: Fix formatting.
1481
c46f0c34
AM
14822002-01-22 Alan Modra <amodra@bigpond.net.au>
1483
1484 * Makefile.am: Run "make dep-am".
1485 * Makefile.in: Regenerate.
1486
2a538ba5
AJ
14872002-01-18 Andreas Jaeger <aj@suse.de>
1488
1489 * version.c (print_version): Update year.
1490
285d1771
AM
14912002-01-17 Alan Modra <amodra@bigpond.net.au>
1492
1493 * readelf.c (get_machine_name): Handle EM_PPC64.
1494 (guess_is_rela): Here too.
1495
328577ad
NC
14962002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1497
1498 * po/binutils.pot: Regenerate.
1499 * po/fr.po: Regenerate.
1500 * po/tr.po: Regenerate.
1501
af3ae48d
NC
15022002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1503
1504 * po/tr.po: Import new version.
1505
f1cb7e17
AM
15062002-01-16 Alan Modra <amodra@bigpond.net.au>
1507
1508 * readelf.c (get_ppc64_dynamic_type): New.
1509 (get_dynamic_type): Call it.
1510
6364e0b4
NC
15112002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1512
3ab9460d 1513 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1514 (strip_usage): Use "options" instead of "switches".
3ab9460d 1515 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1516 "switches".
6364e0b4 1517
3a7e524e
RE
15182002-01-14 Richard Earnshaw <rearnsha@arm.com>
1519
1520 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1521
1209e219
NC
15222001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1523
1524 * po/es.po: Import from translation project.
1525 * configure.in (ALL_LINGUAS): Add es.
1526 * configure: Regenerate.
1527
b4db1224
JT
15282002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1529
1530 * readelf.c (get_netbsd_elfcore_note_type): Use
1531 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1532
9437c45b
JT
15332002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1534
1535 * readelf.c: Update copyright years.
1536 (get_note_type): Return a const char *.
1537 (get_netbsd_elfcore_note_type): New function.
1538 (process_note): Use get_netbsd_elfcore_note_type to get
1539 the note type string for NetBSD ELF core files.
1540
00428cca
AM
15412002-01-06 Steve Ellcey <sje@cup.hp.com>
1542
1543 * readelf.c (get_ia64_segment_type): Add support for macros.
1544 (get_segment_type): Add support for IA64 specific macros.
1545
31104126
NC
15462001-12-20 Julian v. Bock <julian@wongr.net>
1547
1548 * readelf.c (print_symbol): New function: Print a formatted symbol
1549 name. If --wide is specified do not truncate it.
1550 (dump_relocations): Use print_symbol() to print symbol names.
1551 (process_symbol_table): Likewise.
1552 (process_syminfo): Likewise.
1553 (process_mips_specific): Likewise.
1554 (usage): Document new feature of --wide switch.
1555 * doc/binutils.texi (objdump): Document additional behaviour of
1556 --wide.
2a538ba5 1557
4dd67f29
MS
15582001-12-18 Michael Snyder <msnyder@redhat.com>
1559
1560 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1561 (copy_object): Don't set the start address or flags of a core file.
1562 (copy_section): Don't relocate a core file. Don't copy contents
1563 if the input section has the contents flag set, but the output
1564 section does not (which happens with the fake 'note' pseudo-
1565 sections that BFD creates for corefiles).
1566
43521d43
TS
15672001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1568
1569 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1570 ASE extensions. More robust code for ISA checking. Ignore empty fields
1571 in header flags for GNU extensions.
1572
b667df2e
AM
15732001-12-18 Alan Modra <amodra@bigpond.net.au>
1574
1575 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1576
17a5a5c3
NC
15772001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1578
1579 * po/ja.po: Import from translation project.
1580 * configure.in (ALL_LINGUAS): Add ja.
1581 * configure: Regenerate.
1582
65de42c0
TS
15832001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1584
1585 * addr2line.c (main): Protoype.
1586 * ar.c (main): Protoype.
1587 * nm.c (main): Protoype.
1588 * objcopy.c (main): Protoype.
1589 * objdump.c (main): Protoype.
1590 * size.c (main): Protoype.
1591 * strings.c (main): Protoype.
1592
9ad5cbcf
AM
15932001-12-17 Alan Modra <amodra@bigpond.net.au>
1594
1595 * readelf.c (symtab_shndx_hdr): New global.
1596 (SECTION_HEADER_INDEX): Define.
1597 (SECTION_HEADER_NUM): Define.
1598 (SECTION_HEADER): Define.
1599 (GET_ELF_SYMBOLS): Pass two params rather than three.
1600 (get_32bit_elf_symbols): Take file and section args. Read and
1601 use SHT_SYMTAB_SHNDX.
1602 (get_64bit_elf_symbols): Likewise.
1603 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1604 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1605 Remember symtab_shdx_hdr.
1606 (process_program_headers): Scan from index 1 for segment map.
1607 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1608 "section_headers".
1609 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1610 (process_unwind): Likewise.
1611 (process_version_sections): Likewise.
1612 (process_symbol_table): Likewise.
1613 (display_debug_info): Likewise.
1614 (process_dynamic_segment): Fake up a symtab section for changed
1615 GET_ELF_SYMBOLS.
1616 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1617 (process_program_headers): Kill signed/unsigned warning.
1618 (load_debug_str): Likewise.
1619 (display_debug_info): Likewise.
1620
65765700
JJ
16212001-12-13 Jakub Jelinek <jakub@redhat.com>
1622
1623 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1624
560f3c1c
AM
16252001-12-11 Alan Modra <amodra@bigpond.net.au>
1626
1627 * readelf.c (process_file_header): Print extended e_shnum and
1628 e_shdtrndx values. Set elf_header values for same.
1629 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1630 (get_64bit_section_headers): Likewise.
1631 (process_section_headers): Update calls.
1632 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1633
bc408b8a
JJ
16342001-12-10 Jakub Jelinek <jakub@redhat.com>
1635
1636 * objcopy.c (setup_section): Copy entsize.
1637
93fbbb04
GK
16382001-12-07 Geoffrey Keating <geoffk@redhat.com>
1639
1640 * readelf.c (guess_is_rela): Add support for stormy16.
1641 (dump_relocations): Likewise.
1642 (get_machine_name): Likewise.
1643
e3c8793a
NC
16442001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1645
1646 * dllwrap.c (main) Replace multiple strings describing a
1647 single error with a single, newline escaped sentence to permit
1648 better translation into foreign languages.
1649
1650 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1651 class names.
1652
956cd1d6
TS
16532001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1654
1655 * strings.c (get_char): Initialize value.
1656
956c53ee
TS
16572001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1658
1659 * arlex.l: Silence compile warnings.
1660 * arsup.h: Likewise. Fix formatting.
1661
cedd9a58
JJ
16622001-12-04 Jakub Jelinek <jakub@redhat.com>
1663
1664 * strings.c: Include config.h before bfd.h.
1665 (file_off): New type.
1666 (file_open): Define.
1667 (print_strings): Use file_off instead of file_ptr. Print addresses
1668 which don't fit into long correctly.
1669 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1670 available.
1671 (strings_file): Use file_off instead of file_ptr. Use file_open.
1672 * configure.in: Check for getc_unlocked.
1673 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1674 be defined for it.
1675 * configure: Rebuilt.
1676 * config.h.in: Rebuilt.
1677
af667503
L
16782001-11-29 H.J. Lu <hjl@gnu.org>
1679
1680 * bucomm.c (make_tempname): Revert the changes made on
1681 2001-11-14 and 2001-11-12. They won't work with directories.
1682
16474668
NC
16832001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1684
1685 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1686 CFLAGS_FOR_TARGET to runtest in environment.
1687 * Makefile.in: Rebuild.
1688 * doc/Makefile.in: Rebuild.
1689
17978339
MS
16902001-11-28 Mike Stump <mrs@wrs.com>
1691
1692 * objcopy.c (setup_section): Preserve SEC_RELOC when
1693 --set-section-flags is used.
1694
261a45ad
NC
16952001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1696
1697 * readelf.c (do_debug_str): New variable.
1698 (display_debug_str): New function: Display the contents of a
1699 .debug_str section.
1700 (load_debug_str): New function: Load in the contents of a
1701 .debug_str section.
1702 (free_debug_str): New function: Free the memory used by
1703 load_debug_str().
1704 (fetch_indirect_string): Retrieve a string from the .debug_str
1705 section.
1706 (usage): Add -ws.
1707 (parse_args): Accept -ws.
1708 (process_section_headers): Allow the display of the .debug_str
1709 section.
1710 (read_and_display_attr_value): Use fetch_indirect_string. Show
1711 offset into .debug_str section.
1712 (display_debug_info): Use load_debug_str and free_debug_str.
1713 (debug_displays): Add .debug_str.
1714 * doc/binutils.texi: Document -ws.
1715
b8908f93
AJ
17162001-11-19 Andreas Jaeger <aj@suse.de>
1717
1718 * testsuite/binutils-all/objdump.exp: Add x86-64.
1719
e5fb9629
AS
17202001-11-15 Andreas Schwab <schwab@suse.de>
1721
1722 * readelf.c: Fix warnings without terminating newline.
1723
802a735e
AM
17242001-11-15 Alan Modra <amodra@bigpond.net.au>
1725
1726 * doc/binutils.texi (objdump): Document ppc -M options.
1727
b89e9eae
AJ
17282001-11-14 Andreas Jaeger <aj@suse.de>
1729
1730 * doc/binutils.texi (objdump): Fix description to use x86-64.
1731
a6a25652
NC
17322001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1733
1734 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1735 not all systems provide mkstemp.
1736
e396998b
AM
17372001-11-14 Alan Modra <amodra@bigpond.net.au>
1738
1739 * doc/binutils.texi (objdump): Document x86 -M options.
1740
81766fca
RH
17412001-11-13 Keith Walker <keith.walker@arm.com>
1742
1743 * readelf.c (read_and_display_attr_value): New function to
1744 handle DW_FORM_indirect.
1745 (read_and_display_attr): Use it.
1746
1a509dcc
GK
17472001-11-13 Geoffrey Keating <geoffk@redhat.com>
1748
1749 * readelf.c (display_debug_lines): Deal with unknown standard
1750 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1751 DW_LNS_set_isa.
1752
6e917903 17532001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1754
6e917903
TW
1755 * MAINTAINERS: Add self as tic54x maintainer. This target
1756 includes the IBM C54XDSP clone.
7559e86e 1757
6e917903 17582001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1759
7559e86e
NC
1760 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1761
17622001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1763
ecdadc4a
JL
1764 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1765 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1766 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1767 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1768 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1769 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1770 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1771
91770270
JL
1772 * readelf.c (get_elf_class): Fix ISO portability glitch.
1773 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1774
ef5cdfc7
JJ
17752001-11-07 Jakub Jelinek <jakub@redhat.com>
1776
1777 * readelf.c (debug_str, debug_str_size): New.
1778 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1779 Call free_abbrevs.
1780 (read_and_display_addr): Handle DW_FORM_strp.
1781 (display_debug_info): Read .debug_str section if present,
1782 so that DW_FORM_strp can be handled.
1783 Fix test for non-existant .debug_abbrev section.
1784
5e9520c8
JJ
17852001-11-05 Jakub Jelinek <jakub@redhat.com>
1786
1787 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1788
1789 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1790
54589086
MS
17912001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1792
1793 * MAINTAINERS: Add self as s390/s390x maintainer.
1794
c05b685b
TR
17952001-11-02 Tom Rix <trix@bluey.cygnus.com>
1796
1797 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1798
3c62831e
NC
17992001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1800
1801 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1802 * configure: Regernate.
1803 * po/fr.po: New file.
1804 * po/tr.po: New file.
1805
3c3bdf30
NC
18062001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1807
9b19141a 1808 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1809 * readelf.c: Include elf/mmix.h.
1810 (guess_is_rela): MMIX is RELA.
1811 (dump_relocations): Handle MMIX relocations.
1812 * Makefile.am: Regenerate dependencies.
1813 * Makefile.in: Regenerate.
1814
f662939a
NC
18152001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1816
1817 * readelf.c (parse_args): Handle multiple options to the -w
1818 switch.
1819
c91d0dfb
JJ
18202001-10-12 Jakub Jelinek <jakub@redhat.com>
1821
1822 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1823 LOPROC, LOOS and LOUSER.
1824
7559e86e 18252001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1826
1827 * MAINTAINERS: Update my email address.
1828
fcd8210c
AM
18292001-10-03 Alan Modra <amodra@bigpond.net.au>
1830
1831 * doc/Makefile.in: Regenerate.
1832 * configure: Regenerate.
1833
428409d5
NC
18342001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1835
1836 * readelf.c (display_debug_line, display_debug_pubnames,
1837 display_debug_info, display_debug_frames): Detect and warn
1838 about 64-bit format entries.
1839 (display_debug_aranges): Reword 64-bit warning.
1840 (debug_displays): Add .debug_pubtypes as a known, but not yet
1841 supported, debug section.
1842
6a8c2b0d
AM
18432001-10-02 Alan Modra <amodra@bigpond.net.au>
1844
1845 * coffdump.c (PROGRAM_VERSION): Delete.
1846 (main <'V'>): Call print_version.
1847 * srconv.c: Likewise.
1848 * sysdump.c: Likewise.
1849 * version.c (program_version): Remove.
1850 (print_version): Use BFD_VERSION_STRING. Just print the current
1851 year in copyright message.
1852 * addr2line.c (program_version): Remove unused declaration.
1853 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1854 place of BFD_VERSION.
1855 * Makefile.am (Makefile): Depend on bfd/configure.in.
1856 (cplus-dem.o): Depend on Makefile.
1857 Run "make dep-am".
1858 * Makefile.in: Regenerate.
1859
e414a165
NC
18602001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1861
1862 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1863 format .debug_arange sections.
1864 (main): Add missing prototype.
b8908f93 1865
efc3ee7f
HPN
18662001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1867
1868 * Makefile.am: Update dependencies with "make dep-am".
1869 * Makefile.in: Regenerate.
1870
9e85c2a0
RH
18712001-09-28 Richard Henderson <rth@redhat.com>
1872
1873 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1874
451dad9c
AM
18752001-09-26 Alan Modra <amodra@bigpond.net.au>
1876
1877 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1878 VA_CLOSE.
1879 (non_fatal): Likewise.
1880 * objdump.c (objdump_sprintf): Likewise.
1881 * readelf.c (error): Likewise.
1882 (warn): Likewise.
1883
d974e256
JJ
18842001-09-25 Jakub Jelinek <jakub@redhat.com>
1885
1886 * readelf.c (do_wide): New.
1887 (options): Add --wide.
1888 (usage, parse_args): Likewise.
1889 (process_program_headers): Put each segment on a single line if
1890 --wide is given.
1891 (process_section_headers): Put each section on a single line if
1892 --wide is given.
1893 * doc/binutils.texi: Document it.
1894 * NEWS: Likewise.
1895
2f11c261
AM
18962001-09-25 Alan Modra <amodra@bigpond.net.au>
1897
1898 * readelf.c (print_vma): Print 8 digits of low hex value.
1899
1d50f91e
AJ
19002001-09-24 Andreas Jaeger <aj@suse.de>
1901
1902 * nlmconv.c: Fix warnings about unused attributes and function
1903 prototypes.
1904
1905 * strings.c: Add prototype for get_char.
1906
38131e67
L
19072000-09-19 H.J. Lu <hjl@gnu.org>
1908
1909 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1910 $(srcdir)/cxxfilt.man.
1911 * doc/Makefile.in: Rebuild.
1912
3bcfb3e4
AM
19132001-09-19 Alan Modra <amodra@bigpond.net.au>
1914
1915 * objcopy.c (copy_main): Correct rename-section string parsing.
1916 Consolidate new_name parsing, and error messages.
1917
3882b010
L
19182001-09-18 Bruno Haible <haible@clisp.cons.org>
1919
1920 * addr2line.c: Don't include <ctype.h>.
1921 (main): For gettext, also set the LC_CTYPE locate facet.
1922 * ar.c (main): Likewise.
1923 * coffdump.c (main): Likewise.
1924 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1925 (main): For gettext, also set the LC_CTYPE locate facet.
1926 Use ISALNUM instead of isalpha/isdigit.
1927 * dllwrap.c: Don't include <ctype.h>.
1928 (main): For gettext, also set the LC_CTYPE locate facet.
1929 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1930 (main): For gettext, also set the LC_CTYPE locate facet.
1931 Use TOUPPER instead of islower/toupper.
1932 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1933 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1934 Use TOUPPER instead of islower/toupper.
1935 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1936 * objcopy.c (main): Likewise.
1937 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1938 (disassemble_bytes): Use ISPRINT instead of isprint.
1939 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1940 (dump_data): Use ISPRINT instead of isprint.
1941 (main): For gettext, also set the LC_CTYPE locate facet.
1942 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1943 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1944 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1945 Use TOUPPER instead of islower/toupper.
1946 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1947 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1948 (write_rc_accelerators): Use ISPRINT instead of isprint.
1949 (write_rc_rcdata): Likewise.
1950 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1951 * srconv.c (main): Likewise.
1952 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1953 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1954 isdigit/isupper/islower.
1955 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1956 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1957 stab_demangle_prefix, stab_demangle_qualified,
1958 stab_demangle_template, stab_demangle_type,
1959 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1960 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1961 (isgraphic): Use ISPRINT instead of isascii/isprint.
1962 (main): Remove HAVE_LC_MESSAGES dependency.
1963 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1964 (pbarray): Use ISPRINT instead of isprint.
1965 (main): For gettext, also set the LC_CTYPE locate facet.
1966 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1967 (format_from_filename): Use ISPRINT instead of isprint.
1968 (main): For gettext, also set the LC_CTYPE locate facet.
1969 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1970 (unicode_print): Use ISPRINT instead of isprint.
1971 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1972 (stab_variable): Use ISDIGIT instead of isdigit.
1973
e59b4dfb
AM
19742001-09-18 Alan Modra <amodra@bigpond.net.au>
1975
1976 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1977 Replace bfd_read call with call to bfd_bread.
1978 (extract_file): Likewise.
1979
1980 * objdump.c (dump_section_header): Cast section->filepos to
1981 unsigned long to suit printf format string.
1982 * readelf.c (process_section_headers): Similarly for sh_offset.
1983 (process_unwind): Likewise.
1984
d132876a
NC
19852001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1986
1987 * strings.c (encoding, encoding_bytes): New variables.
1988 (long_options): Add --encoding.
1989 (main): Accept -e and --encoding.
1990 (get_char): New function. Read a, possibly wide, character from
1991 the input stream.
1992 (print_strings): Use get_char().
1993 (usage): Document new command line option.
1994 * doc/binutils.texi: Document new command line option.
1995 * NEWS: Announce new command line option.
1996
7559e86e 19972001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1998
1999 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2000 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2001 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2002 Removed EM_CYGNUS_ARC.
2003
7559e86e 20042001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
2005
2006 * readelf.c: Include elf/h8 for H8 series definitions.
2007 (guess_is_rela): H8 series if RELA.
2008 (dump_relocations): Handle H8 series relocations.
2009
0823fbca
EC
20102001-08-31 Eric Christopher <echristo@redhat.com>
2011
2012 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2013
8db76d70
PT
20142001-08-29 Peter Targett <peter.targett@arccores.com>
2015
2016 * MAINTAINERS: Include ARC Maintainer.
2017
d81d6584
BE
20182001-08-29 Ben Elliston <bje@redhat.com>
2019
2020 * stabs.c (stab_demangle_template): Initialise s4.
2021
25a1ff5b
AM
20222001-08-27 Alan Modra <amodra@bigpond.net.au>
2023
2024 * readelf.c (dump_relocations): Recognise EM_PPC64.
2025
a5d22d2a
TS
20262001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2027
2028 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2029
62a5a82d
L
20302001-08-25 H.J. Lu <hjl@gnu.org>
2031
2032 * nm.c (print_width): New.
2033 (display_rel_file): Set `print_width' according to
2034 bfd_sprintf_vma.
2035 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2036
1ae8b3d2
AO
20372001-08-24 Alexandre Oliva <aoliva@redhat.com>
2038
2039 * objcopy.c (use_alt_mach_code): New variable.
2040 (OPTION_ALT_MACH_CODE): Define.
2041 (copy_options): Added --alt-machine-code.
2042 (copy_main): Handle it.
2043 (copy_object): Switch to alternate machine code if requested.
2044 * doc/binutils.texi: Document new option.
2045 * NEWS: Likewise.
2046
d1bdd336
TS
20472001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2048
2049 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2050
410f7a12
L
20512001-08-21 H.J. Lu <hjl@gnu.org>
2052
2053 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2054 (display_debug_info): Cast for 64bit hosts.
2055 (display_debug_frames): Likewise.
2056 (process_mips_specific): Likewise.
2057
c32144ff
AJ
20582001-08-21 Andreas Jaeger <aj@suse.de>
2059
2060 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2061
2062 * sysdump.c: Add missing prototypes.
2063 * srconv.c: Likewise.
2064 * unwind-ia64.c: Likewise.
2065 * coffdump.c: Likewise.
2066
2067 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2068
2069 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2070 of declaring xcalloc.
2071
d8180c76
L
20722001-08-10 H.J. Lu <hjl@gnu.org>
2073
2074 * nm.c (print_value): Add one arg, bfd *.
2075 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2076 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2077 (print_symbol_info_sysv): Likewise.
2078 (print_symbol_info_posix): Likewise.
2079
2080 * objdump.c (dump_section_header): Replace printf_vma with
2081 bfd_printf_vma.
2082 (print_section_stabs): Likewise.
2083 (dump_bfd_header): Likewise.
2084 (objdump_print_value): Replace sprintf_vma with
2085 bfd_sprintf_vma.
2086 (disassemble_bytes): Likewise.
2087 (dump_reloc_set): Likewise.
2088
0218d1e4
AJ
20892001-08-10 Andreas Jaeger <aj@suse.de>
2090
2091 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2092 to build warnings.
2093 * configure: Regenerate.
2094
2863d58a
AM
20952001-08-09 Alan Modra <amodra@bigpond.net.au>
2096
2097 * readelf.c: Add missing prototypes.
2098 * objdump.c: Likewise. Format existing prototypes.
2099
c0e047e0
AO
21002001-08-08 Alexandre Oliva <aoliva@redhat.com>
2101
2102 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2103 of any RELA relocation for the abbrev_offset memory location that
2104 refers to the .debug_abbrev section symbol.
2105
ff78d6d6
L
21062001-08-07 H.J. Lu <hjl@gnu.org>
2107
2108 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2109 (main): Return process_file ().
2110
c36774d6
PB
21112001-08-05 Philip Blundell <philb@gnu.org>
2112
2113 * doc/binutils.texi: Use "Thumb" not "THUMB".
2114
8f9d9bd9
JH
21152001-08-03 John Healy <jhealy@redhat.com>
2116
bb279dc0
ZW
2117 Patch suggested by Frank Eigler <fche@redhat.com>.
2118 * objdump.c (disassemble_data): Fill in section member of the
2119 disasm_info structure.
8f9d9bd9 2120
c918cb96
DD
21212001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2122
2123 * configure.in: Added --with-windres option.
2124 * configure: Regenerated.
2125
c7c55b78
NC
21262001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2127
2128 * doc/binutils.texi: Use @command{name} for commands;
2129 use @option{-opt} for options; use @table @env for list of options;
2130 remove spaces arround [ | ] in synopsis.
2131
2132 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2133 center title.
2134
594ef5db
NC
21352001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2136
bb279dc0
ZW
2137 * objcopy.c: Fix formatting.
2138 (section_rename): New structure.
2139 (OPTION_RENAME_SECTION): New switch.
2140 (copy_usage): Document new switch.
2141 (add_section_rename): New function: Add a node to the section
2142 rename list.
2143 (find_section_rename): New function: Find the new name and
2144 flags for a section.
2145 (setup_section): Call find_section_name to determine the name
2146 of the output section.
2147 (copy_main): Handle OPTION_RENAME_SECTION.
2148 * binutils.texi: Document new switch.
594ef5db
NC
2149 * NEWS: Mention new switch.
2150
1f554c69
NC
21512001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2152
2153 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2154 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2155 bug-binutils@gcc.org.
2156
2f83960e
AM
21572001-07-28 Matthias Kramm <kramm@quiss.org>
2158
2159 * bucomm.c (list_supported_architectures): New function.
2160 * bucomm.h (list_supported_architectures): Declare.
2161 * objdump.c (usage): Call the above.
2162
20fe0649
DB
21632001-07-25 Dave Brolley <brolley@redhat.com>
2164
2165 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2166 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2167
1b577b00
NC
21682001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2169
2170 * README: Update for 2.11. Change bug reporting email address.
2171 * MAINTAINERS: Tidy up. Change bug reporting email address.
2172
95fd336c
DD
21732001-07-16 DJ Delorie <dj@redhat.com>
2174
5f16d855
DD
2175 * resres.c (write_res_header): Align header size.
2176 (res_align_file): Calculate alignment correctly.
2177
95fd336c
DD
2178 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2179 correct 10).
2180 * resrc.c (write_rc_resource): Likewise.
2181 * windres.h (SUBLANG_SHIFT): Define - as 10.
2182
ed8fee27
NC
21832001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2184
2185 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2186
90ab7e9a
NC
21872001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2188
2189 * MAINTAINERS: Add notes about branch checkins.
2190
e0c60db2
NC
21912001-07-05 Daniel Berlin <dan@cgsoftware.com>
2192
2193 * readelf.c (display_debug_macinfo): New function, display
2194 .debug_macinfo section.
2195 (do_debug_macinfo): New variable.
2196 (parse_args): Handle "-w[mM]" to mean display macro info.
2197 (process_section_headers): Handle debug_macinfo.
2198 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2199 function for .debug_macinfo display.
e0c60db2
NC
2200 * doc/binutils.texi: Document new command line switch.
2201 * NEWS: Document new feature of readelf.
0218d1e4 2202
24e01a36
L
22032001-07-05 H.J. Lu <hjl@gnu.org>
2204
2205 * objcopy.c (filter_symbols): Don't turn undefined symbols
2206 into local.
2207
4258bf4d
L
22082001-07-03 H.J. Lu <hjl@gnu.org>
2209
2210 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2211 $@.pod.
2212 (ar.1): Likewise.
2213 (dlltool.1): Likewise.
2214 (nlmconv.1): Likewise.
2215 (nm.1): Likewise.
2216 (objcopy.1): Likewise.
2217 (objdump.1): Likewise.
2218 (ranlib.1): Likewise.
2219 (readelf.1): Likewise.
2220 (size.1): Likewise.
2221 (strings.1): Likewise.
2222 (strip.1): Likewise.
2223 (windres.1): Likewise.
2224 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2225 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2226 $(DEMANGLER_NAME).
2227 (as.1): Removed.
2228 * doc/Makefile.in: Regenerated.
2229
7014bc31
NC
22302001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2231
2232 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2233
b811889f
NC
22342001-07-01 Daniel Berlin <dan@cgsoftware.com>
2235
2236 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2237
12ab83a9
NC
22382001-06-29 James Cownie <jcownie@etnus.com>
2239
2240 * readelf.c: Support DWARF 2.1 attributes.
2241
a6e9f9df
AM
22422001-06-28 Alan Modra <amodra@bigpond.net.au>
2243
2244 * readelf.c (GET_DATA_ALLOC): Remove.
2245 (GET_DATA): Remove.
2246 (get_data): New function combining above macros, with an extra
2247 test for zero size.
2248 (slurp_rela_relocs): Use get_data, and catch error return.
2249 (slurp_rel_relocs): Likewise.
2250 (get_32bit_program_headers): Likewise.
2251 (get_64bit_program_headers): Likewise.
2252 (get_32bit_section_headers): Likewise.
2253 (get_64bit_section_headers): Likewise.
2254 (get_32bit_elf_symbols): Likewise.
2255 (get_64bit_elf_symbols): Likewise.
2256 (process_section_headers): Likewise.
2257 (process_relocs): Likewise.
2258 (slurp_ia64_unwind_table): Likewise.
2259 (process_unwind): Likewise.
2260 (get_32bit_dynamic_segment): Likewise.
2261 (get_64bit_dynamic_segment): Likewise.
2262 (process_dynamic_segment): Likewise.
2263 (process_version_sections): Likewise.
2264 (process_symbol_table): Likewise.
2265 (dump_section): Likewise.
2266 (display_debug_info): Likewise.
2267 (display_debug_section): Likewise.
2268 (process_section_contents): Likewise.
2269 (process_corefile_note_segment): Likewise.
2270 (process_mips_specific): Likewise. Also free econf32, econf64.
2271
af3fc3bc
AM
22722001-06-25 Alan Modra <amodra@bigpond.net.au>
2273
2274 * readelf.c (dump_relocations): Print "bad symbol index" if
2275 symtab == NULL with non-zero symtab_index.
2276 (process_relocs): Don't bomb if reloc section has no symsec.
2277
6d900bf6
L
22782001-06-24 H.J. Lu <hjl@gnu.org>
2279
2280 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2281 by accident.
2282 (copy_main): Apply the the change made to strip_main on
2283 2001-05-30 by accident.
2284
49b4e386
AJ
22852001-06-23 Andreas Jaeger <aj@suse.de>
2286
2287 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2288 parameter 'code'.
2289 (unw_decode_x2): Likewise.
2290 (unw_decode_x3): Likewise.
2291 (unw_decode_x4): Likewise.
2292
d8dc71e3
BE
22932001-06-23 Ben Elliston <bje@redhat.com>
2294
2295 * MAINTAINERS: Add myself as M88k maintainer.
2296
af3bdff7
NC
22972001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2298
2299 * objcopy.c (strip_main): Support -o or --output-file command lien
2300 switch.
2301
105e7211
L
23022001-06-19 H.J. Lu <hjl@gnu.org>
2303
2304 * doc/Makefile.in: Regenerated.
2305
c45021f2
NC
23062001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2307
2308 * readelf.c: Restore formatting.
2309
23102001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2311
bb279dc0
ZW
2312 * Makefile.am: Move documentation into doc subdirectory.
2313 * Makefile.in: Regenerated.
c45021f2 2314 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2315 * addr2line.1: Removed.
2316 * ar.1: Likewise.
2317 * dlltool.1: Likewise.
2318 * nlmconv.1: Likewise.
2319 * nm.1: Likewise.
2320 * objcopy.1: Likewise.
2321 * objdump.1: Likewise.
2322 * ranlib.1: Likewise.
2323 * readelf.1: Likewise.
2324 * size.1: Likewise.
2325 * strings.1: Likewise.
2326 * strip.1: Likewise.
2327 * windres.1: Likewise.
2328 * cxxfilt.man: Likewise.
c45021f2
NC
2329 * doc: New Directory.
2330 * doc/Makefile.am: New file.
2331 * doc/Makefile.in: Generate.
2332
09ad7db3
AM
23332001-06-09 Alan Modra <amodra@bigpond.net.au>
2334
2335 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2336
936260fe
AM
23372001-06-01 Alan Modra <amodra@bigpond.net.au>
2338
2339 * MAINTAINERS: Update my email address.
2340
16b2b71c
NC
23412001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2342
2343 * objcopy.c: Add new switches: --keep-global-symbol,
2344 --keep-symbols, --localize-symbols, --keep-global-symbols and
2345 --weaken-symbols.
2346 * binutils.texi: Document new switches.
2347 * objcopy.1: Regenerate.
2348 * NEWS: Announce new feature.
2349
7036c0e1
AJ
23502001-05-28 Andreas Jaeger <aj@suse.de>
2351
2352 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2353 variables, fix format strings.
2354
76a406e5
NC
23552001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2356
2357 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2358 when computing the address of the line to show.
2359
31b6fca6
RH
23602001-05-16 Richard Henderson <rth@redhat.com>
2361
2362 * readelf.c (do_debug_frames_interp): New.
2363 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2364 (byte_get_big_endian): Likewise.
2365 (parse_args) ['F']: Set do_debug_frames_interp.
2366 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2367 (frame_display_row): Don't trunc pc_begin to int.
2368 (size_of_encoded_value): New.
2369 (display_debug_frames): Handle 64-bit targets. Print raw data
2370 unless do_debug_frames_interp.
2371 (debug_displays): Remove duplicate .debug_frame.
2372
4fe85591
NC
23732001-05-15 Ralf Baechle <ralf@gnu.org>
2374
2375 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2376 The former constant was never in active use and is used otherwise
2377 by the ABI.
2378
579f31ac
JJ
23792001-05-11 Jakub Jelinek <jakub@redhat.com>
2380
2381 * readelf.c (process_unwind): Print all unwind sections, not just
2382 one.
2383
78f4a3f7
AM
23842001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2385
2386 * readelf.c (process_unwind): Remove const specifier.
2387
1c529ca6
NC
23882001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2389
2390 * strings.c (isgraphic): Do not use isascii() unless it is needed
2391 for isprint() to work.
2392 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2393
87e6d782
NC
23942001-04-27 Johan Rydberg <jrydberg@opencores.org>
2395
bb279dc0 2396 * NEWS: Announce support for OpenRISC.
87e6d782 2397
4bd3d870 23982001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2399
2400 * dlltool.c (do_default_excludes): Initialise to true.
2401
21211521
AM
24022001-04-10 Alan Modra <amodra@one.net.au>
2403
2404 * MAINTAINERS: Update my email address
2405 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2406
0c66b61e 24072001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2408
2409 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2410
e58d53af
L
24112001-03-30 H.J. Lu <hjl@gnu.org>
2412
2413 * readelf.c (process_unwind): Just return if do_unwind is 0.
2414
bee72332
DD
24152001-03-28 Roger Sayle <roger@metaphorics.com>
2416
2417 * dlltool.c (make_one_lib_file): Fix section flags for
2418 .text, .data and .bss in stub ds*.o files to match those
2419 generated by gas.
2420
f1467e33
L
24212001-03-29 H.J. Lu <hjl@gnu.org>
2422
2423 * readelf.c (process_unwind): Only do unwind sections for
2424 IA64.
2425
1c6fb4fe
L
24262001-03-28 H.J. Lu <hjl@gnu.org>
2427
2428 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2429 * Makefile.in: Regenerate.
2430
0879a67a
AJ
24312001-03-26 Andreas Jaeger <aj@suse.de>
2432
2433 * binutils.texi (nm): Fix texi syntax.
2434
0285c67d
NC
24352001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2436
2437 * binutils.texi: Put @c man begin and @c man end indications
2438 to generate man pages using texi2pod and pod2man. Put @c man title
2439 to identify each man. Add SEEALSO entries.
2440 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2441 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2442 sort the list.
2443 (*.1): Build the man pages from binutils.texi.
2444 * Makefile.in: Regenerate.
2445
04847a4d
CF
24462001-03-13 Eric Kohl <ekohl@rz-online.de>
2447
2448 * defparse.y (opt_equal_name): allow "." in name.
2449 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2450 (gen_exp_file): Likewise.
2451
43a0748c
NC
24522001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2453
2454 * NEWS: Document addition of -B switch to objcopy.
2455 * binutils.texi: Document addition of -B switch to objcopy.
2456 * objcopy.c: (copy_options): Add --binary-architecture.
2457 (copy_usage): Document -B/--binary-architecture.
2458 (copy_main): Support -B/--binary-architecture. Set
2459 bfd_external_binary_architecture.
0879a67a 2460
b7498e0e
NC
24612001-03-11 Andreas Jaeger <aj@suse.de>
2462
2463 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2464 (dump_relocations): Likewise.
2465 (get_machine_name): Likewise.
2466
a59e3bd7
NC
24672001-02-28 Nick Clifton <nickc@redhat.com>
2468
2469 * readelf.c: (struct unw_aux_info): Remove const modifier for
2470 'strtab' field.
2471 (process_unwind): Remove non-K&R compliant LHS type cast in call
2472 to GET_DATA_ALLOC macro.
2473
a5bcd848
PB
24742001-02-28 Philip Blundell <pb@futuretv.com>
2475
2476 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2477 ABI is in use; remove ambiguity between the "unknown" EABI and
2478 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2479 renamed EF_xx constants.
2480
27b7e12d
AM
24812001-02-27 Alan Modra <alan@linuxcare.com.au>
2482
2483 * configure.in (BFD_VERSION): New.
2484 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2485 * configure: Regenerate.
2486 * Makefile.am: Run "make dep-am"
2487 * Makefile.in: Regenerate.
2488
a9f10786
NC
24892001-02-14 Nick Clifton <nickc@redhat.com>
2490
2491 * MAINTAINERS: Add "Obvious Fix" rule.
2492
3c44da9a
MS
24932001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2494
2495 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2496 literal concatenation.
2497
ecd03389
MS
24982001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2499
2500 * readelf.c (struct unw_aux_info): Remove const from the info member.
2501 (process_unwind): Don't type-cast the third argument to the
2502 GET_DATA_ALLOC macro.
2503
88ec60c7
NC
25042001-02-11 Nick Clifton <nickc@redhat.com>
2505
2506 * readelf.c (dump_relocations): Free corrected allocated
2507 array.
2508 (process_unwind): Fix compile time warning.
2509
f5e21966
NC
25102001-02-10 Nick Clifton <nickc@redhat.com>
2511
2512 * binutils.texi: Document new --unwind option to readelf.
2513
a85d7ed0
NC
25142001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2515
2516 * readelf.c: Add linux target for S/390.
2517
7bb10502
AM
25182001-02-10 Alan Modra <alan@linuxcare.com.au>
2519
2520 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2521 printf is a macro.
2522
8ca8f343
HPN
25232001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2524
2525 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2526 * aclocal.m4: Regenerate.
2527 * configure: Regenerate.
2528
7340082d
NC
25292001-02-07 Todd Vierling <tv@wasabisystems.com>
2530
2531 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2532 * objdump.c (bfd_target_vector): Likewise.
2533
4d6ed7c8
NC
25342001-02-07 David Mosberger <davidm@hpl.hp.com>
2535
2536 * readelf.c (process_unwind): New function.
2537 (slurp_ia64_unwind_table): Ditto.
2538 (dump_ia64_unwind): Ditto.
2539 (find_symbol_for_address): Ditto.
2540 (slurp_rela_relocs): New function (split off from dump_relocations()).
2541 (slurp_rel_relocs): Ditto.
2542 (parse_args): Handle '-u' option.
2543
2544 * unwind-ia64.c: New file.
2545 * unwind-ia64.h: New file.
2546 * Makefile.am: Include unwind-ia64.c in readelf build.
2547 * Makefile.in: Regenerate.
7340082d 2548 * po/binutils.pot: Regenerate.
4d6ed7c8 2549
c7217458
PB
25502001-02-04 Philip Blundell <philb@gnu.org>
2551
2552 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2553 * configure: Regenerate.
2554
956eedd4
AM
25552001-01-31 Steve deRosier <sderosier@vari-lite.com>
2556
2557 * ieee.c (ieee_add_bb11): Don't check for backslashes
2558 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2559
8855cbca
AM
25602001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2561
c7f2731e
AM
2562 * ieee.c: Update copyright.
2563 (ieee_start_compilation_unit): Don't check for backslashes
2564 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2565
8855cbca
AM
2566 * stabs.c: Update copyright. Include "filenames.h".
2567 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2568
329de803 25692001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2570
2571 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2572 sections are present before using them. Remove code duplication.
2573 (process_symbol_table): Check if VERDEF or VERNEED sections are
2574 present before using them.
2575
23719f39
NC
25762001-01-17 Nick Clifton <nickc@redhat.com>
2577
2578 * objcopy.c (copy_object): Fail if attempting to convert the
2579 endianness of the input object file.
2580
2581 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2582
f726e849
NC
25832001-01-16 Nick Clifton <nickc@redhat.com>
2584
2585 * readelf.c (string_table_length): New variable.
2586 (SECTION_NAME): Catch out of range indices and missing section
2587 pointers.
2588 (process_section_headers): Delete useless local variable
2589 string_table_offset. Set the value of string_table_length
2590 after loading the string table.
2591 (process_mips_specific): Use SECTION_NAME macro.
2592 (process_file): Set string_table_length to 0 when it is freed.
2593
d0398d6a
NC
25942001-01-12 Nick Clifton <nickc@redhat.com>
2595
2596 * version.c (print_version): Update copyright date.
2597
0d2bcfaf
NC
25982001-01-11 Peter Targett <peter.targett@arccores.com>
2599
2600 * readelf.c (dump_relocations): Include selection with EM_ARC.
2601 (get_machine_name) Update name to "ARC".
2602
8b1e6df3
NC
26032001-01-09 Nick Clifton <nickc@redhat.com>
2604
2605 * Makefile.am: Add rule to build objdump.o from objdump.c and
2606 using OBJDUMP_DEFS.
2607 * Makefile.in: Regenerate.
2608
2609 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2610 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2611 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2612 * configure: Regenerate.
8b1e6df3
NC
2613
2614 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2615 is defined read in the relocs even if dump_reloc_info is
2616 false.
2617
2f952d20
PB
26182001-01-07 Philip Blundell <philb@gnu.org>
2619
2620 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2621 `bug-binutils'.
2622 * README: Likewise.
2623
a8c548cb
NC
26242000-12-19 Nick Clifton <nickc@redhat.com>
2625
2626 * dlltool.c: Add missing support for arm-epoc-pe.
2627 * configure.in: Add missing support for arm-epoc-pe.
2628 * configure: Regenerate.
2629
cc5fda35
NC
26302000-12-15 Nick Clifton <nickc@redhat.com>
2631
2632 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2633 Mode parts of the x86 port.
2634
bcedfee6
NC
26352000-12-04 Andreas Jaeger <aj@suse.de>
2636
2637 * readelf.c (guess_is_rela): Add EM_X86_64.
2638 (dump_relocations): Add EM_X86_64.
2639 (get_machine_name): Add EM_X86_64.
2640 Include "elf/x86-64.h".
2641
584da044
NC
26422000-12-12 Nick Clifton <nickc@redhat.com>
2643
2644 * readelf.c: Fix formatting.
2645
7559e86e 26462000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2647
2648 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2649
a98cc2b2
AH
26502000-12-07 Andrew Haley <aph@redhat.com>
2651
2652 * readelf.c (display_debug_frames): Only display columns that are
2653 referenced by the frame debug info.
2654
c7987a69
NC
26552000-12-05 Nick Clifton <nickc@redhat.com>
2656
2657 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2658
09fd7e38
JM
26592000-12-04 Jason Merrill <jason@redhat.com>
2660
2661 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2662 (display_debug_section): Likewise.
2663 (display_debug_info): Display CU header before bailing.
2664
e7af610e
NC
26652000-12-01 Chris Demetriou <cgd@sibyte.com>
2666
09fd7e38
JM
2667 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2668 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2669 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2670
09fd7e38
JM
2671 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2672 and E_MIPS_ARCH_64.
84ea6cf2 2673
09fd7e38
JM
2674 * readelf.c (get_machine_flags): Add case for
2675 E_MIPS_MACH_SB1.
c6c98b38 2676
75066968
DD
26772000-11-30 Richard Earnshaw <rearnsha@arm.com>
2678
2679 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2680
5c4666ea
HPN
26812000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2682