Treat identical src/dst file names as if only one entered. One Windows
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0fcdcb91
NC
12003-05-13 Michael Eager <eager@mvista.com>
2
3 * objcopy.c: Treat identical src/dst file names as if only one
4 entered. One Windows creating an output file of the same name as
5 the input file will delete the input file before it is read.
6
7ab5f2ed
NC
72003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
8
9 * debug.c (debug_get_real_type): Extend test for circular debug
10 references.
11
3c92310f
NC
122003-05-12 Nick Clifton <nickc@redhat.com>
13
14 * configure.in (ALL_LINGUAS): Add zh_CN.
15 * configure: Regenerate.
16 * po/zh_CN.po: New file: Chinese (simplified) translation.
17
d68c07bb
JE
182003-05-11 Jason Eckhardt <jle@rice.edu>
19
20 * MAINTAINERS: Update my mail address.
21
8beeaeb7
L
222003-05-07 H.J. Lu <hongjiu.lu@intel.com>
23
24 * readelf.c (dump_relocations): Enlarge the type field in wide
25 mode by one character.
26
63044634
RH
272003-05-03 Richard Henderson <rth@redhat.com>
28
29 * readelf.c (struct Frame_Chunk): Add cfa_exp.
30 (frame_display_row): Just print "exp" for cfa or register
31 defined by a location expression.
32 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
33 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
34
6e50c90c
L
352003-04-30 H.J. Lu <hjl@gnu.org>
36
37 * objdump.c (only): Change it to char **.
38 (only_size): New.
39 (only_used): New.
40 (disassemble_data): Check only as an array.
41 (dump_data): Likewise.
42 (dump_relocs): Likewise.
43 (main): Treat only as an array.
44
edbedb71
NC
452003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
46
47 * doc/binutils.texi: Fix the documentation for the -fo option.
48
3f7de0e7
NC
492003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
50
ef230218
JR
51 * readelf.c (get_machine_name) <EM_SH>: Amend return value
52 to refer to SuperH.
53
3f7de0e7
NC
54 * readelf.c (decode_location_expression): Don't add a trailing ';'.
55
32df8966
NC
562003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
57 Nick Clifton <nickc@redhat.com>
58
59 * windres.c (long_options): Move close to main, where it is used.
60 Add 'input' and 'output' long options.
61 (main): Accept "-fo" as an alias for "-o". This is for rc
62 comptibility.
63 * doc/binutils.texi: Mention that -fo is accepted as an alias for
64 -o, but discourage its use.
65
85eb5110
NC
662003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
67
68 * windres.c (format_from_name): Make the exit on error
69 behaviour optional.
70 (main): Rename the -I option to -J. Introduce -I as a synonym
71 for --include-dir. For backwards compatibility also support the
72 old -I behaviour, but issue a deprecation warning.
73 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
74 of the -I option.
75
26597c86
NC
762003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
77
78 * readelf.c: Replace references to Mitsubishi M32R with
79 references to Renesas M32R.
80
c2dcd04e
NC
812003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
82
83 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
84
c1124b23
AO
852003-04-09 Alexandre Oliva <aoliva@redhat.com>
86
87 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
88 for debugging information types not supported by objdump.
89
e5076347
AM
902003-04-09 Bernd Jendrissek <berndj@prism.co.za>
91
92 * configure.in: Recognize canonical form of i[3-6]86-pe*.
93 * configure: Regenerate.
94
adab8cdc
AO
952003-04-09 Alexandre Oliva <aoliva@redhat.com>
96
97 * readelf.c (display_debug_info): Apply RELA relocations on the
98 entire section.
99 (byte_put_little_endian, byte_put_big_endian): New functions.
100 (byte_put): New variable.
101 (get_file_header): Initialize it.
102
3077f5d8
NC
1032003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
104
105 * windres.c: Add -l for compatibility with wrc, and rc.
106 Use the short option as a key for long options that have
107 a synonymous short option.
108 * doc/binutils.texi: Added -l to the list of options.
109
29b058f1
NC
1102003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
111
3077f5d8
NC
112 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
113 (main): Just pass the -U option down to the preprocessor.
114 * doc/binutils.texi: Added -U to the list of options.
29b058f1 115
3126d709
CF
1162003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
117
118 * windres.c (usage): Report -r option.
119 (main): Ignore the -r option.
120 * doc/binutils.texi: Add -r to the list of options.
121
c46ac711
BW
1222003-04-01 Bob Wilson <bob.wilson@acm.org>
123
124 * MAINTAINERS: Add myself as Xtensa maintainer.
125
88da6820
NC
1262003-04-01 Bob Wilson <bob.wilson@acm.org>
127
3077f5d8
NC
128 * readelf.c: Include "elf/xtensa.h".
129 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
130 targets that use RELA relocations.
131 (dump_relocations): Call elf_xtensa_reloc_type for
132 EM_XTENSA and EM_XTENSA_OLD.
133 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
88da6820 134
27a710e5
NC
1352003-04-01 Nick Clifton <nickc@redhat.com>
136
137 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
138 thumb-pe*, mcore-pe and mcore-*elf.
139 * configure: Regenerate.
140
335a1869
AO
1412003-03-31 Alexandre Oliva <aoliva@redhat.com>
142
143 * objdump.c (dump_data): Don't truncate the address to long; make
144 the width large enough, and uniform for all entries in a section.
145
566b0d53
L
1462003-03-31 H.J. Lu <hjl@gnu.org>
147
148 * readelf.c: Include "libiberty.h".
149 (dynamic_relocations): New.
150 (process_relocs): Properly handle dynamic relocation.
151 (process_dynamic_segment): Fill relocation elements in
152 dynamic_info.
153
ee42cf8c
NC
1542003-03-31 Kevin Buettner <kevinb@redhat.com>
155
156 * readelf.c (read_and_display_attr, read_and_display_attr_value):
157 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
158 all callers.
159 (display_debug_lines, display_debug_pubnames, display_debug_info)
160 (display_debug_aranges, display_debug_frames, read_and_display_attr)
161 (read_and_display_attr_value): Add 64-bit DWARF support.
162
7adbf450
NC
1632003-03-31 Ian Lance Taylor <ian@airs.com>
164
165 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
166 (optresid): Handle a resource id that can be a string or a number.
167 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
168 struct res_id.
169 (define_icon_control): Pass a struct res_id to define_control.
170 * windres.h (define_control): Change prototype.
171
06d86cf7
NC
1722003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
173
7c29036b
NC
174 * objcopy (OPTION_FORMATS_INFO): Define.
175 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
176 (copy_options): Likewise.
177 (strip_usage): Add "--info" to usage.
178 (copy_usage): Likewise.
179 (strip_main): Declare formats_info. Iniatilize it to FALSE.
180 Handle "info".
181 (copy_main). Likewise.
182 * doc/binutils.texi. Document the "--info" option for
183 objcopy/strip.
184 * NEWS: Mention the new command line switch.
185
06d86cf7
NC
186 * objdump.c (endian_string): Move to bucomm.c.
187 (display_info): Likewise.
188 (display_target_list): Likewise.
189 (display_info_table): Likewise.
190 (display_target_tables): Likewise.
191 (main): Assign the return value of display_info to exit_status.
192 * bucomm.c: Include bfdver.h and libbfd.h
193 (display_target_list): Call bfd_nonfatal instead of nonfatal and
194 return 0 on a non-fatal error, 1 on success.
195 (display_info_table): Likewise.
196 * bucomm.h (display_info): Provide a prototype.
197 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
198 libbfd.h.
199 * Makefile.in: Regenerate.
200
7adbf450 2012003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
2630b4ca
DS
202
203 * dlltool.c (gen_def_file): Put demangled name comments on
204 own line preceding export name.
205
98a91d6a
NC
2062003-03-17 Nick Clifton <nickc@redhat.com>
207
208 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
209 printf for emitting new lines.
210
06a30c77
NC
2112003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
212
213 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
214 the symbol's value when --size-sort is used, unless -S is used.
215 doc/binutils.texi (--size-sort): For non-bsd formats both the
216 value and size of the symbols are displayed.
217
ab829d36
NC
2182003-03-13 Nick Clifton <nickc@redhat.com>
219
220 * po/da.po: Update.
221
634847c9
NC
2222003-03-12 Nick Clifton <nickc@redhat.com>
223
224 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
225
3889f9eb
BE
2262003-03-10 Ben Elliston <bje@wasabisystems.com>
227
228 * MAINTAINERS: Update my mail address.
229
7eb5191a
NC
2302003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
231
232 * stabs.c (BYTES_IN_WORD): Remove definition.
233 * wrstabs.c (BYTES_IN_WORD): Likewise.
234
e3b83c8f
NC
2352003-03-04 Nick Clifton <nickc@redhat.com>
236
237 * nm.c (main): Print a warning message if --size-sort and
238 --undefined-only are used together.
239
2402003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
241
242 * nm.c (print_symbol): Remove check for undefined_only.
243
a9d68a1e
NC
2442003-03-03 Nick Clifton <nickc@redhat.com>
245
246 * po/da.po: Installed latest translation.
247
a99996bb
NC
2482003-02-24 Nick Clifton <nickc@redhat.com>
249
250 * README: Update binutils references to 2.13.
251 Add paragraph about using --disable-nls.
252
76ed1927
NC
2532003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
254
255 * doc/binutils.texi (nm --size-sort): Update.
256
0100f33b
JW
2572003-02-21 James E Wilson <wilson@tuliptree.org>
258
259 * MAINTAINERS: Update email address.
260
ecc51f48
NC
2612003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
262
263 * readelf.c (get_ia64_dynamic_type): New function.
264 (dynamic_segment_ia64_val): New function.
265 (get_dynamic_type): If machine type is EM_IA_64 call
266 get_ia64_dynamic_val.
267 (get_ia64_section_type_name): Handle sections with types in the
268 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
269 (get_dynamic_flags): If machine type is EM_IA_64 call
270 dynamic_segment_ia64_val.
271
947ed062
NC
2722003-02-21 Bob Wilson <bob.wilson@acm.org>
273
274 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
275 section title capitalization more consistent. Update descriptions
276 of various options to be consistent with the code. Fix errors and
277 incomplete list in the description of c++filt format options. Remove
278 information about the linker. Change to be more polite about poor
279 bug reports. Replace FDL appendix with include of fdl.texi.
280 * doc/fdl.texi: New file.
281
66491ebc
AM
2822003-02-21 Roger Sayle <roger@eyesopen.com>
283
284 * objcopy.c (filter_symbols): Fix compilation problems with
285 HP-UX's C compiler.
286
0e11a9e9
CF
2872003-02-19 Christopher Faylor <cgf@redhat.com>
288
289 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
290 previous change.
291
6e5f5201
CF
2922003-02-19 Mark Blackburn <marklist@fangorn.ca>
293
0e11a9e9 294 * rclex.l (handle_quotes): Handle strings spanning more than one line.
6e5f5201 295
f0c8c24a
NC
2962003-02-12 Bob Wilson <bob.wilson@acm.org>
297
298 * nm.c (usage): Add `java' and `gnat' demangle styles and make
299 quotes consistent.
300 * objdump.c (usage): Ditto. Also fix some typos.
301
d3c543fd
NC
302 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
303
fe2c4142
NC
304 * debug.c (debug_record_variable): Handle global register variables.
305
6de15b9e
NC
306 * stabs.c (parse_stab): For N_SLINE only include
307 function_start_offset if the symbol is within a function;
308 otherwise, the value is absolute.
309
fde78edd
NC
3102003-02-10 Nick Clifton <nickc@redhat.com>
311
312 * readelf.c (decode_ARM_machine_flags): Handle the
313 EF_ARM_MAVERICK_FLOAT flag.
314
22d82235
AS
3152003-02-04 Andreas Schwab <schwab@suse.de>
316
317 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
318 long and use %ld in printf format.
319
1a677ea8
RS
3202003-01-28 Richard Sandiford <rsandifo@redhat.com>
321
322 * readelf.c (dump_relocations): Reorder the r_info field for
323 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
324
8dde85fc
NC
3252003-01-21 Daniel Berlin <dan@dberlin.org>
326
327 * readelf.c (display_debug_loc): Skip address base changes.
328
c6f8bb1e
AM
3292003-01-17 Fabio Alemagna <falemagn@aros.org>
330
331 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
332 and ELFOSABI_NSK.
333
c833c019
AM
3342003-01-16 Alan Modra <amodra@bigpond.net.au>
335
336 * readelf.c: Include elf/ppc64.h.
337 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
338 * Makefile.am: Run "make dep-am".
339 * Makefile.in: Regenerate.
340
3b36097d
SC
3412003-01-02 Ben Elliston <bje@redhat.com>
342
343 * readelf.c (guess_is_rela): Handle EM_IQ2000.
344 (get_machine_name): Likewise.
345 (dump_relocations): Likewise.
346 * NEWS: Mention IQ2000 support.
347
cb44e358
RS
3482003-01-02 Richard Sandiford <rsandifo@redhat.com>
349
350 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
351
af7ee8bf
CD
3522002-12-30 Chris Demetriou <cgd@broadcom.com>
353
354 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
355 changes in MIPS -M options.
356
2469cfa2
NC
3572002-12-30 Dmitry Diky <diwil@mail.ru>
358
359 * Makefile.am: Add msp430 target.
360 * Makefile.in: Regenerate.
361 * readelf.c: Add support for msp430 target.
362
640c0ccd
CD
3632002-12-27 Chris Demetriou <cgd@broadcom.com>
364
365 * doc/binutils.texi (objdump): Document MIPS -M options.
366
59f14fc0
AS
3672002-12-23 Andreas Schwab <schwab@suse.de>
368
369 * readelf.c (main): Reset dump request after each file.
370
312b768e
NC
3712002-12-23 Nick Clifton <nickc@redhat.com>
372
373 * nlmconv.c (main): Pass TRUE as third argument to
374 bfd_arch_get_compatible.
375
8745eafa
NC
3762002-12-23 Nick Clifton <nickc@redhat.com>
377
378 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
379 macro. Handle 'S' encoding, accepting 8-bit characters.
380 (main): Parse 'S' encoding.
381 (get_char): Accept 'S' encoding.
382 (print_strings): Use STRING_ISGRAPHIC.
383 (usage): Document support of 'S' encoding.
384 * doc/binutils.texi: Document support of 'S' encoding/
385 * NEWS: Mention new feature.
386
08213ebb
AM
3872002-12-20 Alan Modra <amodra@bigpond.net.au>
388
389 * README <building ar>: Don't use libibery's needed_list or
390 required_list, instead link libiberty/*.o.
391
b9e5d8e5
KH
3922002-12-19 Kazu Hirata <kazu@cs.umass.edu>
393
394 * doc/binutils.texi: Fix typos.
395
c51238bc
DA
3962002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
397
398 * doc/binutils.texi: Add missing parenthesis.
399
d7fb0dd2
NC
4002002-12-15 Nick Kelsey <nickk@ubicom.com>
401
402 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
403 symbols by adding the given prefix to the begining of the symbol
404 name. This is useful to provide name space seperation regardless
405 of how the object file was created. Added --prefix-sections=
406 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
407 sections (or all sections with the alloc flag set) by adding the given
408 prefix to the begining of the symbol name.
409 * NEWS: Mention this new feature.
410 * doc/binutils.texi: Document this new feature.
411
55b9cdf1
AM
4122002-12-13 Alan Modra <amodra@bigpond.net.au>
413
414 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
415 dyn_string_append with dyn_string_append_cstr.
416
417 * emul_aix.c (ar_emul_aix_create): Remove unused function.
418
84ad6ede
NC
4192002-12-10 James Cownie <jcownie@etnus.com>
420
421 * readelf.h (get_TAG_name, get_AT_name,
704afb58 422 read_and_display_attr_value): Add support for UPC extensions to
84ad6ede
NC
423 DWARF2 spec.
424 * NEWS: Mention this new support.
425
7d036af2
AM
4262002-12-08 Alan Modra <amodra@bigpond.net.au>
427
428 * NEWS: Mention that bfd no longer declares a "boolean" type.
429
3e8bba36
AM
4302002-12-07 Alan Modra <amodra@bigpond.net.au>
431
432 * readelf.c (process_program_headers): When setting loadaddr, don't
433 assume segment size is 4k. Use p_align instead.
434 (loadaddr): Change from int to long.
435 (dynamic_addr, dynamic_info, version_info): Likewise.
436 (process_dynamic_segment <syminsz>): Likewise.
437 (process_dynamic_segment): Adjust print format string.
438 (rela_addr, rela_size): Delete.
439 (process_relocs): Formatting.
440
d070dab9
JW
4412002-12-05 Jim Wilson <wilson@redhat.com>
442
443 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
444 * configure: Regenerate.
445
45bcbdb1
ILT
4462002-12-04 Ian Lance Taylor <ian@airs.com>
447
448 * MAINTAINERS: Change e-mail address back to airs.com.
449
42ea8716
AH
4502002-12-04 Aldy Hernandez <aldyh@redhat.com>
451
452 * MAINTAINERS: Add self.
453
b34976b6
AM
4542002-11-30 Alan Modra <amodra@bigpond.net.au>
455
456 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
457 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
458 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
459 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
460 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
461 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
462 with TRUE/FALSE. Formatting.
463
c8286bd1
JJ
4642002-11-29 Jakub Jelinek <jakub@redhat.com>
465
466 * readelf.c Replace occurrences of Elf32_Internal_* and
467 Elf64_Internal_* with Elf_Internal_*.
468 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
469 Zero r_addend fields.
470 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
471 Elf_Internal_Rela.
472
92acdfaf
NC
4732002-11-23 Nick Clifton <nickc@redhat.com>
474
475 * size.c (usage): Fix typo describing switch for hex format.
476
48c5eb8a
SS
4772002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
478
479 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
480 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
481 testcase
482
2f62977e
NC
4832002-11-14 Nick Clifton <nickc@redhat.com>
484
485 * readelf.c (process_program_headers): Add comment about return
486 value. Ensure that 0 is returned if the headers are not loaded.
487 (process_file): If process_section_headers failed to load the
488 headers disable any tests that rely upon them. Similarly for
489 process_program_headers.
490
cd24c222
NC
4912002-11-12 Nick Clifton <nickc@redhat.com>
492
493 * po/da.po: Updated Danish translation.
494
f3931575
AM
4952002-11-12 Klee Dienes <kdienes@apple.com>
496
497 * rddbg.c (read_section_stabs_debugging_info): Also recognize
498 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
499
b54e7460
CF
5002002-11-11 Christopher Faylor <cgf@redhat.com>
501
502 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
503 cgf maintainership.
504
4f17cc13
CF
5052002-11-11 Christopher Faylor <cgf@redhat.com>
506
507 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
508
232e7cb8
NC
5092002-11-07 Nick Clifton <nickc@redhat.com>
510
cd24c222 511 * configure.in (ALL_LINGUAS): Add 'da'.
235c4794
NC
512 * configure: Regenerate.
513 * po/da.po: New Danish translation.
514
232e7cb8
NC
515 * readelf.c (get_symbol_index_type): Revert part of previous
516 patch: Display unknown symbol types in decimal, not hex.
517
c9e38879
NC
5182002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
519
520 * dlltool.c (add_excludes): Don't prefix excluded fastcall
521 symbols with underscore.
522 (xlate): Ignore add_underscore for decorated fastcall symbols.
523
5242002-11-07 Eric Kohl <ekohl@rz-online.de>
525
526 * deflex.l: Accept '@' as first character of an ID.
527 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
528 ASM_PREFIX for fastcall symbols.
529 (scan_drectve_symbols): Handle fastcall symbols when generating
530 undecorated aliases for symbols in drectve section.
531 (scan_filtered_symbols): Likewise, with export-all.
532 (xlate): Likewise, with --kill-at.
533 (make_imp_label): New function to handle fastcall symbols
534 correctly.
535 (make_one_lib_file): Use make_imp_label instead of make_label
536 for imp symbols.
537
a700dc3b
SS
5382002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
539
540 * MAINTAINERS: Add self as TIC4X maintainer.
541
5cf1065c
NC
5422002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
543
544 * readelf.c (get_symbol_index_type): Add hex number to
49814ed0
NC
545 PROCESSOR-specific, OS-specific, reserved and unknown symbol
546 types.
5cf1065c 547
f1ef08cb
AM
5482002-11-04 Alan Modra <amodra@bigpond.net.au>
549
550 * readelf.c (byte_get_little_endian): Comment typo fix.
551 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
552 as the format string.
553 (dump_relocations): Correct section sym names.
554 (process_section_headers): Clear symtab_shndx_hdr.
555 (read_and_display_attr_value): Don't pass indirect string to printf
556 as the format string.
557 (display_debug_frames): Indicate when zero terminator found. Decode
558 DW_EH_PE_pcrel addresses.
559
1a09a22c
NC
5602002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
561
562 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
563 order to ensure proper disassembly of the valid 0-value opcode.
564 * configure: Regenerate.
565 * aclocal.m4: Regenerate.
566 * config.in: Regenerate.
567 * configure.in: Regenerate.
568 * doc/Makefile.in: Regenerate.
569 * po/binutils.pot: Regenerate.
570
c254c557
KK
5712002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
572
573 * MAINTAINERS: Add self as SH maintainer.
574
aefbdd67
BE
5752002-10-23 Ben Elliston <bje@redhat.com>
576
577 * doc/binutils.texi (objdump): Document -z and move the entry for
578 --disassemble-zeroes to the end of the options section (for `z').
579
ab9bcc01
NC
5802002-10-21 Nick Clifton <nickc@redhat.com>
581
582 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
583
8ab56b6f
AM
5842002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
585
586 * objdump.c (dump_data): Correct addr_offset for opb != 1.
587
49c12576
AM
5882002-10-15 Alan Modra <amodra@bigpond.net.au>
589
48417c1a
AM
590 * bucomm.c (list_supported_targets): Use bfd_target_list.
591
49c12576
AM
592 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
593 other object errors in preference to bfd_core errors.
594
6e1a7e9a
AM
5952002-10-14 Alan Modra <amodra@bigpond.net.au>
596
597 * Makefile.am: Run "make dep-am".
598 * objdump.c: #include "bfdver.h".
599 * version.c: Likewise.
600 * Makefile.in: Regenerate.
601 * config.in: Regenerate.
602 * configure: Regenerate.
603 * po/POTFILES.in: Regenerate.
604
09fc3b02
DJ
6052002-10-09 Daniel Jacobowitz <drow@mvista.com>
606
607 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
608 sections. Allow relocations against the absolute symbol. Don't
609 use the value in compunit.cu_abbrev_offset if we found a RELA
8ab56b6f 610 relocation.
09fc3b02 611
f309035a
NC
6122002-10-07 Gordon Chaffee <chaffee@netvmg.com>
613
614 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
615 ordinary ones are available.
616
810dfa6e
L
6172002-09-30 H.J. Lu <hjl@gnu.org>
618
619 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
620 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
621
bb279dc0
ZW
6222002-09-17 Zack Weinberg <zack@codesourcery.com>
623
624 * Makefile.am (CFILES): Add cxxfilt.c.
625 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
626 (cxxfilt_LDADD): Delete.
627 Remove all references to underscore.c.
628 Regen dependencies.
629 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
630 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
631 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
632 adjustments to fit into binutils framework.
633 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
634
065c959b
NC
6352002-09-12 Roland McGrath <roland@redhat.com>
636
637 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
638 Handle DW_OP_GNU_push_tls_address.
639
e09f4395
NC
6402002-09-11 Nick Clifton <nickc@redhat.com>
641
642 * po/tr.po: Updated Turkish translation.
643
873e0588
NC
6442002-09-10 Nick Clifton <nickc@redhat.com>
645
646 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
647 testsuite changes. Add paragraphs about testsuite and config
648 patches.
649
069fe61f
NC
6502002-08-29 Nick Clifton <nickc@redhat.com>
651
652 * readelf.c (get_machine_flags): Remove redundant reference to
653 E_V850EA_ARCH.
654
fe0507eb
AM
6552002-08-28 Alan Modra <amodra@bigpond.net.au>
656
657 * objdump.c (dump_bfd): Restore lines accidentally deleted in
658 last commit.
659
026df7c5
NC
6602002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
661
bb279dc0 662 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
026df7c5
NC
663 (dump_bfd_header): Likewise.
664
68a4c073
AM
6652002-08-27 Alan Modra <amodra@bigpond.net.au>
666
667 * nm.c: Revert last change.
668
a1df01d1
AM
6692002-08-26 Alan Modra <amodra@bigpond.net.au>
670
671 * nm.c (display_rel_file): Don't report "no symbols" as an error.
672 * objdump.c (slurp_symtab): Likewise.
673 (slurp_dynamic_symtab): Likewise.
674 (dump_symbols): Likewise. Do print "no symbols" to stdout.
675
a926ab2f
GK
6762002-08-24 Geoffrey Keating <geoffk@redhat.com>
677
678 * MAINTAINERS: Change my mailing address.
679
fcf62380
DA
6802002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
681
682 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
683
51e28791
NC
6842002-08-22 Nick Clifton <nickc@redhat.com>
685
686 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
687 HPPA.
688
c5b060ad
AM
6892002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
690
691 * readelf.c (parse_args): Change debug_dump_opt to static.
692
4b73ca92
NC
6932002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
694
695 * stabs.c (parse_stab_argtype): Pass length of physname to
696 stab_demangle_argtypes.
697 (stab_demangle_argtypes): Add new parameter - length of physname.
698 Pass length of physname on to stab_demangle_prefix.
699 (stab_demangle_prefix): Add new parameter - length of physname.
700 Use length of physname (if supplied) to compute end of function
701 name.
702
35b1837e
AM
7032002-08-15 Alan Modra <amodra@bigpond.net.au>
704
705 * readelf.c: Include elf/i370.h.
706 (dump_relocations): Handle EM_S370.
707 (dynamic_segment_parisc_val): Print \n.
708 (process_dynamic_segment <DT_BIND_NOW>): Here too.
709
762baac5
NC
7102002-08-14 Nick Clifton <nickc@redhat.com>
711
712 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
713 * objdump.c (usage): Likewise.
714 * doc/binutils.texi: Likewise.
715
85c09e8a
NC
7162002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
717
718 * rcparse.y (acc_entry): Don't warn about ALT use with
719 non-VIRTKEY.
720
212a3c4d
L
7212002-08-13 H.J. Lu <hjl@gnu.org>
722
723 * objcopy.c (copy_object): Don't warn about the unsupported
724 architecture unless the input target is defaulted or the
725 output architecture is different from the input.
726
2b692c59
NC
7272002-08-09 Nick Clifton <nickc@redhat.com>
728
729 * po/sv.po: Updated Swedish translation.
730
09de7a73
AM
7312002-08-05 Alan Modra <amodra@bigpond.net.au>
732
733 * prdbg.c (pr_fix_visibility): Remove assert.
734
47badb7b
NC
7352002-07-31 Nick Clifton <nickc@redhat.com>
736
737 * addr2line.c (process_file): Rename parameter 'filename' to
738 'file_name' in order to avoid shadowing global symbol of the
739 same name.
740 (main): Likewise.
741
2979dc34
JJ
7422002-07-30 Jakub Jelinek <jakub@redhat.com>
743
744 * readelf.c (OPTION_DEBUG_DUMP): Define.
745 (options): Use it.
746 (usage): Update help.
747 (parse_args): Handle --debug-dump separately from -w.
748 * doc/binutils.texi (readelf): Update documentation.
749
219576a4
NC
7502002-07-25 Nick Clifton <nickc@redhat.com>
751
752 * po/es.po: Updated Spanish translation.
753 * po/fr.po: Updated French translation.
754
bf4f22e6 7552002-07-24 Nick Clifton <nickc@redhat.com>
bb279dc0 756
bf4f22e6
NC
757 * po/es.po: Updated Spanish translation.
758
c5b3a82a
AM
7592002-07-23 Alan Modra <amodra@bigpond.net.au>
760
761 * Makefile.am: Run "make dep-am".
762 * Makefile.in: Regenerate.
763
0461a601
NC
7642002-07-23 Nick Clifton <nickc@redhat.com>
765
bf4f22e6 766 * po/fr.po: Updated French translation.
0461a601 767
bf44dd74
AM
7682002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
769
770 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
771
2c205ff2
AM
7722002-07-20 Alan Modra <amodra@bigpond.net.au>
773
63eb0809 774 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 775
1e4cf259
NC
7762002-07-18 Denis Chertykov <denisc@overta.ru>
777 Frank Ch. Eigler <fche@redhat.com>
778
779 * readelf.c: Include "elf/ip2k.h".
780 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
781 (dump_relocations): Likewise.
782 (get_machine_name): Likewise.
783 * NEWS: Mention IP2K support.
784
2cbb2eef
NC
7852002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
786
787 * NEWS: Add 'Changes in 2.13'.
788
047b2264
JJ
7892002-07-10 Jakub Jelinek <jakub@redhat.com>
790
791 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
792 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
793 (get_section_type_name): Handle SHT_GNU_LIBLIST.
794 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
795 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
796 (process_gnu_liblist): New.
797 (process_file): Call it.
798
97230b15
AM
7992002-07-03 Alan Modra <amodra@bigpond.net.au>
800
801 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
802 * Makefile.in: Regenerate.
803
a6637ec0
AM
8042002-07-02 Alan Modra <amodra@bigpond.net.au>
805
806 * budemang.c: New file, "demangle" function.
807 * budemang.h: New file.
808 * addr2line.c (translate_addresses): Use "demangle".
809 * nm.c (print_symname): Likewise.
810 * objdump.c (objdump_print_symname): Likewise.
811 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
812 here since that obfuscates.
813 * rdcoff.c: Don't #include demangle.h.
814 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
815 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
816 (HFILES): Add budemang.h. Sort.
817 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
818 Run "make dep-am".
819 * Makefile.in: Regenerate.
820
179d3252
JT
8212002-07-01 Matt Thomas <matt@3am-software.com>
822
823 * readelf.c: Include "elf/vax.h".
824 (guess_is_rela): Move EM_VAX from unknown to RELA case.
825 (dump_relocations): Handle VAX relocations.
826 (get_machine_flags): Handle VAX machine flags.
827
75751cd9
SC
8282002-06-29 Stephane Carrez <stcarrez@nerim.fr>
829
830 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
831
e5851ab8
NC
8322002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
833
834 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
835
eb3f2f5c
AM
8362002-06-26 Alan Modra <amodra@bigpond.net.au>
837
838 * nm.c (print_symname): When demangling, strip leading dots from
839 symbol names to avoid confusing the demangler.
840
a13a0de8
L
8412002-06-25 H.J. Lu <hjl@gnu.org>
842
843 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
844 * Makefile.in: Regenerated.
845
6db7a086
AM
8462002-06-21 Igor Schein <igor@txc.com>
847
848 * configure.in: Quote bu_cv_have_fopen64.
849 * configure: Regenerate.
850
9710509e
AM
8512002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
852
853 * configure.in: Check for strcoll.
854 * configure: Regenerate.
855 * config.in: Regenerate.
856 * nm.c (main): Set locale for LC_COLLATE category.
857 (non_numeric_forward): Use strcoll if available.
858
a9f0b5e7
DB
8592002-06-20 Dave Brolley <brolley@redhat.com>
860
861 * MAINTAINERS: Add self as fr30 and frv maintainer.
862
33f5f537
L
8632002-06-18 H.J. Lu (hjl@gnu.org)
864
865 * nm.c: Include "elf/common.h".
866 (extended_symbol_info): Add elfinfo, a pointer to
867 elf_symbol_type.
868 (SYM_SIZE): Use elfinfo if it is not NULL.
869 (get_symbol_type): New function.
870 (display_archive): Set print_width for each archive member.
871 (display_file): Likewise.
872 (display_rel_file): Don't set print_width here.
873 (print_object_filename_sysv): Handle print_width.
874 (print_archive_member_sysv): Likewise.
875 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
876 (print_symbol): Set the elfinfo field in extended_symbol_info
877 for ELF.
878 (print_object_filename_sysv): Fix the output format.
879 (print_symbol_info_sysv): Print type and section for ELF.
880
8812002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
882
883 * nm.c (print_size_symbols): Remove assignment, which makes
bb279dc0 884 the symbol's size equal to its value when --size-sort is
33f5f537
L
885 used.
886
5c70f934
DB
8872002-06-18 Dave Brolley <brolley@redhat.com>
888
889 From Catherine Moore:
890 * readelf.c (elf/frv.h): #include it.
891 (guess_is_rela): Support EM_CYGNUS_FRV.
892 (dump_relocations): Ditto.
893 (get_machine_name): Ditto.
894 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
895
7ece0d85
JJ
8962002-06-18 Jakub Jelinek <jakub@redhat.com>
897
898 * readelf.c (get_file_header): Only read the first section header if
899 e_shoff is non-zero.
900
72797995
L
9012002-06-15 H.J. Lu (hjl@gnu.org)
902
903 * nm.c (print_size): New variable. Initialize to 0.
904 (long_options): Add 'S'/"print-size".
905 (main): Handle 'S'.
906 (print_symbol_info_bsd): Print size only if print_size is not
907 0.
908
909 * doc/binutils.texi: Document -S/--print-size.
910
977f7911
NC
9112002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
912
913 * nm.c (struct extended_symbol_info): New strcuture: Add the size
914 of the symbols to the information provided by the symbol_info
915 structure.
916 (print_symbols): Pass the symbol size to print_symbol.
917 (print_size_symbols): Pass the symbol size to print_symbol.
918 (print_symbol): Extra argument: The size of the symbol. Store
919 this in the extended_symbol_info structure.
920 (print_symbol_info): Change type of info parameter to
921 extended_symbol_info. Display the size, if known.
922 (print_symbol_info_posix): Likewise.
923 (print_symbol_info_sysv): Likewise.
924
b1f88ebe
AM
9252002-06-08 Alan Modra <amodra@bigpond.net.au>
926
fa449227
AM
927 * Makefile.am: Run "make dep-am".
928 * Makefile.in: Regenerate.
929 * doc/Makefile.in: Regnerate.
930
b1f88ebe
AM
931 * bucomm.c: Replace CONST with const.
932 * nm.c: Likewise.
933 * objdump.c: Likewise.
934
91a106e6
L
9352002-06-07 H.J. Lu <hjl@gnu.org>
936
937 * readelf.c (DW_CFA_GNU_args_size): Don't define.
938 (DW_CFA_GNU_negative_offset_extended): Likewise.
939 (DW_CFA_GNU_window_save): Likewise.
940 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
941 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
942
6ab6b380 9432002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
bb279dc0 944
6ab6b380
NC
945 * nm.c: When computing size of symbols for an ELF target use the
946 internal size field.
947
e28e05a3
JL
9482002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
949
950 * testsuite/binutils-all/objcopy.exp: clear xfail for
951 "hppa*64*-*-hpux*".
952 * testsuite/binutils-all/hppa/objdump.exp: Return if
953 "*64*-*-*".
954
dc156bc0
AM
9552002-06-05 Alan Modra <amodra@bigpond.net.au>
956
957 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
958
9592002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
960
961 * objdump.c: Fix formatting.
962
d79e4ea3
BE
9632002-05-29 Ben Elliston <bje@redhat.com>
964
965 * MAINTAINERS: Add self as M68k maintainer.
966
d172d4ba
NC
9672002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
968
969 * readelf.c: Modified/Added DLX elf support.
970
7edb8f29
NC
9712002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
972
3a1a2036
NC
973 * arsup.c: Fix formatting.
974 * debug.c (debug_record_label): Add missing colon to error
975 message.
976 * ieee.c (parse_ieee_ty): Fix spelling typo.
977 * readelf.c (process_program_headers): Remove English assumption
978 about making a plural word.
979 (process_section_headers): Likewise.
980 (process_relocs): Allow quotes to be translated.
981 (process_unwind): Likewise,
982 (process_mips_specific): Improve error message.
983 (get_note_type): Fix spelling typo.
984
7edb8f29
NC
985 * configure.in (ALL_LINGUAS): Add sv
986 * po/sv.po: New file.
987
3eee1e9d
AM
9882002-05-27 Alan Modra <amodra@bigpond.net.au>
989
990 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
991 (unw_print_grmask): Likewise.
992 (unw_print_frmask): Likewise.
993
d43efbe3
KH
9942002-05-26 Kazu Hirata <kazu@cs.umass.edu>
995
996 * arsup.c: Remove ARGSUSED.
997 * debug.c: Likewise.
998 * ieee.c: Likewise.
999 * nlmconv.c: Likewise.
1000 * prdbg.c: Likewise.
1001 * stabs.c: Likewise.
1002 * wrstabs.c: Likewise.
1003
e9792343
AM
10042002-05-25 Alan Modra <amodra@bigpond.net.au>
1005
1006 * arlex.l: Use #include "" instead of <> for local header files.
1007 * coffdump.c: Likewise.
1008 * coffgrok.c: Likewise.
1009 * nlmconv.c: Likewise.
1010 * nlmheader.y: Likewise.
1011 * srconv.c: Likewise.
1012 * strings.c: Likewise.
1013 * sysdump.c: Likewise.
1014 * unwind-ia64.h: Likewise.
1015 * windres.h: Likewise.
1016 * winduni.h: Likewise.
1017
d7e53452
TR
10182002-05-24 Tom Rix <trix@redhat.com>
1019
1020 * MAINTAINERS: Add self as the d10v maintainer.
1021
436e8db0
NC
10222002-05-24 TAMURA Kent <kent@netbsd.org>
1023
1024 * configure.in: Builds dlltool for i386-netbsdpe.
1025 * configure: Regenerate.
1026
9f66665a
KH
10272002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1028
1029 * size.c: Fix formatting.
1030 * srconv.c: Likewise.
1031 * stabs.c: Likewise.
1032 * sysdump.c: Likewise.
1033 * unwind-ia64.c: Likewise.
1034 * wrstabs.c: Likewise.
1035
13ae64f3
JJ
10362002-05-23 Jakub Jelinek <jakub@redhat.com>
1037
1038 * readelf.c (get_segment_type): Add PT_TLS.
1039 (get_elf_section_flags): Add SHF_TLS.
1040 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1041 (process_dynamic_segment): Use puts instead of printf.
1042 (get_symbol_type): Support STT_TLS.
1043 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1044 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1045 Add SEC_THREAD_LOCAL.
1046
53c7db4b
KH
10472002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1048
1049 * rdcoff.c: Fix formatting.
1050 * rddbg.c: Likewise.
1051 * readelf.c: Likewise.
1052 * rename.c: Likewise.
1053 * resbin.c: Likewise.
1054 * resrc.c: Likewise.
1055 * resres.c: Likewise.
1056
0af11b59
KH
10572002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1058
1059 * filemode.c: Fix formatting.
1060 * ieee.c: Likewise.
1061 * is-ranlib.c: Likewise.
1062 * is-strip.c: Likewise.
1063 * maybe-ranlib.c: Likewise.
1064 * maybe-strip.c: Likewise.
1065 * nlmconv.c: Likewise.
1066 * nm.c: Likewise.
1067 * not-ranlib.c: Likewise.
1068 * not-strip.c: Likewise.
1069 * objcopy.c: Likewise.
1070 * objdump.c: Likewise.
1071
21611032
TS
10722002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1073
1074 * objdump.c (dump_headers): Fix output formatting for ELF32
1075 architectures in a BFD64 enabled toolchain.
1076
26044998
KH
10772002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1078
1079 * debug.c: Fix formatting.
1080 * debug.h: Likewise.
1081 * dlltool.c: Likewise.
1082 * dllwrap.c: Likewise.
1083 * emul_aix.c: Likewise.
1084 * emul_vanilla.c: Likewise.
1085
f462a9ea
KH
10862002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1087
1088 * addr2line.c: Fix formatting.
1089 * ar.c: Likewise.
1090 * arsup.c: Likewise.
1091 * arsup.h: Likewise.
1092 * binemul.c: Likewise.
1093 * binemul.h: Likewise.
1094 * bucomm.c: Likewise.
1095 * coffdump.c: Likewise.
1096 * coffgrok.c: Likewise.
1097 * coffgrok.h: Likewise.
1098
e0159aa9
MM
10992002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1100
1101 * MAINTAINERS: Add myself as the second AVR port maintainer.
1102
074b403e
SC
11032002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1104
1105 * MAINTAINERS: Update my email address.
1106
2b9c8201
NC
11072002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1108
1109 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1110
e1d5b1e7
AM
11112002-05-09 Alan Modra <amodra@bigpond.net.au>
1112
1113 * configure.in: Replace `*pe' with `pe' throughout.
1114 * configure: Regenerate.
1115
d3d8a9ee
NC
11162002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1117
1118 * Makefile.am: Honour DESTDIR.
1119 * Makefile.in: Regenerate.
1120
405c98a4
AM
11212002-05-06 Alan Modra <amodra@bigpond.net.au>
1122
a02d5965
AM
1123 * dlltool.c (process_def_file): Add missing prototype.
1124 (new_directive, assemble_file, main): Likewise.
1125 (process_def_file, new_directive): Make static.
1126 (inform): Rewrite using VA_FIXEDARG.
1127 * dllwrap.c (mybasename): Add missing prototype.
1128 (strhash, main): Likewise.
1129 (inform): Rewrite using VA_FIXEDARG.
1130 (warn): Likewise.
1131 (cleanup_and_exit): Use old style function definition.
1132 (strhash): Likewise.
1133 * windres.c (define_resource): Use one memset to clear all of
1134 struct res_resource.
1135
405c98a4 1136 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 1137 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
1138
11392002-05-06 Borut Razem <borut.razem@siol.net>
1140
1141 * rclex.l (get_string): Correct "strings" list handling.
1142 * resrc.c (read_rc_file): Discard strings.
1143
91593c9d
AM
11442002-05-04 Alan Modra <amodra@bigpond.net.au>
1145
e58a75dc
AM
1146 * ar.c (replace_members): Remove unused var. Formatting fix.
1147 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1148
91593c9d
AM
1149 * MAINTAINERS: Sort port maintainers by CPU.
1150
6b52b824
AM
11512002-05-04 Bob Byrnes <byrnes@curl.com>
1152
1153 * size.c (display_archive): Add last_arfile and code to close archives.
1154
dd70071f
AM
11552002-05-01 Alan Modra <amodra@bigpond.net.au>
1156
1157 * nm.c (print_symbol): Check returned filename from
1158 bfd_find_nearest_line is non-NULL.
1159
6c95717a 11602002-04-25 Elena Zannoni <ezannoni@redhat.com>
bb279dc0
ZW
1161
1162 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
6c95717a 1163
3c25c5f6
NC
11642002-04-24 Christian Groessler <chris@groessler.org>
1165
1166 * MAINTAINERS: Changed my email address.
1167
944cd72c
TS
11682002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1169
1170 * arparse.y: Fix syntax warning.
1171
ea91f8bb
NC
11722002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1173
3e55a963
NC
1174 * readelf.c (fetch_location_list): Remove unused function.
1175
1176 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1177 and display a warning message, then exit the loop.
1178
ea91f8bb
NC
1179 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1180
45b99827
NC
11812002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1182
1183 * resrc.c (write_rc_dialog): If charset is non-default value
1184 display all of the DIALOGEX parameters.
1185
11862002-04-15 Eric Kohl <ekohl@rz-online.de>
1187
bb279dc0 1188 * rcparse.y: Allow two to five parameter in FONT statement of
45b99827
NC
1189 DIALOGEX resources.
1190 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1191 resource data.
bb279dc0 1192 (res_to_bin_dialog): Likewise.
45b99827
NC
1193 * windres.h: Added misssing charset variable to dialog_ex
1194 structure.
1195
acfbab8a
NC
11962002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1197
1198 * rcparse.y: Set MEMFLAG_PURE by default.
1199
df3baf66
NC
12002002-04-09 Bernd Herd <info@herdsoft.com>
1201
bb279dc0 1202 * rcparse.y: CLASS definitions in DIALOG resources
df3baf66 1203 are quoted.
4c30641a 1204 Fix typo in BEDIT warning.
91eafb40 1205 Don't add default dialog style when explicit style specified.
b62a12ca 1206 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 1207
b24eb5ac
NC
1208 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1209 (handle_quotes) "\a" escape (used for right justified key
1210 definitions in menus) is encodes as binary 8.
df3baf66 1211
b24eb5ac
NC
1212 * resrc.c (write_rc_dialog): Print style even if it is 0.
1213 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 1214 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 1215
b24eb5ac
NC
1216 * resbin.c (bin_to_res_dialog): Use signature to identify
1217 DIALOGEX.
f7d63484 1218
b24eb5ac 1219 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 1220
df3baf66
NC
12212002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1222
1223 * resrc.c: print CLASS names in quotes
1224
12252002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
1226
1227 * MAINTAINERS: Update my email address.
1228
8e42bcb6
AM
12292002-04-04 Alan Modra <amodra@bigpond.net.au>
1230
1231 * dep-in.sed: Cope with absolute paths.
1232 * Makefile.am (dep.sed): Subst TOPDIR.
1233 Run "make dep-am".
1234 * Makefile.in: Regenerate.
1235
96f959e5
PT
12362002-03-27 Peter Targett <peter.targett@arc.com>
1237
1238 * MAINTAINERS: Update my email address.
1239
1ea788ee
AM
12402002-03-21 Alan Modra <amodra@bigpond.net.au>
1241
1242 * Makefile.am: Run "make dep-am".
1243 * Makefile.in: Regenerate.
1244 * doc/Makefile.in: Regenerate.
1245 * po/POTFILES.in: Regenerate.
1246 * aclocal.m4: Regenerate.
1247 * config.in: Regenerate.
1248 * configure: Regenerate.
1249
a2f14207
DB
12502002-03-20 Daniel Berlin <dan@dberlin.org>
1251
1252 * readelf.c: Add support for displaying dwarf2 location lists.
1253 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1254 (parse_args): Use 'O' as shorthand for displaying location list
1255 section.
1256 (process_section_headers): Handle debug_loc as well.
1257 (load_debug_loc): New.
1258 (free_debug_loc): New.
1259 (fetch_location_list): New.
1260 (display_debug_loc): New.
1261 (display_debug_info): Call load_debug_loc and free_debug_loc.
1262 (debug_displays): We can display .debug_loc now, too.
1263 (usage): Update usage string.
1264 (read_and_display_attr_value): Note location lists, but don't
1265 display them inline.
1266
eb1e0e80
NC
12672002-03-18 Tom Rix <trix@redhat.com>
1268
1269 * Makefile.am: Add binutils emulation support.
1270 * configure.in: Same.
1271 * configure.tgt: New file. Same.
1272 * ar.c (main): Use ar_emul_parse_arg.
1273 (usage): Use ar_emul_usage.
1274 (replace_members): Use ar_emul_replace, ar_emul_append.
1275 * binemul.c: New file. Define the binutils emulation
1276 layer. Define default methods.
1277 * binemul.h: New file. Binutils emulation layer header file.
1278 * emul_aix.c: New file. AIX binutils emulation.
1279 * emul_vanilla.c: New file. Default binutils emulation.
1280 * Makefile.in: Regenerate.
1281 * configure: Same.
1282
a1c259a1
NC
12832002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1284
1285 * po/fr.po: Updated version.
1286
9ce88e60
NC
12872002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1288
1289 * po/fr.po: Updated version.
1290
effb0601
DJ
12912002-03-07 Daniel Jacobowitz <drow@mvista.com>
1292
1293 * README: Update some version numbers.
1294
a65688ab
DJ
12952002-03-07 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1298 (Architecture Selection): Likewise.
1299
f3f7fbb2
NC
13002002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1301
1302 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1303 generating .exp file.
1304
25345be5
NC
13052002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1306
1307 * readelf.c (dump_relocations): Fix typo.
1308
9a66911f
NC
13092002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1310
1311 * NEWS: Mark 2.12 branch.
1312
2c71103e
NC
13132002-02-18 Timothy Daly <remote_bob@yahoo.com>
1314
bb279dc0
ZW
1315 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1316 types for 64-bit MIPS. Narrow some fields for 80-char
2c71103e 1317 output.
bb279dc0 1318 (dump_relocations): Change spelling from 'unrecognised'
2c71103e
NC
1319 to 'unrecognized'.
1320 (decode_ARM_machine_flags): Likewise.
1321 (parse_args): Likewise.
1322 (read_and_display_attr_value): Likewise.
1323 (display_debug_section): Likewise.
1324
49fda6c8
HPN
13252002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1326
1327 * NEWS: Mention support for MMIX.
1328
76f57f3a
JT
13292002-02-13 Matt Fredette <fredette@netbsd.org>
1330
1331 * readelf.c (get_machine_flags): Recognize EF_M68000.
1332
d36ca9c2
AO
13332002-02-12 Alexandre Oliva <aoliva@redhat.com>
1334
1335 * MAINTAINERS: Added self as MN10300 co-maintainer.
1336
19397422
AM
13372002-02-12 Alan Modra <amodra@bigpond.net.au>
1338
1339 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1340 DT_PPC64_OPDSZ.
1341
d434e574
DJ
13422002-02-11 Daniel Jacobowitz <drow@mvista.com>
1343
1344 * MAINTAINERS: List myself as branch maintainer.
1345
12b87c89
AM
13462002-02-11 Alan Modra <amodra@bigpond.net.au>
1347
1348 * configure: Regenerate.
1349 * objcopy.c: Update copyright date.
1350 * doc/Makefile.in: Regenerate.
1351
8d037c5c
DJ
13522002-02-10 Daniel Jacobowitz <drow@mvista.com>
1353
1354 * nlmconv.c: Back out localtime PARAMS change.
1355
4c168fa3
AM
13562002-02-11 Alan Modra <amodra@bigpond.net.au>
1357
1358 * objcopy.c (MKDIR): Define.
1359 (copy_archive): Make name_list.name const. Use MKDIR.
1360 Handle duplicate files in archives by making more temp dirs.
1361
408f8db1
DJ
13622002-02-10 Daniel Jacobowitz <drow@mvista.com>
1363
1364 * coffdump.c: Include "getopt.h" after "bucomm.h"
1365 so that macros are defined correctly.
1366 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1367 prototype. Prototype main.
1368 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1369
9f77fa06
AO
13702002-02-06 Alexandre Oliva <aoliva@redhat.com>
1371
1372 * MAINTAINERS: Added self as SH co-maintainer.
1373
82f6addb
NC
13742002-02-05 Nick Clifton <nickc@redhat.com>
1375
1376 * po/tr.po: Updated translation.
1377
ba323545
AM
13782002-02-01 Alan Modra <amodra@bigpond.net.au>
1379
1380 * Makefile.am: Run "make dep-am"
1381 * Makefile.in: Regenerate.
1382
3deb89d3
DJ
13832002-01-29 Daniel Jacobowitz <drow@mvista.com>
1384
1385 * nm.c (print_value): Mark abfd unused.
1386
a0e9c55f
DJ
13872002-01-29 Daniel Jacobowitz <drow@mvista.com>
1388
1389 * unwind-ia64.c (unw_decoder): Change second argument
1390 to unsigned int, to match function prototypes.
1391
d7a283d4
DJ
13922002-01-29 Daniel Jacobowitz <drow@mvista.com>
1393
1394 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1395 __GNU_LIBRARY__ will be defined.
1396 * size.c: Likewise.
1397
4867be41
DJ
13982002-01-27 Daniel Jacobowitz <drow@mvista.com>
1399
1400 * configure: Regenerated.
1401
7562a296
HPN
14022002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1403
1404 * doc/Makefile.am (install): Depend on install-info.
1405 * doc/Makefile.in: Regenerate.
1406
15c82623
NC
14072002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1408
1409 * objcopy.c (strip_usage): Document -d as an alias
1410 --strip-debug.
1411
1412 * size.c (usage): Document [-t | --totals] options.
1413 (long_options): Add --totals option.
1414 (main): If the [-t | --totals] option is specified and
1415 the output format is Berkeley-style, print the total
1416 text, data, and bss sizes of all objects listed.
1417 (print_berkeley_format): If the [-t | --totals] option
1418 is specified, track the total text, data, and bss
1419 sizes.
1420 * doc/binutils.texi (size): Document [-t | --totals] options.
1421 (strip): Document -d as an alias for --strip-debug.
1422 * NEWS: Mention new feature of size.
1423
00ea8601 14242002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 1425
1ddbd152
NC
1426 * po/fr.po: Updated version.
1427 * po/es.po: Updated version.
b85cedd7 1428
8b53311e
NC
14292002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1430
1431 * addr2line.c (usage): Update text to provide verbose
1432 description of the command line options.
1433 * ar.c (usage): Update text to provide verbose
1434 description of the command line options.
1435 (main): Accept -h and -H when running as ranlib.
1436 * coffdump.c (show_usage): Update text to provide verbose
1437 description of the command line options.
1438 * dlltool.c (main): Accept -H as an alias for --help.
1439 * nlmconv.c (show_usage): Update text to provide verbose
1440 description of the command line options.
1441 * nm.c (usage): Replace OPTIONS with option(s).
1442 (main): Accept -H as an alias for --help.
1443 * objcopy.c (strip_main): Accept -H as an alias for --help.
1444 * objdump.c (main): Accept -v as an alias for --verbose.
bb279dc0 1445 * readelf.c (usage): Adjust format to match style used in
8b53311e
NC
1446 other binutils.
1447 * size.c (usage): Update text to provide verbose description
1448 of the command line options.
1449 (main): Accept -v, -h and -H as command line options.
1450 * srconv.c (show_usage): Update text to provide verbose
1451 description of the command line options.
1452 * strings.c (main): Accept -H and -v as command line options.
1453 (usage): Update text to provide verbose description of the
1454 command line options.
1455 * sysdump.c (show_usage): Update text to provide verbose
1456 description of the command line options.
1457 * windres.c (usage): Adjust format to match style used in
1458 other binutils.
1459
1460 * coffdump.c: Fix formatting.
1461 * nlmconv.c: Fix formatting.
1462 * srconv.c: Fix formatting.
1463 * sysdump.c: Fix formatting.
1464
c46f0c34
AM
14652002-01-22 Alan Modra <amodra@bigpond.net.au>
1466
1467 * Makefile.am: Run "make dep-am".
1468 * Makefile.in: Regenerate.
1469
2a538ba5
AJ
14702002-01-18 Andreas Jaeger <aj@suse.de>
1471
1472 * version.c (print_version): Update year.
1473
285d1771
AM
14742002-01-17 Alan Modra <amodra@bigpond.net.au>
1475
1476 * readelf.c (get_machine_name): Handle EM_PPC64.
1477 (guess_is_rela): Here too.
1478
328577ad
NC
14792002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1480
1481 * po/binutils.pot: Regenerate.
1482 * po/fr.po: Regenerate.
1483 * po/tr.po: Regenerate.
1484
af3ae48d
NC
14852002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1486
1487 * po/tr.po: Import new version.
1488
f1cb7e17
AM
14892002-01-16 Alan Modra <amodra@bigpond.net.au>
1490
1491 * readelf.c (get_ppc64_dynamic_type): New.
1492 (get_dynamic_type): Call it.
1493
6364e0b4
NC
14942002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1495
3ab9460d 1496 * objcopy.c (copy_usage): Use "options" instead of "switches".
bb279dc0 1497 (strip_usage): Use "options" instead of "switches".
3ab9460d 1498 * doc/binutils.texi (dlltool): Refer to "options" instead of
bb279dc0 1499 "switches".
6364e0b4 1500
3a7e524e
RE
15012002-01-14 Richard Earnshaw <rearnsha@arm.com>
1502
1503 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1504
1209e219
NC
15052001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1506
1507 * po/es.po: Import from translation project.
1508 * configure.in (ALL_LINGUAS): Add es.
1509 * configure: Regenerate.
1510
b4db1224
JT
15112002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1512
1513 * readelf.c (get_netbsd_elfcore_note_type): Use
1514 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1515
9437c45b
JT
15162002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1517
1518 * readelf.c: Update copyright years.
1519 (get_note_type): Return a const char *.
1520 (get_netbsd_elfcore_note_type): New function.
1521 (process_note): Use get_netbsd_elfcore_note_type to get
1522 the note type string for NetBSD ELF core files.
1523
00428cca
AM
15242002-01-06 Steve Ellcey <sje@cup.hp.com>
1525
1526 * readelf.c (get_ia64_segment_type): Add support for macros.
1527 (get_segment_type): Add support for IA64 specific macros.
1528
31104126
NC
15292001-12-20 Julian v. Bock <julian@wongr.net>
1530
1531 * readelf.c (print_symbol): New function: Print a formatted symbol
1532 name. If --wide is specified do not truncate it.
1533 (dump_relocations): Use print_symbol() to print symbol names.
1534 (process_symbol_table): Likewise.
1535 (process_syminfo): Likewise.
1536 (process_mips_specific): Likewise.
1537 (usage): Document new feature of --wide switch.
1538 * doc/binutils.texi (objdump): Document additional behaviour of
1539 --wide.
2a538ba5 1540
4dd67f29
MS
15412001-12-18 Michael Snyder <msnyder@redhat.com>
1542
1543 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1544 (copy_object): Don't set the start address or flags of a core file.
1545 (copy_section): Don't relocate a core file. Don't copy contents
1546 if the input section has the contents flag set, but the output
1547 section does not (which happens with the fake 'note' pseudo-
1548 sections that BFD creates for corefiles).
1549
43521d43
TS
15502001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1551
1552 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1553 ASE extensions. More robust code for ISA checking. Ignore empty fields
1554 in header flags for GNU extensions.
1555
b667df2e
AM
15562001-12-18 Alan Modra <amodra@bigpond.net.au>
1557
1558 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1559
17a5a5c3
NC
15602001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1561
1562 * po/ja.po: Import from translation project.
1563 * configure.in (ALL_LINGUAS): Add ja.
1564 * configure: Regenerate.
1565
65de42c0
TS
15662001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1567
1568 * addr2line.c (main): Protoype.
1569 * ar.c (main): Protoype.
1570 * nm.c (main): Protoype.
1571 * objcopy.c (main): Protoype.
1572 * objdump.c (main): Protoype.
1573 * size.c (main): Protoype.
1574 * strings.c (main): Protoype.
1575
9ad5cbcf
AM
15762001-12-17 Alan Modra <amodra@bigpond.net.au>
1577
1578 * readelf.c (symtab_shndx_hdr): New global.
1579 (SECTION_HEADER_INDEX): Define.
1580 (SECTION_HEADER_NUM): Define.
1581 (SECTION_HEADER): Define.
1582 (GET_ELF_SYMBOLS): Pass two params rather than three.
1583 (get_32bit_elf_symbols): Take file and section args. Read and
1584 use SHT_SYMTAB_SHNDX.
1585 (get_64bit_elf_symbols): Likewise.
1586 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1587 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1588 Remember symtab_shdx_hdr.
1589 (process_program_headers): Scan from index 1 for segment map.
1590 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1591 "section_headers".
1592 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1593 (process_unwind): Likewise.
1594 (process_version_sections): Likewise.
1595 (process_symbol_table): Likewise.
1596 (display_debug_info): Likewise.
1597 (process_dynamic_segment): Fake up a symtab section for changed
1598 GET_ELF_SYMBOLS.
1599 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1600 (process_program_headers): Kill signed/unsigned warning.
1601 (load_debug_str): Likewise.
1602 (display_debug_info): Likewise.
1603
65765700
JJ
16042001-12-13 Jakub Jelinek <jakub@redhat.com>
1605
1606 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1607
560f3c1c
AM
16082001-12-11 Alan Modra <amodra@bigpond.net.au>
1609
1610 * readelf.c (process_file_header): Print extended e_shnum and
1611 e_shdtrndx values. Set elf_header values for same.
1612 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1613 (get_64bit_section_headers): Likewise.
1614 (process_section_headers): Update calls.
1615 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1616
bc408b8a
JJ
16172001-12-10 Jakub Jelinek <jakub@redhat.com>
1618
1619 * objcopy.c (setup_section): Copy entsize.
1620
93fbbb04
GK
16212001-12-07 Geoffrey Keating <geoffk@redhat.com>
1622
1623 * readelf.c (guess_is_rela): Add support for stormy16.
1624 (dump_relocations): Likewise.
1625 (get_machine_name): Likewise.
1626
e3c8793a
NC
16272001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1628
1629 * dllwrap.c (main) Replace multiple strings describing a
1630 single error with a single, newline escaped sentence to permit
1631 better translation into foreign languages.
1632
1633 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1634 class names.
1635
956cd1d6
TS
16362001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1637
1638 * strings.c (get_char): Initialize value.
1639
956c53ee
TS
16402001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1641
1642 * arlex.l: Silence compile warnings.
1643 * arsup.h: Likewise. Fix formatting.
1644
cedd9a58
JJ
16452001-12-04 Jakub Jelinek <jakub@redhat.com>
1646
1647 * strings.c: Include config.h before bfd.h.
1648 (file_off): New type.
1649 (file_open): Define.
1650 (print_strings): Use file_off instead of file_ptr. Print addresses
1651 which don't fit into long correctly.
1652 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1653 available.
1654 (strings_file): Use file_off instead of file_ptr. Use file_open.
1655 * configure.in: Check for getc_unlocked.
1656 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1657 be defined for it.
1658 * configure: Rebuilt.
1659 * config.h.in: Rebuilt.
1660
af667503
L
16612001-11-29 H.J. Lu <hjl@gnu.org>
1662
1663 * bucomm.c (make_tempname): Revert the changes made on
1664 2001-11-14 and 2001-11-12. They won't work with directories.
1665
16474668
NC
16662001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1667
1668 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1669 CFLAGS_FOR_TARGET to runtest in environment.
1670 * Makefile.in: Rebuild.
1671 * doc/Makefile.in: Rebuild.
1672
17978339
MS
16732001-11-28 Mike Stump <mrs@wrs.com>
1674
1675 * objcopy.c (setup_section): Preserve SEC_RELOC when
1676 --set-section-flags is used.
1677
261a45ad
NC
16782001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1679
1680 * readelf.c (do_debug_str): New variable.
1681 (display_debug_str): New function: Display the contents of a
1682 .debug_str section.
1683 (load_debug_str): New function: Load in the contents of a
1684 .debug_str section.
1685 (free_debug_str): New function: Free the memory used by
1686 load_debug_str().
1687 (fetch_indirect_string): Retrieve a string from the .debug_str
1688 section.
1689 (usage): Add -ws.
1690 (parse_args): Accept -ws.
1691 (process_section_headers): Allow the display of the .debug_str
1692 section.
1693 (read_and_display_attr_value): Use fetch_indirect_string. Show
1694 offset into .debug_str section.
1695 (display_debug_info): Use load_debug_str and free_debug_str.
1696 (debug_displays): Add .debug_str.
1697 * doc/binutils.texi: Document -ws.
1698
b8908f93
AJ
16992001-11-19 Andreas Jaeger <aj@suse.de>
1700
1701 * testsuite/binutils-all/objdump.exp: Add x86-64.
1702
e5fb9629
AS
17032001-11-15 Andreas Schwab <schwab@suse.de>
1704
1705 * readelf.c: Fix warnings without terminating newline.
1706
802a735e
AM
17072001-11-15 Alan Modra <amodra@bigpond.net.au>
1708
1709 * doc/binutils.texi (objdump): Document ppc -M options.
1710
b89e9eae
AJ
17112001-11-14 Andreas Jaeger <aj@suse.de>
1712
1713 * doc/binutils.texi (objdump): Fix description to use x86-64.
1714
a6a25652
NC
17152001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1716
1717 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1718 not all systems provide mkstemp.
1719
e396998b
AM
17202001-11-14 Alan Modra <amodra@bigpond.net.au>
1721
1722 * doc/binutils.texi (objdump): Document x86 -M options.
1723
81766fca
RH
17242001-11-13 Keith Walker <keith.walker@arm.com>
1725
1726 * readelf.c (read_and_display_attr_value): New function to
1727 handle DW_FORM_indirect.
1728 (read_and_display_attr): Use it.
1729
1a509dcc
GK
17302001-11-13 Geoffrey Keating <geoffk@redhat.com>
1731
1732 * readelf.c (display_debug_lines): Deal with unknown standard
1733 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1734 DW_LNS_set_isa.
1735
6e917903 17362001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 1737
6e917903
TW
1738 * MAINTAINERS: Add self as tic54x maintainer. This target
1739 includes the IBM C54XDSP clone.
7559e86e 1740
6e917903 17412001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 1742
7559e86e
NC
1743 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1744
17452001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 1746
ecdadc4a
JL
1747 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1748 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1749 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1750 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1751 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1752 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1753 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1754
91770270
JL
1755 * readelf.c (get_elf_class): Fix ISO portability glitch.
1756 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1757
ef5cdfc7
JJ
17582001-11-07 Jakub Jelinek <jakub@redhat.com>
1759
1760 * readelf.c (debug_str, debug_str_size): New.
1761 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1762 Call free_abbrevs.
1763 (read_and_display_addr): Handle DW_FORM_strp.
1764 (display_debug_info): Read .debug_str section if present,
1765 so that DW_FORM_strp can be handled.
1766 Fix test for non-existant .debug_abbrev section.
1767
5e9520c8
JJ
17682001-11-05 Jakub Jelinek <jakub@redhat.com>
1769
1770 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1771
1772 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1773
54589086
MS
17742001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1775
1776 * MAINTAINERS: Add self as s390/s390x maintainer.
1777
c05b685b
TR
17782001-11-02 Tom Rix <trix@bluey.cygnus.com>
1779
1780 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1781
3c62831e
NC
17822001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1783
1784 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1785 * configure: Regernate.
1786 * po/fr.po: New file.
1787 * po/tr.po: New file.
1788
3c3bdf30
NC
17892001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1790
9b19141a 1791 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1792 * readelf.c: Include elf/mmix.h.
1793 (guess_is_rela): MMIX is RELA.
1794 (dump_relocations): Handle MMIX relocations.
1795 * Makefile.am: Regenerate dependencies.
1796 * Makefile.in: Regenerate.
1797
f662939a
NC
17982001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1799
1800 * readelf.c (parse_args): Handle multiple options to the -w
1801 switch.
1802
c91d0dfb
JJ
18032001-10-12 Jakub Jelinek <jakub@redhat.com>
1804
1805 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1806 LOPROC, LOOS and LOUSER.
1807
7559e86e 18082001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1809
1810 * MAINTAINERS: Update my email address.
1811
fcd8210c
AM
18122001-10-03 Alan Modra <amodra@bigpond.net.au>
1813
1814 * doc/Makefile.in: Regenerate.
1815 * configure: Regenerate.
1816
428409d5
NC
18172001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1818
1819 * readelf.c (display_debug_line, display_debug_pubnames,
1820 display_debug_info, display_debug_frames): Detect and warn
1821 about 64-bit format entries.
1822 (display_debug_aranges): Reword 64-bit warning.
1823 (debug_displays): Add .debug_pubtypes as a known, but not yet
1824 supported, debug section.
1825
6a8c2b0d
AM
18262001-10-02 Alan Modra <amodra@bigpond.net.au>
1827
1828 * coffdump.c (PROGRAM_VERSION): Delete.
1829 (main <'V'>): Call print_version.
1830 * srconv.c: Likewise.
1831 * sysdump.c: Likewise.
1832 * version.c (program_version): Remove.
1833 (print_version): Use BFD_VERSION_STRING. Just print the current
1834 year in copyright message.
1835 * addr2line.c (program_version): Remove unused declaration.
1836 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1837 place of BFD_VERSION.
1838 * Makefile.am (Makefile): Depend on bfd/configure.in.
1839 (cplus-dem.o): Depend on Makefile.
1840 Run "make dep-am".
1841 * Makefile.in: Regenerate.
1842
e414a165
NC
18432001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1844
1845 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1846 format .debug_arange sections.
1847 (main): Add missing prototype.
b8908f93 1848
efc3ee7f
HPN
18492001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1850
1851 * Makefile.am: Update dependencies with "make dep-am".
1852 * Makefile.in: Regenerate.
1853
9e85c2a0
RH
18542001-09-28 Richard Henderson <rth@redhat.com>
1855
1856 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1857
451dad9c
AM
18582001-09-26 Alan Modra <amodra@bigpond.net.au>
1859
1860 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1861 VA_CLOSE.
1862 (non_fatal): Likewise.
1863 * objdump.c (objdump_sprintf): Likewise.
1864 * readelf.c (error): Likewise.
1865 (warn): Likewise.
1866
d974e256
JJ
18672001-09-25 Jakub Jelinek <jakub@redhat.com>
1868
1869 * readelf.c (do_wide): New.
1870 (options): Add --wide.
1871 (usage, parse_args): Likewise.
1872 (process_program_headers): Put each segment on a single line if
1873 --wide is given.
1874 (process_section_headers): Put each section on a single line if
1875 --wide is given.
1876 * doc/binutils.texi: Document it.
1877 * NEWS: Likewise.
1878
2f11c261
AM
18792001-09-25 Alan Modra <amodra@bigpond.net.au>
1880
1881 * readelf.c (print_vma): Print 8 digits of low hex value.
1882
1d50f91e
AJ
18832001-09-24 Andreas Jaeger <aj@suse.de>
1884
1885 * nlmconv.c: Fix warnings about unused attributes and function
1886 prototypes.
1887
1888 * strings.c: Add prototype for get_char.
1889
38131e67
L
18902000-09-19 H.J. Lu <hjl@gnu.org>
1891
1892 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1893 $(srcdir)/cxxfilt.man.
1894 * doc/Makefile.in: Rebuild.
1895
3bcfb3e4
AM
18962001-09-19 Alan Modra <amodra@bigpond.net.au>
1897
1898 * objcopy.c (copy_main): Correct rename-section string parsing.
1899 Consolidate new_name parsing, and error messages.
1900
3882b010
L
19012001-09-18 Bruno Haible <haible@clisp.cons.org>
1902
1903 * addr2line.c: Don't include <ctype.h>.
1904 (main): For gettext, also set the LC_CTYPE locate facet.
1905 * ar.c (main): Likewise.
1906 * coffdump.c (main): Likewise.
1907 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1908 (main): For gettext, also set the LC_CTYPE locate facet.
1909 Use ISALNUM instead of isalpha/isdigit.
1910 * dllwrap.c: Don't include <ctype.h>.
1911 (main): For gettext, also set the LC_CTYPE locate facet.
1912 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1913 (main): For gettext, also set the LC_CTYPE locate facet.
1914 Use TOUPPER instead of islower/toupper.
1915 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1916 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1917 Use TOUPPER instead of islower/toupper.
1918 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1919 * objcopy.c (main): Likewise.
1920 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1921 (disassemble_bytes): Use ISPRINT instead of isprint.
1922 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1923 (dump_data): Use ISPRINT instead of isprint.
1924 (main): For gettext, also set the LC_CTYPE locate facet.
1925 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1926 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1927 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1928 Use TOUPPER instead of islower/toupper.
1929 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1930 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1931 (write_rc_accelerators): Use ISPRINT instead of isprint.
1932 (write_rc_rcdata): Likewise.
1933 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1934 * srconv.c (main): Likewise.
1935 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1936 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1937 isdigit/isupper/islower.
1938 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1939 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1940 stab_demangle_prefix, stab_demangle_qualified,
1941 stab_demangle_template, stab_demangle_type,
1942 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1943 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1944 (isgraphic): Use ISPRINT instead of isascii/isprint.
1945 (main): Remove HAVE_LC_MESSAGES dependency.
1946 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1947 (pbarray): Use ISPRINT instead of isprint.
1948 (main): For gettext, also set the LC_CTYPE locate facet.
1949 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1950 (format_from_filename): Use ISPRINT instead of isprint.
1951 (main): For gettext, also set the LC_CTYPE locate facet.
1952 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1953 (unicode_print): Use ISPRINT instead of isprint.
1954 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1955 (stab_variable): Use ISDIGIT instead of isdigit.
1956
e59b4dfb
AM
19572001-09-18 Alan Modra <amodra@bigpond.net.au>
1958
1959 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1960 Replace bfd_read call with call to bfd_bread.
1961 (extract_file): Likewise.
1962
1963 * objdump.c (dump_section_header): Cast section->filepos to
1964 unsigned long to suit printf format string.
1965 * readelf.c (process_section_headers): Similarly for sh_offset.
1966 (process_unwind): Likewise.
1967
d132876a
NC
19682001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1969
1970 * strings.c (encoding, encoding_bytes): New variables.
1971 (long_options): Add --encoding.
1972 (main): Accept -e and --encoding.
1973 (get_char): New function. Read a, possibly wide, character from
1974 the input stream.
1975 (print_strings): Use get_char().
1976 (usage): Document new command line option.
1977 * doc/binutils.texi: Document new command line option.
1978 * NEWS: Announce new command line option.
1979
7559e86e 19802001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1981
1982 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1983 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1984 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1985 Removed EM_CYGNUS_ARC.
1986
7559e86e 19872001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1988
1989 * readelf.c: Include elf/h8 for H8 series definitions.
1990 (guess_is_rela): H8 series if RELA.
1991 (dump_relocations): Handle H8 series relocations.
1992
0823fbca
EC
19932001-08-31 Eric Christopher <echristo@redhat.com>
1994
1995 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1996
8db76d70
PT
19972001-08-29 Peter Targett <peter.targett@arccores.com>
1998
1999 * MAINTAINERS: Include ARC Maintainer.
2000
d81d6584
BE
20012001-08-29 Ben Elliston <bje@redhat.com>
2002
2003 * stabs.c (stab_demangle_template): Initialise s4.
2004
25a1ff5b
AM
20052001-08-27 Alan Modra <amodra@bigpond.net.au>
2006
2007 * readelf.c (dump_relocations): Recognise EM_PPC64.
2008
a5d22d2a
TS
20092001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2010
2011 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2012
62a5a82d
L
20132001-08-25 H.J. Lu <hjl@gnu.org>
2014
2015 * nm.c (print_width): New.
2016 (display_rel_file): Set `print_width' according to
2017 bfd_sprintf_vma.
2018 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2019
1ae8b3d2
AO
20202001-08-24 Alexandre Oliva <aoliva@redhat.com>
2021
2022 * objcopy.c (use_alt_mach_code): New variable.
2023 (OPTION_ALT_MACH_CODE): Define.
2024 (copy_options): Added --alt-machine-code.
2025 (copy_main): Handle it.
2026 (copy_object): Switch to alternate machine code if requested.
2027 * doc/binutils.texi: Document new option.
2028 * NEWS: Likewise.
2029
d1bdd336
TS
20302001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2031
2032 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2033
410f7a12
L
20342001-08-21 H.J. Lu <hjl@gnu.org>
2035
2036 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2037 (display_debug_info): Cast for 64bit hosts.
2038 (display_debug_frames): Likewise.
2039 (process_mips_specific): Likewise.
2040
c32144ff
AJ
20412001-08-21 Andreas Jaeger <aj@suse.de>
2042
2043 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2044
2045 * sysdump.c: Add missing prototypes.
2046 * srconv.c: Likewise.
2047 * unwind-ia64.c: Likewise.
2048 * coffdump.c: Likewise.
2049
2050 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2051
2052 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2053 of declaring xcalloc.
2054
d8180c76
L
20552001-08-10 H.J. Lu <hjl@gnu.org>
2056
2057 * nm.c (print_value): Add one arg, bfd *.
2058 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2059 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2060 (print_symbol_info_sysv): Likewise.
2061 (print_symbol_info_posix): Likewise.
2062
2063 * objdump.c (dump_section_header): Replace printf_vma with
2064 bfd_printf_vma.
2065 (print_section_stabs): Likewise.
2066 (dump_bfd_header): Likewise.
2067 (objdump_print_value): Replace sprintf_vma with
2068 bfd_sprintf_vma.
2069 (disassemble_bytes): Likewise.
2070 (dump_reloc_set): Likewise.
2071
0218d1e4
AJ
20722001-08-10 Andreas Jaeger <aj@suse.de>
2073
2074 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2075 to build warnings.
2076 * configure: Regenerate.
2077
2863d58a
AM
20782001-08-09 Alan Modra <amodra@bigpond.net.au>
2079
2080 * readelf.c: Add missing prototypes.
2081 * objdump.c: Likewise. Format existing prototypes.
2082
c0e047e0
AO
20832001-08-08 Alexandre Oliva <aoliva@redhat.com>
2084
2085 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2086 of any RELA relocation for the abbrev_offset memory location that
2087 refers to the .debug_abbrev section symbol.
2088
ff78d6d6
L
20892001-08-07 H.J. Lu <hjl@gnu.org>
2090
2091 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2092 (main): Return process_file ().
2093
c36774d6
PB
20942001-08-05 Philip Blundell <philb@gnu.org>
2095
2096 * doc/binutils.texi: Use "Thumb" not "THUMB".
2097
8f9d9bd9
JH
20982001-08-03 John Healy <jhealy@redhat.com>
2099
bb279dc0
ZW
2100 Patch suggested by Frank Eigler <fche@redhat.com>.
2101 * objdump.c (disassemble_data): Fill in section member of the
2102 disasm_info structure.
8f9d9bd9 2103
c918cb96
DD
21042001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2105
2106 * configure.in: Added --with-windres option.
2107 * configure: Regenerated.
2108
c7c55b78
NC
21092001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2110
2111 * doc/binutils.texi: Use @command{name} for commands;
2112 use @option{-opt} for options; use @table @env for list of options;
2113 remove spaces arround [ | ] in synopsis.
2114
2115 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2116 center title.
2117
594ef5db
NC
21182001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2119
bb279dc0
ZW
2120 * objcopy.c: Fix formatting.
2121 (section_rename): New structure.
2122 (OPTION_RENAME_SECTION): New switch.
2123 (copy_usage): Document new switch.
2124 (add_section_rename): New function: Add a node to the section
2125 rename list.
2126 (find_section_rename): New function: Find the new name and
2127 flags for a section.
2128 (setup_section): Call find_section_name to determine the name
2129 of the output section.
2130 (copy_main): Handle OPTION_RENAME_SECTION.
2131 * binutils.texi: Document new switch.
594ef5db
NC
2132 * NEWS: Mention new switch.
2133
1f554c69
NC
21342001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2135
2136 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2137 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2138 bug-binutils@gcc.org.
2139
2f83960e
AM
21402001-07-28 Matthias Kramm <kramm@quiss.org>
2141
2142 * bucomm.c (list_supported_architectures): New function.
2143 * bucomm.h (list_supported_architectures): Declare.
2144 * objdump.c (usage): Call the above.
2145
20fe0649
DB
21462001-07-25 Dave Brolley <brolley@redhat.com>
2147
2148 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2149 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2150
1b577b00
NC
21512001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2152
2153 * README: Update for 2.11. Change bug reporting email address.
2154 * MAINTAINERS: Tidy up. Change bug reporting email address.
2155
95fd336c
DD
21562001-07-16 DJ Delorie <dj@redhat.com>
2157
5f16d855
DD
2158 * resres.c (write_res_header): Align header size.
2159 (res_align_file): Calculate alignment correctly.
2160
95fd336c
DD
2161 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2162 correct 10).
2163 * resrc.c (write_rc_resource): Likewise.
2164 * windres.h (SUBLANG_SHIFT): Define - as 10.
2165
ed8fee27
NC
21662001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2167
2168 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2169
90ab7e9a
NC
21702001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2171
2172 * MAINTAINERS: Add notes about branch checkins.
2173
e0c60db2
NC
21742001-07-05 Daniel Berlin <dan@cgsoftware.com>
2175
2176 * readelf.c (display_debug_macinfo): New function, display
2177 .debug_macinfo section.
2178 (do_debug_macinfo): New variable.
2179 (parse_args): Handle "-w[mM]" to mean display macro info.
2180 (process_section_headers): Handle debug_macinfo.
2181 (debug_displays): Replace unsupported function with macinfo
0218d1e4 2182 function for .debug_macinfo display.
e0c60db2
NC
2183 * doc/binutils.texi: Document new command line switch.
2184 * NEWS: Document new feature of readelf.
0218d1e4 2185
24e01a36
L
21862001-07-05 H.J. Lu <hjl@gnu.org>
2187
2188 * objcopy.c (filter_symbols): Don't turn undefined symbols
2189 into local.
2190
4258bf4d
L
21912001-07-03 H.J. Lu <hjl@gnu.org>
2192
2193 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2194 $@.pod.
2195 (ar.1): Likewise.
2196 (dlltool.1): Likewise.
2197 (nlmconv.1): Likewise.
2198 (nm.1): Likewise.
2199 (objcopy.1): Likewise.
2200 (objdump.1): Likewise.
2201 (ranlib.1): Likewise.
2202 (readelf.1): Likewise.
2203 (size.1): Likewise.
2204 (strings.1): Likewise.
2205 (strip.1): Likewise.
2206 (windres.1): Likewise.
2207 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2208 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2209 $(DEMANGLER_NAME).
2210 (as.1): Removed.
2211 * doc/Makefile.in: Regenerated.
2212
7014bc31
NC
22132001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2214
2215 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2216
b811889f
NC
22172001-07-01 Daniel Berlin <dan@cgsoftware.com>
2218
2219 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2220
12ab83a9
NC
22212001-06-29 James Cownie <jcownie@etnus.com>
2222
2223 * readelf.c: Support DWARF 2.1 attributes.
2224
a6e9f9df
AM
22252001-06-28 Alan Modra <amodra@bigpond.net.au>
2226
2227 * readelf.c (GET_DATA_ALLOC): Remove.
2228 (GET_DATA): Remove.
2229 (get_data): New function combining above macros, with an extra
2230 test for zero size.
2231 (slurp_rela_relocs): Use get_data, and catch error return.
2232 (slurp_rel_relocs): Likewise.
2233 (get_32bit_program_headers): Likewise.
2234 (get_64bit_program_headers): Likewise.
2235 (get_32bit_section_headers): Likewise.
2236 (get_64bit_section_headers): Likewise.
2237 (get_32bit_elf_symbols): Likewise.
2238 (get_64bit_elf_symbols): Likewise.
2239 (process_section_headers): Likewise.
2240 (process_relocs): Likewise.
2241 (slurp_ia64_unwind_table): Likewise.
2242 (process_unwind): Likewise.
2243 (get_32bit_dynamic_segment): Likewise.
2244 (get_64bit_dynamic_segment): Likewise.
2245 (process_dynamic_segment): Likewise.
2246 (process_version_sections): Likewise.
2247 (process_symbol_table): Likewise.
2248 (dump_section): Likewise.
2249 (display_debug_info): Likewise.
2250 (display_debug_section): Likewise.
2251 (process_section_contents): Likewise.
2252 (process_corefile_note_segment): Likewise.
2253 (process_mips_specific): Likewise. Also free econf32, econf64.
2254
af3fc3bc
AM
22552001-06-25 Alan Modra <amodra@bigpond.net.au>
2256
2257 * readelf.c (dump_relocations): Print "bad symbol index" if
2258 symtab == NULL with non-zero symtab_index.
2259 (process_relocs): Don't bomb if reloc section has no symsec.
2260
6d900bf6
L
22612001-06-24 H.J. Lu <hjl@gnu.org>
2262
2263 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2264 by accident.
2265 (copy_main): Apply the the change made to strip_main on
2266 2001-05-30 by accident.
2267
49b4e386
AJ
22682001-06-23 Andreas Jaeger <aj@suse.de>
2269
2270 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2271 parameter 'code'.
2272 (unw_decode_x2): Likewise.
2273 (unw_decode_x3): Likewise.
2274 (unw_decode_x4): Likewise.
2275
d8dc71e3
BE
22762001-06-23 Ben Elliston <bje@redhat.com>
2277
2278 * MAINTAINERS: Add myself as M88k maintainer.
2279
af3bdff7
NC
22802001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2281
2282 * objcopy.c (strip_main): Support -o or --output-file command lien
2283 switch.
2284
105e7211
L
22852001-06-19 H.J. Lu <hjl@gnu.org>
2286
2287 * doc/Makefile.in: Regenerated.
2288
c45021f2
NC
22892001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2290
2291 * readelf.c: Restore formatting.
2292
22932001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2294
bb279dc0
ZW
2295 * Makefile.am: Move documentation into doc subdirectory.
2296 * Makefile.in: Regenerated.
c45021f2 2297 * binutils.texi: Move into doc subdirectory.
bb279dc0
ZW
2298 * addr2line.1: Removed.
2299 * ar.1: Likewise.
2300 * dlltool.1: Likewise.
2301 * nlmconv.1: Likewise.
2302 * nm.1: Likewise.
2303 * objcopy.1: Likewise.
2304 * objdump.1: Likewise.
2305 * ranlib.1: Likewise.
2306 * readelf.1: Likewise.
2307 * size.1: Likewise.
2308 * strings.1: Likewise.
2309 * strip.1: Likewise.
2310 * windres.1: Likewise.
2311 * cxxfilt.man: Likewise.
c45021f2
NC
2312 * doc: New Directory.
2313 * doc/Makefile.am: New file.
2314 * doc/Makefile.in: Generate.
2315
09ad7db3
AM
23162001-06-09 Alan Modra <amodra@bigpond.net.au>
2317
2318 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2319
936260fe
AM
23202001-06-01 Alan Modra <amodra@bigpond.net.au>
2321
2322 * MAINTAINERS: Update my email address.
2323
16b2b71c
NC
23242001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2325
2326 * objcopy.c: Add new switches: --keep-global-symbol,
2327 --keep-symbols, --localize-symbols, --keep-global-symbols and
2328 --weaken-symbols.
2329 * binutils.texi: Document new switches.
2330 * objcopy.1: Regenerate.
2331 * NEWS: Announce new feature.
2332
7036c0e1
AJ
23332001-05-28 Andreas Jaeger <aj@suse.de>
2334
2335 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2336 variables, fix format strings.
2337
76a406e5
NC
23382001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2339
2340 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2341 when computing the address of the line to show.
2342
31b6fca6
RH
23432001-05-16 Richard Henderson <rth@redhat.com>
2344
2345 * readelf.c (do_debug_frames_interp): New.
2346 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2347 (byte_get_big_endian): Likewise.
2348 (parse_args) ['F']: Set do_debug_frames_interp.
2349 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2350 (frame_display_row): Don't trunc pc_begin to int.
2351 (size_of_encoded_value): New.
2352 (display_debug_frames): Handle 64-bit targets. Print raw data
2353 unless do_debug_frames_interp.
2354 (debug_displays): Remove duplicate .debug_frame.
2355
4fe85591
NC
23562001-05-15 Ralf Baechle <ralf@gnu.org>
2357
2358 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2359 The former constant was never in active use and is used otherwise
2360 by the ABI.
2361
579f31ac
JJ
23622001-05-11 Jakub Jelinek <jakub@redhat.com>
2363
2364 * readelf.c (process_unwind): Print all unwind sections, not just
2365 one.
2366
78f4a3f7
AM
23672001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2368
2369 * readelf.c (process_unwind): Remove const specifier.
2370
1c529ca6
NC
23712001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2372
2373 * strings.c (isgraphic): Do not use isascii() unless it is needed
2374 for isprint() to work.
2375 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2376
87e6d782
NC
23772001-04-27 Johan Rydberg <jrydberg@opencores.org>
2378
bb279dc0 2379 * NEWS: Announce support for OpenRISC.
87e6d782 2380
4bd3d870 23812001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
2382
2383 * dlltool.c (do_default_excludes): Initialise to true.
2384
21211521
AM
23852001-04-10 Alan Modra <amodra@one.net.au>
2386
2387 * MAINTAINERS: Update my email address
2388 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2389
0c66b61e 23902001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
2391
2392 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2393
e58d53af
L
23942001-03-30 H.J. Lu <hjl@gnu.org>
2395
2396 * readelf.c (process_unwind): Just return if do_unwind is 0.
2397
bee72332
DD
23982001-03-28 Roger Sayle <roger@metaphorics.com>
2399
2400 * dlltool.c (make_one_lib_file): Fix section flags for
2401 .text, .data and .bss in stub ds*.o files to match those
2402 generated by gas.
2403
f1467e33
L
24042001-03-29 H.J. Lu <hjl@gnu.org>
2405
2406 * readelf.c (process_unwind): Only do unwind sections for
2407 IA64.
2408
1c6fb4fe
L
24092001-03-28 H.J. Lu <hjl@gnu.org>
2410
2411 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2412 * Makefile.in: Regenerate.
2413
0879a67a
AJ
24142001-03-26 Andreas Jaeger <aj@suse.de>
2415
2416 * binutils.texi (nm): Fix texi syntax.
2417
0285c67d
NC
24182001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2419
2420 * binutils.texi: Put @c man begin and @c man end indications
2421 to generate man pages using texi2pod and pod2man. Put @c man title
2422 to identify each man. Add SEEALSO entries.
2423 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2424 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2425 sort the list.
2426 (*.1): Build the man pages from binutils.texi.
2427 * Makefile.in: Regenerate.
2428
04847a4d
CF
24292001-03-13 Eric Kohl <ekohl@rz-online.de>
2430
2431 * defparse.y (opt_equal_name): allow "." in name.
2432 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2433 (gen_exp_file): Likewise.
2434
43a0748c
NC
24352001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2436
2437 * NEWS: Document addition of -B switch to objcopy.
2438 * binutils.texi: Document addition of -B switch to objcopy.
2439 * objcopy.c: (copy_options): Add --binary-architecture.
2440 (copy_usage): Document -B/--binary-architecture.
2441 (copy_main): Support -B/--binary-architecture. Set
2442 bfd_external_binary_architecture.
0879a67a 2443
b7498e0e
NC
24442001-03-11 Andreas Jaeger <aj@suse.de>
2445
2446 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2447 (dump_relocations): Likewise.
2448 (get_machine_name): Likewise.
2449
a59e3bd7
NC
24502001-02-28 Nick Clifton <nickc@redhat.com>
2451
2452 * readelf.c: (struct unw_aux_info): Remove const modifier for
2453 'strtab' field.
2454 (process_unwind): Remove non-K&R compliant LHS type cast in call
2455 to GET_DATA_ALLOC macro.
2456
a5bcd848
PB
24572001-02-28 Philip Blundell <pb@futuretv.com>
2458
2459 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2460 ABI is in use; remove ambiguity between the "unknown" EABI and
2461 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2462 renamed EF_xx constants.
2463
27b7e12d
AM
24642001-02-27 Alan Modra <alan@linuxcare.com.au>
2465
2466 * configure.in (BFD_VERSION): New.
2467 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2468 * configure: Regenerate.
2469 * Makefile.am: Run "make dep-am"
2470 * Makefile.in: Regenerate.
2471
a9f10786
NC
24722001-02-14 Nick Clifton <nickc@redhat.com>
2473
2474 * MAINTAINERS: Add "Obvious Fix" rule.
2475
3c44da9a
MS
24762001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2477
2478 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2479 literal concatenation.
2480
ecd03389
MS
24812001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2482
2483 * readelf.c (struct unw_aux_info): Remove const from the info member.
2484 (process_unwind): Don't type-cast the third argument to the
2485 GET_DATA_ALLOC macro.
2486
88ec60c7
NC
24872001-02-11 Nick Clifton <nickc@redhat.com>
2488
2489 * readelf.c (dump_relocations): Free corrected allocated
2490 array.
2491 (process_unwind): Fix compile time warning.
2492
f5e21966
NC
24932001-02-10 Nick Clifton <nickc@redhat.com>
2494
2495 * binutils.texi: Document new --unwind option to readelf.
2496
a85d7ed0
NC
24972001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2498
2499 * readelf.c: Add linux target for S/390.
2500
7bb10502
AM
25012001-02-10 Alan Modra <alan@linuxcare.com.au>
2502
2503 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2504 printf is a macro.
2505
8ca8f343
HPN
25062001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2507
2508 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2509 * aclocal.m4: Regenerate.
2510 * configure: Regenerate.
2511
7340082d
NC
25122001-02-07 Todd Vierling <tv@wasabisystems.com>
2513
2514 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2515 * objdump.c (bfd_target_vector): Likewise.
2516
4d6ed7c8
NC
25172001-02-07 David Mosberger <davidm@hpl.hp.com>
2518
2519 * readelf.c (process_unwind): New function.
2520 (slurp_ia64_unwind_table): Ditto.
2521 (dump_ia64_unwind): Ditto.
2522 (find_symbol_for_address): Ditto.
2523 (slurp_rela_relocs): New function (split off from dump_relocations()).
2524 (slurp_rel_relocs): Ditto.
2525 (parse_args): Handle '-u' option.
2526
2527 * unwind-ia64.c: New file.
2528 * unwind-ia64.h: New file.
2529 * Makefile.am: Include unwind-ia64.c in readelf build.
2530 * Makefile.in: Regenerate.
7340082d 2531 * po/binutils.pot: Regenerate.
4d6ed7c8 2532
c7217458
PB
25332001-02-04 Philip Blundell <philb@gnu.org>
2534
2535 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2536 * configure: Regenerate.
2537
956eedd4
AM
25382001-01-31 Steve deRosier <sderosier@vari-lite.com>
2539
2540 * ieee.c (ieee_add_bb11): Don't check for backslashes
2541 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2542
8855cbca
AM
25432001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2544
c7f2731e
AM
2545 * ieee.c: Update copyright.
2546 (ieee_start_compilation_unit): Don't check for backslashes
2547 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2548
8855cbca
AM
2549 * stabs.c: Update copyright. Include "filenames.h".
2550 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2551
329de803 25522001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
2553
2554 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2555 sections are present before using them. Remove code duplication.
2556 (process_symbol_table): Check if VERDEF or VERNEED sections are
2557 present before using them.
2558
23719f39
NC
25592001-01-17 Nick Clifton <nickc@redhat.com>
2560
2561 * objcopy.c (copy_object): Fail if attempting to convert the
2562 endianness of the input object file.
2563
2564 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 2565
f726e849
NC
25662001-01-16 Nick Clifton <nickc@redhat.com>
2567
2568 * readelf.c (string_table_length): New variable.
2569 (SECTION_NAME): Catch out of range indices and missing section
2570 pointers.
2571 (process_section_headers): Delete useless local variable
2572 string_table_offset. Set the value of string_table_length
2573 after loading the string table.
2574 (process_mips_specific): Use SECTION_NAME macro.
2575 (process_file): Set string_table_length to 0 when it is freed.
2576
d0398d6a
NC
25772001-01-12 Nick Clifton <nickc@redhat.com>
2578
2579 * version.c (print_version): Update copyright date.
2580
0d2bcfaf
NC
25812001-01-11 Peter Targett <peter.targett@arccores.com>
2582
2583 * readelf.c (dump_relocations): Include selection with EM_ARC.
2584 (get_machine_name) Update name to "ARC".
2585
8b1e6df3
NC
25862001-01-09 Nick Clifton <nickc@redhat.com>
2587
2588 * Makefile.am: Add rule to build objdump.o from objdump.c and
2589 using OBJDUMP_DEFS.
2590 * Makefile.in: Regenerate.
2591
2592 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2593 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2594 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 2595 * configure: Regenerate.
8b1e6df3
NC
2596
2597 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2598 is defined read in the relocs even if dump_reloc_info is
2599 false.
2600
2f952d20
PB
26012001-01-07 Philip Blundell <philb@gnu.org>
2602
2603 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2604 `bug-binutils'.
2605 * README: Likewise.
2606
a8c548cb
NC
26072000-12-19 Nick Clifton <nickc@redhat.com>
2608
2609 * dlltool.c: Add missing support for arm-epoc-pe.
2610 * configure.in: Add missing support for arm-epoc-pe.
2611 * configure: Regenerate.
2612
cc5fda35
NC
26132000-12-15 Nick Clifton <nickc@redhat.com>
2614
2615 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2616 Mode parts of the x86 port.
2617
bcedfee6
NC
26182000-12-04 Andreas Jaeger <aj@suse.de>
2619
2620 * readelf.c (guess_is_rela): Add EM_X86_64.
2621 (dump_relocations): Add EM_X86_64.
2622 (get_machine_name): Add EM_X86_64.
2623 Include "elf/x86-64.h".
2624
584da044
NC
26252000-12-12 Nick Clifton <nickc@redhat.com>
2626
2627 * readelf.c: Fix formatting.
2628
7559e86e 26292000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
2630
2631 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2632
a98cc2b2
AH
26332000-12-07 Andrew Haley <aph@redhat.com>
2634
2635 * readelf.c (display_debug_frames): Only display columns that are
2636 referenced by the frame debug info.
2637
c7987a69
NC
26382000-12-05 Nick Clifton <nickc@redhat.com>
2639
2640 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2641
09fd7e38
JM
26422000-12-04 Jason Merrill <jason@redhat.com>
2643
2644 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2645 (display_debug_section): Likewise.
2646 (display_debug_info): Display CU header before bailing.
2647
e7af610e
NC
26482000-12-01 Chris Demetriou <cgd@sibyte.com>
2649
09fd7e38
JM
2650 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2651 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2652 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 2653
09fd7e38
JM
2654 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2655 and E_MIPS_ARCH_64.
84ea6cf2 2656
09fd7e38
JM
2657 * readelf.c (get_machine_flags): Add case for
2658 E_MIPS_MACH_SB1.
c6c98b38 2659
75066968
DD
26602000-11-30 Richard Earnshaw <rearnsha@arm.com>
2661
2662 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2663
5c4666ea
HPN
26642000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2665