* size.c: Fix formatting.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
9f66665a
KH
12002-05-23 Kazu Hirata <kazu@cs.umass.edu>
2
3 * size.c: Fix formatting.
4 * srconv.c: Likewise.
5 * stabs.c: Likewise.
6 * sysdump.c: Likewise.
7 * unwind-ia64.c: Likewise.
8 * wrstabs.c: Likewise.
9
13ae64f3
JJ
102002-05-23 Jakub Jelinek <jakub@redhat.com>
11
12 * readelf.c (get_segment_type): Add PT_TLS.
13 (get_elf_section_flags): Add SHF_TLS.
14 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
15 (process_dynamic_segment): Use puts instead of printf.
16 (get_symbol_type): Support STT_TLS.
17 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
18 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
19 Add SEC_THREAD_LOCAL.
20
53c7db4b
KH
212002-05-23 Kazu Hirata <kazu@cs.umass.edu>
22
23 * rdcoff.c: Fix formatting.
24 * rddbg.c: Likewise.
25 * readelf.c: Likewise.
26 * rename.c: Likewise.
27 * resbin.c: Likewise.
28 * resrc.c: Likewise.
29 * resres.c: Likewise.
30
0af11b59
KH
312002-05-21 Kazu Hirata <kazu@cs.umass.edu>
32
33 * filemode.c: Fix formatting.
34 * ieee.c: Likewise.
35 * is-ranlib.c: Likewise.
36 * is-strip.c: Likewise.
37 * maybe-ranlib.c: Likewise.
38 * maybe-strip.c: Likewise.
39 * nlmconv.c: Likewise.
40 * nm.c: Likewise.
41 * not-ranlib.c: Likewise.
42 * not-strip.c: Likewise.
43 * objcopy.c: Likewise.
44 * objdump.c: Likewise.
45
21611032
TS
462002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
47
48 * objdump.c (dump_headers): Fix output formatting for ELF32
49 architectures in a BFD64 enabled toolchain.
50
26044998
KH
512002-05-20 Kazu Hirata <kazu@cs.umass.edu>
52
53 * debug.c: Fix formatting.
54 * debug.h: Likewise.
55 * dlltool.c: Likewise.
56 * dllwrap.c: Likewise.
57 * emul_aix.c: Likewise.
58 * emul_vanilla.c: Likewise.
59
f462a9ea
KH
602002-05-19 Kazu Hirata <kazu@cs.umass.edu>
61
62 * addr2line.c: Fix formatting.
63 * ar.c: Likewise.
64 * arsup.c: Likewise.
65 * arsup.h: Likewise.
66 * binemul.c: Likewise.
67 * binemul.h: Likewise.
68 * bucomm.c: Likewise.
69 * coffdump.c: Likewise.
70 * coffgrok.c: Likewise.
71 * coffgrok.h: Likewise.
72
e0159aa9
MM
732002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
74
75 * MAINTAINERS: Add myself as the second AVR port maintainer.
76
074b403e
SC
772002-05-16 Stephane Carrez <stcarrez@nerim.fr>
78
79 * MAINTAINERS: Update my email address.
80
2b9c8201
NC
812002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
82
83 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
84
e1d5b1e7
AM
852002-05-09 Alan Modra <amodra@bigpond.net.au>
86
87 * configure.in: Replace `*pe' with `pe' throughout.
88 * configure: Regenerate.
89
d3d8a9ee
NC
902002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
91
92 * Makefile.am: Honour DESTDIR.
93 * Makefile.in: Regenerate.
94
405c98a4
AM
952002-05-06 Alan Modra <amodra@bigpond.net.au>
96
a02d5965
AM
97 * dlltool.c (process_def_file): Add missing prototype.
98 (new_directive, assemble_file, main): Likewise.
99 (process_def_file, new_directive): Make static.
100 (inform): Rewrite using VA_FIXEDARG.
101 * dllwrap.c (mybasename): Add missing prototype.
102 (strhash, main): Likewise.
103 (inform): Rewrite using VA_FIXEDARG.
104 (warn): Likewise.
105 (cleanup_and_exit): Use old style function definition.
106 (strhash): Likewise.
107 * windres.c (define_resource): Use one memset to clear all of
108 struct res_resource.
109
405c98a4 110 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 111 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
112
1132002-05-06 Borut Razem <borut.razem@siol.net>
114
115 * rclex.l (get_string): Correct "strings" list handling.
116 * resrc.c (read_rc_file): Discard strings.
117
91593c9d
AM
1182002-05-04 Alan Modra <amodra@bigpond.net.au>
119
e58a75dc
AM
120 * ar.c (replace_members): Remove unused var. Formatting fix.
121 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
122
91593c9d
AM
123 * MAINTAINERS: Sort port maintainers by CPU.
124
6b52b824
AM
1252002-05-04 Bob Byrnes <byrnes@curl.com>
126
127 * size.c (display_archive): Add last_arfile and code to close archives.
128
dd70071f
AM
1292002-05-01 Alan Modra <amodra@bigpond.net.au>
130
131 * nm.c (print_symbol): Check returned filename from
132 bfd_find_nearest_line is non-NULL.
133
6c95717a
EZ
1342002-04-25 Elena Zannoni <ezannoni@redhat.com>
135
136 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
137
3c25c5f6
NC
1382002-04-24 Christian Groessler <chris@groessler.org>
139
140 * MAINTAINERS: Changed my email address.
141
944cd72c
TS
1422002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
143
144 * arparse.y: Fix syntax warning.
145
ea91f8bb
NC
1462002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
147
3e55a963
NC
148 * readelf.c (fetch_location_list): Remove unused function.
149
150 * readelf.c (process_corefile_note_segment): Catch corrupt notes
151 and display a warning message, then exit the loop.
152
ea91f8bb
NC
153 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
154
45b99827
NC
1552002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
156
157 * resrc.c (write_rc_dialog): If charset is non-default value
158 display all of the DIALOGEX parameters.
159
1602002-04-15 Eric Kohl <ekohl@rz-online.de>
161
162 * rcparse.y: Allow two to five parameter in FONT statement of
163 DIALOGEX resources.
164 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
165 resource data.
166 (res_to_bin_dialog): Likewise.
167 * windres.h: Added misssing charset variable to dialog_ex
168 structure.
169
acfbab8a
NC
1702002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
171
172 * rcparse.y: Set MEMFLAG_PURE by default.
173
df3baf66
NC
1742002-04-09 Bernd Herd <info@herdsoft.com>
175
176 * rcparse.y: CLASS definitions in DIALOG resources
177 are quoted.
4c30641a 178 Fix typo in BEDIT warning.
91eafb40 179 Don't add default dialog style when explicit style specified.
b62a12ca 180 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 181
b24eb5ac
NC
182 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
183 (handle_quotes) "\a" escape (used for right justified key
184 definitions in menus) is encodes as binary 8.
df3baf66 185
b24eb5ac
NC
186 * resrc.c (write_rc_dialog): Print style even if it is 0.
187 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 188 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 189
b24eb5ac
NC
190 * resbin.c (bin_to_res_dialog): Use signature to identify
191 DIALOGEX.
f7d63484 192
b24eb5ac 193 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 194
df3baf66
NC
1952002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
196
197 * resrc.c: print CLASS names in quotes
198
1992002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
200
201 * MAINTAINERS: Update my email address.
202
8e42bcb6
AM
2032002-04-04 Alan Modra <amodra@bigpond.net.au>
204
205 * dep-in.sed: Cope with absolute paths.
206 * Makefile.am (dep.sed): Subst TOPDIR.
207 Run "make dep-am".
208 * Makefile.in: Regenerate.
209
96f959e5
PT
2102002-03-27 Peter Targett <peter.targett@arc.com>
211
212 * MAINTAINERS: Update my email address.
213
1ea788ee
AM
2142002-03-21 Alan Modra <amodra@bigpond.net.au>
215
216 * Makefile.am: Run "make dep-am".
217 * Makefile.in: Regenerate.
218 * doc/Makefile.in: Regenerate.
219 * po/POTFILES.in: Regenerate.
220 * aclocal.m4: Regenerate.
221 * config.in: Regenerate.
222 * configure: Regenerate.
223
a2f14207
DB
2242002-03-20 Daniel Berlin <dan@dberlin.org>
225
226 * readelf.c: Add support for displaying dwarf2 location lists.
227 (do_debug_loc, debug_loc_section, debug_loc_size): New.
228 (parse_args): Use 'O' as shorthand for displaying location list
229 section.
230 (process_section_headers): Handle debug_loc as well.
231 (load_debug_loc): New.
232 (free_debug_loc): New.
233 (fetch_location_list): New.
234 (display_debug_loc): New.
235 (display_debug_info): Call load_debug_loc and free_debug_loc.
236 (debug_displays): We can display .debug_loc now, too.
237 (usage): Update usage string.
238 (read_and_display_attr_value): Note location lists, but don't
239 display them inline.
240
eb1e0e80
NC
2412002-03-18 Tom Rix <trix@redhat.com>
242
243 * Makefile.am: Add binutils emulation support.
244 * configure.in: Same.
245 * configure.tgt: New file. Same.
246 * ar.c (main): Use ar_emul_parse_arg.
247 (usage): Use ar_emul_usage.
248 (replace_members): Use ar_emul_replace, ar_emul_append.
249 * binemul.c: New file. Define the binutils emulation
250 layer. Define default methods.
251 * binemul.h: New file. Binutils emulation layer header file.
252 * emul_aix.c: New file. AIX binutils emulation.
253 * emul_vanilla.c: New file. Default binutils emulation.
254 * Makefile.in: Regenerate.
255 * configure: Same.
256
a1c259a1
NC
2572002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
258
259 * po/fr.po: Updated version.
260
9ce88e60
NC
2612002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
262
263 * po/fr.po: Updated version.
264
effb0601
DJ
2652002-03-07 Daniel Jacobowitz <drow@mvista.com>
266
267 * README: Update some version numbers.
268
a65688ab
DJ
2692002-03-07 Daniel Jacobowitz <drow@mvista.com>
270
271 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
272 (Architecture Selection): Likewise.
273
f3f7fbb2
NC
2742002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
275
276 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
277 generating .exp file.
278
25345be5
NC
2792002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
280
281 * readelf.c (dump_relocations): Fix typo.
282
9a66911f
NC
2832002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
284
285 * NEWS: Mark 2.12 branch.
286
2c71103e
NC
2872002-02-18 Timothy Daly <remote_bob@yahoo.com>
288
289 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
290 types for 64-bit MIPS. Narrow some fields for 80-char
291 output.
292 (dump_relocations): Change spelling from 'unrecognised'
293 to 'unrecognized'.
294 (decode_ARM_machine_flags): Likewise.
295 (parse_args): Likewise.
296 (read_and_display_attr_value): Likewise.
297 (display_debug_section): Likewise.
298
49fda6c8
HPN
2992002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
300
301 * NEWS: Mention support for MMIX.
302
76f57f3a
JT
3032002-02-13 Matt Fredette <fredette@netbsd.org>
304
305 * readelf.c (get_machine_flags): Recognize EF_M68000.
306
d36ca9c2
AO
3072002-02-12 Alexandre Oliva <aoliva@redhat.com>
308
309 * MAINTAINERS: Added self as MN10300 co-maintainer.
310
19397422
AM
3112002-02-12 Alan Modra <amodra@bigpond.net.au>
312
313 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
314 DT_PPC64_OPDSZ.
315
d434e574
DJ
3162002-02-11 Daniel Jacobowitz <drow@mvista.com>
317
318 * MAINTAINERS: List myself as branch maintainer.
319
12b87c89
AM
3202002-02-11 Alan Modra <amodra@bigpond.net.au>
321
322 * configure: Regenerate.
323 * objcopy.c: Update copyright date.
324 * doc/Makefile.in: Regenerate.
325
8d037c5c
DJ
3262002-02-10 Daniel Jacobowitz <drow@mvista.com>
327
328 * nlmconv.c: Back out localtime PARAMS change.
329
4c168fa3
AM
3302002-02-11 Alan Modra <amodra@bigpond.net.au>
331
332 * objcopy.c (MKDIR): Define.
333 (copy_archive): Make name_list.name const. Use MKDIR.
334 Handle duplicate files in archives by making more temp dirs.
335
408f8db1
DJ
3362002-02-10 Daniel Jacobowitz <drow@mvista.com>
337
338 * coffdump.c: Include "getopt.h" after "bucomm.h"
339 so that macros are defined correctly.
340 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
341 prototype. Prototype main.
342 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
343
9f77fa06
AO
3442002-02-06 Alexandre Oliva <aoliva@redhat.com>
345
346 * MAINTAINERS: Added self as SH co-maintainer.
347
82f6addb
NC
3482002-02-05 Nick Clifton <nickc@redhat.com>
349
350 * po/tr.po: Updated translation.
351
ba323545
AM
3522002-02-01 Alan Modra <amodra@bigpond.net.au>
353
354 * Makefile.am: Run "make dep-am"
355 * Makefile.in: Regenerate.
356
3deb89d3
DJ
3572002-01-29 Daniel Jacobowitz <drow@mvista.com>
358
359 * nm.c (print_value): Mark abfd unused.
360
a0e9c55f
DJ
3612002-01-29 Daniel Jacobowitz <drow@mvista.com>
362
363 * unwind-ia64.c (unw_decoder): Change second argument
364 to unsigned int, to match function prototypes.
365
d7a283d4
DJ
3662002-01-29 Daniel Jacobowitz <drow@mvista.com>
367
368 * objdump.c: Include "getopt.h" after "bucomm.h" so that
369 __GNU_LIBRARY__ will be defined.
370 * size.c: Likewise.
371
4867be41
DJ
3722002-01-27 Daniel Jacobowitz <drow@mvista.com>
373
374 * configure: Regenerated.
375
7562a296
HPN
3762002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
377
378 * doc/Makefile.am (install): Depend on install-info.
379 * doc/Makefile.in: Regenerate.
380
15c82623
NC
3812002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
382
383 * objcopy.c (strip_usage): Document -d as an alias
384 --strip-debug.
385
386 * size.c (usage): Document [-t | --totals] options.
387 (long_options): Add --totals option.
388 (main): If the [-t | --totals] option is specified and
389 the output format is Berkeley-style, print the total
390 text, data, and bss sizes of all objects listed.
391 (print_berkeley_format): If the [-t | --totals] option
392 is specified, track the total text, data, and bss
393 sizes.
394 * doc/binutils.texi (size): Document [-t | --totals] options.
395 (strip): Document -d as an alias for --strip-debug.
396 * NEWS: Mention new feature of size.
397
00ea8601 3982002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 399
1ddbd152
NC
400 * po/fr.po: Updated version.
401 * po/es.po: Updated version.
b85cedd7 402
8b53311e
NC
4032002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
404
405 * addr2line.c (usage): Update text to provide verbose
406 description of the command line options.
407 * ar.c (usage): Update text to provide verbose
408 description of the command line options.
409 (main): Accept -h and -H when running as ranlib.
410 * coffdump.c (show_usage): Update text to provide verbose
411 description of the command line options.
412 * dlltool.c (main): Accept -H as an alias for --help.
413 * nlmconv.c (show_usage): Update text to provide verbose
414 description of the command line options.
415 * nm.c (usage): Replace OPTIONS with option(s).
416 (main): Accept -H as an alias for --help.
417 * objcopy.c (strip_main): Accept -H as an alias for --help.
418 * objdump.c (main): Accept -v as an alias for --verbose.
419 * readelf.c (usage): Adjust format to match style used in
420 other binutils.
421 * size.c (usage): Update text to provide verbose description
422 of the command line options.
423 (main): Accept -v, -h and -H as command line options.
424 * srconv.c (show_usage): Update text to provide verbose
425 description of the command line options.
426 * strings.c (main): Accept -H and -v as command line options.
427 (usage): Update text to provide verbose description of the
428 command line options.
429 * sysdump.c (show_usage): Update text to provide verbose
430 description of the command line options.
431 * windres.c (usage): Adjust format to match style used in
432 other binutils.
433
434 * coffdump.c: Fix formatting.
435 * nlmconv.c: Fix formatting.
436 * srconv.c: Fix formatting.
437 * sysdump.c: Fix formatting.
438
c46f0c34
AM
4392002-01-22 Alan Modra <amodra@bigpond.net.au>
440
441 * Makefile.am: Run "make dep-am".
442 * Makefile.in: Regenerate.
443
2a538ba5
AJ
4442002-01-18 Andreas Jaeger <aj@suse.de>
445
446 * version.c (print_version): Update year.
447
285d1771
AM
4482002-01-17 Alan Modra <amodra@bigpond.net.au>
449
450 * readelf.c (get_machine_name): Handle EM_PPC64.
451 (guess_is_rela): Here too.
452
328577ad
NC
4532002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
454
455 * po/binutils.pot: Regenerate.
456 * po/fr.po: Regenerate.
457 * po/tr.po: Regenerate.
458
af3ae48d
NC
4592002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
460
461 * po/tr.po: Import new version.
462
f1cb7e17
AM
4632002-01-16 Alan Modra <amodra@bigpond.net.au>
464
465 * readelf.c (get_ppc64_dynamic_type): New.
466 (get_dynamic_type): Call it.
467
6364e0b4
NC
4682002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
469
3ab9460d
NC
470 * objcopy.c (copy_usage): Use "options" instead of "switches".
471 (strip_usage): Use "options" instead of "switches".
472 * doc/binutils.texi (dlltool): Refer to "options" instead of
473 "switches".
6364e0b4 474
3a7e524e
RE
4752002-01-14 Richard Earnshaw <rearnsha@arm.com>
476
477 * MAINTAINERS: Add self as co-maintainer for the ARM code.
478
1209e219
NC
4792001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
480
481 * po/es.po: Import from translation project.
482 * configure.in (ALL_LINGUAS): Add es.
483 * configure: Regenerate.
484
b4db1224
JT
4852002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
486
487 * readelf.c (get_netbsd_elfcore_note_type): Use
488 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
489
9437c45b
JT
4902002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
491
492 * readelf.c: Update copyright years.
493 (get_note_type): Return a const char *.
494 (get_netbsd_elfcore_note_type): New function.
495 (process_note): Use get_netbsd_elfcore_note_type to get
496 the note type string for NetBSD ELF core files.
497
00428cca
AM
4982002-01-06 Steve Ellcey <sje@cup.hp.com>
499
500 * readelf.c (get_ia64_segment_type): Add support for macros.
501 (get_segment_type): Add support for IA64 specific macros.
502
31104126
NC
5032001-12-20 Julian v. Bock <julian@wongr.net>
504
505 * readelf.c (print_symbol): New function: Print a formatted symbol
506 name. If --wide is specified do not truncate it.
507 (dump_relocations): Use print_symbol() to print symbol names.
508 (process_symbol_table): Likewise.
509 (process_syminfo): Likewise.
510 (process_mips_specific): Likewise.
511 (usage): Document new feature of --wide switch.
512 * doc/binutils.texi (objdump): Document additional behaviour of
513 --wide.
2a538ba5 514
4dd67f29
MS
5152001-12-18 Michael Snyder <msnyder@redhat.com>
516
517 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
518 (copy_object): Don't set the start address or flags of a core file.
519 (copy_section): Don't relocate a core file. Don't copy contents
520 if the input section has the contents flag set, but the output
521 section does not (which happens with the fake 'note' pseudo-
522 sections that BFD creates for corefiles).
523
43521d43
TS
5242001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
525
526 * readelf.c (get_machine_flags): Recognize header flags for ABI and
527 ASE extensions. More robust code for ISA checking. Ignore empty fields
528 in header flags for GNU extensions.
529
b667df2e
AM
5302001-12-18 Alan Modra <amodra@bigpond.net.au>
531
532 * objcopy.c (copy_archive): Set output bfd format outside the loop.
533
17a5a5c3
NC
5342001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
535
536 * po/ja.po: Import from translation project.
537 * configure.in (ALL_LINGUAS): Add ja.
538 * configure: Regenerate.
539
65de42c0
TS
5402001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
541
542 * addr2line.c (main): Protoype.
543 * ar.c (main): Protoype.
544 * nm.c (main): Protoype.
545 * objcopy.c (main): Protoype.
546 * objdump.c (main): Protoype.
547 * size.c (main): Protoype.
548 * strings.c (main): Protoype.
549
9ad5cbcf
AM
5502001-12-17 Alan Modra <amodra@bigpond.net.au>
551
552 * readelf.c (symtab_shndx_hdr): New global.
553 (SECTION_HEADER_INDEX): Define.
554 (SECTION_HEADER_NUM): Define.
555 (SECTION_HEADER): Define.
556 (GET_ELF_SYMBOLS): Pass two params rather than three.
557 (get_32bit_elf_symbols): Take file and section args. Read and
558 use SHT_SYMTAB_SHNDX.
559 (get_64bit_elf_symbols): Likewise.
560 (dump_relocations): Use SECTION_HEADER to index "section_headers".
561 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
562 Remember symtab_shdx_hdr.
563 (process_program_headers): Scan from index 1 for segment map.
564 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
565 "section_headers".
566 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
567 (process_unwind): Likewise.
568 (process_version_sections): Likewise.
569 (process_symbol_table): Likewise.
570 (display_debug_info): Likewise.
571 (process_dynamic_segment): Fake up a symtab section for changed
572 GET_ELF_SYMBOLS.
573 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
574 (process_program_headers): Kill signed/unsigned warning.
575 (load_debug_str): Likewise.
576 (display_debug_info): Likewise.
577
65765700
JJ
5782001-12-13 Jakub Jelinek <jakub@redhat.com>
579
580 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
581
560f3c1c
AM
5822001-12-11 Alan Modra <amodra@bigpond.net.au>
583
584 * readelf.c (process_file_header): Print extended e_shnum and
585 e_shdtrndx values. Set elf_header values for same.
586 (get_32bit_section_headers): Add "num" arg to read "num" headers.
587 (get_64bit_section_headers): Likewise.
588 (process_section_headers): Update calls.
589 (get_file_header): Call get_32bit_section_headers or 64bit variant.
590
bc408b8a
JJ
5912001-12-10 Jakub Jelinek <jakub@redhat.com>
592
593 * objcopy.c (setup_section): Copy entsize.
594
93fbbb04
GK
5952001-12-07 Geoffrey Keating <geoffk@redhat.com>
596
597 * readelf.c (guess_is_rela): Add support for stormy16.
598 (dump_relocations): Likewise.
599 (get_machine_name): Likewise.
600
e3c8793a
NC
6012001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
602
603 * dllwrap.c (main) Replace multiple strings describing a
604 single error with a single, newline escaped sentence to permit
605 better translation into foreign languages.
606
607 * readelf.c (get_elf_class): Remove internalionalisation of ELF
608 class names.
609
956cd1d6
TS
6102001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
611
612 * strings.c (get_char): Initialize value.
613
956c53ee
TS
6142001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
615
616 * arlex.l: Silence compile warnings.
617 * arsup.h: Likewise. Fix formatting.
618
cedd9a58
JJ
6192001-12-04 Jakub Jelinek <jakub@redhat.com>
620
621 * strings.c: Include config.h before bfd.h.
622 (file_off): New type.
623 (file_open): Define.
624 (print_strings): Use file_off instead of file_ptr. Print addresses
625 which don't fit into long correctly.
626 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
627 available.
628 (strings_file): Use file_off instead of file_ptr. Use file_open.
629 * configure.in: Check for getc_unlocked.
630 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
631 be defined for it.
632 * configure: Rebuilt.
633 * config.h.in: Rebuilt.
634
af667503
L
6352001-11-29 H.J. Lu <hjl@gnu.org>
636
637 * bucomm.c (make_tempname): Revert the changes made on
638 2001-11-14 and 2001-11-12. They won't work with directories.
639
16474668
NC
6402001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
641
642 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
643 CFLAGS_FOR_TARGET to runtest in environment.
644 * Makefile.in: Rebuild.
645 * doc/Makefile.in: Rebuild.
646
17978339
MS
6472001-11-28 Mike Stump <mrs@wrs.com>
648
649 * objcopy.c (setup_section): Preserve SEC_RELOC when
650 --set-section-flags is used.
651
261a45ad
NC
6522001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
653
654 * readelf.c (do_debug_str): New variable.
655 (display_debug_str): New function: Display the contents of a
656 .debug_str section.
657 (load_debug_str): New function: Load in the contents of a
658 .debug_str section.
659 (free_debug_str): New function: Free the memory used by
660 load_debug_str().
661 (fetch_indirect_string): Retrieve a string from the .debug_str
662 section.
663 (usage): Add -ws.
664 (parse_args): Accept -ws.
665 (process_section_headers): Allow the display of the .debug_str
666 section.
667 (read_and_display_attr_value): Use fetch_indirect_string. Show
668 offset into .debug_str section.
669 (display_debug_info): Use load_debug_str and free_debug_str.
670 (debug_displays): Add .debug_str.
671 * doc/binutils.texi: Document -ws.
672
b8908f93
AJ
6732001-11-19 Andreas Jaeger <aj@suse.de>
674
675 * testsuite/binutils-all/objdump.exp: Add x86-64.
676
e5fb9629
AS
6772001-11-15 Andreas Schwab <schwab@suse.de>
678
679 * readelf.c: Fix warnings without terminating newline.
680
802a735e
AM
6812001-11-15 Alan Modra <amodra@bigpond.net.au>
682
683 * doc/binutils.texi (objdump): Document ppc -M options.
684
b89e9eae
AJ
6852001-11-14 Andreas Jaeger <aj@suse.de>
686
687 * doc/binutils.texi (objdump): Fix description to use x86-64.
688
a6a25652
NC
6892001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
690
691 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
692 not all systems provide mkstemp.
693
e396998b
AM
6942001-11-14 Alan Modra <amodra@bigpond.net.au>
695
696 * doc/binutils.texi (objdump): Document x86 -M options.
697
81766fca
RH
6982001-11-13 Keith Walker <keith.walker@arm.com>
699
700 * readelf.c (read_and_display_attr_value): New function to
701 handle DW_FORM_indirect.
702 (read_and_display_attr): Use it.
703
1a509dcc
GK
7042001-11-13 Geoffrey Keating <geoffk@redhat.com>
705
706 * readelf.c (display_debug_lines): Deal with unknown standard
707 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
708 DW_LNS_set_isa.
709
6e917903 7102001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 711
6e917903
TW
712 * MAINTAINERS: Add self as tic54x maintainer. This target
713 includes the IBM C54XDSP clone.
7559e86e 714
6e917903 7152001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 716
7559e86e
NC
717 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
718
7192001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 720
ecdadc4a
JL
721 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
722 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
723 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
724 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
725 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
726 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
727 (unw_decode_b2, unw_decode_b3_b4): Likewise.
728
91770270
JL
729 * readelf.c (get_elf_class): Fix ISO portability glitch.
730 (get_data_encoding, get_osabi_name, request_dump): Likewise.
731
ef5cdfc7
JJ
7322001-11-07 Jakub Jelinek <jakub@redhat.com>
733
734 * readelf.c (debug_str, debug_str_size): New.
735 (display_debug_abbrev): If no abbrevs were read, skip the CU.
736 Call free_abbrevs.
737 (read_and_display_addr): Handle DW_FORM_strp.
738 (display_debug_info): Read .debug_str section if present,
739 so that DW_FORM_strp can be handled.
740 Fix test for non-existant .debug_abbrev section.
741
5e9520c8
JJ
7422001-11-05 Jakub Jelinek <jakub@redhat.com>
743
744 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
745
746 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
747
54589086
MS
7482001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
749
750 * MAINTAINERS: Add self as s390/s390x maintainer.
751
c05b685b
TR
7522001-11-02 Tom Rix <trix@bluey.cygnus.com>
753
754 * MAINTAINERS: Add self as PPC XCOFF maintainer.
755
3c62831e
NC
7562001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
757
758 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
759 * configure: Regernate.
760 * po/fr.po: New file.
761 * po/tr.po: New file.
762
3c3bdf30
NC
7632001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
764
9b19141a 765 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
766 * readelf.c: Include elf/mmix.h.
767 (guess_is_rela): MMIX is RELA.
768 (dump_relocations): Handle MMIX relocations.
769 * Makefile.am: Regenerate dependencies.
770 * Makefile.in: Regenerate.
771
f662939a
NC
7722001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
773
774 * readelf.c (parse_args): Handle multiple options to the -w
775 switch.
776
c91d0dfb
JJ
7772001-10-12 Jakub Jelinek <jakub@redhat.com>
778
779 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
780 LOPROC, LOOS and LOUSER.
781
7559e86e 7822001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
783
784 * MAINTAINERS: Update my email address.
785
fcd8210c
AM
7862001-10-03 Alan Modra <amodra@bigpond.net.au>
787
788 * doc/Makefile.in: Regenerate.
789 * configure: Regenerate.
790
428409d5
NC
7912001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
792
793 * readelf.c (display_debug_line, display_debug_pubnames,
794 display_debug_info, display_debug_frames): Detect and warn
795 about 64-bit format entries.
796 (display_debug_aranges): Reword 64-bit warning.
797 (debug_displays): Add .debug_pubtypes as a known, but not yet
798 supported, debug section.
799
6a8c2b0d
AM
8002001-10-02 Alan Modra <amodra@bigpond.net.au>
801
802 * coffdump.c (PROGRAM_VERSION): Delete.
803 (main <'V'>): Call print_version.
804 * srconv.c: Likewise.
805 * sysdump.c: Likewise.
806 * version.c (program_version): Remove.
807 (print_version): Use BFD_VERSION_STRING. Just print the current
808 year in copyright message.
809 * addr2line.c (program_version): Remove unused declaration.
810 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
811 place of BFD_VERSION.
812 * Makefile.am (Makefile): Depend on bfd/configure.in.
813 (cplus-dem.o): Depend on Makefile.
814 Run "make dep-am".
815 * Makefile.in: Regenerate.
816
e414a165
NC
8172001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
818
819 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
820 format .debug_arange sections.
821 (main): Add missing prototype.
b8908f93 822
efc3ee7f
HPN
8232001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
824
825 * Makefile.am: Update dependencies with "make dep-am".
826 * Makefile.in: Regenerate.
827
9e85c2a0
RH
8282001-09-28 Richard Henderson <rth@redhat.com>
829
830 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
831
451dad9c
AM
8322001-09-26 Alan Modra <amodra@bigpond.net.au>
833
834 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
835 VA_CLOSE.
836 (non_fatal): Likewise.
837 * objdump.c (objdump_sprintf): Likewise.
838 * readelf.c (error): Likewise.
839 (warn): Likewise.
840
d974e256
JJ
8412001-09-25 Jakub Jelinek <jakub@redhat.com>
842
843 * readelf.c (do_wide): New.
844 (options): Add --wide.
845 (usage, parse_args): Likewise.
846 (process_program_headers): Put each segment on a single line if
847 --wide is given.
848 (process_section_headers): Put each section on a single line if
849 --wide is given.
850 * doc/binutils.texi: Document it.
851 * NEWS: Likewise.
852
2f11c261
AM
8532001-09-25 Alan Modra <amodra@bigpond.net.au>
854
855 * readelf.c (print_vma): Print 8 digits of low hex value.
856
1d50f91e
AJ
8572001-09-24 Andreas Jaeger <aj@suse.de>
858
859 * nlmconv.c: Fix warnings about unused attributes and function
860 prototypes.
861
862 * strings.c: Add prototype for get_char.
863
38131e67
L
8642000-09-19 H.J. Lu <hjl@gnu.org>
865
866 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
867 $(srcdir)/cxxfilt.man.
868 * doc/Makefile.in: Rebuild.
869
3bcfb3e4
AM
8702001-09-19 Alan Modra <amodra@bigpond.net.au>
871
872 * objcopy.c (copy_main): Correct rename-section string parsing.
873 Consolidate new_name parsing, and error messages.
874
3882b010
L
8752001-09-18 Bruno Haible <haible@clisp.cons.org>
876
877 * addr2line.c: Don't include <ctype.h>.
878 (main): For gettext, also set the LC_CTYPE locate facet.
879 * ar.c (main): Likewise.
880 * coffdump.c (main): Likewise.
881 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
882 (main): For gettext, also set the LC_CTYPE locate facet.
883 Use ISALNUM instead of isalpha/isdigit.
884 * dllwrap.c: Don't include <ctype.h>.
885 (main): For gettext, also set the LC_CTYPE locate facet.
886 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
887 (main): For gettext, also set the LC_CTYPE locate facet.
888 Use TOUPPER instead of islower/toupper.
889 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
890 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
891 Use TOUPPER instead of islower/toupper.
892 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
893 * objcopy.c (main): Likewise.
894 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
895 (disassemble_bytes): Use ISPRINT instead of isprint.
896 (dump_section_stabs): Use ISDIGIT instead of isdigit.
897 (dump_data): Use ISPRINT instead of isprint.
898 (main): For gettext, also set the LC_CTYPE locate facet.
899 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
900 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
901 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
902 Use TOUPPER instead of islower/toupper.
903 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
904 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
905 (write_rc_accelerators): Use ISPRINT instead of isprint.
906 (write_rc_rcdata): Likewise.
907 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
908 * srconv.c (main): Likewise.
909 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
910 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
911 isdigit/isupper/islower.
912 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
913 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
914 stab_demangle_prefix, stab_demangle_qualified,
915 stab_demangle_template, stab_demangle_type,
916 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
917 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
918 (isgraphic): Use ISPRINT instead of isascii/isprint.
919 (main): Remove HAVE_LC_MESSAGES dependency.
920 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
921 (pbarray): Use ISPRINT instead of isprint.
922 (main): For gettext, also set the LC_CTYPE locate facet.
923 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
924 (format_from_filename): Use ISPRINT instead of isprint.
925 (main): For gettext, also set the LC_CTYPE locate facet.
926 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
927 (unicode_print): Use ISPRINT instead of isprint.
928 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
929 (stab_variable): Use ISDIGIT instead of isdigit.
930
e59b4dfb
AM
9312001-09-18 Alan Modra <amodra@bigpond.net.au>
932
933 * ar.c (print_contents): Cast args of bfd_seek to the right types.
934 Replace bfd_read call with call to bfd_bread.
935 (extract_file): Likewise.
936
937 * objdump.c (dump_section_header): Cast section->filepos to
938 unsigned long to suit printf format string.
939 * readelf.c (process_section_headers): Similarly for sh_offset.
940 (process_unwind): Likewise.
941
d132876a
NC
9422001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
943
944 * strings.c (encoding, encoding_bytes): New variables.
945 (long_options): Add --encoding.
946 (main): Accept -e and --encoding.
947 (get_char): New function. Read a, possibly wide, character from
948 the input stream.
949 (print_strings): Use get_char().
950 (usage): Document new command line option.
951 * doc/binutils.texi: Document new command line option.
952 * NEWS: Announce new command line option.
953
7559e86e 9542001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
955
956 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
957 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
958 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
959 Removed EM_CYGNUS_ARC.
960
7559e86e 9612001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
962
963 * readelf.c: Include elf/h8 for H8 series definitions.
964 (guess_is_rela): H8 series if RELA.
965 (dump_relocations): Handle H8 series relocations.
966
0823fbca
EC
9672001-08-31 Eric Christopher <echristo@redhat.com>
968
969 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
970
8db76d70
PT
9712001-08-29 Peter Targett <peter.targett@arccores.com>
972
973 * MAINTAINERS: Include ARC Maintainer.
974
d81d6584
BE
9752001-08-29 Ben Elliston <bje@redhat.com>
976
977 * stabs.c (stab_demangle_template): Initialise s4.
978
25a1ff5b
AM
9792001-08-27 Alan Modra <amodra@bigpond.net.au>
980
981 * readelf.c (dump_relocations): Recognise EM_PPC64.
982
a5d22d2a
TS
9832001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
984
985 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
986
62a5a82d
L
9872001-08-25 H.J. Lu <hjl@gnu.org>
988
989 * nm.c (print_width): New.
990 (display_rel_file): Set `print_width' according to
991 bfd_sprintf_vma.
992 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
993
1ae8b3d2
AO
9942001-08-24 Alexandre Oliva <aoliva@redhat.com>
995
996 * objcopy.c (use_alt_mach_code): New variable.
997 (OPTION_ALT_MACH_CODE): Define.
998 (copy_options): Added --alt-machine-code.
999 (copy_main): Handle it.
1000 (copy_object): Switch to alternate machine code if requested.
1001 * doc/binutils.texi: Document new option.
1002 * NEWS: Likewise.
1003
d1bdd336
TS
10042001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1005
1006 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1007
410f7a12
L
10082001-08-21 H.J. Lu <hjl@gnu.org>
1009
1010 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1011 (display_debug_info): Cast for 64bit hosts.
1012 (display_debug_frames): Likewise.
1013 (process_mips_specific): Likewise.
1014
c32144ff
AJ
10152001-08-21 Andreas Jaeger <aj@suse.de>
1016
1017 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1018
1019 * sysdump.c: Add missing prototypes.
1020 * srconv.c: Likewise.
1021 * unwind-ia64.c: Likewise.
1022 * coffdump.c: Likewise.
1023
1024 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1025
1026 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1027 of declaring xcalloc.
1028
d8180c76
L
10292001-08-10 H.J. Lu <hjl@gnu.org>
1030
1031 * nm.c (print_value): Add one arg, bfd *.
1032 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1033 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1034 (print_symbol_info_sysv): Likewise.
1035 (print_symbol_info_posix): Likewise.
1036
1037 * objdump.c (dump_section_header): Replace printf_vma with
1038 bfd_printf_vma.
1039 (print_section_stabs): Likewise.
1040 (dump_bfd_header): Likewise.
1041 (objdump_print_value): Replace sprintf_vma with
1042 bfd_sprintf_vma.
1043 (disassemble_bytes): Likewise.
1044 (dump_reloc_set): Likewise.
1045
0218d1e4
AJ
10462001-08-10 Andreas Jaeger <aj@suse.de>
1047
1048 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1049 to build warnings.
1050 * configure: Regenerate.
1051
2863d58a
AM
10522001-08-09 Alan Modra <amodra@bigpond.net.au>
1053
1054 * readelf.c: Add missing prototypes.
1055 * objdump.c: Likewise. Format existing prototypes.
1056
c0e047e0
AO
10572001-08-08 Alexandre Oliva <aoliva@redhat.com>
1058
1059 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1060 of any RELA relocation for the abbrev_offset memory location that
1061 refers to the .debug_abbrev section symbol.
1062
ff78d6d6
L
10632001-08-07 H.J. Lu <hjl@gnu.org>
1064
1065 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1066 (main): Return process_file ().
1067
c36774d6
PB
10682001-08-05 Philip Blundell <philb@gnu.org>
1069
1070 * doc/binutils.texi: Use "Thumb" not "THUMB".
1071
8f9d9bd9
JH
10722001-08-03 John Healy <jhealy@redhat.com>
1073
1074 Patch suggested by Frank Eigler <fche@redhat.com>.
1075 * objdump.c (disassemble_data): Fill in section member of the
1076 disasm_info structure.
1077
c918cb96
DD
10782001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1079
1080 * configure.in: Added --with-windres option.
1081 * configure: Regenerated.
1082
c7c55b78
NC
10832001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1084
1085 * doc/binutils.texi: Use @command{name} for commands;
1086 use @option{-opt} for options; use @table @env for list of options;
1087 remove spaces arround [ | ] in synopsis.
1088
1089 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1090 center title.
1091
594ef5db
NC
10922001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1093
1094 * objcopy.c: Fix formatting.
1095 (section_rename): New structure.
1096 (OPTION_RENAME_SECTION): New switch.
1097 (copy_usage): Document new switch.
1098 (add_section_rename): New function: Add a node to the section
1099 rename list.
1100 (find_section_rename): New function: Find the new name and
1101 flags for a section.
1102 (setup_section): Call find_section_name to determine the name
1103 of the output section.
1104 (copy_main): Handle OPTION_RENAME_SECTION.
1105 * binutils.texi: Document new switch.
1106 * NEWS: Mention new switch.
1107
1f554c69
NC
11082001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1109
1110 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1111 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1112 bug-binutils@gcc.org.
1113
2f83960e
AM
11142001-07-28 Matthias Kramm <kramm@quiss.org>
1115
1116 * bucomm.c (list_supported_architectures): New function.
1117 * bucomm.h (list_supported_architectures): Declare.
1118 * objdump.c (usage): Call the above.
1119
20fe0649
DB
11202001-07-25 Dave Brolley <brolley@redhat.com>
1121
1122 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1123 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1124
1b577b00
NC
11252001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1126
1127 * README: Update for 2.11. Change bug reporting email address.
1128 * MAINTAINERS: Tidy up. Change bug reporting email address.
1129
95fd336c
DD
11302001-07-16 DJ Delorie <dj@redhat.com>
1131
5f16d855
DD
1132 * resres.c (write_res_header): Align header size.
1133 (res_align_file): Calculate alignment correctly.
1134
95fd336c
DD
1135 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1136 correct 10).
1137 * resrc.c (write_rc_resource): Likewise.
1138 * windres.h (SUBLANG_SHIFT): Define - as 10.
1139
ed8fee27
NC
11402001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1141
1142 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1143
90ab7e9a
NC
11442001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1145
1146 * MAINTAINERS: Add notes about branch checkins.
1147
e0c60db2
NC
11482001-07-05 Daniel Berlin <dan@cgsoftware.com>
1149
1150 * readelf.c (display_debug_macinfo): New function, display
1151 .debug_macinfo section.
1152 (do_debug_macinfo): New variable.
1153 (parse_args): Handle "-w[mM]" to mean display macro info.
1154 (process_section_headers): Handle debug_macinfo.
1155 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1156 function for .debug_macinfo display.
e0c60db2
NC
1157 * doc/binutils.texi: Document new command line switch.
1158 * NEWS: Document new feature of readelf.
0218d1e4 1159
24e01a36
L
11602001-07-05 H.J. Lu <hjl@gnu.org>
1161
1162 * objcopy.c (filter_symbols): Don't turn undefined symbols
1163 into local.
1164
4258bf4d
L
11652001-07-03 H.J. Lu <hjl@gnu.org>
1166
1167 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1168 $@.pod.
1169 (ar.1): Likewise.
1170 (dlltool.1): Likewise.
1171 (nlmconv.1): Likewise.
1172 (nm.1): Likewise.
1173 (objcopy.1): Likewise.
1174 (objdump.1): Likewise.
1175 (ranlib.1): Likewise.
1176 (readelf.1): Likewise.
1177 (size.1): Likewise.
1178 (strings.1): Likewise.
1179 (strip.1): Likewise.
1180 (windres.1): Likewise.
1181 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1182 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1183 $(DEMANGLER_NAME).
1184 (as.1): Removed.
1185 * doc/Makefile.in: Regenerated.
1186
7014bc31
NC
11872001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1188
1189 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1190
b811889f
NC
11912001-07-01 Daniel Berlin <dan@cgsoftware.com>
1192
1193 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1194
12ab83a9
NC
11952001-06-29 James Cownie <jcownie@etnus.com>
1196
1197 * readelf.c: Support DWARF 2.1 attributes.
1198
a6e9f9df
AM
11992001-06-28 Alan Modra <amodra@bigpond.net.au>
1200
1201 * readelf.c (GET_DATA_ALLOC): Remove.
1202 (GET_DATA): Remove.
1203 (get_data): New function combining above macros, with an extra
1204 test for zero size.
1205 (slurp_rela_relocs): Use get_data, and catch error return.
1206 (slurp_rel_relocs): Likewise.
1207 (get_32bit_program_headers): Likewise.
1208 (get_64bit_program_headers): Likewise.
1209 (get_32bit_section_headers): Likewise.
1210 (get_64bit_section_headers): Likewise.
1211 (get_32bit_elf_symbols): Likewise.
1212 (get_64bit_elf_symbols): Likewise.
1213 (process_section_headers): Likewise.
1214 (process_relocs): Likewise.
1215 (slurp_ia64_unwind_table): Likewise.
1216 (process_unwind): Likewise.
1217 (get_32bit_dynamic_segment): Likewise.
1218 (get_64bit_dynamic_segment): Likewise.
1219 (process_dynamic_segment): Likewise.
1220 (process_version_sections): Likewise.
1221 (process_symbol_table): Likewise.
1222 (dump_section): Likewise.
1223 (display_debug_info): Likewise.
1224 (display_debug_section): Likewise.
1225 (process_section_contents): Likewise.
1226 (process_corefile_note_segment): Likewise.
1227 (process_mips_specific): Likewise. Also free econf32, econf64.
1228
af3fc3bc
AM
12292001-06-25 Alan Modra <amodra@bigpond.net.au>
1230
1231 * readelf.c (dump_relocations): Print "bad symbol index" if
1232 symtab == NULL with non-zero symtab_index.
1233 (process_relocs): Don't bomb if reloc section has no symsec.
1234
6d900bf6
L
12352001-06-24 H.J. Lu <hjl@gnu.org>
1236
1237 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1238 by accident.
1239 (copy_main): Apply the the change made to strip_main on
1240 2001-05-30 by accident.
1241
49b4e386
AJ
12422001-06-23 Andreas Jaeger <aj@suse.de>
1243
1244 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1245 parameter 'code'.
1246 (unw_decode_x2): Likewise.
1247 (unw_decode_x3): Likewise.
1248 (unw_decode_x4): Likewise.
1249
d8dc71e3
BE
12502001-06-23 Ben Elliston <bje@redhat.com>
1251
1252 * MAINTAINERS: Add myself as M88k maintainer.
1253
af3bdff7
NC
12542001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1255
1256 * objcopy.c (strip_main): Support -o or --output-file command lien
1257 switch.
1258
105e7211
L
12592001-06-19 H.J. Lu <hjl@gnu.org>
1260
1261 * doc/Makefile.in: Regenerated.
1262
c45021f2
NC
12632001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1264
1265 * readelf.c: Restore formatting.
1266
12672001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1268
1269 * Makefile.am: Move documentation into doc subdirectory.
1270 * Makefile.in: Regenerated.
1271 * binutils.texi: Move into doc subdirectory.
1272 * addr2line.1: Removed.
1273 * ar.1: Likewise.
1274 * dlltool.1: Likewise.
1275 * nlmconv.1: Likewise.
1276 * nm.1: Likewise.
1277 * objcopy.1: Likewise.
1278 * objdump.1: Likewise.
1279 * ranlib.1: Likewise.
1280 * readelf.1: Likewise.
1281 * size.1: Likewise.
1282 * strings.1: Likewise.
1283 * strip.1: Likewise.
1284 * windres.1: Likewise.
1285 * cxxfilt.man: Likewise.
1286 * doc: New Directory.
1287 * doc/Makefile.am: New file.
1288 * doc/Makefile.in: Generate.
1289
09ad7db3
AM
12902001-06-09 Alan Modra <amodra@bigpond.net.au>
1291
1292 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1293
936260fe
AM
12942001-06-01 Alan Modra <amodra@bigpond.net.au>
1295
1296 * MAINTAINERS: Update my email address.
1297
16b2b71c
NC
12982001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1299
1300 * objcopy.c: Add new switches: --keep-global-symbol,
1301 --keep-symbols, --localize-symbols, --keep-global-symbols and
1302 --weaken-symbols.
1303 * binutils.texi: Document new switches.
1304 * objcopy.1: Regenerate.
1305 * NEWS: Announce new feature.
1306
7036c0e1
AJ
13072001-05-28 Andreas Jaeger <aj@suse.de>
1308
1309 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1310 variables, fix format strings.
1311
76a406e5
NC
13122001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1313
1314 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1315 when computing the address of the line to show.
1316
31b6fca6
RH
13172001-05-16 Richard Henderson <rth@redhat.com>
1318
1319 * readelf.c (do_debug_frames_interp): New.
1320 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1321 (byte_get_big_endian): Likewise.
1322 (parse_args) ['F']: Set do_debug_frames_interp.
1323 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1324 (frame_display_row): Don't trunc pc_begin to int.
1325 (size_of_encoded_value): New.
1326 (display_debug_frames): Handle 64-bit targets. Print raw data
1327 unless do_debug_frames_interp.
1328 (debug_displays): Remove duplicate .debug_frame.
1329
4fe85591
NC
13302001-05-15 Ralf Baechle <ralf@gnu.org>
1331
1332 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1333 The former constant was never in active use and is used otherwise
1334 by the ABI.
1335
579f31ac
JJ
13362001-05-11 Jakub Jelinek <jakub@redhat.com>
1337
1338 * readelf.c (process_unwind): Print all unwind sections, not just
1339 one.
1340
78f4a3f7
AM
13412001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1342
1343 * readelf.c (process_unwind): Remove const specifier.
1344
1c529ca6
NC
13452001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1346
1347 * strings.c (isgraphic): Do not use isascii() unless it is needed
1348 for isprint() to work.
1349 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1350
87e6d782
NC
13512001-04-27 Johan Rydberg <jrydberg@opencores.org>
1352
1353 * NEWS: Announce support for OpenRISC.
1354
4bd3d870 13552001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1356
1357 * dlltool.c (do_default_excludes): Initialise to true.
1358
21211521
AM
13592001-04-10 Alan Modra <amodra@one.net.au>
1360
1361 * MAINTAINERS: Update my email address
1362 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1363
0c66b61e 13642001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1365
1366 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1367
e58d53af
L
13682001-03-30 H.J. Lu <hjl@gnu.org>
1369
1370 * readelf.c (process_unwind): Just return if do_unwind is 0.
1371
bee72332
DD
13722001-03-28 Roger Sayle <roger@metaphorics.com>
1373
1374 * dlltool.c (make_one_lib_file): Fix section flags for
1375 .text, .data and .bss in stub ds*.o files to match those
1376 generated by gas.
1377
f1467e33
L
13782001-03-29 H.J. Lu <hjl@gnu.org>
1379
1380 * readelf.c (process_unwind): Only do unwind sections for
1381 IA64.
1382
1c6fb4fe
L
13832001-03-28 H.J. Lu <hjl@gnu.org>
1384
1385 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1386 * Makefile.in: Regenerate.
1387
0879a67a
AJ
13882001-03-26 Andreas Jaeger <aj@suse.de>
1389
1390 * binutils.texi (nm): Fix texi syntax.
1391
0285c67d
NC
13922001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1393
1394 * binutils.texi: Put @c man begin and @c man end indications
1395 to generate man pages using texi2pod and pod2man. Put @c man title
1396 to identify each man. Add SEEALSO entries.
1397 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1398 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1399 sort the list.
1400 (*.1): Build the man pages from binutils.texi.
1401 * Makefile.in: Regenerate.
1402
04847a4d
CF
14032001-03-13 Eric Kohl <ekohl@rz-online.de>
1404
1405 * defparse.y (opt_equal_name): allow "." in name.
1406 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1407 (gen_exp_file): Likewise.
1408
43a0748c
NC
14092001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1410
1411 * NEWS: Document addition of -B switch to objcopy.
1412 * binutils.texi: Document addition of -B switch to objcopy.
1413 * objcopy.c: (copy_options): Add --binary-architecture.
1414 (copy_usage): Document -B/--binary-architecture.
1415 (copy_main): Support -B/--binary-architecture. Set
1416 bfd_external_binary_architecture.
0879a67a 1417
b7498e0e
NC
14182001-03-11 Andreas Jaeger <aj@suse.de>
1419
1420 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1421 (dump_relocations): Likewise.
1422 (get_machine_name): Likewise.
1423
a59e3bd7
NC
14242001-02-28 Nick Clifton <nickc@redhat.com>
1425
1426 * readelf.c: (struct unw_aux_info): Remove const modifier for
1427 'strtab' field.
1428 (process_unwind): Remove non-K&R compliant LHS type cast in call
1429 to GET_DATA_ALLOC macro.
1430
a5bcd848
PB
14312001-02-28 Philip Blundell <pb@futuretv.com>
1432
1433 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1434 ABI is in use; remove ambiguity between the "unknown" EABI and
1435 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1436 renamed EF_xx constants.
1437
27b7e12d
AM
14382001-02-27 Alan Modra <alan@linuxcare.com.au>
1439
1440 * configure.in (BFD_VERSION): New.
1441 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1442 * configure: Regenerate.
1443 * Makefile.am: Run "make dep-am"
1444 * Makefile.in: Regenerate.
1445
a9f10786
NC
14462001-02-14 Nick Clifton <nickc@redhat.com>
1447
1448 * MAINTAINERS: Add "Obvious Fix" rule.
1449
3c44da9a
MS
14502001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1451
1452 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1453 literal concatenation.
1454
ecd03389
MS
14552001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1456
1457 * readelf.c (struct unw_aux_info): Remove const from the info member.
1458 (process_unwind): Don't type-cast the third argument to the
1459 GET_DATA_ALLOC macro.
1460
88ec60c7
NC
14612001-02-11 Nick Clifton <nickc@redhat.com>
1462
1463 * readelf.c (dump_relocations): Free corrected allocated
1464 array.
1465 (process_unwind): Fix compile time warning.
1466
f5e21966
NC
14672001-02-10 Nick Clifton <nickc@redhat.com>
1468
1469 * binutils.texi: Document new --unwind option to readelf.
1470
a85d7ed0
NC
14712001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1472
1473 * readelf.c: Add linux target for S/390.
1474
7bb10502
AM
14752001-02-10 Alan Modra <alan@linuxcare.com.au>
1476
1477 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1478 printf is a macro.
1479
8ca8f343
HPN
14802001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1481
1482 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1483 * aclocal.m4: Regenerate.
1484 * configure: Regenerate.
1485
7340082d
NC
14862001-02-07 Todd Vierling <tv@wasabisystems.com>
1487
1488 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1489 * objdump.c (bfd_target_vector): Likewise.
1490
4d6ed7c8
NC
14912001-02-07 David Mosberger <davidm@hpl.hp.com>
1492
1493 * readelf.c (process_unwind): New function.
1494 (slurp_ia64_unwind_table): Ditto.
1495 (dump_ia64_unwind): Ditto.
1496 (find_symbol_for_address): Ditto.
1497 (slurp_rela_relocs): New function (split off from dump_relocations()).
1498 (slurp_rel_relocs): Ditto.
1499 (parse_args): Handle '-u' option.
1500
1501 * unwind-ia64.c: New file.
1502 * unwind-ia64.h: New file.
1503 * Makefile.am: Include unwind-ia64.c in readelf build.
1504 * Makefile.in: Regenerate.
7340082d 1505 * po/binutils.pot: Regenerate.
4d6ed7c8 1506
c7217458
PB
15072001-02-04 Philip Blundell <philb@gnu.org>
1508
1509 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1510 * configure: Regenerate.
1511
956eedd4
AM
15122001-01-31 Steve deRosier <sderosier@vari-lite.com>
1513
1514 * ieee.c (ieee_add_bb11): Don't check for backslashes
1515 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1516
8855cbca
AM
15172001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1518
c7f2731e
AM
1519 * ieee.c: Update copyright.
1520 (ieee_start_compilation_unit): Don't check for backslashes
1521 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1522
8855cbca
AM
1523 * stabs.c: Update copyright. Include "filenames.h".
1524 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1525
329de803 15262001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1527
1528 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1529 sections are present before using them. Remove code duplication.
1530 (process_symbol_table): Check if VERDEF or VERNEED sections are
1531 present before using them.
1532
23719f39
NC
15332001-01-17 Nick Clifton <nickc@redhat.com>
1534
1535 * objcopy.c (copy_object): Fail if attempting to convert the
1536 endianness of the input object file.
1537
1538 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1539
f726e849
NC
15402001-01-16 Nick Clifton <nickc@redhat.com>
1541
1542 * readelf.c (string_table_length): New variable.
1543 (SECTION_NAME): Catch out of range indices and missing section
1544 pointers.
1545 (process_section_headers): Delete useless local variable
1546 string_table_offset. Set the value of string_table_length
1547 after loading the string table.
1548 (process_mips_specific): Use SECTION_NAME macro.
1549 (process_file): Set string_table_length to 0 when it is freed.
1550
d0398d6a
NC
15512001-01-12 Nick Clifton <nickc@redhat.com>
1552
1553 * version.c (print_version): Update copyright date.
1554
0d2bcfaf
NC
15552001-01-11 Peter Targett <peter.targett@arccores.com>
1556
1557 * readelf.c (dump_relocations): Include selection with EM_ARC.
1558 (get_machine_name) Update name to "ARC".
1559
8b1e6df3
NC
15602001-01-09 Nick Clifton <nickc@redhat.com>
1561
1562 * Makefile.am: Add rule to build objdump.o from objdump.c and
1563 using OBJDUMP_DEFS.
1564 * Makefile.in: Regenerate.
1565
1566 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1567 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1568 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1569 * configure: Regenerate.
8b1e6df3
NC
1570
1571 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1572 is defined read in the relocs even if dump_reloc_info is
1573 false.
1574
2f952d20
PB
15752001-01-07 Philip Blundell <philb@gnu.org>
1576
1577 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1578 `bug-binutils'.
1579 * README: Likewise.
1580
a8c548cb
NC
15812000-12-19 Nick Clifton <nickc@redhat.com>
1582
1583 * dlltool.c: Add missing support for arm-epoc-pe.
1584 * configure.in: Add missing support for arm-epoc-pe.
1585 * configure: Regenerate.
1586
cc5fda35
NC
15872000-12-15 Nick Clifton <nickc@redhat.com>
1588
1589 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1590 Mode parts of the x86 port.
1591
bcedfee6
NC
15922000-12-04 Andreas Jaeger <aj@suse.de>
1593
1594 * readelf.c (guess_is_rela): Add EM_X86_64.
1595 (dump_relocations): Add EM_X86_64.
1596 (get_machine_name): Add EM_X86_64.
1597 Include "elf/x86-64.h".
1598
584da044
NC
15992000-12-12 Nick Clifton <nickc@redhat.com>
1600
1601 * readelf.c: Fix formatting.
1602
7559e86e 16032000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1604
1605 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1606
a98cc2b2
AH
16072000-12-07 Andrew Haley <aph@redhat.com>
1608
1609 * readelf.c (display_debug_frames): Only display columns that are
1610 referenced by the frame debug info.
1611
c7987a69
NC
16122000-12-05 Nick Clifton <nickc@redhat.com>
1613
1614 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1615
09fd7e38
JM
16162000-12-04 Jason Merrill <jason@redhat.com>
1617
1618 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1619 (display_debug_section): Likewise.
1620 (display_debug_info): Display CU header before bailing.
1621
e7af610e
NC
16222000-12-01 Chris Demetriou <cgd@sibyte.com>
1623
09fd7e38
JM
1624 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1625 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1626 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1627
09fd7e38
JM
1628 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1629 and E_MIPS_ARCH_64.
84ea6cf2 1630
09fd7e38
JM
1631 * readelf.c (get_machine_flags): Add case for
1632 E_MIPS_MACH_SB1.
c6c98b38 1633
75066968
DD
16342000-11-30 Richard Earnshaw <rearnsha@arm.com>
1635
1636 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1637
5c4666ea
HPN
16382000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1639