2002-06-18 Dave Brolley <brolley@redhat.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5c70f934
DB
12002-06-18 Dave Brolley <brolley@redhat.com>
2
3 From Catherine Moore:
4 * readelf.c (elf/frv.h): #include it.
5 (guess_is_rela): Support EM_CYGNUS_FRV.
6 (dump_relocations): Ditto.
7 (get_machine_name): Ditto.
8 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
9
7ece0d85
JJ
102002-06-18 Jakub Jelinek <jakub@redhat.com>
11
12 * readelf.c (get_file_header): Only read the first section header if
13 e_shoff is non-zero.
14
72797995
L
152002-06-15 H.J. Lu (hjl@gnu.org)
16
17 * nm.c (print_size): New variable. Initialize to 0.
18 (long_options): Add 'S'/"print-size".
19 (main): Handle 'S'.
20 (print_symbol_info_bsd): Print size only if print_size is not
21 0.
22
23 * doc/binutils.texi: Document -S/--print-size.
24
977f7911
NC
252002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
26
27 * nm.c (struct extended_symbol_info): New strcuture: Add the size
28 of the symbols to the information provided by the symbol_info
29 structure.
30 (print_symbols): Pass the symbol size to print_symbol.
31 (print_size_symbols): Pass the symbol size to print_symbol.
32 (print_symbol): Extra argument: The size of the symbol. Store
33 this in the extended_symbol_info structure.
34 (print_symbol_info): Change type of info parameter to
35 extended_symbol_info. Display the size, if known.
36 (print_symbol_info_posix): Likewise.
37 (print_symbol_info_sysv): Likewise.
38
b1f88ebe
AM
392002-06-08 Alan Modra <amodra@bigpond.net.au>
40
fa449227
AM
41 * Makefile.am: Run "make dep-am".
42 * Makefile.in: Regenerate.
43 * doc/Makefile.in: Regnerate.
44
b1f88ebe
AM
45 * bucomm.c: Replace CONST with const.
46 * nm.c: Likewise.
47 * objdump.c: Likewise.
48
91a106e6
L
492002-06-07 H.J. Lu <hjl@gnu.org>
50
51 * readelf.c (DW_CFA_GNU_args_size): Don't define.
52 (DW_CFA_GNU_negative_offset_extended): Likewise.
53 (DW_CFA_GNU_window_save): Likewise.
54 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
55 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
56
6ab6b380
NC
572002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
58
59 * nm.c: When computing size of symbols for an ELF target use the
60 internal size field.
61
e28e05a3
JL
622002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
63
64 * testsuite/binutils-all/objcopy.exp: clear xfail for
65 "hppa*64*-*-hpux*".
66 * testsuite/binutils-all/hppa/objdump.exp: Return if
67 "*64*-*-*".
68
dc156bc0
AM
692002-06-05 Alan Modra <amodra@bigpond.net.au>
70
71 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
72
732002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
74
75 * objdump.c: Fix formatting.
76
d79e4ea3
BE
772002-05-29 Ben Elliston <bje@redhat.com>
78
79 * MAINTAINERS: Add self as M68k maintainer.
80
d172d4ba
NC
812002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
82
83 * readelf.c: Modified/Added DLX elf support.
84
7edb8f29
NC
852002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
86
3a1a2036
NC
87 * arsup.c: Fix formatting.
88 * debug.c (debug_record_label): Add missing colon to error
89 message.
90 * ieee.c (parse_ieee_ty): Fix spelling typo.
91 * readelf.c (process_program_headers): Remove English assumption
92 about making a plural word.
93 (process_section_headers): Likewise.
94 (process_relocs): Allow quotes to be translated.
95 (process_unwind): Likewise,
96 (process_mips_specific): Improve error message.
97 (get_note_type): Fix spelling typo.
98
7edb8f29
NC
99 * configure.in (ALL_LINGUAS): Add sv
100 * po/sv.po: New file.
101
3eee1e9d
AM
1022002-05-27 Alan Modra <amodra@bigpond.net.au>
103
104 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
105 (unw_print_grmask): Likewise.
106 (unw_print_frmask): Likewise.
107
d43efbe3
KH
1082002-05-26 Kazu Hirata <kazu@cs.umass.edu>
109
110 * arsup.c: Remove ARGSUSED.
111 * debug.c: Likewise.
112 * ieee.c: Likewise.
113 * nlmconv.c: Likewise.
114 * prdbg.c: Likewise.
115 * stabs.c: Likewise.
116 * wrstabs.c: Likewise.
117
e9792343
AM
1182002-05-25 Alan Modra <amodra@bigpond.net.au>
119
120 * arlex.l: Use #include "" instead of <> for local header files.
121 * coffdump.c: Likewise.
122 * coffgrok.c: Likewise.
123 * nlmconv.c: Likewise.
124 * nlmheader.y: Likewise.
125 * srconv.c: Likewise.
126 * strings.c: Likewise.
127 * sysdump.c: Likewise.
128 * unwind-ia64.h: Likewise.
129 * windres.h: Likewise.
130 * winduni.h: Likewise.
131
d7e53452
TR
1322002-05-24 Tom Rix <trix@redhat.com>
133
134 * MAINTAINERS: Add self as the d10v maintainer.
135
436e8db0
NC
1362002-05-24 TAMURA Kent <kent@netbsd.org>
137
138 * configure.in: Builds dlltool for i386-netbsdpe.
139 * configure: Regenerate.
140
9f66665a
KH
1412002-05-23 Kazu Hirata <kazu@cs.umass.edu>
142
143 * size.c: Fix formatting.
144 * srconv.c: Likewise.
145 * stabs.c: Likewise.
146 * sysdump.c: Likewise.
147 * unwind-ia64.c: Likewise.
148 * wrstabs.c: Likewise.
149
13ae64f3
JJ
1502002-05-23 Jakub Jelinek <jakub@redhat.com>
151
152 * readelf.c (get_segment_type): Add PT_TLS.
153 (get_elf_section_flags): Add SHF_TLS.
154 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
155 (process_dynamic_segment): Use puts instead of printf.
156 (get_symbol_type): Support STT_TLS.
157 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
158 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
159 Add SEC_THREAD_LOCAL.
160
53c7db4b
KH
1612002-05-23 Kazu Hirata <kazu@cs.umass.edu>
162
163 * rdcoff.c: Fix formatting.
164 * rddbg.c: Likewise.
165 * readelf.c: Likewise.
166 * rename.c: Likewise.
167 * resbin.c: Likewise.
168 * resrc.c: Likewise.
169 * resres.c: Likewise.
170
0af11b59
KH
1712002-05-21 Kazu Hirata <kazu@cs.umass.edu>
172
173 * filemode.c: Fix formatting.
174 * ieee.c: Likewise.
175 * is-ranlib.c: Likewise.
176 * is-strip.c: Likewise.
177 * maybe-ranlib.c: Likewise.
178 * maybe-strip.c: Likewise.
179 * nlmconv.c: Likewise.
180 * nm.c: Likewise.
181 * not-ranlib.c: Likewise.
182 * not-strip.c: Likewise.
183 * objcopy.c: Likewise.
184 * objdump.c: Likewise.
185
21611032
TS
1862002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
187
188 * objdump.c (dump_headers): Fix output formatting for ELF32
189 architectures in a BFD64 enabled toolchain.
190
26044998
KH
1912002-05-20 Kazu Hirata <kazu@cs.umass.edu>
192
193 * debug.c: Fix formatting.
194 * debug.h: Likewise.
195 * dlltool.c: Likewise.
196 * dllwrap.c: Likewise.
197 * emul_aix.c: Likewise.
198 * emul_vanilla.c: Likewise.
199
f462a9ea
KH
2002002-05-19 Kazu Hirata <kazu@cs.umass.edu>
201
202 * addr2line.c: Fix formatting.
203 * ar.c: Likewise.
204 * arsup.c: Likewise.
205 * arsup.h: Likewise.
206 * binemul.c: Likewise.
207 * binemul.h: Likewise.
208 * bucomm.c: Likewise.
209 * coffdump.c: Likewise.
210 * coffgrok.c: Likewise.
211 * coffgrok.h: Likewise.
212
e0159aa9
MM
2132002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
214
215 * MAINTAINERS: Add myself as the second AVR port maintainer.
216
074b403e
SC
2172002-05-16 Stephane Carrez <stcarrez@nerim.fr>
218
219 * MAINTAINERS: Update my email address.
220
2b9c8201
NC
2212002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
222
223 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
224
e1d5b1e7
AM
2252002-05-09 Alan Modra <amodra@bigpond.net.au>
226
227 * configure.in: Replace `*pe' with `pe' throughout.
228 * configure: Regenerate.
229
d3d8a9ee
NC
2302002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
231
232 * Makefile.am: Honour DESTDIR.
233 * Makefile.in: Regenerate.
234
405c98a4
AM
2352002-05-06 Alan Modra <amodra@bigpond.net.au>
236
a02d5965
AM
237 * dlltool.c (process_def_file): Add missing prototype.
238 (new_directive, assemble_file, main): Likewise.
239 (process_def_file, new_directive): Make static.
240 (inform): Rewrite using VA_FIXEDARG.
241 * dllwrap.c (mybasename): Add missing prototype.
242 (strhash, main): Likewise.
243 (inform): Rewrite using VA_FIXEDARG.
244 (warn): Likewise.
245 (cleanup_and_exit): Use old style function definition.
246 (strhash): Likewise.
247 * windres.c (define_resource): Use one memset to clear all of
248 struct res_resource.
249
405c98a4 250 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 251 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
252
2532002-05-06 Borut Razem <borut.razem@siol.net>
254
255 * rclex.l (get_string): Correct "strings" list handling.
256 * resrc.c (read_rc_file): Discard strings.
257
91593c9d
AM
2582002-05-04 Alan Modra <amodra@bigpond.net.au>
259
e58a75dc
AM
260 * ar.c (replace_members): Remove unused var. Formatting fix.
261 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
262
91593c9d
AM
263 * MAINTAINERS: Sort port maintainers by CPU.
264
6b52b824
AM
2652002-05-04 Bob Byrnes <byrnes@curl.com>
266
267 * size.c (display_archive): Add last_arfile and code to close archives.
268
dd70071f
AM
2692002-05-01 Alan Modra <amodra@bigpond.net.au>
270
271 * nm.c (print_symbol): Check returned filename from
272 bfd_find_nearest_line is non-NULL.
273
6c95717a
EZ
2742002-04-25 Elena Zannoni <ezannoni@redhat.com>
275
276 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
277
3c25c5f6
NC
2782002-04-24 Christian Groessler <chris@groessler.org>
279
280 * MAINTAINERS: Changed my email address.
281
944cd72c
TS
2822002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
283
284 * arparse.y: Fix syntax warning.
285
ea91f8bb
NC
2862002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
287
3e55a963
NC
288 * readelf.c (fetch_location_list): Remove unused function.
289
290 * readelf.c (process_corefile_note_segment): Catch corrupt notes
291 and display a warning message, then exit the loop.
292
ea91f8bb
NC
293 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
294
45b99827
NC
2952002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
296
297 * resrc.c (write_rc_dialog): If charset is non-default value
298 display all of the DIALOGEX parameters.
299
3002002-04-15 Eric Kohl <ekohl@rz-online.de>
301
302 * rcparse.y: Allow two to five parameter in FONT statement of
303 DIALOGEX resources.
304 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
305 resource data.
306 (res_to_bin_dialog): Likewise.
307 * windres.h: Added misssing charset variable to dialog_ex
308 structure.
309
acfbab8a
NC
3102002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
311
312 * rcparse.y: Set MEMFLAG_PURE by default.
313
df3baf66
NC
3142002-04-09 Bernd Herd <info@herdsoft.com>
315
316 * rcparse.y: CLASS definitions in DIALOG resources
317 are quoted.
4c30641a 318 Fix typo in BEDIT warning.
91eafb40 319 Don't add default dialog style when explicit style specified.
b62a12ca 320 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 321
b24eb5ac
NC
322 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
323 (handle_quotes) "\a" escape (used for right justified key
324 definitions in menus) is encodes as binary 8.
df3baf66 325
b24eb5ac
NC
326 * resrc.c (write_rc_dialog): Print style even if it is 0.
327 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 328 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 329
b24eb5ac
NC
330 * resbin.c (bin_to_res_dialog): Use signature to identify
331 DIALOGEX.
f7d63484 332
b24eb5ac 333 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 334
df3baf66
NC
3352002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
336
337 * resrc.c: print CLASS names in quotes
338
3392002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
340
341 * MAINTAINERS: Update my email address.
342
8e42bcb6
AM
3432002-04-04 Alan Modra <amodra@bigpond.net.au>
344
345 * dep-in.sed: Cope with absolute paths.
346 * Makefile.am (dep.sed): Subst TOPDIR.
347 Run "make dep-am".
348 * Makefile.in: Regenerate.
349
96f959e5
PT
3502002-03-27 Peter Targett <peter.targett@arc.com>
351
352 * MAINTAINERS: Update my email address.
353
1ea788ee
AM
3542002-03-21 Alan Modra <amodra@bigpond.net.au>
355
356 * Makefile.am: Run "make dep-am".
357 * Makefile.in: Regenerate.
358 * doc/Makefile.in: Regenerate.
359 * po/POTFILES.in: Regenerate.
360 * aclocal.m4: Regenerate.
361 * config.in: Regenerate.
362 * configure: Regenerate.
363
a2f14207
DB
3642002-03-20 Daniel Berlin <dan@dberlin.org>
365
366 * readelf.c: Add support for displaying dwarf2 location lists.
367 (do_debug_loc, debug_loc_section, debug_loc_size): New.
368 (parse_args): Use 'O' as shorthand for displaying location list
369 section.
370 (process_section_headers): Handle debug_loc as well.
371 (load_debug_loc): New.
372 (free_debug_loc): New.
373 (fetch_location_list): New.
374 (display_debug_loc): New.
375 (display_debug_info): Call load_debug_loc and free_debug_loc.
376 (debug_displays): We can display .debug_loc now, too.
377 (usage): Update usage string.
378 (read_and_display_attr_value): Note location lists, but don't
379 display them inline.
380
eb1e0e80
NC
3812002-03-18 Tom Rix <trix@redhat.com>
382
383 * Makefile.am: Add binutils emulation support.
384 * configure.in: Same.
385 * configure.tgt: New file. Same.
386 * ar.c (main): Use ar_emul_parse_arg.
387 (usage): Use ar_emul_usage.
388 (replace_members): Use ar_emul_replace, ar_emul_append.
389 * binemul.c: New file. Define the binutils emulation
390 layer. Define default methods.
391 * binemul.h: New file. Binutils emulation layer header file.
392 * emul_aix.c: New file. AIX binutils emulation.
393 * emul_vanilla.c: New file. Default binutils emulation.
394 * Makefile.in: Regenerate.
395 * configure: Same.
396
a1c259a1
NC
3972002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
398
399 * po/fr.po: Updated version.
400
9ce88e60
NC
4012002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
402
403 * po/fr.po: Updated version.
404
effb0601
DJ
4052002-03-07 Daniel Jacobowitz <drow@mvista.com>
406
407 * README: Update some version numbers.
408
a65688ab
DJ
4092002-03-07 Daniel Jacobowitz <drow@mvista.com>
410
411 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
412 (Architecture Selection): Likewise.
413
f3f7fbb2
NC
4142002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
415
416 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
417 generating .exp file.
418
25345be5
NC
4192002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
420
421 * readelf.c (dump_relocations): Fix typo.
422
9a66911f
NC
4232002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
424
425 * NEWS: Mark 2.12 branch.
426
2c71103e
NC
4272002-02-18 Timothy Daly <remote_bob@yahoo.com>
428
429 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
430 types for 64-bit MIPS. Narrow some fields for 80-char
431 output.
432 (dump_relocations): Change spelling from 'unrecognised'
433 to 'unrecognized'.
434 (decode_ARM_machine_flags): Likewise.
435 (parse_args): Likewise.
436 (read_and_display_attr_value): Likewise.
437 (display_debug_section): Likewise.
438
49fda6c8
HPN
4392002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
440
441 * NEWS: Mention support for MMIX.
442
76f57f3a
JT
4432002-02-13 Matt Fredette <fredette@netbsd.org>
444
445 * readelf.c (get_machine_flags): Recognize EF_M68000.
446
d36ca9c2
AO
4472002-02-12 Alexandre Oliva <aoliva@redhat.com>
448
449 * MAINTAINERS: Added self as MN10300 co-maintainer.
450
19397422
AM
4512002-02-12 Alan Modra <amodra@bigpond.net.au>
452
453 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
454 DT_PPC64_OPDSZ.
455
d434e574
DJ
4562002-02-11 Daniel Jacobowitz <drow@mvista.com>
457
458 * MAINTAINERS: List myself as branch maintainer.
459
12b87c89
AM
4602002-02-11 Alan Modra <amodra@bigpond.net.au>
461
462 * configure: Regenerate.
463 * objcopy.c: Update copyright date.
464 * doc/Makefile.in: Regenerate.
465
8d037c5c
DJ
4662002-02-10 Daniel Jacobowitz <drow@mvista.com>
467
468 * nlmconv.c: Back out localtime PARAMS change.
469
4c168fa3
AM
4702002-02-11 Alan Modra <amodra@bigpond.net.au>
471
472 * objcopy.c (MKDIR): Define.
473 (copy_archive): Make name_list.name const. Use MKDIR.
474 Handle duplicate files in archives by making more temp dirs.
475
408f8db1
DJ
4762002-02-10 Daniel Jacobowitz <drow@mvista.com>
477
478 * coffdump.c: Include "getopt.h" after "bucomm.h"
479 so that macros are defined correctly.
480 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
481 prototype. Prototype main.
482 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
483
9f77fa06
AO
4842002-02-06 Alexandre Oliva <aoliva@redhat.com>
485
486 * MAINTAINERS: Added self as SH co-maintainer.
487
82f6addb
NC
4882002-02-05 Nick Clifton <nickc@redhat.com>
489
490 * po/tr.po: Updated translation.
491
ba323545
AM
4922002-02-01 Alan Modra <amodra@bigpond.net.au>
493
494 * Makefile.am: Run "make dep-am"
495 * Makefile.in: Regenerate.
496
3deb89d3
DJ
4972002-01-29 Daniel Jacobowitz <drow@mvista.com>
498
499 * nm.c (print_value): Mark abfd unused.
500
a0e9c55f
DJ
5012002-01-29 Daniel Jacobowitz <drow@mvista.com>
502
503 * unwind-ia64.c (unw_decoder): Change second argument
504 to unsigned int, to match function prototypes.
505
d7a283d4
DJ
5062002-01-29 Daniel Jacobowitz <drow@mvista.com>
507
508 * objdump.c: Include "getopt.h" after "bucomm.h" so that
509 __GNU_LIBRARY__ will be defined.
510 * size.c: Likewise.
511
4867be41
DJ
5122002-01-27 Daniel Jacobowitz <drow@mvista.com>
513
514 * configure: Regenerated.
515
7562a296
HPN
5162002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
517
518 * doc/Makefile.am (install): Depend on install-info.
519 * doc/Makefile.in: Regenerate.
520
15c82623
NC
5212002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
522
523 * objcopy.c (strip_usage): Document -d as an alias
524 --strip-debug.
525
526 * size.c (usage): Document [-t | --totals] options.
527 (long_options): Add --totals option.
528 (main): If the [-t | --totals] option is specified and
529 the output format is Berkeley-style, print the total
530 text, data, and bss sizes of all objects listed.
531 (print_berkeley_format): If the [-t | --totals] option
532 is specified, track the total text, data, and bss
533 sizes.
534 * doc/binutils.texi (size): Document [-t | --totals] options.
535 (strip): Document -d as an alias for --strip-debug.
536 * NEWS: Mention new feature of size.
537
00ea8601 5382002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 539
1ddbd152
NC
540 * po/fr.po: Updated version.
541 * po/es.po: Updated version.
b85cedd7 542
8b53311e
NC
5432002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
544
545 * addr2line.c (usage): Update text to provide verbose
546 description of the command line options.
547 * ar.c (usage): Update text to provide verbose
548 description of the command line options.
549 (main): Accept -h and -H when running as ranlib.
550 * coffdump.c (show_usage): Update text to provide verbose
551 description of the command line options.
552 * dlltool.c (main): Accept -H as an alias for --help.
553 * nlmconv.c (show_usage): Update text to provide verbose
554 description of the command line options.
555 * nm.c (usage): Replace OPTIONS with option(s).
556 (main): Accept -H as an alias for --help.
557 * objcopy.c (strip_main): Accept -H as an alias for --help.
558 * objdump.c (main): Accept -v as an alias for --verbose.
559 * readelf.c (usage): Adjust format to match style used in
560 other binutils.
561 * size.c (usage): Update text to provide verbose description
562 of the command line options.
563 (main): Accept -v, -h and -H as command line options.
564 * srconv.c (show_usage): Update text to provide verbose
565 description of the command line options.
566 * strings.c (main): Accept -H and -v as command line options.
567 (usage): Update text to provide verbose description of the
568 command line options.
569 * sysdump.c (show_usage): Update text to provide verbose
570 description of the command line options.
571 * windres.c (usage): Adjust format to match style used in
572 other binutils.
573
574 * coffdump.c: Fix formatting.
575 * nlmconv.c: Fix formatting.
576 * srconv.c: Fix formatting.
577 * sysdump.c: Fix formatting.
578
c46f0c34
AM
5792002-01-22 Alan Modra <amodra@bigpond.net.au>
580
581 * Makefile.am: Run "make dep-am".
582 * Makefile.in: Regenerate.
583
2a538ba5
AJ
5842002-01-18 Andreas Jaeger <aj@suse.de>
585
586 * version.c (print_version): Update year.
587
285d1771
AM
5882002-01-17 Alan Modra <amodra@bigpond.net.au>
589
590 * readelf.c (get_machine_name): Handle EM_PPC64.
591 (guess_is_rela): Here too.
592
328577ad
NC
5932002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
594
595 * po/binutils.pot: Regenerate.
596 * po/fr.po: Regenerate.
597 * po/tr.po: Regenerate.
598
af3ae48d
NC
5992002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
600
601 * po/tr.po: Import new version.
602
f1cb7e17
AM
6032002-01-16 Alan Modra <amodra@bigpond.net.au>
604
605 * readelf.c (get_ppc64_dynamic_type): New.
606 (get_dynamic_type): Call it.
607
6364e0b4
NC
6082002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
609
3ab9460d
NC
610 * objcopy.c (copy_usage): Use "options" instead of "switches".
611 (strip_usage): Use "options" instead of "switches".
612 * doc/binutils.texi (dlltool): Refer to "options" instead of
613 "switches".
6364e0b4 614
3a7e524e
RE
6152002-01-14 Richard Earnshaw <rearnsha@arm.com>
616
617 * MAINTAINERS: Add self as co-maintainer for the ARM code.
618
1209e219
NC
6192001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
620
621 * po/es.po: Import from translation project.
622 * configure.in (ALL_LINGUAS): Add es.
623 * configure: Regenerate.
624
b4db1224
JT
6252002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
626
627 * readelf.c (get_netbsd_elfcore_note_type): Use
628 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
629
9437c45b
JT
6302002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
631
632 * readelf.c: Update copyright years.
633 (get_note_type): Return a const char *.
634 (get_netbsd_elfcore_note_type): New function.
635 (process_note): Use get_netbsd_elfcore_note_type to get
636 the note type string for NetBSD ELF core files.
637
00428cca
AM
6382002-01-06 Steve Ellcey <sje@cup.hp.com>
639
640 * readelf.c (get_ia64_segment_type): Add support for macros.
641 (get_segment_type): Add support for IA64 specific macros.
642
31104126
NC
6432001-12-20 Julian v. Bock <julian@wongr.net>
644
645 * readelf.c (print_symbol): New function: Print a formatted symbol
646 name. If --wide is specified do not truncate it.
647 (dump_relocations): Use print_symbol() to print symbol names.
648 (process_symbol_table): Likewise.
649 (process_syminfo): Likewise.
650 (process_mips_specific): Likewise.
651 (usage): Document new feature of --wide switch.
652 * doc/binutils.texi (objdump): Document additional behaviour of
653 --wide.
2a538ba5 654
4dd67f29
MS
6552001-12-18 Michael Snyder <msnyder@redhat.com>
656
657 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
658 (copy_object): Don't set the start address or flags of a core file.
659 (copy_section): Don't relocate a core file. Don't copy contents
660 if the input section has the contents flag set, but the output
661 section does not (which happens with the fake 'note' pseudo-
662 sections that BFD creates for corefiles).
663
43521d43
TS
6642001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
665
666 * readelf.c (get_machine_flags): Recognize header flags for ABI and
667 ASE extensions. More robust code for ISA checking. Ignore empty fields
668 in header flags for GNU extensions.
669
b667df2e
AM
6702001-12-18 Alan Modra <amodra@bigpond.net.au>
671
672 * objcopy.c (copy_archive): Set output bfd format outside the loop.
673
17a5a5c3
NC
6742001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
675
676 * po/ja.po: Import from translation project.
677 * configure.in (ALL_LINGUAS): Add ja.
678 * configure: Regenerate.
679
65de42c0
TS
6802001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
681
682 * addr2line.c (main): Protoype.
683 * ar.c (main): Protoype.
684 * nm.c (main): Protoype.
685 * objcopy.c (main): Protoype.
686 * objdump.c (main): Protoype.
687 * size.c (main): Protoype.
688 * strings.c (main): Protoype.
689
9ad5cbcf
AM
6902001-12-17 Alan Modra <amodra@bigpond.net.au>
691
692 * readelf.c (symtab_shndx_hdr): New global.
693 (SECTION_HEADER_INDEX): Define.
694 (SECTION_HEADER_NUM): Define.
695 (SECTION_HEADER): Define.
696 (GET_ELF_SYMBOLS): Pass two params rather than three.
697 (get_32bit_elf_symbols): Take file and section args. Read and
698 use SHT_SYMTAB_SHNDX.
699 (get_64bit_elf_symbols): Likewise.
700 (dump_relocations): Use SECTION_HEADER to index "section_headers".
701 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
702 Remember symtab_shdx_hdr.
703 (process_program_headers): Scan from index 1 for segment map.
704 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
705 "section_headers".
706 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
707 (process_unwind): Likewise.
708 (process_version_sections): Likewise.
709 (process_symbol_table): Likewise.
710 (display_debug_info): Likewise.
711 (process_dynamic_segment): Fake up a symtab section for changed
712 GET_ELF_SYMBOLS.
713 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
714 (process_program_headers): Kill signed/unsigned warning.
715 (load_debug_str): Likewise.
716 (display_debug_info): Likewise.
717
65765700
JJ
7182001-12-13 Jakub Jelinek <jakub@redhat.com>
719
720 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
721
560f3c1c
AM
7222001-12-11 Alan Modra <amodra@bigpond.net.au>
723
724 * readelf.c (process_file_header): Print extended e_shnum and
725 e_shdtrndx values. Set elf_header values for same.
726 (get_32bit_section_headers): Add "num" arg to read "num" headers.
727 (get_64bit_section_headers): Likewise.
728 (process_section_headers): Update calls.
729 (get_file_header): Call get_32bit_section_headers or 64bit variant.
730
bc408b8a
JJ
7312001-12-10 Jakub Jelinek <jakub@redhat.com>
732
733 * objcopy.c (setup_section): Copy entsize.
734
93fbbb04
GK
7352001-12-07 Geoffrey Keating <geoffk@redhat.com>
736
737 * readelf.c (guess_is_rela): Add support for stormy16.
738 (dump_relocations): Likewise.
739 (get_machine_name): Likewise.
740
e3c8793a
NC
7412001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
742
743 * dllwrap.c (main) Replace multiple strings describing a
744 single error with a single, newline escaped sentence to permit
745 better translation into foreign languages.
746
747 * readelf.c (get_elf_class): Remove internalionalisation of ELF
748 class names.
749
956cd1d6
TS
7502001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
751
752 * strings.c (get_char): Initialize value.
753
956c53ee
TS
7542001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
755
756 * arlex.l: Silence compile warnings.
757 * arsup.h: Likewise. Fix formatting.
758
cedd9a58
JJ
7592001-12-04 Jakub Jelinek <jakub@redhat.com>
760
761 * strings.c: Include config.h before bfd.h.
762 (file_off): New type.
763 (file_open): Define.
764 (print_strings): Use file_off instead of file_ptr. Print addresses
765 which don't fit into long correctly.
766 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
767 available.
768 (strings_file): Use file_off instead of file_ptr. Use file_open.
769 * configure.in: Check for getc_unlocked.
770 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
771 be defined for it.
772 * configure: Rebuilt.
773 * config.h.in: Rebuilt.
774
af667503
L
7752001-11-29 H.J. Lu <hjl@gnu.org>
776
777 * bucomm.c (make_tempname): Revert the changes made on
778 2001-11-14 and 2001-11-12. They won't work with directories.
779
16474668
NC
7802001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
781
782 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
783 CFLAGS_FOR_TARGET to runtest in environment.
784 * Makefile.in: Rebuild.
785 * doc/Makefile.in: Rebuild.
786
17978339
MS
7872001-11-28 Mike Stump <mrs@wrs.com>
788
789 * objcopy.c (setup_section): Preserve SEC_RELOC when
790 --set-section-flags is used.
791
261a45ad
NC
7922001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
793
794 * readelf.c (do_debug_str): New variable.
795 (display_debug_str): New function: Display the contents of a
796 .debug_str section.
797 (load_debug_str): New function: Load in the contents of a
798 .debug_str section.
799 (free_debug_str): New function: Free the memory used by
800 load_debug_str().
801 (fetch_indirect_string): Retrieve a string from the .debug_str
802 section.
803 (usage): Add -ws.
804 (parse_args): Accept -ws.
805 (process_section_headers): Allow the display of the .debug_str
806 section.
807 (read_and_display_attr_value): Use fetch_indirect_string. Show
808 offset into .debug_str section.
809 (display_debug_info): Use load_debug_str and free_debug_str.
810 (debug_displays): Add .debug_str.
811 * doc/binutils.texi: Document -ws.
812
b8908f93
AJ
8132001-11-19 Andreas Jaeger <aj@suse.de>
814
815 * testsuite/binutils-all/objdump.exp: Add x86-64.
816
e5fb9629
AS
8172001-11-15 Andreas Schwab <schwab@suse.de>
818
819 * readelf.c: Fix warnings without terminating newline.
820
802a735e
AM
8212001-11-15 Alan Modra <amodra@bigpond.net.au>
822
823 * doc/binutils.texi (objdump): Document ppc -M options.
824
b89e9eae
AJ
8252001-11-14 Andreas Jaeger <aj@suse.de>
826
827 * doc/binutils.texi (objdump): Fix description to use x86-64.
828
a6a25652
NC
8292001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
830
831 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
832 not all systems provide mkstemp.
833
e396998b
AM
8342001-11-14 Alan Modra <amodra@bigpond.net.au>
835
836 * doc/binutils.texi (objdump): Document x86 -M options.
837
81766fca
RH
8382001-11-13 Keith Walker <keith.walker@arm.com>
839
840 * readelf.c (read_and_display_attr_value): New function to
841 handle DW_FORM_indirect.
842 (read_and_display_attr): Use it.
843
1a509dcc
GK
8442001-11-13 Geoffrey Keating <geoffk@redhat.com>
845
846 * readelf.c (display_debug_lines): Deal with unknown standard
847 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
848 DW_LNS_set_isa.
849
6e917903 8502001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 851
6e917903
TW
852 * MAINTAINERS: Add self as tic54x maintainer. This target
853 includes the IBM C54XDSP clone.
7559e86e 854
6e917903 8552001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 856
7559e86e
NC
857 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
858
8592001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 860
ecdadc4a
JL
861 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
862 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
863 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
864 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
865 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
866 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
867 (unw_decode_b2, unw_decode_b3_b4): Likewise.
868
91770270
JL
869 * readelf.c (get_elf_class): Fix ISO portability glitch.
870 (get_data_encoding, get_osabi_name, request_dump): Likewise.
871
ef5cdfc7
JJ
8722001-11-07 Jakub Jelinek <jakub@redhat.com>
873
874 * readelf.c (debug_str, debug_str_size): New.
875 (display_debug_abbrev): If no abbrevs were read, skip the CU.
876 Call free_abbrevs.
877 (read_and_display_addr): Handle DW_FORM_strp.
878 (display_debug_info): Read .debug_str section if present,
879 so that DW_FORM_strp can be handled.
880 Fix test for non-existant .debug_abbrev section.
881
5e9520c8
JJ
8822001-11-05 Jakub Jelinek <jakub@redhat.com>
883
884 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
885
886 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
887
54589086
MS
8882001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
889
890 * MAINTAINERS: Add self as s390/s390x maintainer.
891
c05b685b
TR
8922001-11-02 Tom Rix <trix@bluey.cygnus.com>
893
894 * MAINTAINERS: Add self as PPC XCOFF maintainer.
895
3c62831e
NC
8962001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
897
898 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
899 * configure: Regernate.
900 * po/fr.po: New file.
901 * po/tr.po: New file.
902
3c3bdf30
NC
9032001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
904
9b19141a 905 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
906 * readelf.c: Include elf/mmix.h.
907 (guess_is_rela): MMIX is RELA.
908 (dump_relocations): Handle MMIX relocations.
909 * Makefile.am: Regenerate dependencies.
910 * Makefile.in: Regenerate.
911
f662939a
NC
9122001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
913
914 * readelf.c (parse_args): Handle multiple options to the -w
915 switch.
916
c91d0dfb
JJ
9172001-10-12 Jakub Jelinek <jakub@redhat.com>
918
919 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
920 LOPROC, LOOS and LOUSER.
921
7559e86e 9222001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
923
924 * MAINTAINERS: Update my email address.
925
fcd8210c
AM
9262001-10-03 Alan Modra <amodra@bigpond.net.au>
927
928 * doc/Makefile.in: Regenerate.
929 * configure: Regenerate.
930
428409d5
NC
9312001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
932
933 * readelf.c (display_debug_line, display_debug_pubnames,
934 display_debug_info, display_debug_frames): Detect and warn
935 about 64-bit format entries.
936 (display_debug_aranges): Reword 64-bit warning.
937 (debug_displays): Add .debug_pubtypes as a known, but not yet
938 supported, debug section.
939
6a8c2b0d
AM
9402001-10-02 Alan Modra <amodra@bigpond.net.au>
941
942 * coffdump.c (PROGRAM_VERSION): Delete.
943 (main <'V'>): Call print_version.
944 * srconv.c: Likewise.
945 * sysdump.c: Likewise.
946 * version.c (program_version): Remove.
947 (print_version): Use BFD_VERSION_STRING. Just print the current
948 year in copyright message.
949 * addr2line.c (program_version): Remove unused declaration.
950 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
951 place of BFD_VERSION.
952 * Makefile.am (Makefile): Depend on bfd/configure.in.
953 (cplus-dem.o): Depend on Makefile.
954 Run "make dep-am".
955 * Makefile.in: Regenerate.
956
e414a165
NC
9572001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
958
959 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
960 format .debug_arange sections.
961 (main): Add missing prototype.
b8908f93 962
efc3ee7f
HPN
9632001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
964
965 * Makefile.am: Update dependencies with "make dep-am".
966 * Makefile.in: Regenerate.
967
9e85c2a0
RH
9682001-09-28 Richard Henderson <rth@redhat.com>
969
970 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
971
451dad9c
AM
9722001-09-26 Alan Modra <amodra@bigpond.net.au>
973
974 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
975 VA_CLOSE.
976 (non_fatal): Likewise.
977 * objdump.c (objdump_sprintf): Likewise.
978 * readelf.c (error): Likewise.
979 (warn): Likewise.
980
d974e256
JJ
9812001-09-25 Jakub Jelinek <jakub@redhat.com>
982
983 * readelf.c (do_wide): New.
984 (options): Add --wide.
985 (usage, parse_args): Likewise.
986 (process_program_headers): Put each segment on a single line if
987 --wide is given.
988 (process_section_headers): Put each section on a single line if
989 --wide is given.
990 * doc/binutils.texi: Document it.
991 * NEWS: Likewise.
992
2f11c261
AM
9932001-09-25 Alan Modra <amodra@bigpond.net.au>
994
995 * readelf.c (print_vma): Print 8 digits of low hex value.
996
1d50f91e
AJ
9972001-09-24 Andreas Jaeger <aj@suse.de>
998
999 * nlmconv.c: Fix warnings about unused attributes and function
1000 prototypes.
1001
1002 * strings.c: Add prototype for get_char.
1003
38131e67
L
10042000-09-19 H.J. Lu <hjl@gnu.org>
1005
1006 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1007 $(srcdir)/cxxfilt.man.
1008 * doc/Makefile.in: Rebuild.
1009
3bcfb3e4
AM
10102001-09-19 Alan Modra <amodra@bigpond.net.au>
1011
1012 * objcopy.c (copy_main): Correct rename-section string parsing.
1013 Consolidate new_name parsing, and error messages.
1014
3882b010
L
10152001-09-18 Bruno Haible <haible@clisp.cons.org>
1016
1017 * addr2line.c: Don't include <ctype.h>.
1018 (main): For gettext, also set the LC_CTYPE locate facet.
1019 * ar.c (main): Likewise.
1020 * coffdump.c (main): Likewise.
1021 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1022 (main): For gettext, also set the LC_CTYPE locate facet.
1023 Use ISALNUM instead of isalpha/isdigit.
1024 * dllwrap.c: Don't include <ctype.h>.
1025 (main): For gettext, also set the LC_CTYPE locate facet.
1026 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1027 (main): For gettext, also set the LC_CTYPE locate facet.
1028 Use TOUPPER instead of islower/toupper.
1029 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1030 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1031 Use TOUPPER instead of islower/toupper.
1032 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1033 * objcopy.c (main): Likewise.
1034 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1035 (disassemble_bytes): Use ISPRINT instead of isprint.
1036 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1037 (dump_data): Use ISPRINT instead of isprint.
1038 (main): For gettext, also set the LC_CTYPE locate facet.
1039 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1040 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1041 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1042 Use TOUPPER instead of islower/toupper.
1043 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1044 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1045 (write_rc_accelerators): Use ISPRINT instead of isprint.
1046 (write_rc_rcdata): Likewise.
1047 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1048 * srconv.c (main): Likewise.
1049 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1050 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1051 isdigit/isupper/islower.
1052 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1053 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1054 stab_demangle_prefix, stab_demangle_qualified,
1055 stab_demangle_template, stab_demangle_type,
1056 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1057 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1058 (isgraphic): Use ISPRINT instead of isascii/isprint.
1059 (main): Remove HAVE_LC_MESSAGES dependency.
1060 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1061 (pbarray): Use ISPRINT instead of isprint.
1062 (main): For gettext, also set the LC_CTYPE locate facet.
1063 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1064 (format_from_filename): Use ISPRINT instead of isprint.
1065 (main): For gettext, also set the LC_CTYPE locate facet.
1066 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1067 (unicode_print): Use ISPRINT instead of isprint.
1068 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1069 (stab_variable): Use ISDIGIT instead of isdigit.
1070
e59b4dfb
AM
10712001-09-18 Alan Modra <amodra@bigpond.net.au>
1072
1073 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1074 Replace bfd_read call with call to bfd_bread.
1075 (extract_file): Likewise.
1076
1077 * objdump.c (dump_section_header): Cast section->filepos to
1078 unsigned long to suit printf format string.
1079 * readelf.c (process_section_headers): Similarly for sh_offset.
1080 (process_unwind): Likewise.
1081
d132876a
NC
10822001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1083
1084 * strings.c (encoding, encoding_bytes): New variables.
1085 (long_options): Add --encoding.
1086 (main): Accept -e and --encoding.
1087 (get_char): New function. Read a, possibly wide, character from
1088 the input stream.
1089 (print_strings): Use get_char().
1090 (usage): Document new command line option.
1091 * doc/binutils.texi: Document new command line option.
1092 * NEWS: Announce new command line option.
1093
7559e86e 10942001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1095
1096 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1097 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1098 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1099 Removed EM_CYGNUS_ARC.
1100
7559e86e 11012001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1102
1103 * readelf.c: Include elf/h8 for H8 series definitions.
1104 (guess_is_rela): H8 series if RELA.
1105 (dump_relocations): Handle H8 series relocations.
1106
0823fbca
EC
11072001-08-31 Eric Christopher <echristo@redhat.com>
1108
1109 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1110
8db76d70
PT
11112001-08-29 Peter Targett <peter.targett@arccores.com>
1112
1113 * MAINTAINERS: Include ARC Maintainer.
1114
d81d6584
BE
11152001-08-29 Ben Elliston <bje@redhat.com>
1116
1117 * stabs.c (stab_demangle_template): Initialise s4.
1118
25a1ff5b
AM
11192001-08-27 Alan Modra <amodra@bigpond.net.au>
1120
1121 * readelf.c (dump_relocations): Recognise EM_PPC64.
1122
a5d22d2a
TS
11232001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1124
1125 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1126
62a5a82d
L
11272001-08-25 H.J. Lu <hjl@gnu.org>
1128
1129 * nm.c (print_width): New.
1130 (display_rel_file): Set `print_width' according to
1131 bfd_sprintf_vma.
1132 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1133
1ae8b3d2
AO
11342001-08-24 Alexandre Oliva <aoliva@redhat.com>
1135
1136 * objcopy.c (use_alt_mach_code): New variable.
1137 (OPTION_ALT_MACH_CODE): Define.
1138 (copy_options): Added --alt-machine-code.
1139 (copy_main): Handle it.
1140 (copy_object): Switch to alternate machine code if requested.
1141 * doc/binutils.texi: Document new option.
1142 * NEWS: Likewise.
1143
d1bdd336
TS
11442001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1145
1146 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1147
410f7a12
L
11482001-08-21 H.J. Lu <hjl@gnu.org>
1149
1150 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1151 (display_debug_info): Cast for 64bit hosts.
1152 (display_debug_frames): Likewise.
1153 (process_mips_specific): Likewise.
1154
c32144ff
AJ
11552001-08-21 Andreas Jaeger <aj@suse.de>
1156
1157 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1158
1159 * sysdump.c: Add missing prototypes.
1160 * srconv.c: Likewise.
1161 * unwind-ia64.c: Likewise.
1162 * coffdump.c: Likewise.
1163
1164 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1165
1166 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1167 of declaring xcalloc.
1168
d8180c76
L
11692001-08-10 H.J. Lu <hjl@gnu.org>
1170
1171 * nm.c (print_value): Add one arg, bfd *.
1172 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1173 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1174 (print_symbol_info_sysv): Likewise.
1175 (print_symbol_info_posix): Likewise.
1176
1177 * objdump.c (dump_section_header): Replace printf_vma with
1178 bfd_printf_vma.
1179 (print_section_stabs): Likewise.
1180 (dump_bfd_header): Likewise.
1181 (objdump_print_value): Replace sprintf_vma with
1182 bfd_sprintf_vma.
1183 (disassemble_bytes): Likewise.
1184 (dump_reloc_set): Likewise.
1185
0218d1e4
AJ
11862001-08-10 Andreas Jaeger <aj@suse.de>
1187
1188 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1189 to build warnings.
1190 * configure: Regenerate.
1191
2863d58a
AM
11922001-08-09 Alan Modra <amodra@bigpond.net.au>
1193
1194 * readelf.c: Add missing prototypes.
1195 * objdump.c: Likewise. Format existing prototypes.
1196
c0e047e0
AO
11972001-08-08 Alexandre Oliva <aoliva@redhat.com>
1198
1199 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1200 of any RELA relocation for the abbrev_offset memory location that
1201 refers to the .debug_abbrev section symbol.
1202
ff78d6d6
L
12032001-08-07 H.J. Lu <hjl@gnu.org>
1204
1205 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1206 (main): Return process_file ().
1207
c36774d6
PB
12082001-08-05 Philip Blundell <philb@gnu.org>
1209
1210 * doc/binutils.texi: Use "Thumb" not "THUMB".
1211
8f9d9bd9
JH
12122001-08-03 John Healy <jhealy@redhat.com>
1213
1214 Patch suggested by Frank Eigler <fche@redhat.com>.
1215 * objdump.c (disassemble_data): Fill in section member of the
1216 disasm_info structure.
1217
c918cb96
DD
12182001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1219
1220 * configure.in: Added --with-windres option.
1221 * configure: Regenerated.
1222
c7c55b78
NC
12232001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1224
1225 * doc/binutils.texi: Use @command{name} for commands;
1226 use @option{-opt} for options; use @table @env for list of options;
1227 remove spaces arround [ | ] in synopsis.
1228
1229 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1230 center title.
1231
594ef5db
NC
12322001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1233
1234 * objcopy.c: Fix formatting.
1235 (section_rename): New structure.
1236 (OPTION_RENAME_SECTION): New switch.
1237 (copy_usage): Document new switch.
1238 (add_section_rename): New function: Add a node to the section
1239 rename list.
1240 (find_section_rename): New function: Find the new name and
1241 flags for a section.
1242 (setup_section): Call find_section_name to determine the name
1243 of the output section.
1244 (copy_main): Handle OPTION_RENAME_SECTION.
1245 * binutils.texi: Document new switch.
1246 * NEWS: Mention new switch.
1247
1f554c69
NC
12482001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1249
1250 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1251 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1252 bug-binutils@gcc.org.
1253
2f83960e
AM
12542001-07-28 Matthias Kramm <kramm@quiss.org>
1255
1256 * bucomm.c (list_supported_architectures): New function.
1257 * bucomm.h (list_supported_architectures): Declare.
1258 * objdump.c (usage): Call the above.
1259
20fe0649
DB
12602001-07-25 Dave Brolley <brolley@redhat.com>
1261
1262 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1263 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1264
1b577b00
NC
12652001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1266
1267 * README: Update for 2.11. Change bug reporting email address.
1268 * MAINTAINERS: Tidy up. Change bug reporting email address.
1269
95fd336c
DD
12702001-07-16 DJ Delorie <dj@redhat.com>
1271
5f16d855
DD
1272 * resres.c (write_res_header): Align header size.
1273 (res_align_file): Calculate alignment correctly.
1274
95fd336c
DD
1275 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1276 correct 10).
1277 * resrc.c (write_rc_resource): Likewise.
1278 * windres.h (SUBLANG_SHIFT): Define - as 10.
1279
ed8fee27
NC
12802001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1281
1282 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1283
90ab7e9a
NC
12842001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1285
1286 * MAINTAINERS: Add notes about branch checkins.
1287
e0c60db2
NC
12882001-07-05 Daniel Berlin <dan@cgsoftware.com>
1289
1290 * readelf.c (display_debug_macinfo): New function, display
1291 .debug_macinfo section.
1292 (do_debug_macinfo): New variable.
1293 (parse_args): Handle "-w[mM]" to mean display macro info.
1294 (process_section_headers): Handle debug_macinfo.
1295 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1296 function for .debug_macinfo display.
e0c60db2
NC
1297 * doc/binutils.texi: Document new command line switch.
1298 * NEWS: Document new feature of readelf.
0218d1e4 1299
24e01a36
L
13002001-07-05 H.J. Lu <hjl@gnu.org>
1301
1302 * objcopy.c (filter_symbols): Don't turn undefined symbols
1303 into local.
1304
4258bf4d
L
13052001-07-03 H.J. Lu <hjl@gnu.org>
1306
1307 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1308 $@.pod.
1309 (ar.1): Likewise.
1310 (dlltool.1): Likewise.
1311 (nlmconv.1): Likewise.
1312 (nm.1): Likewise.
1313 (objcopy.1): Likewise.
1314 (objdump.1): Likewise.
1315 (ranlib.1): Likewise.
1316 (readelf.1): Likewise.
1317 (size.1): Likewise.
1318 (strings.1): Likewise.
1319 (strip.1): Likewise.
1320 (windres.1): Likewise.
1321 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1322 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1323 $(DEMANGLER_NAME).
1324 (as.1): Removed.
1325 * doc/Makefile.in: Regenerated.
1326
7014bc31
NC
13272001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1328
1329 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1330
b811889f
NC
13312001-07-01 Daniel Berlin <dan@cgsoftware.com>
1332
1333 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1334
12ab83a9
NC
13352001-06-29 James Cownie <jcownie@etnus.com>
1336
1337 * readelf.c: Support DWARF 2.1 attributes.
1338
a6e9f9df
AM
13392001-06-28 Alan Modra <amodra@bigpond.net.au>
1340
1341 * readelf.c (GET_DATA_ALLOC): Remove.
1342 (GET_DATA): Remove.
1343 (get_data): New function combining above macros, with an extra
1344 test for zero size.
1345 (slurp_rela_relocs): Use get_data, and catch error return.
1346 (slurp_rel_relocs): Likewise.
1347 (get_32bit_program_headers): Likewise.
1348 (get_64bit_program_headers): Likewise.
1349 (get_32bit_section_headers): Likewise.
1350 (get_64bit_section_headers): Likewise.
1351 (get_32bit_elf_symbols): Likewise.
1352 (get_64bit_elf_symbols): Likewise.
1353 (process_section_headers): Likewise.
1354 (process_relocs): Likewise.
1355 (slurp_ia64_unwind_table): Likewise.
1356 (process_unwind): Likewise.
1357 (get_32bit_dynamic_segment): Likewise.
1358 (get_64bit_dynamic_segment): Likewise.
1359 (process_dynamic_segment): Likewise.
1360 (process_version_sections): Likewise.
1361 (process_symbol_table): Likewise.
1362 (dump_section): Likewise.
1363 (display_debug_info): Likewise.
1364 (display_debug_section): Likewise.
1365 (process_section_contents): Likewise.
1366 (process_corefile_note_segment): Likewise.
1367 (process_mips_specific): Likewise. Also free econf32, econf64.
1368
af3fc3bc
AM
13692001-06-25 Alan Modra <amodra@bigpond.net.au>
1370
1371 * readelf.c (dump_relocations): Print "bad symbol index" if
1372 symtab == NULL with non-zero symtab_index.
1373 (process_relocs): Don't bomb if reloc section has no symsec.
1374
6d900bf6
L
13752001-06-24 H.J. Lu <hjl@gnu.org>
1376
1377 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1378 by accident.
1379 (copy_main): Apply the the change made to strip_main on
1380 2001-05-30 by accident.
1381
49b4e386
AJ
13822001-06-23 Andreas Jaeger <aj@suse.de>
1383
1384 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1385 parameter 'code'.
1386 (unw_decode_x2): Likewise.
1387 (unw_decode_x3): Likewise.
1388 (unw_decode_x4): Likewise.
1389
d8dc71e3
BE
13902001-06-23 Ben Elliston <bje@redhat.com>
1391
1392 * MAINTAINERS: Add myself as M88k maintainer.
1393
af3bdff7
NC
13942001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1395
1396 * objcopy.c (strip_main): Support -o or --output-file command lien
1397 switch.
1398
105e7211
L
13992001-06-19 H.J. Lu <hjl@gnu.org>
1400
1401 * doc/Makefile.in: Regenerated.
1402
c45021f2
NC
14032001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1404
1405 * readelf.c: Restore formatting.
1406
14072001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1408
1409 * Makefile.am: Move documentation into doc subdirectory.
1410 * Makefile.in: Regenerated.
1411 * binutils.texi: Move into doc subdirectory.
1412 * addr2line.1: Removed.
1413 * ar.1: Likewise.
1414 * dlltool.1: Likewise.
1415 * nlmconv.1: Likewise.
1416 * nm.1: Likewise.
1417 * objcopy.1: Likewise.
1418 * objdump.1: Likewise.
1419 * ranlib.1: Likewise.
1420 * readelf.1: Likewise.
1421 * size.1: Likewise.
1422 * strings.1: Likewise.
1423 * strip.1: Likewise.
1424 * windres.1: Likewise.
1425 * cxxfilt.man: Likewise.
1426 * doc: New Directory.
1427 * doc/Makefile.am: New file.
1428 * doc/Makefile.in: Generate.
1429
09ad7db3
AM
14302001-06-09 Alan Modra <amodra@bigpond.net.au>
1431
1432 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1433
936260fe
AM
14342001-06-01 Alan Modra <amodra@bigpond.net.au>
1435
1436 * MAINTAINERS: Update my email address.
1437
16b2b71c
NC
14382001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1439
1440 * objcopy.c: Add new switches: --keep-global-symbol,
1441 --keep-symbols, --localize-symbols, --keep-global-symbols and
1442 --weaken-symbols.
1443 * binutils.texi: Document new switches.
1444 * objcopy.1: Regenerate.
1445 * NEWS: Announce new feature.
1446
7036c0e1
AJ
14472001-05-28 Andreas Jaeger <aj@suse.de>
1448
1449 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1450 variables, fix format strings.
1451
76a406e5
NC
14522001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1453
1454 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1455 when computing the address of the line to show.
1456
31b6fca6
RH
14572001-05-16 Richard Henderson <rth@redhat.com>
1458
1459 * readelf.c (do_debug_frames_interp): New.
1460 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1461 (byte_get_big_endian): Likewise.
1462 (parse_args) ['F']: Set do_debug_frames_interp.
1463 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1464 (frame_display_row): Don't trunc pc_begin to int.
1465 (size_of_encoded_value): New.
1466 (display_debug_frames): Handle 64-bit targets. Print raw data
1467 unless do_debug_frames_interp.
1468 (debug_displays): Remove duplicate .debug_frame.
1469
4fe85591
NC
14702001-05-15 Ralf Baechle <ralf@gnu.org>
1471
1472 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1473 The former constant was never in active use and is used otherwise
1474 by the ABI.
1475
579f31ac
JJ
14762001-05-11 Jakub Jelinek <jakub@redhat.com>
1477
1478 * readelf.c (process_unwind): Print all unwind sections, not just
1479 one.
1480
78f4a3f7
AM
14812001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1482
1483 * readelf.c (process_unwind): Remove const specifier.
1484
1c529ca6
NC
14852001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1486
1487 * strings.c (isgraphic): Do not use isascii() unless it is needed
1488 for isprint() to work.
1489 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1490
87e6d782
NC
14912001-04-27 Johan Rydberg <jrydberg@opencores.org>
1492
1493 * NEWS: Announce support for OpenRISC.
1494
4bd3d870 14952001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1496
1497 * dlltool.c (do_default_excludes): Initialise to true.
1498
21211521
AM
14992001-04-10 Alan Modra <amodra@one.net.au>
1500
1501 * MAINTAINERS: Update my email address
1502 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1503
0c66b61e 15042001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1505
1506 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1507
e58d53af
L
15082001-03-30 H.J. Lu <hjl@gnu.org>
1509
1510 * readelf.c (process_unwind): Just return if do_unwind is 0.
1511
bee72332
DD
15122001-03-28 Roger Sayle <roger@metaphorics.com>
1513
1514 * dlltool.c (make_one_lib_file): Fix section flags for
1515 .text, .data and .bss in stub ds*.o files to match those
1516 generated by gas.
1517
f1467e33
L
15182001-03-29 H.J. Lu <hjl@gnu.org>
1519
1520 * readelf.c (process_unwind): Only do unwind sections for
1521 IA64.
1522
1c6fb4fe
L
15232001-03-28 H.J. Lu <hjl@gnu.org>
1524
1525 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1526 * Makefile.in: Regenerate.
1527
0879a67a
AJ
15282001-03-26 Andreas Jaeger <aj@suse.de>
1529
1530 * binutils.texi (nm): Fix texi syntax.
1531
0285c67d
NC
15322001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1533
1534 * binutils.texi: Put @c man begin and @c man end indications
1535 to generate man pages using texi2pod and pod2man. Put @c man title
1536 to identify each man. Add SEEALSO entries.
1537 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1538 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1539 sort the list.
1540 (*.1): Build the man pages from binutils.texi.
1541 * Makefile.in: Regenerate.
1542
04847a4d
CF
15432001-03-13 Eric Kohl <ekohl@rz-online.de>
1544
1545 * defparse.y (opt_equal_name): allow "." in name.
1546 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1547 (gen_exp_file): Likewise.
1548
43a0748c
NC
15492001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1550
1551 * NEWS: Document addition of -B switch to objcopy.
1552 * binutils.texi: Document addition of -B switch to objcopy.
1553 * objcopy.c: (copy_options): Add --binary-architecture.
1554 (copy_usage): Document -B/--binary-architecture.
1555 (copy_main): Support -B/--binary-architecture. Set
1556 bfd_external_binary_architecture.
0879a67a 1557
b7498e0e
NC
15582001-03-11 Andreas Jaeger <aj@suse.de>
1559
1560 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1561 (dump_relocations): Likewise.
1562 (get_machine_name): Likewise.
1563
a59e3bd7
NC
15642001-02-28 Nick Clifton <nickc@redhat.com>
1565
1566 * readelf.c: (struct unw_aux_info): Remove const modifier for
1567 'strtab' field.
1568 (process_unwind): Remove non-K&R compliant LHS type cast in call
1569 to GET_DATA_ALLOC macro.
1570
a5bcd848
PB
15712001-02-28 Philip Blundell <pb@futuretv.com>
1572
1573 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1574 ABI is in use; remove ambiguity between the "unknown" EABI and
1575 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1576 renamed EF_xx constants.
1577
27b7e12d
AM
15782001-02-27 Alan Modra <alan@linuxcare.com.au>
1579
1580 * configure.in (BFD_VERSION): New.
1581 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1582 * configure: Regenerate.
1583 * Makefile.am: Run "make dep-am"
1584 * Makefile.in: Regenerate.
1585
a9f10786
NC
15862001-02-14 Nick Clifton <nickc@redhat.com>
1587
1588 * MAINTAINERS: Add "Obvious Fix" rule.
1589
3c44da9a
MS
15902001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1591
1592 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1593 literal concatenation.
1594
ecd03389
MS
15952001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1596
1597 * readelf.c (struct unw_aux_info): Remove const from the info member.
1598 (process_unwind): Don't type-cast the third argument to the
1599 GET_DATA_ALLOC macro.
1600
88ec60c7
NC
16012001-02-11 Nick Clifton <nickc@redhat.com>
1602
1603 * readelf.c (dump_relocations): Free corrected allocated
1604 array.
1605 (process_unwind): Fix compile time warning.
1606
f5e21966
NC
16072001-02-10 Nick Clifton <nickc@redhat.com>
1608
1609 * binutils.texi: Document new --unwind option to readelf.
1610
a85d7ed0
NC
16112001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1612
1613 * readelf.c: Add linux target for S/390.
1614
7bb10502
AM
16152001-02-10 Alan Modra <alan@linuxcare.com.au>
1616
1617 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1618 printf is a macro.
1619
8ca8f343
HPN
16202001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1621
1622 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1623 * aclocal.m4: Regenerate.
1624 * configure: Regenerate.
1625
7340082d
NC
16262001-02-07 Todd Vierling <tv@wasabisystems.com>
1627
1628 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1629 * objdump.c (bfd_target_vector): Likewise.
1630
4d6ed7c8
NC
16312001-02-07 David Mosberger <davidm@hpl.hp.com>
1632
1633 * readelf.c (process_unwind): New function.
1634 (slurp_ia64_unwind_table): Ditto.
1635 (dump_ia64_unwind): Ditto.
1636 (find_symbol_for_address): Ditto.
1637 (slurp_rela_relocs): New function (split off from dump_relocations()).
1638 (slurp_rel_relocs): Ditto.
1639 (parse_args): Handle '-u' option.
1640
1641 * unwind-ia64.c: New file.
1642 * unwind-ia64.h: New file.
1643 * Makefile.am: Include unwind-ia64.c in readelf build.
1644 * Makefile.in: Regenerate.
7340082d 1645 * po/binutils.pot: Regenerate.
4d6ed7c8 1646
c7217458
PB
16472001-02-04 Philip Blundell <philb@gnu.org>
1648
1649 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1650 * configure: Regenerate.
1651
956eedd4
AM
16522001-01-31 Steve deRosier <sderosier@vari-lite.com>
1653
1654 * ieee.c (ieee_add_bb11): Don't check for backslashes
1655 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1656
8855cbca
AM
16572001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1658
c7f2731e
AM
1659 * ieee.c: Update copyright.
1660 (ieee_start_compilation_unit): Don't check for backslashes
1661 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1662
8855cbca
AM
1663 * stabs.c: Update copyright. Include "filenames.h".
1664 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1665
329de803 16662001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1667
1668 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1669 sections are present before using them. Remove code duplication.
1670 (process_symbol_table): Check if VERDEF or VERNEED sections are
1671 present before using them.
1672
23719f39
NC
16732001-01-17 Nick Clifton <nickc@redhat.com>
1674
1675 * objcopy.c (copy_object): Fail if attempting to convert the
1676 endianness of the input object file.
1677
1678 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1679
f726e849
NC
16802001-01-16 Nick Clifton <nickc@redhat.com>
1681
1682 * readelf.c (string_table_length): New variable.
1683 (SECTION_NAME): Catch out of range indices and missing section
1684 pointers.
1685 (process_section_headers): Delete useless local variable
1686 string_table_offset. Set the value of string_table_length
1687 after loading the string table.
1688 (process_mips_specific): Use SECTION_NAME macro.
1689 (process_file): Set string_table_length to 0 when it is freed.
1690
d0398d6a
NC
16912001-01-12 Nick Clifton <nickc@redhat.com>
1692
1693 * version.c (print_version): Update copyright date.
1694
0d2bcfaf
NC
16952001-01-11 Peter Targett <peter.targett@arccores.com>
1696
1697 * readelf.c (dump_relocations): Include selection with EM_ARC.
1698 (get_machine_name) Update name to "ARC".
1699
8b1e6df3
NC
17002001-01-09 Nick Clifton <nickc@redhat.com>
1701
1702 * Makefile.am: Add rule to build objdump.o from objdump.c and
1703 using OBJDUMP_DEFS.
1704 * Makefile.in: Regenerate.
1705
1706 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1707 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1708 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1709 * configure: Regenerate.
8b1e6df3
NC
1710
1711 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1712 is defined read in the relocs even if dump_reloc_info is
1713 false.
1714
2f952d20
PB
17152001-01-07 Philip Blundell <philb@gnu.org>
1716
1717 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1718 `bug-binutils'.
1719 * README: Likewise.
1720
a8c548cb
NC
17212000-12-19 Nick Clifton <nickc@redhat.com>
1722
1723 * dlltool.c: Add missing support for arm-epoc-pe.
1724 * configure.in: Add missing support for arm-epoc-pe.
1725 * configure: Regenerate.
1726
cc5fda35
NC
17272000-12-15 Nick Clifton <nickc@redhat.com>
1728
1729 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1730 Mode parts of the x86 port.
1731
bcedfee6
NC
17322000-12-04 Andreas Jaeger <aj@suse.de>
1733
1734 * readelf.c (guess_is_rela): Add EM_X86_64.
1735 (dump_relocations): Add EM_X86_64.
1736 (get_machine_name): Add EM_X86_64.
1737 Include "elf/x86-64.h".
1738
584da044
NC
17392000-12-12 Nick Clifton <nickc@redhat.com>
1740
1741 * readelf.c: Fix formatting.
1742
7559e86e 17432000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1744
1745 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1746
a98cc2b2
AH
17472000-12-07 Andrew Haley <aph@redhat.com>
1748
1749 * readelf.c (display_debug_frames): Only display columns that are
1750 referenced by the frame debug info.
1751
c7987a69
NC
17522000-12-05 Nick Clifton <nickc@redhat.com>
1753
1754 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1755
09fd7e38
JM
17562000-12-04 Jason Merrill <jason@redhat.com>
1757
1758 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1759 (display_debug_section): Likewise.
1760 (display_debug_info): Display CU header before bailing.
1761
e7af610e
NC
17622000-12-01 Chris Demetriou <cgd@sibyte.com>
1763
09fd7e38
JM
1764 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1765 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1766 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1767
09fd7e38
JM
1768 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1769 and E_MIPS_ARCH_64.
84ea6cf2 1770
09fd7e38
JM
1771 * readelf.c (get_machine_flags): Add case for
1772 E_MIPS_MACH_SB1.
c6c98b38 1773
75066968
DD
17742000-11-30 Richard Earnshaw <rearnsha@arm.com>
1775
1776 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1777
5c4666ea
HPN
17782000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1779