* Makefile.am: Run "make dep-am".
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b1f88ebe
AM
12002-06-08 Alan Modra <amodra@bigpond.net.au>
2
fa449227
AM
3 * Makefile.am: Run "make dep-am".
4 * Makefile.in: Regenerate.
5 * doc/Makefile.in: Regnerate.
6
b1f88ebe
AM
7 * bucomm.c: Replace CONST with const.
8 * nm.c: Likewise.
9 * objdump.c: Likewise.
10
91a106e6
L
112002-06-07 H.J. Lu <hjl@gnu.org>
12
13 * readelf.c (DW_CFA_GNU_args_size): Don't define.
14 (DW_CFA_GNU_negative_offset_extended): Likewise.
15 (DW_CFA_GNU_window_save): Likewise.
16 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
17 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
18
6ab6b380
NC
192002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
20
21 * nm.c: When computing size of symbols for an ELF target use the
22 internal size field.
23
e28e05a3
JL
242002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
25
26 * testsuite/binutils-all/objcopy.exp: clear xfail for
27 "hppa*64*-*-hpux*".
28 * testsuite/binutils-all/hppa/objdump.exp: Return if
29 "*64*-*-*".
30
dc156bc0
AM
312002-06-05 Alan Modra <amodra@bigpond.net.au>
32
33 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
34
352002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
36
37 * objdump.c: Fix formatting.
38
d79e4ea3
BE
392002-05-29 Ben Elliston <bje@redhat.com>
40
41 * MAINTAINERS: Add self as M68k maintainer.
42
d172d4ba
NC
432002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
44
45 * readelf.c: Modified/Added DLX elf support.
46
7edb8f29
NC
472002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
48
3a1a2036
NC
49 * arsup.c: Fix formatting.
50 * debug.c (debug_record_label): Add missing colon to error
51 message.
52 * ieee.c (parse_ieee_ty): Fix spelling typo.
53 * readelf.c (process_program_headers): Remove English assumption
54 about making a plural word.
55 (process_section_headers): Likewise.
56 (process_relocs): Allow quotes to be translated.
57 (process_unwind): Likewise,
58 (process_mips_specific): Improve error message.
59 (get_note_type): Fix spelling typo.
60
7edb8f29
NC
61 * configure.in (ALL_LINGUAS): Add sv
62 * po/sv.po: New file.
63
3eee1e9d
AM
642002-05-27 Alan Modra <amodra@bigpond.net.au>
65
66 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
67 (unw_print_grmask): Likewise.
68 (unw_print_frmask): Likewise.
69
d43efbe3
KH
702002-05-26 Kazu Hirata <kazu@cs.umass.edu>
71
72 * arsup.c: Remove ARGSUSED.
73 * debug.c: Likewise.
74 * ieee.c: Likewise.
75 * nlmconv.c: Likewise.
76 * prdbg.c: Likewise.
77 * stabs.c: Likewise.
78 * wrstabs.c: Likewise.
79
e9792343
AM
802002-05-25 Alan Modra <amodra@bigpond.net.au>
81
82 * arlex.l: Use #include "" instead of <> for local header files.
83 * coffdump.c: Likewise.
84 * coffgrok.c: Likewise.
85 * nlmconv.c: Likewise.
86 * nlmheader.y: Likewise.
87 * srconv.c: Likewise.
88 * strings.c: Likewise.
89 * sysdump.c: Likewise.
90 * unwind-ia64.h: Likewise.
91 * windres.h: Likewise.
92 * winduni.h: Likewise.
93
d7e53452
TR
942002-05-24 Tom Rix <trix@redhat.com>
95
96 * MAINTAINERS: Add self as the d10v maintainer.
97
436e8db0
NC
982002-05-24 TAMURA Kent <kent@netbsd.org>
99
100 * configure.in: Builds dlltool for i386-netbsdpe.
101 * configure: Regenerate.
102
9f66665a
KH
1032002-05-23 Kazu Hirata <kazu@cs.umass.edu>
104
105 * size.c: Fix formatting.
106 * srconv.c: Likewise.
107 * stabs.c: Likewise.
108 * sysdump.c: Likewise.
109 * unwind-ia64.c: Likewise.
110 * wrstabs.c: Likewise.
111
13ae64f3
JJ
1122002-05-23 Jakub Jelinek <jakub@redhat.com>
113
114 * readelf.c (get_segment_type): Add PT_TLS.
115 (get_elf_section_flags): Add SHF_TLS.
116 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
117 (process_dynamic_segment): Use puts instead of printf.
118 (get_symbol_type): Support STT_TLS.
119 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
120 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
121 Add SEC_THREAD_LOCAL.
122
53c7db4b
KH
1232002-05-23 Kazu Hirata <kazu@cs.umass.edu>
124
125 * rdcoff.c: Fix formatting.
126 * rddbg.c: Likewise.
127 * readelf.c: Likewise.
128 * rename.c: Likewise.
129 * resbin.c: Likewise.
130 * resrc.c: Likewise.
131 * resres.c: Likewise.
132
0af11b59
KH
1332002-05-21 Kazu Hirata <kazu@cs.umass.edu>
134
135 * filemode.c: Fix formatting.
136 * ieee.c: Likewise.
137 * is-ranlib.c: Likewise.
138 * is-strip.c: Likewise.
139 * maybe-ranlib.c: Likewise.
140 * maybe-strip.c: Likewise.
141 * nlmconv.c: Likewise.
142 * nm.c: Likewise.
143 * not-ranlib.c: Likewise.
144 * not-strip.c: Likewise.
145 * objcopy.c: Likewise.
146 * objdump.c: Likewise.
147
21611032
TS
1482002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
149
150 * objdump.c (dump_headers): Fix output formatting for ELF32
151 architectures in a BFD64 enabled toolchain.
152
26044998
KH
1532002-05-20 Kazu Hirata <kazu@cs.umass.edu>
154
155 * debug.c: Fix formatting.
156 * debug.h: Likewise.
157 * dlltool.c: Likewise.
158 * dllwrap.c: Likewise.
159 * emul_aix.c: Likewise.
160 * emul_vanilla.c: Likewise.
161
f462a9ea
KH
1622002-05-19 Kazu Hirata <kazu@cs.umass.edu>
163
164 * addr2line.c: Fix formatting.
165 * ar.c: Likewise.
166 * arsup.c: Likewise.
167 * arsup.h: Likewise.
168 * binemul.c: Likewise.
169 * binemul.h: Likewise.
170 * bucomm.c: Likewise.
171 * coffdump.c: Likewise.
172 * coffgrok.c: Likewise.
173 * coffgrok.h: Likewise.
174
e0159aa9
MM
1752002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
176
177 * MAINTAINERS: Add myself as the second AVR port maintainer.
178
074b403e
SC
1792002-05-16 Stephane Carrez <stcarrez@nerim.fr>
180
181 * MAINTAINERS: Update my email address.
182
2b9c8201
NC
1832002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
184
185 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
186
e1d5b1e7
AM
1872002-05-09 Alan Modra <amodra@bigpond.net.au>
188
189 * configure.in: Replace `*pe' with `pe' throughout.
190 * configure: Regenerate.
191
d3d8a9ee
NC
1922002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
193
194 * Makefile.am: Honour DESTDIR.
195 * Makefile.in: Regenerate.
196
405c98a4
AM
1972002-05-06 Alan Modra <amodra@bigpond.net.au>
198
a02d5965
AM
199 * dlltool.c (process_def_file): Add missing prototype.
200 (new_directive, assemble_file, main): Likewise.
201 (process_def_file, new_directive): Make static.
202 (inform): Rewrite using VA_FIXEDARG.
203 * dllwrap.c (mybasename): Add missing prototype.
204 (strhash, main): Likewise.
205 (inform): Rewrite using VA_FIXEDARG.
206 (warn): Likewise.
207 (cleanup_and_exit): Use old style function definition.
208 (strhash): Likewise.
209 * windres.c (define_resource): Use one memset to clear all of
210 struct res_resource.
211
405c98a4 212 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 213 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
214
2152002-05-06 Borut Razem <borut.razem@siol.net>
216
217 * rclex.l (get_string): Correct "strings" list handling.
218 * resrc.c (read_rc_file): Discard strings.
219
91593c9d
AM
2202002-05-04 Alan Modra <amodra@bigpond.net.au>
221
e58a75dc
AM
222 * ar.c (replace_members): Remove unused var. Formatting fix.
223 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
224
91593c9d
AM
225 * MAINTAINERS: Sort port maintainers by CPU.
226
6b52b824
AM
2272002-05-04 Bob Byrnes <byrnes@curl.com>
228
229 * size.c (display_archive): Add last_arfile and code to close archives.
230
dd70071f
AM
2312002-05-01 Alan Modra <amodra@bigpond.net.au>
232
233 * nm.c (print_symbol): Check returned filename from
234 bfd_find_nearest_line is non-NULL.
235
6c95717a
EZ
2362002-04-25 Elena Zannoni <ezannoni@redhat.com>
237
238 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
239
3c25c5f6
NC
2402002-04-24 Christian Groessler <chris@groessler.org>
241
242 * MAINTAINERS: Changed my email address.
243
944cd72c
TS
2442002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
245
246 * arparse.y: Fix syntax warning.
247
ea91f8bb
NC
2482002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
249
3e55a963
NC
250 * readelf.c (fetch_location_list): Remove unused function.
251
252 * readelf.c (process_corefile_note_segment): Catch corrupt notes
253 and display a warning message, then exit the loop.
254
ea91f8bb
NC
255 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
256
45b99827
NC
2572002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
258
259 * resrc.c (write_rc_dialog): If charset is non-default value
260 display all of the DIALOGEX parameters.
261
2622002-04-15 Eric Kohl <ekohl@rz-online.de>
263
264 * rcparse.y: Allow two to five parameter in FONT statement of
265 DIALOGEX resources.
266 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
267 resource data.
268 (res_to_bin_dialog): Likewise.
269 * windres.h: Added misssing charset variable to dialog_ex
270 structure.
271
acfbab8a
NC
2722002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
273
274 * rcparse.y: Set MEMFLAG_PURE by default.
275
df3baf66
NC
2762002-04-09 Bernd Herd <info@herdsoft.com>
277
278 * rcparse.y: CLASS definitions in DIALOG resources
279 are quoted.
4c30641a 280 Fix typo in BEDIT warning.
91eafb40 281 Don't add default dialog style when explicit style specified.
b62a12ca 282 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 283
b24eb5ac
NC
284 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
285 (handle_quotes) "\a" escape (used for right justified key
286 definitions in menus) is encodes as binary 8.
df3baf66 287
b24eb5ac
NC
288 * resrc.c (write_rc_dialog): Print style even if it is 0.
289 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 290 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 291
b24eb5ac
NC
292 * resbin.c (bin_to_res_dialog): Use signature to identify
293 DIALOGEX.
f7d63484 294
b24eb5ac 295 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 296
df3baf66
NC
2972002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
298
299 * resrc.c: print CLASS names in quotes
300
3012002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
302
303 * MAINTAINERS: Update my email address.
304
8e42bcb6
AM
3052002-04-04 Alan Modra <amodra@bigpond.net.au>
306
307 * dep-in.sed: Cope with absolute paths.
308 * Makefile.am (dep.sed): Subst TOPDIR.
309 Run "make dep-am".
310 * Makefile.in: Regenerate.
311
96f959e5
PT
3122002-03-27 Peter Targett <peter.targett@arc.com>
313
314 * MAINTAINERS: Update my email address.
315
1ea788ee
AM
3162002-03-21 Alan Modra <amodra@bigpond.net.au>
317
318 * Makefile.am: Run "make dep-am".
319 * Makefile.in: Regenerate.
320 * doc/Makefile.in: Regenerate.
321 * po/POTFILES.in: Regenerate.
322 * aclocal.m4: Regenerate.
323 * config.in: Regenerate.
324 * configure: Regenerate.
325
a2f14207
DB
3262002-03-20 Daniel Berlin <dan@dberlin.org>
327
328 * readelf.c: Add support for displaying dwarf2 location lists.
329 (do_debug_loc, debug_loc_section, debug_loc_size): New.
330 (parse_args): Use 'O' as shorthand for displaying location list
331 section.
332 (process_section_headers): Handle debug_loc as well.
333 (load_debug_loc): New.
334 (free_debug_loc): New.
335 (fetch_location_list): New.
336 (display_debug_loc): New.
337 (display_debug_info): Call load_debug_loc and free_debug_loc.
338 (debug_displays): We can display .debug_loc now, too.
339 (usage): Update usage string.
340 (read_and_display_attr_value): Note location lists, but don't
341 display them inline.
342
eb1e0e80
NC
3432002-03-18 Tom Rix <trix@redhat.com>
344
345 * Makefile.am: Add binutils emulation support.
346 * configure.in: Same.
347 * configure.tgt: New file. Same.
348 * ar.c (main): Use ar_emul_parse_arg.
349 (usage): Use ar_emul_usage.
350 (replace_members): Use ar_emul_replace, ar_emul_append.
351 * binemul.c: New file. Define the binutils emulation
352 layer. Define default methods.
353 * binemul.h: New file. Binutils emulation layer header file.
354 * emul_aix.c: New file. AIX binutils emulation.
355 * emul_vanilla.c: New file. Default binutils emulation.
356 * Makefile.in: Regenerate.
357 * configure: Same.
358
a1c259a1
NC
3592002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
360
361 * po/fr.po: Updated version.
362
9ce88e60
NC
3632002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
364
365 * po/fr.po: Updated version.
366
effb0601
DJ
3672002-03-07 Daniel Jacobowitz <drow@mvista.com>
368
369 * README: Update some version numbers.
370
a65688ab
DJ
3712002-03-07 Daniel Jacobowitz <drow@mvista.com>
372
373 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
374 (Architecture Selection): Likewise.
375
f3f7fbb2
NC
3762002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
377
378 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
379 generating .exp file.
380
25345be5
NC
3812002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
382
383 * readelf.c (dump_relocations): Fix typo.
384
9a66911f
NC
3852002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
386
387 * NEWS: Mark 2.12 branch.
388
2c71103e
NC
3892002-02-18 Timothy Daly <remote_bob@yahoo.com>
390
391 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
392 types for 64-bit MIPS. Narrow some fields for 80-char
393 output.
394 (dump_relocations): Change spelling from 'unrecognised'
395 to 'unrecognized'.
396 (decode_ARM_machine_flags): Likewise.
397 (parse_args): Likewise.
398 (read_and_display_attr_value): Likewise.
399 (display_debug_section): Likewise.
400
49fda6c8
HPN
4012002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
402
403 * NEWS: Mention support for MMIX.
404
76f57f3a
JT
4052002-02-13 Matt Fredette <fredette@netbsd.org>
406
407 * readelf.c (get_machine_flags): Recognize EF_M68000.
408
d36ca9c2
AO
4092002-02-12 Alexandre Oliva <aoliva@redhat.com>
410
411 * MAINTAINERS: Added self as MN10300 co-maintainer.
412
19397422
AM
4132002-02-12 Alan Modra <amodra@bigpond.net.au>
414
415 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
416 DT_PPC64_OPDSZ.
417
d434e574
DJ
4182002-02-11 Daniel Jacobowitz <drow@mvista.com>
419
420 * MAINTAINERS: List myself as branch maintainer.
421
12b87c89
AM
4222002-02-11 Alan Modra <amodra@bigpond.net.au>
423
424 * configure: Regenerate.
425 * objcopy.c: Update copyright date.
426 * doc/Makefile.in: Regenerate.
427
8d037c5c
DJ
4282002-02-10 Daniel Jacobowitz <drow@mvista.com>
429
430 * nlmconv.c: Back out localtime PARAMS change.
431
4c168fa3
AM
4322002-02-11 Alan Modra <amodra@bigpond.net.au>
433
434 * objcopy.c (MKDIR): Define.
435 (copy_archive): Make name_list.name const. Use MKDIR.
436 Handle duplicate files in archives by making more temp dirs.
437
408f8db1
DJ
4382002-02-10 Daniel Jacobowitz <drow@mvista.com>
439
440 * coffdump.c: Include "getopt.h" after "bucomm.h"
441 so that macros are defined correctly.
442 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
443 prototype. Prototype main.
444 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
445
9f77fa06
AO
4462002-02-06 Alexandre Oliva <aoliva@redhat.com>
447
448 * MAINTAINERS: Added self as SH co-maintainer.
449
82f6addb
NC
4502002-02-05 Nick Clifton <nickc@redhat.com>
451
452 * po/tr.po: Updated translation.
453
ba323545
AM
4542002-02-01 Alan Modra <amodra@bigpond.net.au>
455
456 * Makefile.am: Run "make dep-am"
457 * Makefile.in: Regenerate.
458
3deb89d3
DJ
4592002-01-29 Daniel Jacobowitz <drow@mvista.com>
460
461 * nm.c (print_value): Mark abfd unused.
462
a0e9c55f
DJ
4632002-01-29 Daniel Jacobowitz <drow@mvista.com>
464
465 * unwind-ia64.c (unw_decoder): Change second argument
466 to unsigned int, to match function prototypes.
467
d7a283d4
DJ
4682002-01-29 Daniel Jacobowitz <drow@mvista.com>
469
470 * objdump.c: Include "getopt.h" after "bucomm.h" so that
471 __GNU_LIBRARY__ will be defined.
472 * size.c: Likewise.
473
4867be41
DJ
4742002-01-27 Daniel Jacobowitz <drow@mvista.com>
475
476 * configure: Regenerated.
477
7562a296
HPN
4782002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
479
480 * doc/Makefile.am (install): Depend on install-info.
481 * doc/Makefile.in: Regenerate.
482
15c82623
NC
4832002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
484
485 * objcopy.c (strip_usage): Document -d as an alias
486 --strip-debug.
487
488 * size.c (usage): Document [-t | --totals] options.
489 (long_options): Add --totals option.
490 (main): If the [-t | --totals] option is specified and
491 the output format is Berkeley-style, print the total
492 text, data, and bss sizes of all objects listed.
493 (print_berkeley_format): If the [-t | --totals] option
494 is specified, track the total text, data, and bss
495 sizes.
496 * doc/binutils.texi (size): Document [-t | --totals] options.
497 (strip): Document -d as an alias for --strip-debug.
498 * NEWS: Mention new feature of size.
499
00ea8601 5002002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 501
1ddbd152
NC
502 * po/fr.po: Updated version.
503 * po/es.po: Updated version.
b85cedd7 504
8b53311e
NC
5052002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
506
507 * addr2line.c (usage): Update text to provide verbose
508 description of the command line options.
509 * ar.c (usage): Update text to provide verbose
510 description of the command line options.
511 (main): Accept -h and -H when running as ranlib.
512 * coffdump.c (show_usage): Update text to provide verbose
513 description of the command line options.
514 * dlltool.c (main): Accept -H as an alias for --help.
515 * nlmconv.c (show_usage): Update text to provide verbose
516 description of the command line options.
517 * nm.c (usage): Replace OPTIONS with option(s).
518 (main): Accept -H as an alias for --help.
519 * objcopy.c (strip_main): Accept -H as an alias for --help.
520 * objdump.c (main): Accept -v as an alias for --verbose.
521 * readelf.c (usage): Adjust format to match style used in
522 other binutils.
523 * size.c (usage): Update text to provide verbose description
524 of the command line options.
525 (main): Accept -v, -h and -H as command line options.
526 * srconv.c (show_usage): Update text to provide verbose
527 description of the command line options.
528 * strings.c (main): Accept -H and -v as command line options.
529 (usage): Update text to provide verbose description of the
530 command line options.
531 * sysdump.c (show_usage): Update text to provide verbose
532 description of the command line options.
533 * windres.c (usage): Adjust format to match style used in
534 other binutils.
535
536 * coffdump.c: Fix formatting.
537 * nlmconv.c: Fix formatting.
538 * srconv.c: Fix formatting.
539 * sysdump.c: Fix formatting.
540
c46f0c34
AM
5412002-01-22 Alan Modra <amodra@bigpond.net.au>
542
543 * Makefile.am: Run "make dep-am".
544 * Makefile.in: Regenerate.
545
2a538ba5
AJ
5462002-01-18 Andreas Jaeger <aj@suse.de>
547
548 * version.c (print_version): Update year.
549
285d1771
AM
5502002-01-17 Alan Modra <amodra@bigpond.net.au>
551
552 * readelf.c (get_machine_name): Handle EM_PPC64.
553 (guess_is_rela): Here too.
554
328577ad
NC
5552002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
556
557 * po/binutils.pot: Regenerate.
558 * po/fr.po: Regenerate.
559 * po/tr.po: Regenerate.
560
af3ae48d
NC
5612002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
562
563 * po/tr.po: Import new version.
564
f1cb7e17
AM
5652002-01-16 Alan Modra <amodra@bigpond.net.au>
566
567 * readelf.c (get_ppc64_dynamic_type): New.
568 (get_dynamic_type): Call it.
569
6364e0b4
NC
5702002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
571
3ab9460d
NC
572 * objcopy.c (copy_usage): Use "options" instead of "switches".
573 (strip_usage): Use "options" instead of "switches".
574 * doc/binutils.texi (dlltool): Refer to "options" instead of
575 "switches".
6364e0b4 576
3a7e524e
RE
5772002-01-14 Richard Earnshaw <rearnsha@arm.com>
578
579 * MAINTAINERS: Add self as co-maintainer for the ARM code.
580
1209e219
NC
5812001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
582
583 * po/es.po: Import from translation project.
584 * configure.in (ALL_LINGUAS): Add es.
585 * configure: Regenerate.
586
b4db1224
JT
5872002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
588
589 * readelf.c (get_netbsd_elfcore_note_type): Use
590 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
591
9437c45b
JT
5922002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
593
594 * readelf.c: Update copyright years.
595 (get_note_type): Return a const char *.
596 (get_netbsd_elfcore_note_type): New function.
597 (process_note): Use get_netbsd_elfcore_note_type to get
598 the note type string for NetBSD ELF core files.
599
00428cca
AM
6002002-01-06 Steve Ellcey <sje@cup.hp.com>
601
602 * readelf.c (get_ia64_segment_type): Add support for macros.
603 (get_segment_type): Add support for IA64 specific macros.
604
31104126
NC
6052001-12-20 Julian v. Bock <julian@wongr.net>
606
607 * readelf.c (print_symbol): New function: Print a formatted symbol
608 name. If --wide is specified do not truncate it.
609 (dump_relocations): Use print_symbol() to print symbol names.
610 (process_symbol_table): Likewise.
611 (process_syminfo): Likewise.
612 (process_mips_specific): Likewise.
613 (usage): Document new feature of --wide switch.
614 * doc/binutils.texi (objdump): Document additional behaviour of
615 --wide.
2a538ba5 616
4dd67f29
MS
6172001-12-18 Michael Snyder <msnyder@redhat.com>
618
619 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
620 (copy_object): Don't set the start address or flags of a core file.
621 (copy_section): Don't relocate a core file. Don't copy contents
622 if the input section has the contents flag set, but the output
623 section does not (which happens with the fake 'note' pseudo-
624 sections that BFD creates for corefiles).
625
43521d43
TS
6262001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
627
628 * readelf.c (get_machine_flags): Recognize header flags for ABI and
629 ASE extensions. More robust code for ISA checking. Ignore empty fields
630 in header flags for GNU extensions.
631
b667df2e
AM
6322001-12-18 Alan Modra <amodra@bigpond.net.au>
633
634 * objcopy.c (copy_archive): Set output bfd format outside the loop.
635
17a5a5c3
NC
6362001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
637
638 * po/ja.po: Import from translation project.
639 * configure.in (ALL_LINGUAS): Add ja.
640 * configure: Regenerate.
641
65de42c0
TS
6422001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
643
644 * addr2line.c (main): Protoype.
645 * ar.c (main): Protoype.
646 * nm.c (main): Protoype.
647 * objcopy.c (main): Protoype.
648 * objdump.c (main): Protoype.
649 * size.c (main): Protoype.
650 * strings.c (main): Protoype.
651
9ad5cbcf
AM
6522001-12-17 Alan Modra <amodra@bigpond.net.au>
653
654 * readelf.c (symtab_shndx_hdr): New global.
655 (SECTION_HEADER_INDEX): Define.
656 (SECTION_HEADER_NUM): Define.
657 (SECTION_HEADER): Define.
658 (GET_ELF_SYMBOLS): Pass two params rather than three.
659 (get_32bit_elf_symbols): Take file and section args. Read and
660 use SHT_SYMTAB_SHNDX.
661 (get_64bit_elf_symbols): Likewise.
662 (dump_relocations): Use SECTION_HEADER to index "section_headers".
663 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
664 Remember symtab_shdx_hdr.
665 (process_program_headers): Scan from index 1 for segment map.
666 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
667 "section_headers".
668 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
669 (process_unwind): Likewise.
670 (process_version_sections): Likewise.
671 (process_symbol_table): Likewise.
672 (display_debug_info): Likewise.
673 (process_dynamic_segment): Fake up a symtab section for changed
674 GET_ELF_SYMBOLS.
675 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
676 (process_program_headers): Kill signed/unsigned warning.
677 (load_debug_str): Likewise.
678 (display_debug_info): Likewise.
679
65765700
JJ
6802001-12-13 Jakub Jelinek <jakub@redhat.com>
681
682 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
683
560f3c1c
AM
6842001-12-11 Alan Modra <amodra@bigpond.net.au>
685
686 * readelf.c (process_file_header): Print extended e_shnum and
687 e_shdtrndx values. Set elf_header values for same.
688 (get_32bit_section_headers): Add "num" arg to read "num" headers.
689 (get_64bit_section_headers): Likewise.
690 (process_section_headers): Update calls.
691 (get_file_header): Call get_32bit_section_headers or 64bit variant.
692
bc408b8a
JJ
6932001-12-10 Jakub Jelinek <jakub@redhat.com>
694
695 * objcopy.c (setup_section): Copy entsize.
696
93fbbb04
GK
6972001-12-07 Geoffrey Keating <geoffk@redhat.com>
698
699 * readelf.c (guess_is_rela): Add support for stormy16.
700 (dump_relocations): Likewise.
701 (get_machine_name): Likewise.
702
e3c8793a
NC
7032001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
704
705 * dllwrap.c (main) Replace multiple strings describing a
706 single error with a single, newline escaped sentence to permit
707 better translation into foreign languages.
708
709 * readelf.c (get_elf_class): Remove internalionalisation of ELF
710 class names.
711
956cd1d6
TS
7122001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
713
714 * strings.c (get_char): Initialize value.
715
956c53ee
TS
7162001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
717
718 * arlex.l: Silence compile warnings.
719 * arsup.h: Likewise. Fix formatting.
720
cedd9a58
JJ
7212001-12-04 Jakub Jelinek <jakub@redhat.com>
722
723 * strings.c: Include config.h before bfd.h.
724 (file_off): New type.
725 (file_open): Define.
726 (print_strings): Use file_off instead of file_ptr. Print addresses
727 which don't fit into long correctly.
728 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
729 available.
730 (strings_file): Use file_off instead of file_ptr. Use file_open.
731 * configure.in: Check for getc_unlocked.
732 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
733 be defined for it.
734 * configure: Rebuilt.
735 * config.h.in: Rebuilt.
736
af667503
L
7372001-11-29 H.J. Lu <hjl@gnu.org>
738
739 * bucomm.c (make_tempname): Revert the changes made on
740 2001-11-14 and 2001-11-12. They won't work with directories.
741
16474668
NC
7422001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
743
744 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
745 CFLAGS_FOR_TARGET to runtest in environment.
746 * Makefile.in: Rebuild.
747 * doc/Makefile.in: Rebuild.
748
17978339
MS
7492001-11-28 Mike Stump <mrs@wrs.com>
750
751 * objcopy.c (setup_section): Preserve SEC_RELOC when
752 --set-section-flags is used.
753
261a45ad
NC
7542001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
755
756 * readelf.c (do_debug_str): New variable.
757 (display_debug_str): New function: Display the contents of a
758 .debug_str section.
759 (load_debug_str): New function: Load in the contents of a
760 .debug_str section.
761 (free_debug_str): New function: Free the memory used by
762 load_debug_str().
763 (fetch_indirect_string): Retrieve a string from the .debug_str
764 section.
765 (usage): Add -ws.
766 (parse_args): Accept -ws.
767 (process_section_headers): Allow the display of the .debug_str
768 section.
769 (read_and_display_attr_value): Use fetch_indirect_string. Show
770 offset into .debug_str section.
771 (display_debug_info): Use load_debug_str and free_debug_str.
772 (debug_displays): Add .debug_str.
773 * doc/binutils.texi: Document -ws.
774
b8908f93
AJ
7752001-11-19 Andreas Jaeger <aj@suse.de>
776
777 * testsuite/binutils-all/objdump.exp: Add x86-64.
778
e5fb9629
AS
7792001-11-15 Andreas Schwab <schwab@suse.de>
780
781 * readelf.c: Fix warnings without terminating newline.
782
802a735e
AM
7832001-11-15 Alan Modra <amodra@bigpond.net.au>
784
785 * doc/binutils.texi (objdump): Document ppc -M options.
786
b89e9eae
AJ
7872001-11-14 Andreas Jaeger <aj@suse.de>
788
789 * doc/binutils.texi (objdump): Fix description to use x86-64.
790
a6a25652
NC
7912001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
792
793 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
794 not all systems provide mkstemp.
795
e396998b
AM
7962001-11-14 Alan Modra <amodra@bigpond.net.au>
797
798 * doc/binutils.texi (objdump): Document x86 -M options.
799
81766fca
RH
8002001-11-13 Keith Walker <keith.walker@arm.com>
801
802 * readelf.c (read_and_display_attr_value): New function to
803 handle DW_FORM_indirect.
804 (read_and_display_attr): Use it.
805
1a509dcc
GK
8062001-11-13 Geoffrey Keating <geoffk@redhat.com>
807
808 * readelf.c (display_debug_lines): Deal with unknown standard
809 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
810 DW_LNS_set_isa.
811
6e917903 8122001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 813
6e917903
TW
814 * MAINTAINERS: Add self as tic54x maintainer. This target
815 includes the IBM C54XDSP clone.
7559e86e 816
6e917903 8172001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 818
7559e86e
NC
819 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
820
8212001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 822
ecdadc4a
JL
823 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
824 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
825 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
826 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
827 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
828 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
829 (unw_decode_b2, unw_decode_b3_b4): Likewise.
830
91770270
JL
831 * readelf.c (get_elf_class): Fix ISO portability glitch.
832 (get_data_encoding, get_osabi_name, request_dump): Likewise.
833
ef5cdfc7
JJ
8342001-11-07 Jakub Jelinek <jakub@redhat.com>
835
836 * readelf.c (debug_str, debug_str_size): New.
837 (display_debug_abbrev): If no abbrevs were read, skip the CU.
838 Call free_abbrevs.
839 (read_and_display_addr): Handle DW_FORM_strp.
840 (display_debug_info): Read .debug_str section if present,
841 so that DW_FORM_strp can be handled.
842 Fix test for non-existant .debug_abbrev section.
843
5e9520c8
JJ
8442001-11-05 Jakub Jelinek <jakub@redhat.com>
845
846 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
847
848 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
849
54589086
MS
8502001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
851
852 * MAINTAINERS: Add self as s390/s390x maintainer.
853
c05b685b
TR
8542001-11-02 Tom Rix <trix@bluey.cygnus.com>
855
856 * MAINTAINERS: Add self as PPC XCOFF maintainer.
857
3c62831e
NC
8582001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
859
860 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
861 * configure: Regernate.
862 * po/fr.po: New file.
863 * po/tr.po: New file.
864
3c3bdf30
NC
8652001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
866
9b19141a 867 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
868 * readelf.c: Include elf/mmix.h.
869 (guess_is_rela): MMIX is RELA.
870 (dump_relocations): Handle MMIX relocations.
871 * Makefile.am: Regenerate dependencies.
872 * Makefile.in: Regenerate.
873
f662939a
NC
8742001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
875
876 * readelf.c (parse_args): Handle multiple options to the -w
877 switch.
878
c91d0dfb
JJ
8792001-10-12 Jakub Jelinek <jakub@redhat.com>
880
881 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
882 LOPROC, LOOS and LOUSER.
883
7559e86e 8842001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
885
886 * MAINTAINERS: Update my email address.
887
fcd8210c
AM
8882001-10-03 Alan Modra <amodra@bigpond.net.au>
889
890 * doc/Makefile.in: Regenerate.
891 * configure: Regenerate.
892
428409d5
NC
8932001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
894
895 * readelf.c (display_debug_line, display_debug_pubnames,
896 display_debug_info, display_debug_frames): Detect and warn
897 about 64-bit format entries.
898 (display_debug_aranges): Reword 64-bit warning.
899 (debug_displays): Add .debug_pubtypes as a known, but not yet
900 supported, debug section.
901
6a8c2b0d
AM
9022001-10-02 Alan Modra <amodra@bigpond.net.au>
903
904 * coffdump.c (PROGRAM_VERSION): Delete.
905 (main <'V'>): Call print_version.
906 * srconv.c: Likewise.
907 * sysdump.c: Likewise.
908 * version.c (program_version): Remove.
909 (print_version): Use BFD_VERSION_STRING. Just print the current
910 year in copyright message.
911 * addr2line.c (program_version): Remove unused declaration.
912 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
913 place of BFD_VERSION.
914 * Makefile.am (Makefile): Depend on bfd/configure.in.
915 (cplus-dem.o): Depend on Makefile.
916 Run "make dep-am".
917 * Makefile.in: Regenerate.
918
e414a165
NC
9192001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
920
921 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
922 format .debug_arange sections.
923 (main): Add missing prototype.
b8908f93 924
efc3ee7f
HPN
9252001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
926
927 * Makefile.am: Update dependencies with "make dep-am".
928 * Makefile.in: Regenerate.
929
9e85c2a0
RH
9302001-09-28 Richard Henderson <rth@redhat.com>
931
932 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
933
451dad9c
AM
9342001-09-26 Alan Modra <amodra@bigpond.net.au>
935
936 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
937 VA_CLOSE.
938 (non_fatal): Likewise.
939 * objdump.c (objdump_sprintf): Likewise.
940 * readelf.c (error): Likewise.
941 (warn): Likewise.
942
d974e256
JJ
9432001-09-25 Jakub Jelinek <jakub@redhat.com>
944
945 * readelf.c (do_wide): New.
946 (options): Add --wide.
947 (usage, parse_args): Likewise.
948 (process_program_headers): Put each segment on a single line if
949 --wide is given.
950 (process_section_headers): Put each section on a single line if
951 --wide is given.
952 * doc/binutils.texi: Document it.
953 * NEWS: Likewise.
954
2f11c261
AM
9552001-09-25 Alan Modra <amodra@bigpond.net.au>
956
957 * readelf.c (print_vma): Print 8 digits of low hex value.
958
1d50f91e
AJ
9592001-09-24 Andreas Jaeger <aj@suse.de>
960
961 * nlmconv.c: Fix warnings about unused attributes and function
962 prototypes.
963
964 * strings.c: Add prototype for get_char.
965
38131e67
L
9662000-09-19 H.J. Lu <hjl@gnu.org>
967
968 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
969 $(srcdir)/cxxfilt.man.
970 * doc/Makefile.in: Rebuild.
971
3bcfb3e4
AM
9722001-09-19 Alan Modra <amodra@bigpond.net.au>
973
974 * objcopy.c (copy_main): Correct rename-section string parsing.
975 Consolidate new_name parsing, and error messages.
976
3882b010
L
9772001-09-18 Bruno Haible <haible@clisp.cons.org>
978
979 * addr2line.c: Don't include <ctype.h>.
980 (main): For gettext, also set the LC_CTYPE locate facet.
981 * ar.c (main): Likewise.
982 * coffdump.c (main): Likewise.
983 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
984 (main): For gettext, also set the LC_CTYPE locate facet.
985 Use ISALNUM instead of isalpha/isdigit.
986 * dllwrap.c: Don't include <ctype.h>.
987 (main): For gettext, also set the LC_CTYPE locate facet.
988 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
989 (main): For gettext, also set the LC_CTYPE locate facet.
990 Use TOUPPER instead of islower/toupper.
991 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
992 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
993 Use TOUPPER instead of islower/toupper.
994 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
995 * objcopy.c (main): Likewise.
996 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
997 (disassemble_bytes): Use ISPRINT instead of isprint.
998 (dump_section_stabs): Use ISDIGIT instead of isdigit.
999 (dump_data): Use ISPRINT instead of isprint.
1000 (main): For gettext, also set the LC_CTYPE locate facet.
1001 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1002 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1003 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1004 Use TOUPPER instead of islower/toupper.
1005 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1006 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1007 (write_rc_accelerators): Use ISPRINT instead of isprint.
1008 (write_rc_rcdata): Likewise.
1009 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1010 * srconv.c (main): Likewise.
1011 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1012 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1013 isdigit/isupper/islower.
1014 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1015 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1016 stab_demangle_prefix, stab_demangle_qualified,
1017 stab_demangle_template, stab_demangle_type,
1018 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1019 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1020 (isgraphic): Use ISPRINT instead of isascii/isprint.
1021 (main): Remove HAVE_LC_MESSAGES dependency.
1022 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1023 (pbarray): Use ISPRINT instead of isprint.
1024 (main): For gettext, also set the LC_CTYPE locate facet.
1025 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1026 (format_from_filename): Use ISPRINT instead of isprint.
1027 (main): For gettext, also set the LC_CTYPE locate facet.
1028 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1029 (unicode_print): Use ISPRINT instead of isprint.
1030 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1031 (stab_variable): Use ISDIGIT instead of isdigit.
1032
e59b4dfb
AM
10332001-09-18 Alan Modra <amodra@bigpond.net.au>
1034
1035 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1036 Replace bfd_read call with call to bfd_bread.
1037 (extract_file): Likewise.
1038
1039 * objdump.c (dump_section_header): Cast section->filepos to
1040 unsigned long to suit printf format string.
1041 * readelf.c (process_section_headers): Similarly for sh_offset.
1042 (process_unwind): Likewise.
1043
d132876a
NC
10442001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1045
1046 * strings.c (encoding, encoding_bytes): New variables.
1047 (long_options): Add --encoding.
1048 (main): Accept -e and --encoding.
1049 (get_char): New function. Read a, possibly wide, character from
1050 the input stream.
1051 (print_strings): Use get_char().
1052 (usage): Document new command line option.
1053 * doc/binutils.texi: Document new command line option.
1054 * NEWS: Announce new command line option.
1055
7559e86e 10562001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1057
1058 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1059 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1060 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1061 Removed EM_CYGNUS_ARC.
1062
7559e86e 10632001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1064
1065 * readelf.c: Include elf/h8 for H8 series definitions.
1066 (guess_is_rela): H8 series if RELA.
1067 (dump_relocations): Handle H8 series relocations.
1068
0823fbca
EC
10692001-08-31 Eric Christopher <echristo@redhat.com>
1070
1071 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1072
8db76d70
PT
10732001-08-29 Peter Targett <peter.targett@arccores.com>
1074
1075 * MAINTAINERS: Include ARC Maintainer.
1076
d81d6584
BE
10772001-08-29 Ben Elliston <bje@redhat.com>
1078
1079 * stabs.c (stab_demangle_template): Initialise s4.
1080
25a1ff5b
AM
10812001-08-27 Alan Modra <amodra@bigpond.net.au>
1082
1083 * readelf.c (dump_relocations): Recognise EM_PPC64.
1084
a5d22d2a
TS
10852001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1086
1087 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1088
62a5a82d
L
10892001-08-25 H.J. Lu <hjl@gnu.org>
1090
1091 * nm.c (print_width): New.
1092 (display_rel_file): Set `print_width' according to
1093 bfd_sprintf_vma.
1094 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1095
1ae8b3d2
AO
10962001-08-24 Alexandre Oliva <aoliva@redhat.com>
1097
1098 * objcopy.c (use_alt_mach_code): New variable.
1099 (OPTION_ALT_MACH_CODE): Define.
1100 (copy_options): Added --alt-machine-code.
1101 (copy_main): Handle it.
1102 (copy_object): Switch to alternate machine code if requested.
1103 * doc/binutils.texi: Document new option.
1104 * NEWS: Likewise.
1105
d1bdd336
TS
11062001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1107
1108 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1109
410f7a12
L
11102001-08-21 H.J. Lu <hjl@gnu.org>
1111
1112 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1113 (display_debug_info): Cast for 64bit hosts.
1114 (display_debug_frames): Likewise.
1115 (process_mips_specific): Likewise.
1116
c32144ff
AJ
11172001-08-21 Andreas Jaeger <aj@suse.de>
1118
1119 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1120
1121 * sysdump.c: Add missing prototypes.
1122 * srconv.c: Likewise.
1123 * unwind-ia64.c: Likewise.
1124 * coffdump.c: Likewise.
1125
1126 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1127
1128 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1129 of declaring xcalloc.
1130
d8180c76
L
11312001-08-10 H.J. Lu <hjl@gnu.org>
1132
1133 * nm.c (print_value): Add one arg, bfd *.
1134 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1135 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1136 (print_symbol_info_sysv): Likewise.
1137 (print_symbol_info_posix): Likewise.
1138
1139 * objdump.c (dump_section_header): Replace printf_vma with
1140 bfd_printf_vma.
1141 (print_section_stabs): Likewise.
1142 (dump_bfd_header): Likewise.
1143 (objdump_print_value): Replace sprintf_vma with
1144 bfd_sprintf_vma.
1145 (disassemble_bytes): Likewise.
1146 (dump_reloc_set): Likewise.
1147
0218d1e4
AJ
11482001-08-10 Andreas Jaeger <aj@suse.de>
1149
1150 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1151 to build warnings.
1152 * configure: Regenerate.
1153
2863d58a
AM
11542001-08-09 Alan Modra <amodra@bigpond.net.au>
1155
1156 * readelf.c: Add missing prototypes.
1157 * objdump.c: Likewise. Format existing prototypes.
1158
c0e047e0
AO
11592001-08-08 Alexandre Oliva <aoliva@redhat.com>
1160
1161 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1162 of any RELA relocation for the abbrev_offset memory location that
1163 refers to the .debug_abbrev section symbol.
1164
ff78d6d6
L
11652001-08-07 H.J. Lu <hjl@gnu.org>
1166
1167 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1168 (main): Return process_file ().
1169
c36774d6
PB
11702001-08-05 Philip Blundell <philb@gnu.org>
1171
1172 * doc/binutils.texi: Use "Thumb" not "THUMB".
1173
8f9d9bd9
JH
11742001-08-03 John Healy <jhealy@redhat.com>
1175
1176 Patch suggested by Frank Eigler <fche@redhat.com>.
1177 * objdump.c (disassemble_data): Fill in section member of the
1178 disasm_info structure.
1179
c918cb96
DD
11802001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1181
1182 * configure.in: Added --with-windres option.
1183 * configure: Regenerated.
1184
c7c55b78
NC
11852001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1186
1187 * doc/binutils.texi: Use @command{name} for commands;
1188 use @option{-opt} for options; use @table @env for list of options;
1189 remove spaces arround [ | ] in synopsis.
1190
1191 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1192 center title.
1193
594ef5db
NC
11942001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1195
1196 * objcopy.c: Fix formatting.
1197 (section_rename): New structure.
1198 (OPTION_RENAME_SECTION): New switch.
1199 (copy_usage): Document new switch.
1200 (add_section_rename): New function: Add a node to the section
1201 rename list.
1202 (find_section_rename): New function: Find the new name and
1203 flags for a section.
1204 (setup_section): Call find_section_name to determine the name
1205 of the output section.
1206 (copy_main): Handle OPTION_RENAME_SECTION.
1207 * binutils.texi: Document new switch.
1208 * NEWS: Mention new switch.
1209
1f554c69
NC
12102001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1211
1212 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1213 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1214 bug-binutils@gcc.org.
1215
2f83960e
AM
12162001-07-28 Matthias Kramm <kramm@quiss.org>
1217
1218 * bucomm.c (list_supported_architectures): New function.
1219 * bucomm.h (list_supported_architectures): Declare.
1220 * objdump.c (usage): Call the above.
1221
20fe0649
DB
12222001-07-25 Dave Brolley <brolley@redhat.com>
1223
1224 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1225 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1226
1b577b00
NC
12272001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1228
1229 * README: Update for 2.11. Change bug reporting email address.
1230 * MAINTAINERS: Tidy up. Change bug reporting email address.
1231
95fd336c
DD
12322001-07-16 DJ Delorie <dj@redhat.com>
1233
5f16d855
DD
1234 * resres.c (write_res_header): Align header size.
1235 (res_align_file): Calculate alignment correctly.
1236
95fd336c
DD
1237 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1238 correct 10).
1239 * resrc.c (write_rc_resource): Likewise.
1240 * windres.h (SUBLANG_SHIFT): Define - as 10.
1241
ed8fee27
NC
12422001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1243
1244 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1245
90ab7e9a
NC
12462001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1247
1248 * MAINTAINERS: Add notes about branch checkins.
1249
e0c60db2
NC
12502001-07-05 Daniel Berlin <dan@cgsoftware.com>
1251
1252 * readelf.c (display_debug_macinfo): New function, display
1253 .debug_macinfo section.
1254 (do_debug_macinfo): New variable.
1255 (parse_args): Handle "-w[mM]" to mean display macro info.
1256 (process_section_headers): Handle debug_macinfo.
1257 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1258 function for .debug_macinfo display.
e0c60db2
NC
1259 * doc/binutils.texi: Document new command line switch.
1260 * NEWS: Document new feature of readelf.
0218d1e4 1261
24e01a36
L
12622001-07-05 H.J. Lu <hjl@gnu.org>
1263
1264 * objcopy.c (filter_symbols): Don't turn undefined symbols
1265 into local.
1266
4258bf4d
L
12672001-07-03 H.J. Lu <hjl@gnu.org>
1268
1269 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1270 $@.pod.
1271 (ar.1): Likewise.
1272 (dlltool.1): Likewise.
1273 (nlmconv.1): Likewise.
1274 (nm.1): Likewise.
1275 (objcopy.1): Likewise.
1276 (objdump.1): Likewise.
1277 (ranlib.1): Likewise.
1278 (readelf.1): Likewise.
1279 (size.1): Likewise.
1280 (strings.1): Likewise.
1281 (strip.1): Likewise.
1282 (windres.1): Likewise.
1283 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1284 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1285 $(DEMANGLER_NAME).
1286 (as.1): Removed.
1287 * doc/Makefile.in: Regenerated.
1288
7014bc31
NC
12892001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1290
1291 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1292
b811889f
NC
12932001-07-01 Daniel Berlin <dan@cgsoftware.com>
1294
1295 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1296
12ab83a9
NC
12972001-06-29 James Cownie <jcownie@etnus.com>
1298
1299 * readelf.c: Support DWARF 2.1 attributes.
1300
a6e9f9df
AM
13012001-06-28 Alan Modra <amodra@bigpond.net.au>
1302
1303 * readelf.c (GET_DATA_ALLOC): Remove.
1304 (GET_DATA): Remove.
1305 (get_data): New function combining above macros, with an extra
1306 test for zero size.
1307 (slurp_rela_relocs): Use get_data, and catch error return.
1308 (slurp_rel_relocs): Likewise.
1309 (get_32bit_program_headers): Likewise.
1310 (get_64bit_program_headers): Likewise.
1311 (get_32bit_section_headers): Likewise.
1312 (get_64bit_section_headers): Likewise.
1313 (get_32bit_elf_symbols): Likewise.
1314 (get_64bit_elf_symbols): Likewise.
1315 (process_section_headers): Likewise.
1316 (process_relocs): Likewise.
1317 (slurp_ia64_unwind_table): Likewise.
1318 (process_unwind): Likewise.
1319 (get_32bit_dynamic_segment): Likewise.
1320 (get_64bit_dynamic_segment): Likewise.
1321 (process_dynamic_segment): Likewise.
1322 (process_version_sections): Likewise.
1323 (process_symbol_table): Likewise.
1324 (dump_section): Likewise.
1325 (display_debug_info): Likewise.
1326 (display_debug_section): Likewise.
1327 (process_section_contents): Likewise.
1328 (process_corefile_note_segment): Likewise.
1329 (process_mips_specific): Likewise. Also free econf32, econf64.
1330
af3fc3bc
AM
13312001-06-25 Alan Modra <amodra@bigpond.net.au>
1332
1333 * readelf.c (dump_relocations): Print "bad symbol index" if
1334 symtab == NULL with non-zero symtab_index.
1335 (process_relocs): Don't bomb if reloc section has no symsec.
1336
6d900bf6
L
13372001-06-24 H.J. Lu <hjl@gnu.org>
1338
1339 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1340 by accident.
1341 (copy_main): Apply the the change made to strip_main on
1342 2001-05-30 by accident.
1343
49b4e386
AJ
13442001-06-23 Andreas Jaeger <aj@suse.de>
1345
1346 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1347 parameter 'code'.
1348 (unw_decode_x2): Likewise.
1349 (unw_decode_x3): Likewise.
1350 (unw_decode_x4): Likewise.
1351
d8dc71e3
BE
13522001-06-23 Ben Elliston <bje@redhat.com>
1353
1354 * MAINTAINERS: Add myself as M88k maintainer.
1355
af3bdff7
NC
13562001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1357
1358 * objcopy.c (strip_main): Support -o or --output-file command lien
1359 switch.
1360
105e7211
L
13612001-06-19 H.J. Lu <hjl@gnu.org>
1362
1363 * doc/Makefile.in: Regenerated.
1364
c45021f2
NC
13652001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1366
1367 * readelf.c: Restore formatting.
1368
13692001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1370
1371 * Makefile.am: Move documentation into doc subdirectory.
1372 * Makefile.in: Regenerated.
1373 * binutils.texi: Move into doc subdirectory.
1374 * addr2line.1: Removed.
1375 * ar.1: Likewise.
1376 * dlltool.1: Likewise.
1377 * nlmconv.1: Likewise.
1378 * nm.1: Likewise.
1379 * objcopy.1: Likewise.
1380 * objdump.1: Likewise.
1381 * ranlib.1: Likewise.
1382 * readelf.1: Likewise.
1383 * size.1: Likewise.
1384 * strings.1: Likewise.
1385 * strip.1: Likewise.
1386 * windres.1: Likewise.
1387 * cxxfilt.man: Likewise.
1388 * doc: New Directory.
1389 * doc/Makefile.am: New file.
1390 * doc/Makefile.in: Generate.
1391
09ad7db3
AM
13922001-06-09 Alan Modra <amodra@bigpond.net.au>
1393
1394 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1395
936260fe
AM
13962001-06-01 Alan Modra <amodra@bigpond.net.au>
1397
1398 * MAINTAINERS: Update my email address.
1399
16b2b71c
NC
14002001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1401
1402 * objcopy.c: Add new switches: --keep-global-symbol,
1403 --keep-symbols, --localize-symbols, --keep-global-symbols and
1404 --weaken-symbols.
1405 * binutils.texi: Document new switches.
1406 * objcopy.1: Regenerate.
1407 * NEWS: Announce new feature.
1408
7036c0e1
AJ
14092001-05-28 Andreas Jaeger <aj@suse.de>
1410
1411 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1412 variables, fix format strings.
1413
76a406e5
NC
14142001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1415
1416 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1417 when computing the address of the line to show.
1418
31b6fca6
RH
14192001-05-16 Richard Henderson <rth@redhat.com>
1420
1421 * readelf.c (do_debug_frames_interp): New.
1422 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1423 (byte_get_big_endian): Likewise.
1424 (parse_args) ['F']: Set do_debug_frames_interp.
1425 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1426 (frame_display_row): Don't trunc pc_begin to int.
1427 (size_of_encoded_value): New.
1428 (display_debug_frames): Handle 64-bit targets. Print raw data
1429 unless do_debug_frames_interp.
1430 (debug_displays): Remove duplicate .debug_frame.
1431
4fe85591
NC
14322001-05-15 Ralf Baechle <ralf@gnu.org>
1433
1434 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1435 The former constant was never in active use and is used otherwise
1436 by the ABI.
1437
579f31ac
JJ
14382001-05-11 Jakub Jelinek <jakub@redhat.com>
1439
1440 * readelf.c (process_unwind): Print all unwind sections, not just
1441 one.
1442
78f4a3f7
AM
14432001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1444
1445 * readelf.c (process_unwind): Remove const specifier.
1446
1c529ca6
NC
14472001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1448
1449 * strings.c (isgraphic): Do not use isascii() unless it is needed
1450 for isprint() to work.
1451 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1452
87e6d782
NC
14532001-04-27 Johan Rydberg <jrydberg@opencores.org>
1454
1455 * NEWS: Announce support for OpenRISC.
1456
4bd3d870 14572001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1458
1459 * dlltool.c (do_default_excludes): Initialise to true.
1460
21211521
AM
14612001-04-10 Alan Modra <amodra@one.net.au>
1462
1463 * MAINTAINERS: Update my email address
1464 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1465
0c66b61e 14662001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1467
1468 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1469
e58d53af
L
14702001-03-30 H.J. Lu <hjl@gnu.org>
1471
1472 * readelf.c (process_unwind): Just return if do_unwind is 0.
1473
bee72332
DD
14742001-03-28 Roger Sayle <roger@metaphorics.com>
1475
1476 * dlltool.c (make_one_lib_file): Fix section flags for
1477 .text, .data and .bss in stub ds*.o files to match those
1478 generated by gas.
1479
f1467e33
L
14802001-03-29 H.J. Lu <hjl@gnu.org>
1481
1482 * readelf.c (process_unwind): Only do unwind sections for
1483 IA64.
1484
1c6fb4fe
L
14852001-03-28 H.J. Lu <hjl@gnu.org>
1486
1487 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1488 * Makefile.in: Regenerate.
1489
0879a67a
AJ
14902001-03-26 Andreas Jaeger <aj@suse.de>
1491
1492 * binutils.texi (nm): Fix texi syntax.
1493
0285c67d
NC
14942001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1495
1496 * binutils.texi: Put @c man begin and @c man end indications
1497 to generate man pages using texi2pod and pod2man. Put @c man title
1498 to identify each man. Add SEEALSO entries.
1499 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1500 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1501 sort the list.
1502 (*.1): Build the man pages from binutils.texi.
1503 * Makefile.in: Regenerate.
1504
04847a4d
CF
15052001-03-13 Eric Kohl <ekohl@rz-online.de>
1506
1507 * defparse.y (opt_equal_name): allow "." in name.
1508 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1509 (gen_exp_file): Likewise.
1510
43a0748c
NC
15112001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1512
1513 * NEWS: Document addition of -B switch to objcopy.
1514 * binutils.texi: Document addition of -B switch to objcopy.
1515 * objcopy.c: (copy_options): Add --binary-architecture.
1516 (copy_usage): Document -B/--binary-architecture.
1517 (copy_main): Support -B/--binary-architecture. Set
1518 bfd_external_binary_architecture.
0879a67a 1519
b7498e0e
NC
15202001-03-11 Andreas Jaeger <aj@suse.de>
1521
1522 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1523 (dump_relocations): Likewise.
1524 (get_machine_name): Likewise.
1525
a59e3bd7
NC
15262001-02-28 Nick Clifton <nickc@redhat.com>
1527
1528 * readelf.c: (struct unw_aux_info): Remove const modifier for
1529 'strtab' field.
1530 (process_unwind): Remove non-K&R compliant LHS type cast in call
1531 to GET_DATA_ALLOC macro.
1532
a5bcd848
PB
15332001-02-28 Philip Blundell <pb@futuretv.com>
1534
1535 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1536 ABI is in use; remove ambiguity between the "unknown" EABI and
1537 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1538 renamed EF_xx constants.
1539
27b7e12d
AM
15402001-02-27 Alan Modra <alan@linuxcare.com.au>
1541
1542 * configure.in (BFD_VERSION): New.
1543 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1544 * configure: Regenerate.
1545 * Makefile.am: Run "make dep-am"
1546 * Makefile.in: Regenerate.
1547
a9f10786
NC
15482001-02-14 Nick Clifton <nickc@redhat.com>
1549
1550 * MAINTAINERS: Add "Obvious Fix" rule.
1551
3c44da9a
MS
15522001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1553
1554 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1555 literal concatenation.
1556
ecd03389
MS
15572001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1558
1559 * readelf.c (struct unw_aux_info): Remove const from the info member.
1560 (process_unwind): Don't type-cast the third argument to the
1561 GET_DATA_ALLOC macro.
1562
88ec60c7
NC
15632001-02-11 Nick Clifton <nickc@redhat.com>
1564
1565 * readelf.c (dump_relocations): Free corrected allocated
1566 array.
1567 (process_unwind): Fix compile time warning.
1568
f5e21966
NC
15692001-02-10 Nick Clifton <nickc@redhat.com>
1570
1571 * binutils.texi: Document new --unwind option to readelf.
1572
a85d7ed0
NC
15732001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1574
1575 * readelf.c: Add linux target for S/390.
1576
7bb10502
AM
15772001-02-10 Alan Modra <alan@linuxcare.com.au>
1578
1579 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1580 printf is a macro.
1581
8ca8f343
HPN
15822001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1583
1584 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1585 * aclocal.m4: Regenerate.
1586 * configure: Regenerate.
1587
7340082d
NC
15882001-02-07 Todd Vierling <tv@wasabisystems.com>
1589
1590 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1591 * objdump.c (bfd_target_vector): Likewise.
1592
4d6ed7c8
NC
15932001-02-07 David Mosberger <davidm@hpl.hp.com>
1594
1595 * readelf.c (process_unwind): New function.
1596 (slurp_ia64_unwind_table): Ditto.
1597 (dump_ia64_unwind): Ditto.
1598 (find_symbol_for_address): Ditto.
1599 (slurp_rela_relocs): New function (split off from dump_relocations()).
1600 (slurp_rel_relocs): Ditto.
1601 (parse_args): Handle '-u' option.
1602
1603 * unwind-ia64.c: New file.
1604 * unwind-ia64.h: New file.
1605 * Makefile.am: Include unwind-ia64.c in readelf build.
1606 * Makefile.in: Regenerate.
7340082d 1607 * po/binutils.pot: Regenerate.
4d6ed7c8 1608
c7217458
PB
16092001-02-04 Philip Blundell <philb@gnu.org>
1610
1611 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1612 * configure: Regenerate.
1613
956eedd4
AM
16142001-01-31 Steve deRosier <sderosier@vari-lite.com>
1615
1616 * ieee.c (ieee_add_bb11): Don't check for backslashes
1617 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1618
8855cbca
AM
16192001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1620
c7f2731e
AM
1621 * ieee.c: Update copyright.
1622 (ieee_start_compilation_unit): Don't check for backslashes
1623 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1624
8855cbca
AM
1625 * stabs.c: Update copyright. Include "filenames.h".
1626 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1627
329de803 16282001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1629
1630 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1631 sections are present before using them. Remove code duplication.
1632 (process_symbol_table): Check if VERDEF or VERNEED sections are
1633 present before using them.
1634
23719f39
NC
16352001-01-17 Nick Clifton <nickc@redhat.com>
1636
1637 * objcopy.c (copy_object): Fail if attempting to convert the
1638 endianness of the input object file.
1639
1640 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1641
f726e849
NC
16422001-01-16 Nick Clifton <nickc@redhat.com>
1643
1644 * readelf.c (string_table_length): New variable.
1645 (SECTION_NAME): Catch out of range indices and missing section
1646 pointers.
1647 (process_section_headers): Delete useless local variable
1648 string_table_offset. Set the value of string_table_length
1649 after loading the string table.
1650 (process_mips_specific): Use SECTION_NAME macro.
1651 (process_file): Set string_table_length to 0 when it is freed.
1652
d0398d6a
NC
16532001-01-12 Nick Clifton <nickc@redhat.com>
1654
1655 * version.c (print_version): Update copyright date.
1656
0d2bcfaf
NC
16572001-01-11 Peter Targett <peter.targett@arccores.com>
1658
1659 * readelf.c (dump_relocations): Include selection with EM_ARC.
1660 (get_machine_name) Update name to "ARC".
1661
8b1e6df3
NC
16622001-01-09 Nick Clifton <nickc@redhat.com>
1663
1664 * Makefile.am: Add rule to build objdump.o from objdump.c and
1665 using OBJDUMP_DEFS.
1666 * Makefile.in: Regenerate.
1667
1668 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1669 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1670 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1671 * configure: Regenerate.
8b1e6df3
NC
1672
1673 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1674 is defined read in the relocs even if dump_reloc_info is
1675 false.
1676
2f952d20
PB
16772001-01-07 Philip Blundell <philb@gnu.org>
1678
1679 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1680 `bug-binutils'.
1681 * README: Likewise.
1682
a8c548cb
NC
16832000-12-19 Nick Clifton <nickc@redhat.com>
1684
1685 * dlltool.c: Add missing support for arm-epoc-pe.
1686 * configure.in: Add missing support for arm-epoc-pe.
1687 * configure: Regenerate.
1688
cc5fda35
NC
16892000-12-15 Nick Clifton <nickc@redhat.com>
1690
1691 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1692 Mode parts of the x86 port.
1693
bcedfee6
NC
16942000-12-04 Andreas Jaeger <aj@suse.de>
1695
1696 * readelf.c (guess_is_rela): Add EM_X86_64.
1697 (dump_relocations): Add EM_X86_64.
1698 (get_machine_name): Add EM_X86_64.
1699 Include "elf/x86-64.h".
1700
584da044
NC
17012000-12-12 Nick Clifton <nickc@redhat.com>
1702
1703 * readelf.c: Fix formatting.
1704
7559e86e 17052000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1706
1707 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1708
a98cc2b2
AH
17092000-12-07 Andrew Haley <aph@redhat.com>
1710
1711 * readelf.c (display_debug_frames): Only display columns that are
1712 referenced by the frame debug info.
1713
c7987a69
NC
17142000-12-05 Nick Clifton <nickc@redhat.com>
1715
1716 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1717
09fd7e38
JM
17182000-12-04 Jason Merrill <jason@redhat.com>
1719
1720 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1721 (display_debug_section): Likewise.
1722 (display_debug_info): Display CU header before bailing.
1723
e7af610e
NC
17242000-12-01 Chris Demetriou <cgd@sibyte.com>
1725
09fd7e38
JM
1726 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1727 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1728 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1729
09fd7e38
JM
1730 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1731 and E_MIPS_ARCH_64.
84ea6cf2 1732
09fd7e38
JM
1733 * readelf.c (get_machine_flags): Add case for
1734 E_MIPS_MACH_SB1.
c6c98b38 1735
75066968
DD
17362000-11-30 Richard Earnshaw <rearnsha@arm.com>
1737
1738 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1739
5c4666ea
HPN
17402000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1741