Display the symbol's size and use it for sorting.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
977f7911
NC
12002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
2
3 * nm.c (struct extended_symbol_info): New strcuture: Add the size
4 of the symbols to the information provided by the symbol_info
5 structure.
6 (print_symbols): Pass the symbol size to print_symbol.
7 (print_size_symbols): Pass the symbol size to print_symbol.
8 (print_symbol): Extra argument: The size of the symbol. Store
9 this in the extended_symbol_info structure.
10 (print_symbol_info): Change type of info parameter to
11 extended_symbol_info. Display the size, if known.
12 (print_symbol_info_posix): Likewise.
13 (print_symbol_info_sysv): Likewise.
14
b1f88ebe
AM
152002-06-08 Alan Modra <amodra@bigpond.net.au>
16
fa449227
AM
17 * Makefile.am: Run "make dep-am".
18 * Makefile.in: Regenerate.
19 * doc/Makefile.in: Regnerate.
20
b1f88ebe
AM
21 * bucomm.c: Replace CONST with const.
22 * nm.c: Likewise.
23 * objdump.c: Likewise.
24
91a106e6
L
252002-06-07 H.J. Lu <hjl@gnu.org>
26
27 * readelf.c (DW_CFA_GNU_args_size): Don't define.
28 (DW_CFA_GNU_negative_offset_extended): Likewise.
29 (DW_CFA_GNU_window_save): Likewise.
30 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
31 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
32
6ab6b380
NC
332002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
34
35 * nm.c: When computing size of symbols for an ELF target use the
36 internal size field.
37
e28e05a3
JL
382002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
39
40 * testsuite/binutils-all/objcopy.exp: clear xfail for
41 "hppa*64*-*-hpux*".
42 * testsuite/binutils-all/hppa/objdump.exp: Return if
43 "*64*-*-*".
44
dc156bc0
AM
452002-06-05 Alan Modra <amodra@bigpond.net.au>
46
47 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
48
492002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
50
51 * objdump.c: Fix formatting.
52
d79e4ea3
BE
532002-05-29 Ben Elliston <bje@redhat.com>
54
55 * MAINTAINERS: Add self as M68k maintainer.
56
d172d4ba
NC
572002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
58
59 * readelf.c: Modified/Added DLX elf support.
60
7edb8f29
NC
612002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
62
3a1a2036
NC
63 * arsup.c: Fix formatting.
64 * debug.c (debug_record_label): Add missing colon to error
65 message.
66 * ieee.c (parse_ieee_ty): Fix spelling typo.
67 * readelf.c (process_program_headers): Remove English assumption
68 about making a plural word.
69 (process_section_headers): Likewise.
70 (process_relocs): Allow quotes to be translated.
71 (process_unwind): Likewise,
72 (process_mips_specific): Improve error message.
73 (get_note_type): Fix spelling typo.
74
7edb8f29
NC
75 * configure.in (ALL_LINGUAS): Add sv
76 * po/sv.po: New file.
77
3eee1e9d
AM
782002-05-27 Alan Modra <amodra@bigpond.net.au>
79
80 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
81 (unw_print_grmask): Likewise.
82 (unw_print_frmask): Likewise.
83
d43efbe3
KH
842002-05-26 Kazu Hirata <kazu@cs.umass.edu>
85
86 * arsup.c: Remove ARGSUSED.
87 * debug.c: Likewise.
88 * ieee.c: Likewise.
89 * nlmconv.c: Likewise.
90 * prdbg.c: Likewise.
91 * stabs.c: Likewise.
92 * wrstabs.c: Likewise.
93
e9792343
AM
942002-05-25 Alan Modra <amodra@bigpond.net.au>
95
96 * arlex.l: Use #include "" instead of <> for local header files.
97 * coffdump.c: Likewise.
98 * coffgrok.c: Likewise.
99 * nlmconv.c: Likewise.
100 * nlmheader.y: Likewise.
101 * srconv.c: Likewise.
102 * strings.c: Likewise.
103 * sysdump.c: Likewise.
104 * unwind-ia64.h: Likewise.
105 * windres.h: Likewise.
106 * winduni.h: Likewise.
107
d7e53452
TR
1082002-05-24 Tom Rix <trix@redhat.com>
109
110 * MAINTAINERS: Add self as the d10v maintainer.
111
436e8db0
NC
1122002-05-24 TAMURA Kent <kent@netbsd.org>
113
114 * configure.in: Builds dlltool for i386-netbsdpe.
115 * configure: Regenerate.
116
9f66665a
KH
1172002-05-23 Kazu Hirata <kazu@cs.umass.edu>
118
119 * size.c: Fix formatting.
120 * srconv.c: Likewise.
121 * stabs.c: Likewise.
122 * sysdump.c: Likewise.
123 * unwind-ia64.c: Likewise.
124 * wrstabs.c: Likewise.
125
13ae64f3
JJ
1262002-05-23 Jakub Jelinek <jakub@redhat.com>
127
128 * readelf.c (get_segment_type): Add PT_TLS.
129 (get_elf_section_flags): Add SHF_TLS.
130 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
131 (process_dynamic_segment): Use puts instead of printf.
132 (get_symbol_type): Support STT_TLS.
133 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
134 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
135 Add SEC_THREAD_LOCAL.
136
53c7db4b
KH
1372002-05-23 Kazu Hirata <kazu@cs.umass.edu>
138
139 * rdcoff.c: Fix formatting.
140 * rddbg.c: Likewise.
141 * readelf.c: Likewise.
142 * rename.c: Likewise.
143 * resbin.c: Likewise.
144 * resrc.c: Likewise.
145 * resres.c: Likewise.
146
0af11b59
KH
1472002-05-21 Kazu Hirata <kazu@cs.umass.edu>
148
149 * filemode.c: Fix formatting.
150 * ieee.c: Likewise.
151 * is-ranlib.c: Likewise.
152 * is-strip.c: Likewise.
153 * maybe-ranlib.c: Likewise.
154 * maybe-strip.c: Likewise.
155 * nlmconv.c: Likewise.
156 * nm.c: Likewise.
157 * not-ranlib.c: Likewise.
158 * not-strip.c: Likewise.
159 * objcopy.c: Likewise.
160 * objdump.c: Likewise.
161
21611032
TS
1622002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
163
164 * objdump.c (dump_headers): Fix output formatting for ELF32
165 architectures in a BFD64 enabled toolchain.
166
26044998
KH
1672002-05-20 Kazu Hirata <kazu@cs.umass.edu>
168
169 * debug.c: Fix formatting.
170 * debug.h: Likewise.
171 * dlltool.c: Likewise.
172 * dllwrap.c: Likewise.
173 * emul_aix.c: Likewise.
174 * emul_vanilla.c: Likewise.
175
f462a9ea
KH
1762002-05-19 Kazu Hirata <kazu@cs.umass.edu>
177
178 * addr2line.c: Fix formatting.
179 * ar.c: Likewise.
180 * arsup.c: Likewise.
181 * arsup.h: Likewise.
182 * binemul.c: Likewise.
183 * binemul.h: Likewise.
184 * bucomm.c: Likewise.
185 * coffdump.c: Likewise.
186 * coffgrok.c: Likewise.
187 * coffgrok.h: Likewise.
188
e0159aa9
MM
1892002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
190
191 * MAINTAINERS: Add myself as the second AVR port maintainer.
192
074b403e
SC
1932002-05-16 Stephane Carrez <stcarrez@nerim.fr>
194
195 * MAINTAINERS: Update my email address.
196
2b9c8201
NC
1972002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
198
199 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
200
e1d5b1e7
AM
2012002-05-09 Alan Modra <amodra@bigpond.net.au>
202
203 * configure.in: Replace `*pe' with `pe' throughout.
204 * configure: Regenerate.
205
d3d8a9ee
NC
2062002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
207
208 * Makefile.am: Honour DESTDIR.
209 * Makefile.in: Regenerate.
210
405c98a4
AM
2112002-05-06 Alan Modra <amodra@bigpond.net.au>
212
a02d5965
AM
213 * dlltool.c (process_def_file): Add missing prototype.
214 (new_directive, assemble_file, main): Likewise.
215 (process_def_file, new_directive): Make static.
216 (inform): Rewrite using VA_FIXEDARG.
217 * dllwrap.c (mybasename): Add missing prototype.
218 (strhash, main): Likewise.
219 (inform): Rewrite using VA_FIXEDARG.
220 (warn): Likewise.
221 (cleanup_and_exit): Use old style function definition.
222 (strhash): Likewise.
223 * windres.c (define_resource): Use one memset to clear all of
224 struct res_resource.
225
405c98a4 226 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 227 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
228
2292002-05-06 Borut Razem <borut.razem@siol.net>
230
231 * rclex.l (get_string): Correct "strings" list handling.
232 * resrc.c (read_rc_file): Discard strings.
233
91593c9d
AM
2342002-05-04 Alan Modra <amodra@bigpond.net.au>
235
e58a75dc
AM
236 * ar.c (replace_members): Remove unused var. Formatting fix.
237 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
238
91593c9d
AM
239 * MAINTAINERS: Sort port maintainers by CPU.
240
6b52b824
AM
2412002-05-04 Bob Byrnes <byrnes@curl.com>
242
243 * size.c (display_archive): Add last_arfile and code to close archives.
244
dd70071f
AM
2452002-05-01 Alan Modra <amodra@bigpond.net.au>
246
247 * nm.c (print_symbol): Check returned filename from
248 bfd_find_nearest_line is non-NULL.
249
6c95717a
EZ
2502002-04-25 Elena Zannoni <ezannoni@redhat.com>
251
252 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
253
3c25c5f6
NC
2542002-04-24 Christian Groessler <chris@groessler.org>
255
256 * MAINTAINERS: Changed my email address.
257
944cd72c
TS
2582002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
259
260 * arparse.y: Fix syntax warning.
261
ea91f8bb
NC
2622002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
263
3e55a963
NC
264 * readelf.c (fetch_location_list): Remove unused function.
265
266 * readelf.c (process_corefile_note_segment): Catch corrupt notes
267 and display a warning message, then exit the loop.
268
ea91f8bb
NC
269 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
270
45b99827
NC
2712002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
272
273 * resrc.c (write_rc_dialog): If charset is non-default value
274 display all of the DIALOGEX parameters.
275
2762002-04-15 Eric Kohl <ekohl@rz-online.de>
277
278 * rcparse.y: Allow two to five parameter in FONT statement of
279 DIALOGEX resources.
280 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
281 resource data.
282 (res_to_bin_dialog): Likewise.
283 * windres.h: Added misssing charset variable to dialog_ex
284 structure.
285
acfbab8a
NC
2862002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
287
288 * rcparse.y: Set MEMFLAG_PURE by default.
289
df3baf66
NC
2902002-04-09 Bernd Herd <info@herdsoft.com>
291
292 * rcparse.y: CLASS definitions in DIALOG resources
293 are quoted.
4c30641a 294 Fix typo in BEDIT warning.
91eafb40 295 Don't add default dialog style when explicit style specified.
b62a12ca 296 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 297
b24eb5ac
NC
298 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
299 (handle_quotes) "\a" escape (used for right justified key
300 definitions in menus) is encodes as binary 8.
df3baf66 301
b24eb5ac
NC
302 * resrc.c (write_rc_dialog): Print style even if it is 0.
303 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 304 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 305
b24eb5ac
NC
306 * resbin.c (bin_to_res_dialog): Use signature to identify
307 DIALOGEX.
f7d63484 308
b24eb5ac 309 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 310
df3baf66
NC
3112002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
312
313 * resrc.c: print CLASS names in quotes
314
3152002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
316
317 * MAINTAINERS: Update my email address.
318
8e42bcb6
AM
3192002-04-04 Alan Modra <amodra@bigpond.net.au>
320
321 * dep-in.sed: Cope with absolute paths.
322 * Makefile.am (dep.sed): Subst TOPDIR.
323 Run "make dep-am".
324 * Makefile.in: Regenerate.
325
96f959e5
PT
3262002-03-27 Peter Targett <peter.targett@arc.com>
327
328 * MAINTAINERS: Update my email address.
329
1ea788ee
AM
3302002-03-21 Alan Modra <amodra@bigpond.net.au>
331
332 * Makefile.am: Run "make dep-am".
333 * Makefile.in: Regenerate.
334 * doc/Makefile.in: Regenerate.
335 * po/POTFILES.in: Regenerate.
336 * aclocal.m4: Regenerate.
337 * config.in: Regenerate.
338 * configure: Regenerate.
339
a2f14207
DB
3402002-03-20 Daniel Berlin <dan@dberlin.org>
341
342 * readelf.c: Add support for displaying dwarf2 location lists.
343 (do_debug_loc, debug_loc_section, debug_loc_size): New.
344 (parse_args): Use 'O' as shorthand for displaying location list
345 section.
346 (process_section_headers): Handle debug_loc as well.
347 (load_debug_loc): New.
348 (free_debug_loc): New.
349 (fetch_location_list): New.
350 (display_debug_loc): New.
351 (display_debug_info): Call load_debug_loc and free_debug_loc.
352 (debug_displays): We can display .debug_loc now, too.
353 (usage): Update usage string.
354 (read_and_display_attr_value): Note location lists, but don't
355 display them inline.
356
eb1e0e80
NC
3572002-03-18 Tom Rix <trix@redhat.com>
358
359 * Makefile.am: Add binutils emulation support.
360 * configure.in: Same.
361 * configure.tgt: New file. Same.
362 * ar.c (main): Use ar_emul_parse_arg.
363 (usage): Use ar_emul_usage.
364 (replace_members): Use ar_emul_replace, ar_emul_append.
365 * binemul.c: New file. Define the binutils emulation
366 layer. Define default methods.
367 * binemul.h: New file. Binutils emulation layer header file.
368 * emul_aix.c: New file. AIX binutils emulation.
369 * emul_vanilla.c: New file. Default binutils emulation.
370 * Makefile.in: Regenerate.
371 * configure: Same.
372
a1c259a1
NC
3732002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
374
375 * po/fr.po: Updated version.
376
9ce88e60
NC
3772002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
378
379 * po/fr.po: Updated version.
380
effb0601
DJ
3812002-03-07 Daniel Jacobowitz <drow@mvista.com>
382
383 * README: Update some version numbers.
384
a65688ab
DJ
3852002-03-07 Daniel Jacobowitz <drow@mvista.com>
386
387 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
388 (Architecture Selection): Likewise.
389
f3f7fbb2
NC
3902002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
391
392 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
393 generating .exp file.
394
25345be5
NC
3952002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
396
397 * readelf.c (dump_relocations): Fix typo.
398
9a66911f
NC
3992002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
400
401 * NEWS: Mark 2.12 branch.
402
2c71103e
NC
4032002-02-18 Timothy Daly <remote_bob@yahoo.com>
404
405 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
406 types for 64-bit MIPS. Narrow some fields for 80-char
407 output.
408 (dump_relocations): Change spelling from 'unrecognised'
409 to 'unrecognized'.
410 (decode_ARM_machine_flags): Likewise.
411 (parse_args): Likewise.
412 (read_and_display_attr_value): Likewise.
413 (display_debug_section): Likewise.
414
49fda6c8
HPN
4152002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
416
417 * NEWS: Mention support for MMIX.
418
76f57f3a
JT
4192002-02-13 Matt Fredette <fredette@netbsd.org>
420
421 * readelf.c (get_machine_flags): Recognize EF_M68000.
422
d36ca9c2
AO
4232002-02-12 Alexandre Oliva <aoliva@redhat.com>
424
425 * MAINTAINERS: Added self as MN10300 co-maintainer.
426
19397422
AM
4272002-02-12 Alan Modra <amodra@bigpond.net.au>
428
429 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
430 DT_PPC64_OPDSZ.
431
d434e574
DJ
4322002-02-11 Daniel Jacobowitz <drow@mvista.com>
433
434 * MAINTAINERS: List myself as branch maintainer.
435
12b87c89
AM
4362002-02-11 Alan Modra <amodra@bigpond.net.au>
437
438 * configure: Regenerate.
439 * objcopy.c: Update copyright date.
440 * doc/Makefile.in: Regenerate.
441
8d037c5c
DJ
4422002-02-10 Daniel Jacobowitz <drow@mvista.com>
443
444 * nlmconv.c: Back out localtime PARAMS change.
445
4c168fa3
AM
4462002-02-11 Alan Modra <amodra@bigpond.net.au>
447
448 * objcopy.c (MKDIR): Define.
449 (copy_archive): Make name_list.name const. Use MKDIR.
450 Handle duplicate files in archives by making more temp dirs.
451
408f8db1
DJ
4522002-02-10 Daniel Jacobowitz <drow@mvista.com>
453
454 * coffdump.c: Include "getopt.h" after "bucomm.h"
455 so that macros are defined correctly.
456 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
457 prototype. Prototype main.
458 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
459
9f77fa06
AO
4602002-02-06 Alexandre Oliva <aoliva@redhat.com>
461
462 * MAINTAINERS: Added self as SH co-maintainer.
463
82f6addb
NC
4642002-02-05 Nick Clifton <nickc@redhat.com>
465
466 * po/tr.po: Updated translation.
467
ba323545
AM
4682002-02-01 Alan Modra <amodra@bigpond.net.au>
469
470 * Makefile.am: Run "make dep-am"
471 * Makefile.in: Regenerate.
472
3deb89d3
DJ
4732002-01-29 Daniel Jacobowitz <drow@mvista.com>
474
475 * nm.c (print_value): Mark abfd unused.
476
a0e9c55f
DJ
4772002-01-29 Daniel Jacobowitz <drow@mvista.com>
478
479 * unwind-ia64.c (unw_decoder): Change second argument
480 to unsigned int, to match function prototypes.
481
d7a283d4
DJ
4822002-01-29 Daniel Jacobowitz <drow@mvista.com>
483
484 * objdump.c: Include "getopt.h" after "bucomm.h" so that
485 __GNU_LIBRARY__ will be defined.
486 * size.c: Likewise.
487
4867be41
DJ
4882002-01-27 Daniel Jacobowitz <drow@mvista.com>
489
490 * configure: Regenerated.
491
7562a296
HPN
4922002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
493
494 * doc/Makefile.am (install): Depend on install-info.
495 * doc/Makefile.in: Regenerate.
496
15c82623
NC
4972002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
498
499 * objcopy.c (strip_usage): Document -d as an alias
500 --strip-debug.
501
502 * size.c (usage): Document [-t | --totals] options.
503 (long_options): Add --totals option.
504 (main): If the [-t | --totals] option is specified and
505 the output format is Berkeley-style, print the total
506 text, data, and bss sizes of all objects listed.
507 (print_berkeley_format): If the [-t | --totals] option
508 is specified, track the total text, data, and bss
509 sizes.
510 * doc/binutils.texi (size): Document [-t | --totals] options.
511 (strip): Document -d as an alias for --strip-debug.
512 * NEWS: Mention new feature of size.
513
00ea8601 5142002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 515
1ddbd152
NC
516 * po/fr.po: Updated version.
517 * po/es.po: Updated version.
b85cedd7 518
8b53311e
NC
5192002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
520
521 * addr2line.c (usage): Update text to provide verbose
522 description of the command line options.
523 * ar.c (usage): Update text to provide verbose
524 description of the command line options.
525 (main): Accept -h and -H when running as ranlib.
526 * coffdump.c (show_usage): Update text to provide verbose
527 description of the command line options.
528 * dlltool.c (main): Accept -H as an alias for --help.
529 * nlmconv.c (show_usage): Update text to provide verbose
530 description of the command line options.
531 * nm.c (usage): Replace OPTIONS with option(s).
532 (main): Accept -H as an alias for --help.
533 * objcopy.c (strip_main): Accept -H as an alias for --help.
534 * objdump.c (main): Accept -v as an alias for --verbose.
535 * readelf.c (usage): Adjust format to match style used in
536 other binutils.
537 * size.c (usage): Update text to provide verbose description
538 of the command line options.
539 (main): Accept -v, -h and -H as command line options.
540 * srconv.c (show_usage): Update text to provide verbose
541 description of the command line options.
542 * strings.c (main): Accept -H and -v as command line options.
543 (usage): Update text to provide verbose description of the
544 command line options.
545 * sysdump.c (show_usage): Update text to provide verbose
546 description of the command line options.
547 * windres.c (usage): Adjust format to match style used in
548 other binutils.
549
550 * coffdump.c: Fix formatting.
551 * nlmconv.c: Fix formatting.
552 * srconv.c: Fix formatting.
553 * sysdump.c: Fix formatting.
554
c46f0c34
AM
5552002-01-22 Alan Modra <amodra@bigpond.net.au>
556
557 * Makefile.am: Run "make dep-am".
558 * Makefile.in: Regenerate.
559
2a538ba5
AJ
5602002-01-18 Andreas Jaeger <aj@suse.de>
561
562 * version.c (print_version): Update year.
563
285d1771
AM
5642002-01-17 Alan Modra <amodra@bigpond.net.au>
565
566 * readelf.c (get_machine_name): Handle EM_PPC64.
567 (guess_is_rela): Here too.
568
328577ad
NC
5692002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
570
571 * po/binutils.pot: Regenerate.
572 * po/fr.po: Regenerate.
573 * po/tr.po: Regenerate.
574
af3ae48d
NC
5752002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
576
577 * po/tr.po: Import new version.
578
f1cb7e17
AM
5792002-01-16 Alan Modra <amodra@bigpond.net.au>
580
581 * readelf.c (get_ppc64_dynamic_type): New.
582 (get_dynamic_type): Call it.
583
6364e0b4
NC
5842002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
585
3ab9460d
NC
586 * objcopy.c (copy_usage): Use "options" instead of "switches".
587 (strip_usage): Use "options" instead of "switches".
588 * doc/binutils.texi (dlltool): Refer to "options" instead of
589 "switches".
6364e0b4 590
3a7e524e
RE
5912002-01-14 Richard Earnshaw <rearnsha@arm.com>
592
593 * MAINTAINERS: Add self as co-maintainer for the ARM code.
594
1209e219
NC
5952001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
596
597 * po/es.po: Import from translation project.
598 * configure.in (ALL_LINGUAS): Add es.
599 * configure: Regenerate.
600
b4db1224
JT
6012002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
602
603 * readelf.c (get_netbsd_elfcore_note_type): Use
604 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
605
9437c45b
JT
6062002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
607
608 * readelf.c: Update copyright years.
609 (get_note_type): Return a const char *.
610 (get_netbsd_elfcore_note_type): New function.
611 (process_note): Use get_netbsd_elfcore_note_type to get
612 the note type string for NetBSD ELF core files.
613
00428cca
AM
6142002-01-06 Steve Ellcey <sje@cup.hp.com>
615
616 * readelf.c (get_ia64_segment_type): Add support for macros.
617 (get_segment_type): Add support for IA64 specific macros.
618
31104126
NC
6192001-12-20 Julian v. Bock <julian@wongr.net>
620
621 * readelf.c (print_symbol): New function: Print a formatted symbol
622 name. If --wide is specified do not truncate it.
623 (dump_relocations): Use print_symbol() to print symbol names.
624 (process_symbol_table): Likewise.
625 (process_syminfo): Likewise.
626 (process_mips_specific): Likewise.
627 (usage): Document new feature of --wide switch.
628 * doc/binutils.texi (objdump): Document additional behaviour of
629 --wide.
2a538ba5 630
4dd67f29
MS
6312001-12-18 Michael Snyder <msnyder@redhat.com>
632
633 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
634 (copy_object): Don't set the start address or flags of a core file.
635 (copy_section): Don't relocate a core file. Don't copy contents
636 if the input section has the contents flag set, but the output
637 section does not (which happens with the fake 'note' pseudo-
638 sections that BFD creates for corefiles).
639
43521d43
TS
6402001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
641
642 * readelf.c (get_machine_flags): Recognize header flags for ABI and
643 ASE extensions. More robust code for ISA checking. Ignore empty fields
644 in header flags for GNU extensions.
645
b667df2e
AM
6462001-12-18 Alan Modra <amodra@bigpond.net.au>
647
648 * objcopy.c (copy_archive): Set output bfd format outside the loop.
649
17a5a5c3
NC
6502001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
651
652 * po/ja.po: Import from translation project.
653 * configure.in (ALL_LINGUAS): Add ja.
654 * configure: Regenerate.
655
65de42c0
TS
6562001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
657
658 * addr2line.c (main): Protoype.
659 * ar.c (main): Protoype.
660 * nm.c (main): Protoype.
661 * objcopy.c (main): Protoype.
662 * objdump.c (main): Protoype.
663 * size.c (main): Protoype.
664 * strings.c (main): Protoype.
665
9ad5cbcf
AM
6662001-12-17 Alan Modra <amodra@bigpond.net.au>
667
668 * readelf.c (symtab_shndx_hdr): New global.
669 (SECTION_HEADER_INDEX): Define.
670 (SECTION_HEADER_NUM): Define.
671 (SECTION_HEADER): Define.
672 (GET_ELF_SYMBOLS): Pass two params rather than three.
673 (get_32bit_elf_symbols): Take file and section args. Read and
674 use SHT_SYMTAB_SHNDX.
675 (get_64bit_elf_symbols): Likewise.
676 (dump_relocations): Use SECTION_HEADER to index "section_headers".
677 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
678 Remember symtab_shdx_hdr.
679 (process_program_headers): Scan from index 1 for segment map.
680 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
681 "section_headers".
682 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
683 (process_unwind): Likewise.
684 (process_version_sections): Likewise.
685 (process_symbol_table): Likewise.
686 (display_debug_info): Likewise.
687 (process_dynamic_segment): Fake up a symtab section for changed
688 GET_ELF_SYMBOLS.
689 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
690 (process_program_headers): Kill signed/unsigned warning.
691 (load_debug_str): Likewise.
692 (display_debug_info): Likewise.
693
65765700
JJ
6942001-12-13 Jakub Jelinek <jakub@redhat.com>
695
696 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
697
560f3c1c
AM
6982001-12-11 Alan Modra <amodra@bigpond.net.au>
699
700 * readelf.c (process_file_header): Print extended e_shnum and
701 e_shdtrndx values. Set elf_header values for same.
702 (get_32bit_section_headers): Add "num" arg to read "num" headers.
703 (get_64bit_section_headers): Likewise.
704 (process_section_headers): Update calls.
705 (get_file_header): Call get_32bit_section_headers or 64bit variant.
706
bc408b8a
JJ
7072001-12-10 Jakub Jelinek <jakub@redhat.com>
708
709 * objcopy.c (setup_section): Copy entsize.
710
93fbbb04
GK
7112001-12-07 Geoffrey Keating <geoffk@redhat.com>
712
713 * readelf.c (guess_is_rela): Add support for stormy16.
714 (dump_relocations): Likewise.
715 (get_machine_name): Likewise.
716
e3c8793a
NC
7172001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
718
719 * dllwrap.c (main) Replace multiple strings describing a
720 single error with a single, newline escaped sentence to permit
721 better translation into foreign languages.
722
723 * readelf.c (get_elf_class): Remove internalionalisation of ELF
724 class names.
725
956cd1d6
TS
7262001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
727
728 * strings.c (get_char): Initialize value.
729
956c53ee
TS
7302001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
731
732 * arlex.l: Silence compile warnings.
733 * arsup.h: Likewise. Fix formatting.
734
cedd9a58
JJ
7352001-12-04 Jakub Jelinek <jakub@redhat.com>
736
737 * strings.c: Include config.h before bfd.h.
738 (file_off): New type.
739 (file_open): Define.
740 (print_strings): Use file_off instead of file_ptr. Print addresses
741 which don't fit into long correctly.
742 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
743 available.
744 (strings_file): Use file_off instead of file_ptr. Use file_open.
745 * configure.in: Check for getc_unlocked.
746 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
747 be defined for it.
748 * configure: Rebuilt.
749 * config.h.in: Rebuilt.
750
af667503
L
7512001-11-29 H.J. Lu <hjl@gnu.org>
752
753 * bucomm.c (make_tempname): Revert the changes made on
754 2001-11-14 and 2001-11-12. They won't work with directories.
755
16474668
NC
7562001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
757
758 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
759 CFLAGS_FOR_TARGET to runtest in environment.
760 * Makefile.in: Rebuild.
761 * doc/Makefile.in: Rebuild.
762
17978339
MS
7632001-11-28 Mike Stump <mrs@wrs.com>
764
765 * objcopy.c (setup_section): Preserve SEC_RELOC when
766 --set-section-flags is used.
767
261a45ad
NC
7682001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
769
770 * readelf.c (do_debug_str): New variable.
771 (display_debug_str): New function: Display the contents of a
772 .debug_str section.
773 (load_debug_str): New function: Load in the contents of a
774 .debug_str section.
775 (free_debug_str): New function: Free the memory used by
776 load_debug_str().
777 (fetch_indirect_string): Retrieve a string from the .debug_str
778 section.
779 (usage): Add -ws.
780 (parse_args): Accept -ws.
781 (process_section_headers): Allow the display of the .debug_str
782 section.
783 (read_and_display_attr_value): Use fetch_indirect_string. Show
784 offset into .debug_str section.
785 (display_debug_info): Use load_debug_str and free_debug_str.
786 (debug_displays): Add .debug_str.
787 * doc/binutils.texi: Document -ws.
788
b8908f93
AJ
7892001-11-19 Andreas Jaeger <aj@suse.de>
790
791 * testsuite/binutils-all/objdump.exp: Add x86-64.
792
e5fb9629
AS
7932001-11-15 Andreas Schwab <schwab@suse.de>
794
795 * readelf.c: Fix warnings without terminating newline.
796
802a735e
AM
7972001-11-15 Alan Modra <amodra@bigpond.net.au>
798
799 * doc/binutils.texi (objdump): Document ppc -M options.
800
b89e9eae
AJ
8012001-11-14 Andreas Jaeger <aj@suse.de>
802
803 * doc/binutils.texi (objdump): Fix description to use x86-64.
804
a6a25652
NC
8052001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
806
807 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
808 not all systems provide mkstemp.
809
e396998b
AM
8102001-11-14 Alan Modra <amodra@bigpond.net.au>
811
812 * doc/binutils.texi (objdump): Document x86 -M options.
813
81766fca
RH
8142001-11-13 Keith Walker <keith.walker@arm.com>
815
816 * readelf.c (read_and_display_attr_value): New function to
817 handle DW_FORM_indirect.
818 (read_and_display_attr): Use it.
819
1a509dcc
GK
8202001-11-13 Geoffrey Keating <geoffk@redhat.com>
821
822 * readelf.c (display_debug_lines): Deal with unknown standard
823 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
824 DW_LNS_set_isa.
825
6e917903 8262001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 827
6e917903
TW
828 * MAINTAINERS: Add self as tic54x maintainer. This target
829 includes the IBM C54XDSP clone.
7559e86e 830
6e917903 8312001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 832
7559e86e
NC
833 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
834
8352001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 836
ecdadc4a
JL
837 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
838 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
839 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
840 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
841 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
842 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
843 (unw_decode_b2, unw_decode_b3_b4): Likewise.
844
91770270
JL
845 * readelf.c (get_elf_class): Fix ISO portability glitch.
846 (get_data_encoding, get_osabi_name, request_dump): Likewise.
847
ef5cdfc7
JJ
8482001-11-07 Jakub Jelinek <jakub@redhat.com>
849
850 * readelf.c (debug_str, debug_str_size): New.
851 (display_debug_abbrev): If no abbrevs were read, skip the CU.
852 Call free_abbrevs.
853 (read_and_display_addr): Handle DW_FORM_strp.
854 (display_debug_info): Read .debug_str section if present,
855 so that DW_FORM_strp can be handled.
856 Fix test for non-existant .debug_abbrev section.
857
5e9520c8
JJ
8582001-11-05 Jakub Jelinek <jakub@redhat.com>
859
860 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
861
862 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
863
54589086
MS
8642001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
865
866 * MAINTAINERS: Add self as s390/s390x maintainer.
867
c05b685b
TR
8682001-11-02 Tom Rix <trix@bluey.cygnus.com>
869
870 * MAINTAINERS: Add self as PPC XCOFF maintainer.
871
3c62831e
NC
8722001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
873
874 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
875 * configure: Regernate.
876 * po/fr.po: New file.
877 * po/tr.po: New file.
878
3c3bdf30
NC
8792001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
880
9b19141a 881 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
882 * readelf.c: Include elf/mmix.h.
883 (guess_is_rela): MMIX is RELA.
884 (dump_relocations): Handle MMIX relocations.
885 * Makefile.am: Regenerate dependencies.
886 * Makefile.in: Regenerate.
887
f662939a
NC
8882001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
889
890 * readelf.c (parse_args): Handle multiple options to the -w
891 switch.
892
c91d0dfb
JJ
8932001-10-12 Jakub Jelinek <jakub@redhat.com>
894
895 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
896 LOPROC, LOOS and LOUSER.
897
7559e86e 8982001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
899
900 * MAINTAINERS: Update my email address.
901
fcd8210c
AM
9022001-10-03 Alan Modra <amodra@bigpond.net.au>
903
904 * doc/Makefile.in: Regenerate.
905 * configure: Regenerate.
906
428409d5
NC
9072001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
908
909 * readelf.c (display_debug_line, display_debug_pubnames,
910 display_debug_info, display_debug_frames): Detect and warn
911 about 64-bit format entries.
912 (display_debug_aranges): Reword 64-bit warning.
913 (debug_displays): Add .debug_pubtypes as a known, but not yet
914 supported, debug section.
915
6a8c2b0d
AM
9162001-10-02 Alan Modra <amodra@bigpond.net.au>
917
918 * coffdump.c (PROGRAM_VERSION): Delete.
919 (main <'V'>): Call print_version.
920 * srconv.c: Likewise.
921 * sysdump.c: Likewise.
922 * version.c (program_version): Remove.
923 (print_version): Use BFD_VERSION_STRING. Just print the current
924 year in copyright message.
925 * addr2line.c (program_version): Remove unused declaration.
926 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
927 place of BFD_VERSION.
928 * Makefile.am (Makefile): Depend on bfd/configure.in.
929 (cplus-dem.o): Depend on Makefile.
930 Run "make dep-am".
931 * Makefile.in: Regenerate.
932
e414a165
NC
9332001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
934
935 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
936 format .debug_arange sections.
937 (main): Add missing prototype.
b8908f93 938
efc3ee7f
HPN
9392001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
940
941 * Makefile.am: Update dependencies with "make dep-am".
942 * Makefile.in: Regenerate.
943
9e85c2a0
RH
9442001-09-28 Richard Henderson <rth@redhat.com>
945
946 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
947
451dad9c
AM
9482001-09-26 Alan Modra <amodra@bigpond.net.au>
949
950 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
951 VA_CLOSE.
952 (non_fatal): Likewise.
953 * objdump.c (objdump_sprintf): Likewise.
954 * readelf.c (error): Likewise.
955 (warn): Likewise.
956
d974e256
JJ
9572001-09-25 Jakub Jelinek <jakub@redhat.com>
958
959 * readelf.c (do_wide): New.
960 (options): Add --wide.
961 (usage, parse_args): Likewise.
962 (process_program_headers): Put each segment on a single line if
963 --wide is given.
964 (process_section_headers): Put each section on a single line if
965 --wide is given.
966 * doc/binutils.texi: Document it.
967 * NEWS: Likewise.
968
2f11c261
AM
9692001-09-25 Alan Modra <amodra@bigpond.net.au>
970
971 * readelf.c (print_vma): Print 8 digits of low hex value.
972
1d50f91e
AJ
9732001-09-24 Andreas Jaeger <aj@suse.de>
974
975 * nlmconv.c: Fix warnings about unused attributes and function
976 prototypes.
977
978 * strings.c: Add prototype for get_char.
979
38131e67
L
9802000-09-19 H.J. Lu <hjl@gnu.org>
981
982 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
983 $(srcdir)/cxxfilt.man.
984 * doc/Makefile.in: Rebuild.
985
3bcfb3e4
AM
9862001-09-19 Alan Modra <amodra@bigpond.net.au>
987
988 * objcopy.c (copy_main): Correct rename-section string parsing.
989 Consolidate new_name parsing, and error messages.
990
3882b010
L
9912001-09-18 Bruno Haible <haible@clisp.cons.org>
992
993 * addr2line.c: Don't include <ctype.h>.
994 (main): For gettext, also set the LC_CTYPE locate facet.
995 * ar.c (main): Likewise.
996 * coffdump.c (main): Likewise.
997 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
998 (main): For gettext, also set the LC_CTYPE locate facet.
999 Use ISALNUM instead of isalpha/isdigit.
1000 * dllwrap.c: Don't include <ctype.h>.
1001 (main): For gettext, also set the LC_CTYPE locate facet.
1002 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1003 (main): For gettext, also set the LC_CTYPE locate facet.
1004 Use TOUPPER instead of islower/toupper.
1005 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1006 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1007 Use TOUPPER instead of islower/toupper.
1008 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1009 * objcopy.c (main): Likewise.
1010 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1011 (disassemble_bytes): Use ISPRINT instead of isprint.
1012 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1013 (dump_data): Use ISPRINT instead of isprint.
1014 (main): For gettext, also set the LC_CTYPE locate facet.
1015 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1016 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1017 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1018 Use TOUPPER instead of islower/toupper.
1019 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1020 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1021 (write_rc_accelerators): Use ISPRINT instead of isprint.
1022 (write_rc_rcdata): Likewise.
1023 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1024 * srconv.c (main): Likewise.
1025 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1026 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1027 isdigit/isupper/islower.
1028 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1029 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1030 stab_demangle_prefix, stab_demangle_qualified,
1031 stab_demangle_template, stab_demangle_type,
1032 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1033 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1034 (isgraphic): Use ISPRINT instead of isascii/isprint.
1035 (main): Remove HAVE_LC_MESSAGES dependency.
1036 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1037 (pbarray): Use ISPRINT instead of isprint.
1038 (main): For gettext, also set the LC_CTYPE locate facet.
1039 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1040 (format_from_filename): Use ISPRINT instead of isprint.
1041 (main): For gettext, also set the LC_CTYPE locate facet.
1042 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1043 (unicode_print): Use ISPRINT instead of isprint.
1044 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1045 (stab_variable): Use ISDIGIT instead of isdigit.
1046
e59b4dfb
AM
10472001-09-18 Alan Modra <amodra@bigpond.net.au>
1048
1049 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1050 Replace bfd_read call with call to bfd_bread.
1051 (extract_file): Likewise.
1052
1053 * objdump.c (dump_section_header): Cast section->filepos to
1054 unsigned long to suit printf format string.
1055 * readelf.c (process_section_headers): Similarly for sh_offset.
1056 (process_unwind): Likewise.
1057
d132876a
NC
10582001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1059
1060 * strings.c (encoding, encoding_bytes): New variables.
1061 (long_options): Add --encoding.
1062 (main): Accept -e and --encoding.
1063 (get_char): New function. Read a, possibly wide, character from
1064 the input stream.
1065 (print_strings): Use get_char().
1066 (usage): Document new command line option.
1067 * doc/binutils.texi: Document new command line option.
1068 * NEWS: Announce new command line option.
1069
7559e86e 10702001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1071
1072 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1073 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1074 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1075 Removed EM_CYGNUS_ARC.
1076
7559e86e 10772001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1078
1079 * readelf.c: Include elf/h8 for H8 series definitions.
1080 (guess_is_rela): H8 series if RELA.
1081 (dump_relocations): Handle H8 series relocations.
1082
0823fbca
EC
10832001-08-31 Eric Christopher <echristo@redhat.com>
1084
1085 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1086
8db76d70
PT
10872001-08-29 Peter Targett <peter.targett@arccores.com>
1088
1089 * MAINTAINERS: Include ARC Maintainer.
1090
d81d6584
BE
10912001-08-29 Ben Elliston <bje@redhat.com>
1092
1093 * stabs.c (stab_demangle_template): Initialise s4.
1094
25a1ff5b
AM
10952001-08-27 Alan Modra <amodra@bigpond.net.au>
1096
1097 * readelf.c (dump_relocations): Recognise EM_PPC64.
1098
a5d22d2a
TS
10992001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1100
1101 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1102
62a5a82d
L
11032001-08-25 H.J. Lu <hjl@gnu.org>
1104
1105 * nm.c (print_width): New.
1106 (display_rel_file): Set `print_width' according to
1107 bfd_sprintf_vma.
1108 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1109
1ae8b3d2
AO
11102001-08-24 Alexandre Oliva <aoliva@redhat.com>
1111
1112 * objcopy.c (use_alt_mach_code): New variable.
1113 (OPTION_ALT_MACH_CODE): Define.
1114 (copy_options): Added --alt-machine-code.
1115 (copy_main): Handle it.
1116 (copy_object): Switch to alternate machine code if requested.
1117 * doc/binutils.texi: Document new option.
1118 * NEWS: Likewise.
1119
d1bdd336
TS
11202001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1121
1122 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1123
410f7a12
L
11242001-08-21 H.J. Lu <hjl@gnu.org>
1125
1126 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1127 (display_debug_info): Cast for 64bit hosts.
1128 (display_debug_frames): Likewise.
1129 (process_mips_specific): Likewise.
1130
c32144ff
AJ
11312001-08-21 Andreas Jaeger <aj@suse.de>
1132
1133 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1134
1135 * sysdump.c: Add missing prototypes.
1136 * srconv.c: Likewise.
1137 * unwind-ia64.c: Likewise.
1138 * coffdump.c: Likewise.
1139
1140 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1141
1142 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1143 of declaring xcalloc.
1144
d8180c76
L
11452001-08-10 H.J. Lu <hjl@gnu.org>
1146
1147 * nm.c (print_value): Add one arg, bfd *.
1148 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1149 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1150 (print_symbol_info_sysv): Likewise.
1151 (print_symbol_info_posix): Likewise.
1152
1153 * objdump.c (dump_section_header): Replace printf_vma with
1154 bfd_printf_vma.
1155 (print_section_stabs): Likewise.
1156 (dump_bfd_header): Likewise.
1157 (objdump_print_value): Replace sprintf_vma with
1158 bfd_sprintf_vma.
1159 (disassemble_bytes): Likewise.
1160 (dump_reloc_set): Likewise.
1161
0218d1e4
AJ
11622001-08-10 Andreas Jaeger <aj@suse.de>
1163
1164 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1165 to build warnings.
1166 * configure: Regenerate.
1167
2863d58a
AM
11682001-08-09 Alan Modra <amodra@bigpond.net.au>
1169
1170 * readelf.c: Add missing prototypes.
1171 * objdump.c: Likewise. Format existing prototypes.
1172
c0e047e0
AO
11732001-08-08 Alexandre Oliva <aoliva@redhat.com>
1174
1175 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1176 of any RELA relocation for the abbrev_offset memory location that
1177 refers to the .debug_abbrev section symbol.
1178
ff78d6d6
L
11792001-08-07 H.J. Lu <hjl@gnu.org>
1180
1181 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1182 (main): Return process_file ().
1183
c36774d6
PB
11842001-08-05 Philip Blundell <philb@gnu.org>
1185
1186 * doc/binutils.texi: Use "Thumb" not "THUMB".
1187
8f9d9bd9
JH
11882001-08-03 John Healy <jhealy@redhat.com>
1189
1190 Patch suggested by Frank Eigler <fche@redhat.com>.
1191 * objdump.c (disassemble_data): Fill in section member of the
1192 disasm_info structure.
1193
c918cb96
DD
11942001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1195
1196 * configure.in: Added --with-windres option.
1197 * configure: Regenerated.
1198
c7c55b78
NC
11992001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1200
1201 * doc/binutils.texi: Use @command{name} for commands;
1202 use @option{-opt} for options; use @table @env for list of options;
1203 remove spaces arround [ | ] in synopsis.
1204
1205 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1206 center title.
1207
594ef5db
NC
12082001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1209
1210 * objcopy.c: Fix formatting.
1211 (section_rename): New structure.
1212 (OPTION_RENAME_SECTION): New switch.
1213 (copy_usage): Document new switch.
1214 (add_section_rename): New function: Add a node to the section
1215 rename list.
1216 (find_section_rename): New function: Find the new name and
1217 flags for a section.
1218 (setup_section): Call find_section_name to determine the name
1219 of the output section.
1220 (copy_main): Handle OPTION_RENAME_SECTION.
1221 * binutils.texi: Document new switch.
1222 * NEWS: Mention new switch.
1223
1f554c69
NC
12242001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1225
1226 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1227 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1228 bug-binutils@gcc.org.
1229
2f83960e
AM
12302001-07-28 Matthias Kramm <kramm@quiss.org>
1231
1232 * bucomm.c (list_supported_architectures): New function.
1233 * bucomm.h (list_supported_architectures): Declare.
1234 * objdump.c (usage): Call the above.
1235
20fe0649
DB
12362001-07-25 Dave Brolley <brolley@redhat.com>
1237
1238 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1239 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1240
1b577b00
NC
12412001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1242
1243 * README: Update for 2.11. Change bug reporting email address.
1244 * MAINTAINERS: Tidy up. Change bug reporting email address.
1245
95fd336c
DD
12462001-07-16 DJ Delorie <dj@redhat.com>
1247
5f16d855
DD
1248 * resres.c (write_res_header): Align header size.
1249 (res_align_file): Calculate alignment correctly.
1250
95fd336c
DD
1251 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1252 correct 10).
1253 * resrc.c (write_rc_resource): Likewise.
1254 * windres.h (SUBLANG_SHIFT): Define - as 10.
1255
ed8fee27
NC
12562001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1257
1258 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1259
90ab7e9a
NC
12602001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1261
1262 * MAINTAINERS: Add notes about branch checkins.
1263
e0c60db2
NC
12642001-07-05 Daniel Berlin <dan@cgsoftware.com>
1265
1266 * readelf.c (display_debug_macinfo): New function, display
1267 .debug_macinfo section.
1268 (do_debug_macinfo): New variable.
1269 (parse_args): Handle "-w[mM]" to mean display macro info.
1270 (process_section_headers): Handle debug_macinfo.
1271 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1272 function for .debug_macinfo display.
e0c60db2
NC
1273 * doc/binutils.texi: Document new command line switch.
1274 * NEWS: Document new feature of readelf.
0218d1e4 1275
24e01a36
L
12762001-07-05 H.J. Lu <hjl@gnu.org>
1277
1278 * objcopy.c (filter_symbols): Don't turn undefined symbols
1279 into local.
1280
4258bf4d
L
12812001-07-03 H.J. Lu <hjl@gnu.org>
1282
1283 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1284 $@.pod.
1285 (ar.1): Likewise.
1286 (dlltool.1): Likewise.
1287 (nlmconv.1): Likewise.
1288 (nm.1): Likewise.
1289 (objcopy.1): Likewise.
1290 (objdump.1): Likewise.
1291 (ranlib.1): Likewise.
1292 (readelf.1): Likewise.
1293 (size.1): Likewise.
1294 (strings.1): Likewise.
1295 (strip.1): Likewise.
1296 (windres.1): Likewise.
1297 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1298 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1299 $(DEMANGLER_NAME).
1300 (as.1): Removed.
1301 * doc/Makefile.in: Regenerated.
1302
7014bc31
NC
13032001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1304
1305 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1306
b811889f
NC
13072001-07-01 Daniel Berlin <dan@cgsoftware.com>
1308
1309 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1310
12ab83a9
NC
13112001-06-29 James Cownie <jcownie@etnus.com>
1312
1313 * readelf.c: Support DWARF 2.1 attributes.
1314
a6e9f9df
AM
13152001-06-28 Alan Modra <amodra@bigpond.net.au>
1316
1317 * readelf.c (GET_DATA_ALLOC): Remove.
1318 (GET_DATA): Remove.
1319 (get_data): New function combining above macros, with an extra
1320 test for zero size.
1321 (slurp_rela_relocs): Use get_data, and catch error return.
1322 (slurp_rel_relocs): Likewise.
1323 (get_32bit_program_headers): Likewise.
1324 (get_64bit_program_headers): Likewise.
1325 (get_32bit_section_headers): Likewise.
1326 (get_64bit_section_headers): Likewise.
1327 (get_32bit_elf_symbols): Likewise.
1328 (get_64bit_elf_symbols): Likewise.
1329 (process_section_headers): Likewise.
1330 (process_relocs): Likewise.
1331 (slurp_ia64_unwind_table): Likewise.
1332 (process_unwind): Likewise.
1333 (get_32bit_dynamic_segment): Likewise.
1334 (get_64bit_dynamic_segment): Likewise.
1335 (process_dynamic_segment): Likewise.
1336 (process_version_sections): Likewise.
1337 (process_symbol_table): Likewise.
1338 (dump_section): Likewise.
1339 (display_debug_info): Likewise.
1340 (display_debug_section): Likewise.
1341 (process_section_contents): Likewise.
1342 (process_corefile_note_segment): Likewise.
1343 (process_mips_specific): Likewise. Also free econf32, econf64.
1344
af3fc3bc
AM
13452001-06-25 Alan Modra <amodra@bigpond.net.au>
1346
1347 * readelf.c (dump_relocations): Print "bad symbol index" if
1348 symtab == NULL with non-zero symtab_index.
1349 (process_relocs): Don't bomb if reloc section has no symsec.
1350
6d900bf6
L
13512001-06-24 H.J. Lu <hjl@gnu.org>
1352
1353 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1354 by accident.
1355 (copy_main): Apply the the change made to strip_main on
1356 2001-05-30 by accident.
1357
49b4e386
AJ
13582001-06-23 Andreas Jaeger <aj@suse.de>
1359
1360 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1361 parameter 'code'.
1362 (unw_decode_x2): Likewise.
1363 (unw_decode_x3): Likewise.
1364 (unw_decode_x4): Likewise.
1365
d8dc71e3
BE
13662001-06-23 Ben Elliston <bje@redhat.com>
1367
1368 * MAINTAINERS: Add myself as M88k maintainer.
1369
af3bdff7
NC
13702001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1371
1372 * objcopy.c (strip_main): Support -o or --output-file command lien
1373 switch.
1374
105e7211
L
13752001-06-19 H.J. Lu <hjl@gnu.org>
1376
1377 * doc/Makefile.in: Regenerated.
1378
c45021f2
NC
13792001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1380
1381 * readelf.c: Restore formatting.
1382
13832001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1384
1385 * Makefile.am: Move documentation into doc subdirectory.
1386 * Makefile.in: Regenerated.
1387 * binutils.texi: Move into doc subdirectory.
1388 * addr2line.1: Removed.
1389 * ar.1: Likewise.
1390 * dlltool.1: Likewise.
1391 * nlmconv.1: Likewise.
1392 * nm.1: Likewise.
1393 * objcopy.1: Likewise.
1394 * objdump.1: Likewise.
1395 * ranlib.1: Likewise.
1396 * readelf.1: Likewise.
1397 * size.1: Likewise.
1398 * strings.1: Likewise.
1399 * strip.1: Likewise.
1400 * windres.1: Likewise.
1401 * cxxfilt.man: Likewise.
1402 * doc: New Directory.
1403 * doc/Makefile.am: New file.
1404 * doc/Makefile.in: Generate.
1405
09ad7db3
AM
14062001-06-09 Alan Modra <amodra@bigpond.net.au>
1407
1408 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1409
936260fe
AM
14102001-06-01 Alan Modra <amodra@bigpond.net.au>
1411
1412 * MAINTAINERS: Update my email address.
1413
16b2b71c
NC
14142001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1415
1416 * objcopy.c: Add new switches: --keep-global-symbol,
1417 --keep-symbols, --localize-symbols, --keep-global-symbols and
1418 --weaken-symbols.
1419 * binutils.texi: Document new switches.
1420 * objcopy.1: Regenerate.
1421 * NEWS: Announce new feature.
1422
7036c0e1
AJ
14232001-05-28 Andreas Jaeger <aj@suse.de>
1424
1425 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1426 variables, fix format strings.
1427
76a406e5
NC
14282001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1429
1430 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1431 when computing the address of the line to show.
1432
31b6fca6
RH
14332001-05-16 Richard Henderson <rth@redhat.com>
1434
1435 * readelf.c (do_debug_frames_interp): New.
1436 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1437 (byte_get_big_endian): Likewise.
1438 (parse_args) ['F']: Set do_debug_frames_interp.
1439 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1440 (frame_display_row): Don't trunc pc_begin to int.
1441 (size_of_encoded_value): New.
1442 (display_debug_frames): Handle 64-bit targets. Print raw data
1443 unless do_debug_frames_interp.
1444 (debug_displays): Remove duplicate .debug_frame.
1445
4fe85591
NC
14462001-05-15 Ralf Baechle <ralf@gnu.org>
1447
1448 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1449 The former constant was never in active use and is used otherwise
1450 by the ABI.
1451
579f31ac
JJ
14522001-05-11 Jakub Jelinek <jakub@redhat.com>
1453
1454 * readelf.c (process_unwind): Print all unwind sections, not just
1455 one.
1456
78f4a3f7
AM
14572001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1458
1459 * readelf.c (process_unwind): Remove const specifier.
1460
1c529ca6
NC
14612001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1462
1463 * strings.c (isgraphic): Do not use isascii() unless it is needed
1464 for isprint() to work.
1465 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1466
87e6d782
NC
14672001-04-27 Johan Rydberg <jrydberg@opencores.org>
1468
1469 * NEWS: Announce support for OpenRISC.
1470
4bd3d870 14712001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1472
1473 * dlltool.c (do_default_excludes): Initialise to true.
1474
21211521
AM
14752001-04-10 Alan Modra <amodra@one.net.au>
1476
1477 * MAINTAINERS: Update my email address
1478 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1479
0c66b61e 14802001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1481
1482 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1483
e58d53af
L
14842001-03-30 H.J. Lu <hjl@gnu.org>
1485
1486 * readelf.c (process_unwind): Just return if do_unwind is 0.
1487
bee72332
DD
14882001-03-28 Roger Sayle <roger@metaphorics.com>
1489
1490 * dlltool.c (make_one_lib_file): Fix section flags for
1491 .text, .data and .bss in stub ds*.o files to match those
1492 generated by gas.
1493
f1467e33
L
14942001-03-29 H.J. Lu <hjl@gnu.org>
1495
1496 * readelf.c (process_unwind): Only do unwind sections for
1497 IA64.
1498
1c6fb4fe
L
14992001-03-28 H.J. Lu <hjl@gnu.org>
1500
1501 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1502 * Makefile.in: Regenerate.
1503
0879a67a
AJ
15042001-03-26 Andreas Jaeger <aj@suse.de>
1505
1506 * binutils.texi (nm): Fix texi syntax.
1507
0285c67d
NC
15082001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1509
1510 * binutils.texi: Put @c man begin and @c man end indications
1511 to generate man pages using texi2pod and pod2man. Put @c man title
1512 to identify each man. Add SEEALSO entries.
1513 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1514 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1515 sort the list.
1516 (*.1): Build the man pages from binutils.texi.
1517 * Makefile.in: Regenerate.
1518
04847a4d
CF
15192001-03-13 Eric Kohl <ekohl@rz-online.de>
1520
1521 * defparse.y (opt_equal_name): allow "." in name.
1522 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1523 (gen_exp_file): Likewise.
1524
43a0748c
NC
15252001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1526
1527 * NEWS: Document addition of -B switch to objcopy.
1528 * binutils.texi: Document addition of -B switch to objcopy.
1529 * objcopy.c: (copy_options): Add --binary-architecture.
1530 (copy_usage): Document -B/--binary-architecture.
1531 (copy_main): Support -B/--binary-architecture. Set
1532 bfd_external_binary_architecture.
0879a67a 1533
b7498e0e
NC
15342001-03-11 Andreas Jaeger <aj@suse.de>
1535
1536 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1537 (dump_relocations): Likewise.
1538 (get_machine_name): Likewise.
1539
a59e3bd7
NC
15402001-02-28 Nick Clifton <nickc@redhat.com>
1541
1542 * readelf.c: (struct unw_aux_info): Remove const modifier for
1543 'strtab' field.
1544 (process_unwind): Remove non-K&R compliant LHS type cast in call
1545 to GET_DATA_ALLOC macro.
1546
a5bcd848
PB
15472001-02-28 Philip Blundell <pb@futuretv.com>
1548
1549 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1550 ABI is in use; remove ambiguity between the "unknown" EABI and
1551 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1552 renamed EF_xx constants.
1553
27b7e12d
AM
15542001-02-27 Alan Modra <alan@linuxcare.com.au>
1555
1556 * configure.in (BFD_VERSION): New.
1557 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1558 * configure: Regenerate.
1559 * Makefile.am: Run "make dep-am"
1560 * Makefile.in: Regenerate.
1561
a9f10786
NC
15622001-02-14 Nick Clifton <nickc@redhat.com>
1563
1564 * MAINTAINERS: Add "Obvious Fix" rule.
1565
3c44da9a
MS
15662001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1567
1568 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1569 literal concatenation.
1570
ecd03389
MS
15712001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1572
1573 * readelf.c (struct unw_aux_info): Remove const from the info member.
1574 (process_unwind): Don't type-cast the third argument to the
1575 GET_DATA_ALLOC macro.
1576
88ec60c7
NC
15772001-02-11 Nick Clifton <nickc@redhat.com>
1578
1579 * readelf.c (dump_relocations): Free corrected allocated
1580 array.
1581 (process_unwind): Fix compile time warning.
1582
f5e21966
NC
15832001-02-10 Nick Clifton <nickc@redhat.com>
1584
1585 * binutils.texi: Document new --unwind option to readelf.
1586
a85d7ed0
NC
15872001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1588
1589 * readelf.c: Add linux target for S/390.
1590
7bb10502
AM
15912001-02-10 Alan Modra <alan@linuxcare.com.au>
1592
1593 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1594 printf is a macro.
1595
8ca8f343
HPN
15962001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1597
1598 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1599 * aclocal.m4: Regenerate.
1600 * configure: Regenerate.
1601
7340082d
NC
16022001-02-07 Todd Vierling <tv@wasabisystems.com>
1603
1604 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1605 * objdump.c (bfd_target_vector): Likewise.
1606
4d6ed7c8
NC
16072001-02-07 David Mosberger <davidm@hpl.hp.com>
1608
1609 * readelf.c (process_unwind): New function.
1610 (slurp_ia64_unwind_table): Ditto.
1611 (dump_ia64_unwind): Ditto.
1612 (find_symbol_for_address): Ditto.
1613 (slurp_rela_relocs): New function (split off from dump_relocations()).
1614 (slurp_rel_relocs): Ditto.
1615 (parse_args): Handle '-u' option.
1616
1617 * unwind-ia64.c: New file.
1618 * unwind-ia64.h: New file.
1619 * Makefile.am: Include unwind-ia64.c in readelf build.
1620 * Makefile.in: Regenerate.
7340082d 1621 * po/binutils.pot: Regenerate.
4d6ed7c8 1622
c7217458
PB
16232001-02-04 Philip Blundell <philb@gnu.org>
1624
1625 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1626 * configure: Regenerate.
1627
956eedd4
AM
16282001-01-31 Steve deRosier <sderosier@vari-lite.com>
1629
1630 * ieee.c (ieee_add_bb11): Don't check for backslashes
1631 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1632
8855cbca
AM
16332001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1634
c7f2731e
AM
1635 * ieee.c: Update copyright.
1636 (ieee_start_compilation_unit): Don't check for backslashes
1637 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1638
8855cbca
AM
1639 * stabs.c: Update copyright. Include "filenames.h".
1640 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1641
329de803 16422001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1643
1644 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1645 sections are present before using them. Remove code duplication.
1646 (process_symbol_table): Check if VERDEF or VERNEED sections are
1647 present before using them.
1648
23719f39
NC
16492001-01-17 Nick Clifton <nickc@redhat.com>
1650
1651 * objcopy.c (copy_object): Fail if attempting to convert the
1652 endianness of the input object file.
1653
1654 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1655
f726e849
NC
16562001-01-16 Nick Clifton <nickc@redhat.com>
1657
1658 * readelf.c (string_table_length): New variable.
1659 (SECTION_NAME): Catch out of range indices and missing section
1660 pointers.
1661 (process_section_headers): Delete useless local variable
1662 string_table_offset. Set the value of string_table_length
1663 after loading the string table.
1664 (process_mips_specific): Use SECTION_NAME macro.
1665 (process_file): Set string_table_length to 0 when it is freed.
1666
d0398d6a
NC
16672001-01-12 Nick Clifton <nickc@redhat.com>
1668
1669 * version.c (print_version): Update copyright date.
1670
0d2bcfaf
NC
16712001-01-11 Peter Targett <peter.targett@arccores.com>
1672
1673 * readelf.c (dump_relocations): Include selection with EM_ARC.
1674 (get_machine_name) Update name to "ARC".
1675
8b1e6df3
NC
16762001-01-09 Nick Clifton <nickc@redhat.com>
1677
1678 * Makefile.am: Add rule to build objdump.o from objdump.c and
1679 using OBJDUMP_DEFS.
1680 * Makefile.in: Regenerate.
1681
1682 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1683 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1684 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1685 * configure: Regenerate.
8b1e6df3
NC
1686
1687 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1688 is defined read in the relocs even if dump_reloc_info is
1689 false.
1690
2f952d20
PB
16912001-01-07 Philip Blundell <philb@gnu.org>
1692
1693 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1694 `bug-binutils'.
1695 * README: Likewise.
1696
a8c548cb
NC
16972000-12-19 Nick Clifton <nickc@redhat.com>
1698
1699 * dlltool.c: Add missing support for arm-epoc-pe.
1700 * configure.in: Add missing support for arm-epoc-pe.
1701 * configure: Regenerate.
1702
cc5fda35
NC
17032000-12-15 Nick Clifton <nickc@redhat.com>
1704
1705 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1706 Mode parts of the x86 port.
1707
bcedfee6
NC
17082000-12-04 Andreas Jaeger <aj@suse.de>
1709
1710 * readelf.c (guess_is_rela): Add EM_X86_64.
1711 (dump_relocations): Add EM_X86_64.
1712 (get_machine_name): Add EM_X86_64.
1713 Include "elf/x86-64.h".
1714
584da044
NC
17152000-12-12 Nick Clifton <nickc@redhat.com>
1716
1717 * readelf.c: Fix formatting.
1718
7559e86e 17192000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1720
1721 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1722
a98cc2b2
AH
17232000-12-07 Andrew Haley <aph@redhat.com>
1724
1725 * readelf.c (display_debug_frames): Only display columns that are
1726 referenced by the frame debug info.
1727
c7987a69
NC
17282000-12-05 Nick Clifton <nickc@redhat.com>
1729
1730 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1731
09fd7e38
JM
17322000-12-04 Jason Merrill <jason@redhat.com>
1733
1734 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1735 (display_debug_section): Likewise.
1736 (display_debug_info): Display CU header before bailing.
1737
e7af610e
NC
17382000-12-01 Chris Demetriou <cgd@sibyte.com>
1739
09fd7e38
JM
1740 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1741 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1742 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1743
09fd7e38
JM
1744 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1745 and E_MIPS_ARCH_64.
84ea6cf2 1746
09fd7e38
JM
1747 * readelf.c (get_machine_flags): Add case for
1748 E_MIPS_MACH_SB1.
c6c98b38 1749
75066968
DD
17502000-11-30 Richard Earnshaw <rearnsha@arm.com>
1751
1752 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1753
5c4666ea
HPN
17542000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1755