]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
2002-07-18 Michal Ludvig <mludvig@suse.cz>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2cbb2eef
NC
12002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * NEWS: Add 'Changes in 2.13'.
4
047b2264
JJ
52002-07-10 Jakub Jelinek <jakub@redhat.com>
6
7 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
8 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
9 (get_section_type_name): Handle SHT_GNU_LIBLIST.
10 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
11 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
12 (process_gnu_liblist): New.
13 (process_file): Call it.
14
97230b15
AM
152002-07-03 Alan Modra <amodra@bigpond.net.au>
16
17 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
18 * Makefile.in: Regenerate.
19
a6637ec0
AM
202002-07-02 Alan Modra <amodra@bigpond.net.au>
21
22 * budemang.c: New file, "demangle" function.
23 * budemang.h: New file.
24 * addr2line.c (translate_addresses): Use "demangle".
25 * nm.c (print_symname): Likewise.
26 * objdump.c (objdump_print_symname): Likewise.
27 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
28 here since that obfuscates.
29 * rdcoff.c: Don't #include demangle.h.
30 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
31 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
32 (HFILES): Add budemang.h. Sort.
33 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
34 Run "make dep-am".
35 * Makefile.in: Regenerate.
36
179d3252
JT
372002-07-01 Matt Thomas <matt@3am-software.com>
38
39 * readelf.c: Include "elf/vax.h".
40 (guess_is_rela): Move EM_VAX from unknown to RELA case.
41 (dump_relocations): Handle VAX relocations.
42 (get_machine_flags): Handle VAX machine flags.
43
75751cd9
SC
442002-06-29 Stephane Carrez <stcarrez@nerim.fr>
45
46 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
47
e5851ab8
NC
482002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
49
50 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
51
eb3f2f5c
AM
522002-06-26 Alan Modra <amodra@bigpond.net.au>
53
54 * nm.c (print_symname): When demangling, strip leading dots from
55 symbol names to avoid confusing the demangler.
56
a13a0de8
L
572002-06-25 H.J. Lu <hjl@gnu.org>
58
59 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
60 * Makefile.in: Regenerated.
61
6db7a086
AM
622002-06-21 Igor Schein <igor@txc.com>
63
64 * configure.in: Quote bu_cv_have_fopen64.
65 * configure: Regenerate.
66
9710509e
AM
672002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
68
69 * configure.in: Check for strcoll.
70 * configure: Regenerate.
71 * config.in: Regenerate.
72 * nm.c (main): Set locale for LC_COLLATE category.
73 (non_numeric_forward): Use strcoll if available.
74
a9f0b5e7
DB
752002-06-20 Dave Brolley <brolley@redhat.com>
76
77 * MAINTAINERS: Add self as fr30 and frv maintainer.
78
33f5f537
L
792002-06-18 H.J. Lu (hjl@gnu.org)
80
81 * nm.c: Include "elf/common.h".
82 (extended_symbol_info): Add elfinfo, a pointer to
83 elf_symbol_type.
84 (SYM_SIZE): Use elfinfo if it is not NULL.
85 (get_symbol_type): New function.
86 (display_archive): Set print_width for each archive member.
87 (display_file): Likewise.
88 (display_rel_file): Don't set print_width here.
89 (print_object_filename_sysv): Handle print_width.
90 (print_archive_member_sysv): Likewise.
91 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
92 (print_symbol): Set the elfinfo field in extended_symbol_info
93 for ELF.
94 (print_object_filename_sysv): Fix the output format.
95 (print_symbol_info_sysv): Print type and section for ELF.
96
972002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
98
99 * nm.c (print_size_symbols): Remove assignment, which makes
100 the symbol's size equal to its value when --size-sort is
101 used.
102
5c70f934
DB
1032002-06-18 Dave Brolley <brolley@redhat.com>
104
105 From Catherine Moore:
106 * readelf.c (elf/frv.h): #include it.
107 (guess_is_rela): Support EM_CYGNUS_FRV.
108 (dump_relocations): Ditto.
109 (get_machine_name): Ditto.
110 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
111
7ece0d85
JJ
1122002-06-18 Jakub Jelinek <jakub@redhat.com>
113
114 * readelf.c (get_file_header): Only read the first section header if
115 e_shoff is non-zero.
116
72797995
L
1172002-06-15 H.J. Lu (hjl@gnu.org)
118
119 * nm.c (print_size): New variable. Initialize to 0.
120 (long_options): Add 'S'/"print-size".
121 (main): Handle 'S'.
122 (print_symbol_info_bsd): Print size only if print_size is not
123 0.
124
125 * doc/binutils.texi: Document -S/--print-size.
126
977f7911
NC
1272002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
128
129 * nm.c (struct extended_symbol_info): New strcuture: Add the size
130 of the symbols to the information provided by the symbol_info
131 structure.
132 (print_symbols): Pass the symbol size to print_symbol.
133 (print_size_symbols): Pass the symbol size to print_symbol.
134 (print_symbol): Extra argument: The size of the symbol. Store
135 this in the extended_symbol_info structure.
136 (print_symbol_info): Change type of info parameter to
137 extended_symbol_info. Display the size, if known.
138 (print_symbol_info_posix): Likewise.
139 (print_symbol_info_sysv): Likewise.
140
b1f88ebe
AM
1412002-06-08 Alan Modra <amodra@bigpond.net.au>
142
fa449227
AM
143 * Makefile.am: Run "make dep-am".
144 * Makefile.in: Regenerate.
145 * doc/Makefile.in: Regnerate.
146
b1f88ebe
AM
147 * bucomm.c: Replace CONST with const.
148 * nm.c: Likewise.
149 * objdump.c: Likewise.
150
91a106e6
L
1512002-06-07 H.J. Lu <hjl@gnu.org>
152
153 * readelf.c (DW_CFA_GNU_args_size): Don't define.
154 (DW_CFA_GNU_negative_offset_extended): Likewise.
155 (DW_CFA_GNU_window_save): Likewise.
156 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
157 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
158
6ab6b380
NC
1592002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
160
161 * nm.c: When computing size of symbols for an ELF target use the
162 internal size field.
163
e28e05a3
JL
1642002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
165
166 * testsuite/binutils-all/objcopy.exp: clear xfail for
167 "hppa*64*-*-hpux*".
168 * testsuite/binutils-all/hppa/objdump.exp: Return if
169 "*64*-*-*".
170
dc156bc0
AM
1712002-06-05 Alan Modra <amodra@bigpond.net.au>
172
173 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
174
1752002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
176
177 * objdump.c: Fix formatting.
178
d79e4ea3
BE
1792002-05-29 Ben Elliston <bje@redhat.com>
180
181 * MAINTAINERS: Add self as M68k maintainer.
182
d172d4ba
NC
1832002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
184
185 * readelf.c: Modified/Added DLX elf support.
186
7edb8f29
NC
1872002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
188
3a1a2036
NC
189 * arsup.c: Fix formatting.
190 * debug.c (debug_record_label): Add missing colon to error
191 message.
192 * ieee.c (parse_ieee_ty): Fix spelling typo.
193 * readelf.c (process_program_headers): Remove English assumption
194 about making a plural word.
195 (process_section_headers): Likewise.
196 (process_relocs): Allow quotes to be translated.
197 (process_unwind): Likewise,
198 (process_mips_specific): Improve error message.
199 (get_note_type): Fix spelling typo.
200
7edb8f29
NC
201 * configure.in (ALL_LINGUAS): Add sv
202 * po/sv.po: New file.
203
3eee1e9d
AM
2042002-05-27 Alan Modra <amodra@bigpond.net.au>
205
206 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
207 (unw_print_grmask): Likewise.
208 (unw_print_frmask): Likewise.
209
d43efbe3
KH
2102002-05-26 Kazu Hirata <kazu@cs.umass.edu>
211
212 * arsup.c: Remove ARGSUSED.
213 * debug.c: Likewise.
214 * ieee.c: Likewise.
215 * nlmconv.c: Likewise.
216 * prdbg.c: Likewise.
217 * stabs.c: Likewise.
218 * wrstabs.c: Likewise.
219
e9792343
AM
2202002-05-25 Alan Modra <amodra@bigpond.net.au>
221
222 * arlex.l: Use #include "" instead of <> for local header files.
223 * coffdump.c: Likewise.
224 * coffgrok.c: Likewise.
225 * nlmconv.c: Likewise.
226 * nlmheader.y: Likewise.
227 * srconv.c: Likewise.
228 * strings.c: Likewise.
229 * sysdump.c: Likewise.
230 * unwind-ia64.h: Likewise.
231 * windres.h: Likewise.
232 * winduni.h: Likewise.
233
d7e53452
TR
2342002-05-24 Tom Rix <trix@redhat.com>
235
236 * MAINTAINERS: Add self as the d10v maintainer.
237
436e8db0
NC
2382002-05-24 TAMURA Kent <kent@netbsd.org>
239
240 * configure.in: Builds dlltool for i386-netbsdpe.
241 * configure: Regenerate.
242
9f66665a
KH
2432002-05-23 Kazu Hirata <kazu@cs.umass.edu>
244
245 * size.c: Fix formatting.
246 * srconv.c: Likewise.
247 * stabs.c: Likewise.
248 * sysdump.c: Likewise.
249 * unwind-ia64.c: Likewise.
250 * wrstabs.c: Likewise.
251
13ae64f3
JJ
2522002-05-23 Jakub Jelinek <jakub@redhat.com>
253
254 * readelf.c (get_segment_type): Add PT_TLS.
255 (get_elf_section_flags): Add SHF_TLS.
256 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
257 (process_dynamic_segment): Use puts instead of printf.
258 (get_symbol_type): Support STT_TLS.
259 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
260 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
261 Add SEC_THREAD_LOCAL.
262
53c7db4b
KH
2632002-05-23 Kazu Hirata <kazu@cs.umass.edu>
264
265 * rdcoff.c: Fix formatting.
266 * rddbg.c: Likewise.
267 * readelf.c: Likewise.
268 * rename.c: Likewise.
269 * resbin.c: Likewise.
270 * resrc.c: Likewise.
271 * resres.c: Likewise.
272
0af11b59
KH
2732002-05-21 Kazu Hirata <kazu@cs.umass.edu>
274
275 * filemode.c: Fix formatting.
276 * ieee.c: Likewise.
277 * is-ranlib.c: Likewise.
278 * is-strip.c: Likewise.
279 * maybe-ranlib.c: Likewise.
280 * maybe-strip.c: Likewise.
281 * nlmconv.c: Likewise.
282 * nm.c: Likewise.
283 * not-ranlib.c: Likewise.
284 * not-strip.c: Likewise.
285 * objcopy.c: Likewise.
286 * objdump.c: Likewise.
287
21611032
TS
2882002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
289
290 * objdump.c (dump_headers): Fix output formatting for ELF32
291 architectures in a BFD64 enabled toolchain.
292
26044998
KH
2932002-05-20 Kazu Hirata <kazu@cs.umass.edu>
294
295 * debug.c: Fix formatting.
296 * debug.h: Likewise.
297 * dlltool.c: Likewise.
298 * dllwrap.c: Likewise.
299 * emul_aix.c: Likewise.
300 * emul_vanilla.c: Likewise.
301
f462a9ea
KH
3022002-05-19 Kazu Hirata <kazu@cs.umass.edu>
303
304 * addr2line.c: Fix formatting.
305 * ar.c: Likewise.
306 * arsup.c: Likewise.
307 * arsup.h: Likewise.
308 * binemul.c: Likewise.
309 * binemul.h: Likewise.
310 * bucomm.c: Likewise.
311 * coffdump.c: Likewise.
312 * coffgrok.c: Likewise.
313 * coffgrok.h: Likewise.
314
e0159aa9
MM
3152002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
316
317 * MAINTAINERS: Add myself as the second AVR port maintainer.
318
074b403e
SC
3192002-05-16 Stephane Carrez <stcarrez@nerim.fr>
320
321 * MAINTAINERS: Update my email address.
322
2b9c8201
NC
3232002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
324
325 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
326
e1d5b1e7
AM
3272002-05-09 Alan Modra <amodra@bigpond.net.au>
328
329 * configure.in: Replace `*pe' with `pe' throughout.
330 * configure: Regenerate.
331
d3d8a9ee
NC
3322002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
333
334 * Makefile.am: Honour DESTDIR.
335 * Makefile.in: Regenerate.
336
405c98a4
AM
3372002-05-06 Alan Modra <amodra@bigpond.net.au>
338
a02d5965
AM
339 * dlltool.c (process_def_file): Add missing prototype.
340 (new_directive, assemble_file, main): Likewise.
341 (process_def_file, new_directive): Make static.
342 (inform): Rewrite using VA_FIXEDARG.
343 * dllwrap.c (mybasename): Add missing prototype.
344 (strhash, main): Likewise.
345 (inform): Rewrite using VA_FIXEDARG.
346 (warn): Likewise.
347 (cleanup_and_exit): Use old style function definition.
348 (strhash): Likewise.
349 * windres.c (define_resource): Use one memset to clear all of
350 struct res_resource.
351
405c98a4 352 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 353 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
354
3552002-05-06 Borut Razem <borut.razem@siol.net>
356
357 * rclex.l (get_string): Correct "strings" list handling.
358 * resrc.c (read_rc_file): Discard strings.
359
91593c9d
AM
3602002-05-04 Alan Modra <amodra@bigpond.net.au>
361
e58a75dc
AM
362 * ar.c (replace_members): Remove unused var. Formatting fix.
363 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
364
91593c9d
AM
365 * MAINTAINERS: Sort port maintainers by CPU.
366
6b52b824
AM
3672002-05-04 Bob Byrnes <byrnes@curl.com>
368
369 * size.c (display_archive): Add last_arfile and code to close archives.
370
dd70071f
AM
3712002-05-01 Alan Modra <amodra@bigpond.net.au>
372
373 * nm.c (print_symbol): Check returned filename from
374 bfd_find_nearest_line is non-NULL.
375
6c95717a
EZ
3762002-04-25 Elena Zannoni <ezannoni@redhat.com>
377
378 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
379
3c25c5f6
NC
3802002-04-24 Christian Groessler <chris@groessler.org>
381
382 * MAINTAINERS: Changed my email address.
383
944cd72c
TS
3842002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
385
386 * arparse.y: Fix syntax warning.
387
ea91f8bb
NC
3882002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
389
3e55a963
NC
390 * readelf.c (fetch_location_list): Remove unused function.
391
392 * readelf.c (process_corefile_note_segment): Catch corrupt notes
393 and display a warning message, then exit the loop.
394
ea91f8bb
NC
395 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
396
45b99827
NC
3972002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
398
399 * resrc.c (write_rc_dialog): If charset is non-default value
400 display all of the DIALOGEX parameters.
401
4022002-04-15 Eric Kohl <ekohl@rz-online.de>
403
404 * rcparse.y: Allow two to five parameter in FONT statement of
405 DIALOGEX resources.
406 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
407 resource data.
408 (res_to_bin_dialog): Likewise.
409 * windres.h: Added misssing charset variable to dialog_ex
410 structure.
411
acfbab8a
NC
4122002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
413
414 * rcparse.y: Set MEMFLAG_PURE by default.
415
df3baf66
NC
4162002-04-09 Bernd Herd <info@herdsoft.com>
417
418 * rcparse.y: CLASS definitions in DIALOG resources
419 are quoted.
4c30641a 420 Fix typo in BEDIT warning.
91eafb40 421 Don't add default dialog style when explicit style specified.
b62a12ca 422 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 423
b24eb5ac
NC
424 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
425 (handle_quotes) "\a" escape (used for right justified key
426 definitions in menus) is encodes as binary 8.
df3baf66 427
b24eb5ac
NC
428 * resrc.c (write_rc_dialog): Print style even if it is 0.
429 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 430 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 431
b24eb5ac
NC
432 * resbin.c (bin_to_res_dialog): Use signature to identify
433 DIALOGEX.
f7d63484 434
b24eb5ac 435 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 436
df3baf66
NC
4372002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
438
439 * resrc.c: print CLASS names in quotes
440
4412002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
442
443 * MAINTAINERS: Update my email address.
444
8e42bcb6
AM
4452002-04-04 Alan Modra <amodra@bigpond.net.au>
446
447 * dep-in.sed: Cope with absolute paths.
448 * Makefile.am (dep.sed): Subst TOPDIR.
449 Run "make dep-am".
450 * Makefile.in: Regenerate.
451
96f959e5
PT
4522002-03-27 Peter Targett <peter.targett@arc.com>
453
454 * MAINTAINERS: Update my email address.
455
1ea788ee
AM
4562002-03-21 Alan Modra <amodra@bigpond.net.au>
457
458 * Makefile.am: Run "make dep-am".
459 * Makefile.in: Regenerate.
460 * doc/Makefile.in: Regenerate.
461 * po/POTFILES.in: Regenerate.
462 * aclocal.m4: Regenerate.
463 * config.in: Regenerate.
464 * configure: Regenerate.
465
a2f14207
DB
4662002-03-20 Daniel Berlin <dan@dberlin.org>
467
468 * readelf.c: Add support for displaying dwarf2 location lists.
469 (do_debug_loc, debug_loc_section, debug_loc_size): New.
470 (parse_args): Use 'O' as shorthand for displaying location list
471 section.
472 (process_section_headers): Handle debug_loc as well.
473 (load_debug_loc): New.
474 (free_debug_loc): New.
475 (fetch_location_list): New.
476 (display_debug_loc): New.
477 (display_debug_info): Call load_debug_loc and free_debug_loc.
478 (debug_displays): We can display .debug_loc now, too.
479 (usage): Update usage string.
480 (read_and_display_attr_value): Note location lists, but don't
481 display them inline.
482
eb1e0e80
NC
4832002-03-18 Tom Rix <trix@redhat.com>
484
485 * Makefile.am: Add binutils emulation support.
486 * configure.in: Same.
487 * configure.tgt: New file. Same.
488 * ar.c (main): Use ar_emul_parse_arg.
489 (usage): Use ar_emul_usage.
490 (replace_members): Use ar_emul_replace, ar_emul_append.
491 * binemul.c: New file. Define the binutils emulation
492 layer. Define default methods.
493 * binemul.h: New file. Binutils emulation layer header file.
494 * emul_aix.c: New file. AIX binutils emulation.
495 * emul_vanilla.c: New file. Default binutils emulation.
496 * Makefile.in: Regenerate.
497 * configure: Same.
498
a1c259a1
NC
4992002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
500
501 * po/fr.po: Updated version.
502
9ce88e60
NC
5032002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
504
505 * po/fr.po: Updated version.
506
effb0601
DJ
5072002-03-07 Daniel Jacobowitz <drow@mvista.com>
508
509 * README: Update some version numbers.
510
a65688ab
DJ
5112002-03-07 Daniel Jacobowitz <drow@mvista.com>
512
513 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
514 (Architecture Selection): Likewise.
515
f3f7fbb2
NC
5162002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
517
518 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
519 generating .exp file.
520
25345be5
NC
5212002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
522
523 * readelf.c (dump_relocations): Fix typo.
524
9a66911f
NC
5252002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
526
527 * NEWS: Mark 2.12 branch.
528
2c71103e
NC
5292002-02-18 Timothy Daly <remote_bob@yahoo.com>
530
531 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
532 types for 64-bit MIPS. Narrow some fields for 80-char
533 output.
534 (dump_relocations): Change spelling from 'unrecognised'
535 to 'unrecognized'.
536 (decode_ARM_machine_flags): Likewise.
537 (parse_args): Likewise.
538 (read_and_display_attr_value): Likewise.
539 (display_debug_section): Likewise.
540
49fda6c8
HPN
5412002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
542
543 * NEWS: Mention support for MMIX.
544
76f57f3a
JT
5452002-02-13 Matt Fredette <fredette@netbsd.org>
546
547 * readelf.c (get_machine_flags): Recognize EF_M68000.
548
d36ca9c2
AO
5492002-02-12 Alexandre Oliva <aoliva@redhat.com>
550
551 * MAINTAINERS: Added self as MN10300 co-maintainer.
552
19397422
AM
5532002-02-12 Alan Modra <amodra@bigpond.net.au>
554
555 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
556 DT_PPC64_OPDSZ.
557
d434e574
DJ
5582002-02-11 Daniel Jacobowitz <drow@mvista.com>
559
560 * MAINTAINERS: List myself as branch maintainer.
561
12b87c89
AM
5622002-02-11 Alan Modra <amodra@bigpond.net.au>
563
564 * configure: Regenerate.
565 * objcopy.c: Update copyright date.
566 * doc/Makefile.in: Regenerate.
567
8d037c5c
DJ
5682002-02-10 Daniel Jacobowitz <drow@mvista.com>
569
570 * nlmconv.c: Back out localtime PARAMS change.
571
4c168fa3
AM
5722002-02-11 Alan Modra <amodra@bigpond.net.au>
573
574 * objcopy.c (MKDIR): Define.
575 (copy_archive): Make name_list.name const. Use MKDIR.
576 Handle duplicate files in archives by making more temp dirs.
577
408f8db1
DJ
5782002-02-10 Daniel Jacobowitz <drow@mvista.com>
579
580 * coffdump.c: Include "getopt.h" after "bucomm.h"
581 so that macros are defined correctly.
582 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
583 prototype. Prototype main.
584 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
585
9f77fa06
AO
5862002-02-06 Alexandre Oliva <aoliva@redhat.com>
587
588 * MAINTAINERS: Added self as SH co-maintainer.
589
82f6addb
NC
5902002-02-05 Nick Clifton <nickc@redhat.com>
591
592 * po/tr.po: Updated translation.
593
ba323545
AM
5942002-02-01 Alan Modra <amodra@bigpond.net.au>
595
596 * Makefile.am: Run "make dep-am"
597 * Makefile.in: Regenerate.
598
3deb89d3
DJ
5992002-01-29 Daniel Jacobowitz <drow@mvista.com>
600
601 * nm.c (print_value): Mark abfd unused.
602
a0e9c55f
DJ
6032002-01-29 Daniel Jacobowitz <drow@mvista.com>
604
605 * unwind-ia64.c (unw_decoder): Change second argument
606 to unsigned int, to match function prototypes.
607
d7a283d4
DJ
6082002-01-29 Daniel Jacobowitz <drow@mvista.com>
609
610 * objdump.c: Include "getopt.h" after "bucomm.h" so that
611 __GNU_LIBRARY__ will be defined.
612 * size.c: Likewise.
613
4867be41
DJ
6142002-01-27 Daniel Jacobowitz <drow@mvista.com>
615
616 * configure: Regenerated.
617
7562a296
HPN
6182002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
619
620 * doc/Makefile.am (install): Depend on install-info.
621 * doc/Makefile.in: Regenerate.
622
15c82623
NC
6232002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
624
625 * objcopy.c (strip_usage): Document -d as an alias
626 --strip-debug.
627
628 * size.c (usage): Document [-t | --totals] options.
629 (long_options): Add --totals option.
630 (main): If the [-t | --totals] option is specified and
631 the output format is Berkeley-style, print the total
632 text, data, and bss sizes of all objects listed.
633 (print_berkeley_format): If the [-t | --totals] option
634 is specified, track the total text, data, and bss
635 sizes.
636 * doc/binutils.texi (size): Document [-t | --totals] options.
637 (strip): Document -d as an alias for --strip-debug.
638 * NEWS: Mention new feature of size.
639
00ea8601 6402002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 641
1ddbd152
NC
642 * po/fr.po: Updated version.
643 * po/es.po: Updated version.
b85cedd7 644
8b53311e
NC
6452002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
646
647 * addr2line.c (usage): Update text to provide verbose
648 description of the command line options.
649 * ar.c (usage): Update text to provide verbose
650 description of the command line options.
651 (main): Accept -h and -H when running as ranlib.
652 * coffdump.c (show_usage): Update text to provide verbose
653 description of the command line options.
654 * dlltool.c (main): Accept -H as an alias for --help.
655 * nlmconv.c (show_usage): Update text to provide verbose
656 description of the command line options.
657 * nm.c (usage): Replace OPTIONS with option(s).
658 (main): Accept -H as an alias for --help.
659 * objcopy.c (strip_main): Accept -H as an alias for --help.
660 * objdump.c (main): Accept -v as an alias for --verbose.
661 * readelf.c (usage): Adjust format to match style used in
662 other binutils.
663 * size.c (usage): Update text to provide verbose description
664 of the command line options.
665 (main): Accept -v, -h and -H as command line options.
666 * srconv.c (show_usage): Update text to provide verbose
667 description of the command line options.
668 * strings.c (main): Accept -H and -v as command line options.
669 (usage): Update text to provide verbose description of the
670 command line options.
671 * sysdump.c (show_usage): Update text to provide verbose
672 description of the command line options.
673 * windres.c (usage): Adjust format to match style used in
674 other binutils.
675
676 * coffdump.c: Fix formatting.
677 * nlmconv.c: Fix formatting.
678 * srconv.c: Fix formatting.
679 * sysdump.c: Fix formatting.
680
c46f0c34
AM
6812002-01-22 Alan Modra <amodra@bigpond.net.au>
682
683 * Makefile.am: Run "make dep-am".
684 * Makefile.in: Regenerate.
685
2a538ba5
AJ
6862002-01-18 Andreas Jaeger <aj@suse.de>
687
688 * version.c (print_version): Update year.
689
285d1771
AM
6902002-01-17 Alan Modra <amodra@bigpond.net.au>
691
692 * readelf.c (get_machine_name): Handle EM_PPC64.
693 (guess_is_rela): Here too.
694
328577ad
NC
6952002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
696
697 * po/binutils.pot: Regenerate.
698 * po/fr.po: Regenerate.
699 * po/tr.po: Regenerate.
700
af3ae48d
NC
7012002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
702
703 * po/tr.po: Import new version.
704
f1cb7e17
AM
7052002-01-16 Alan Modra <amodra@bigpond.net.au>
706
707 * readelf.c (get_ppc64_dynamic_type): New.
708 (get_dynamic_type): Call it.
709
6364e0b4
NC
7102002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
711
3ab9460d
NC
712 * objcopy.c (copy_usage): Use "options" instead of "switches".
713 (strip_usage): Use "options" instead of "switches".
714 * doc/binutils.texi (dlltool): Refer to "options" instead of
715 "switches".
6364e0b4 716
3a7e524e
RE
7172002-01-14 Richard Earnshaw <rearnsha@arm.com>
718
719 * MAINTAINERS: Add self as co-maintainer for the ARM code.
720
1209e219
NC
7212001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
722
723 * po/es.po: Import from translation project.
724 * configure.in (ALL_LINGUAS): Add es.
725 * configure: Regenerate.
726
b4db1224
JT
7272002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
728
729 * readelf.c (get_netbsd_elfcore_note_type): Use
730 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
731
9437c45b
JT
7322002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
733
734 * readelf.c: Update copyright years.
735 (get_note_type): Return a const char *.
736 (get_netbsd_elfcore_note_type): New function.
737 (process_note): Use get_netbsd_elfcore_note_type to get
738 the note type string for NetBSD ELF core files.
739
00428cca
AM
7402002-01-06 Steve Ellcey <sje@cup.hp.com>
741
742 * readelf.c (get_ia64_segment_type): Add support for macros.
743 (get_segment_type): Add support for IA64 specific macros.
744
31104126
NC
7452001-12-20 Julian v. Bock <julian@wongr.net>
746
747 * readelf.c (print_symbol): New function: Print a formatted symbol
748 name. If --wide is specified do not truncate it.
749 (dump_relocations): Use print_symbol() to print symbol names.
750 (process_symbol_table): Likewise.
751 (process_syminfo): Likewise.
752 (process_mips_specific): Likewise.
753 (usage): Document new feature of --wide switch.
754 * doc/binutils.texi (objdump): Document additional behaviour of
755 --wide.
2a538ba5 756
4dd67f29
MS
7572001-12-18 Michael Snyder <msnyder@redhat.com>
758
759 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
760 (copy_object): Don't set the start address or flags of a core file.
761 (copy_section): Don't relocate a core file. Don't copy contents
762 if the input section has the contents flag set, but the output
763 section does not (which happens with the fake 'note' pseudo-
764 sections that BFD creates for corefiles).
765
43521d43
TS
7662001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
767
768 * readelf.c (get_machine_flags): Recognize header flags for ABI and
769 ASE extensions. More robust code for ISA checking. Ignore empty fields
770 in header flags for GNU extensions.
771
b667df2e
AM
7722001-12-18 Alan Modra <amodra@bigpond.net.au>
773
774 * objcopy.c (copy_archive): Set output bfd format outside the loop.
775
17a5a5c3
NC
7762001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
777
778 * po/ja.po: Import from translation project.
779 * configure.in (ALL_LINGUAS): Add ja.
780 * configure: Regenerate.
781
65de42c0
TS
7822001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
783
784 * addr2line.c (main): Protoype.
785 * ar.c (main): Protoype.
786 * nm.c (main): Protoype.
787 * objcopy.c (main): Protoype.
788 * objdump.c (main): Protoype.
789 * size.c (main): Protoype.
790 * strings.c (main): Protoype.
791
9ad5cbcf
AM
7922001-12-17 Alan Modra <amodra@bigpond.net.au>
793
794 * readelf.c (symtab_shndx_hdr): New global.
795 (SECTION_HEADER_INDEX): Define.
796 (SECTION_HEADER_NUM): Define.
797 (SECTION_HEADER): Define.
798 (GET_ELF_SYMBOLS): Pass two params rather than three.
799 (get_32bit_elf_symbols): Take file and section args. Read and
800 use SHT_SYMTAB_SHNDX.
801 (get_64bit_elf_symbols): Likewise.
802 (dump_relocations): Use SECTION_HEADER to index "section_headers".
803 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
804 Remember symtab_shdx_hdr.
805 (process_program_headers): Scan from index 1 for segment map.
806 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
807 "section_headers".
808 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
809 (process_unwind): Likewise.
810 (process_version_sections): Likewise.
811 (process_symbol_table): Likewise.
812 (display_debug_info): Likewise.
813 (process_dynamic_segment): Fake up a symtab section for changed
814 GET_ELF_SYMBOLS.
815 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
816 (process_program_headers): Kill signed/unsigned warning.
817 (load_debug_str): Likewise.
818 (display_debug_info): Likewise.
819
65765700
JJ
8202001-12-13 Jakub Jelinek <jakub@redhat.com>
821
822 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
823
560f3c1c
AM
8242001-12-11 Alan Modra <amodra@bigpond.net.au>
825
826 * readelf.c (process_file_header): Print extended e_shnum and
827 e_shdtrndx values. Set elf_header values for same.
828 (get_32bit_section_headers): Add "num" arg to read "num" headers.
829 (get_64bit_section_headers): Likewise.
830 (process_section_headers): Update calls.
831 (get_file_header): Call get_32bit_section_headers or 64bit variant.
832
bc408b8a
JJ
8332001-12-10 Jakub Jelinek <jakub@redhat.com>
834
835 * objcopy.c (setup_section): Copy entsize.
836
93fbbb04
GK
8372001-12-07 Geoffrey Keating <geoffk@redhat.com>
838
839 * readelf.c (guess_is_rela): Add support for stormy16.
840 (dump_relocations): Likewise.
841 (get_machine_name): Likewise.
842
e3c8793a
NC
8432001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
844
845 * dllwrap.c (main) Replace multiple strings describing a
846 single error with a single, newline escaped sentence to permit
847 better translation into foreign languages.
848
849 * readelf.c (get_elf_class): Remove internalionalisation of ELF
850 class names.
851
956cd1d6
TS
8522001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
853
854 * strings.c (get_char): Initialize value.
855
956c53ee
TS
8562001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
857
858 * arlex.l: Silence compile warnings.
859 * arsup.h: Likewise. Fix formatting.
860
cedd9a58
JJ
8612001-12-04 Jakub Jelinek <jakub@redhat.com>
862
863 * strings.c: Include config.h before bfd.h.
864 (file_off): New type.
865 (file_open): Define.
866 (print_strings): Use file_off instead of file_ptr. Print addresses
867 which don't fit into long correctly.
868 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
869 available.
870 (strings_file): Use file_off instead of file_ptr. Use file_open.
871 * configure.in: Check for getc_unlocked.
872 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
873 be defined for it.
874 * configure: Rebuilt.
875 * config.h.in: Rebuilt.
876
af667503
L
8772001-11-29 H.J. Lu <hjl@gnu.org>
878
879 * bucomm.c (make_tempname): Revert the changes made on
880 2001-11-14 and 2001-11-12. They won't work with directories.
881
16474668
NC
8822001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
883
884 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
885 CFLAGS_FOR_TARGET to runtest in environment.
886 * Makefile.in: Rebuild.
887 * doc/Makefile.in: Rebuild.
888
17978339
MS
8892001-11-28 Mike Stump <mrs@wrs.com>
890
891 * objcopy.c (setup_section): Preserve SEC_RELOC when
892 --set-section-flags is used.
893
261a45ad
NC
8942001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
895
896 * readelf.c (do_debug_str): New variable.
897 (display_debug_str): New function: Display the contents of a
898 .debug_str section.
899 (load_debug_str): New function: Load in the contents of a
900 .debug_str section.
901 (free_debug_str): New function: Free the memory used by
902 load_debug_str().
903 (fetch_indirect_string): Retrieve a string from the .debug_str
904 section.
905 (usage): Add -ws.
906 (parse_args): Accept -ws.
907 (process_section_headers): Allow the display of the .debug_str
908 section.
909 (read_and_display_attr_value): Use fetch_indirect_string. Show
910 offset into .debug_str section.
911 (display_debug_info): Use load_debug_str and free_debug_str.
912 (debug_displays): Add .debug_str.
913 * doc/binutils.texi: Document -ws.
914
b8908f93
AJ
9152001-11-19 Andreas Jaeger <aj@suse.de>
916
917 * testsuite/binutils-all/objdump.exp: Add x86-64.
918
e5fb9629
AS
9192001-11-15 Andreas Schwab <schwab@suse.de>
920
921 * readelf.c: Fix warnings without terminating newline.
922
802a735e
AM
9232001-11-15 Alan Modra <amodra@bigpond.net.au>
924
925 * doc/binutils.texi (objdump): Document ppc -M options.
926
b89e9eae
AJ
9272001-11-14 Andreas Jaeger <aj@suse.de>
928
929 * doc/binutils.texi (objdump): Fix description to use x86-64.
930
a6a25652
NC
9312001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
932
933 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
934 not all systems provide mkstemp.
935
e396998b
AM
9362001-11-14 Alan Modra <amodra@bigpond.net.au>
937
938 * doc/binutils.texi (objdump): Document x86 -M options.
939
81766fca
RH
9402001-11-13 Keith Walker <keith.walker@arm.com>
941
942 * readelf.c (read_and_display_attr_value): New function to
943 handle DW_FORM_indirect.
944 (read_and_display_attr): Use it.
945
1a509dcc
GK
9462001-11-13 Geoffrey Keating <geoffk@redhat.com>
947
948 * readelf.c (display_debug_lines): Deal with unknown standard
949 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
950 DW_LNS_set_isa.
951
6e917903 9522001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 953
6e917903
TW
954 * MAINTAINERS: Add self as tic54x maintainer. This target
955 includes the IBM C54XDSP clone.
7559e86e 956
6e917903 9572001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 958
7559e86e
NC
959 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
960
9612001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 962
ecdadc4a
JL
963 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
964 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
965 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
966 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
967 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
968 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
969 (unw_decode_b2, unw_decode_b3_b4): Likewise.
970
91770270
JL
971 * readelf.c (get_elf_class): Fix ISO portability glitch.
972 (get_data_encoding, get_osabi_name, request_dump): Likewise.
973
ef5cdfc7
JJ
9742001-11-07 Jakub Jelinek <jakub@redhat.com>
975
976 * readelf.c (debug_str, debug_str_size): New.
977 (display_debug_abbrev): If no abbrevs were read, skip the CU.
978 Call free_abbrevs.
979 (read_and_display_addr): Handle DW_FORM_strp.
980 (display_debug_info): Read .debug_str section if present,
981 so that DW_FORM_strp can be handled.
982 Fix test for non-existant .debug_abbrev section.
983
5e9520c8
JJ
9842001-11-05 Jakub Jelinek <jakub@redhat.com>
985
986 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
987
988 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
989
54589086
MS
9902001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
991
992 * MAINTAINERS: Add self as s390/s390x maintainer.
993
c05b685b
TR
9942001-11-02 Tom Rix <trix@bluey.cygnus.com>
995
996 * MAINTAINERS: Add self as PPC XCOFF maintainer.
997
3c62831e
NC
9982001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
999
1000 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1001 * configure: Regernate.
1002 * po/fr.po: New file.
1003 * po/tr.po: New file.
1004
3c3bdf30
NC
10052001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1006
9b19141a 1007 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1008 * readelf.c: Include elf/mmix.h.
1009 (guess_is_rela): MMIX is RELA.
1010 (dump_relocations): Handle MMIX relocations.
1011 * Makefile.am: Regenerate dependencies.
1012 * Makefile.in: Regenerate.
1013
f662939a
NC
10142001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1015
1016 * readelf.c (parse_args): Handle multiple options to the -w
1017 switch.
1018
c91d0dfb
JJ
10192001-10-12 Jakub Jelinek <jakub@redhat.com>
1020
1021 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1022 LOPROC, LOOS and LOUSER.
1023
7559e86e 10242001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1025
1026 * MAINTAINERS: Update my email address.
1027
fcd8210c
AM
10282001-10-03 Alan Modra <amodra@bigpond.net.au>
1029
1030 * doc/Makefile.in: Regenerate.
1031 * configure: Regenerate.
1032
428409d5
NC
10332001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1034
1035 * readelf.c (display_debug_line, display_debug_pubnames,
1036 display_debug_info, display_debug_frames): Detect and warn
1037 about 64-bit format entries.
1038 (display_debug_aranges): Reword 64-bit warning.
1039 (debug_displays): Add .debug_pubtypes as a known, but not yet
1040 supported, debug section.
1041
6a8c2b0d
AM
10422001-10-02 Alan Modra <amodra@bigpond.net.au>
1043
1044 * coffdump.c (PROGRAM_VERSION): Delete.
1045 (main <'V'>): Call print_version.
1046 * srconv.c: Likewise.
1047 * sysdump.c: Likewise.
1048 * version.c (program_version): Remove.
1049 (print_version): Use BFD_VERSION_STRING. Just print the current
1050 year in copyright message.
1051 * addr2line.c (program_version): Remove unused declaration.
1052 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1053 place of BFD_VERSION.
1054 * Makefile.am (Makefile): Depend on bfd/configure.in.
1055 (cplus-dem.o): Depend on Makefile.
1056 Run "make dep-am".
1057 * Makefile.in: Regenerate.
1058
e414a165
NC
10592001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1060
1061 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1062 format .debug_arange sections.
1063 (main): Add missing prototype.
b8908f93 1064
efc3ee7f
HPN
10652001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1066
1067 * Makefile.am: Update dependencies with "make dep-am".
1068 * Makefile.in: Regenerate.
1069
9e85c2a0
RH
10702001-09-28 Richard Henderson <rth@redhat.com>
1071
1072 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1073
451dad9c
AM
10742001-09-26 Alan Modra <amodra@bigpond.net.au>
1075
1076 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1077 VA_CLOSE.
1078 (non_fatal): Likewise.
1079 * objdump.c (objdump_sprintf): Likewise.
1080 * readelf.c (error): Likewise.
1081 (warn): Likewise.
1082
d974e256
JJ
10832001-09-25 Jakub Jelinek <jakub@redhat.com>
1084
1085 * readelf.c (do_wide): New.
1086 (options): Add --wide.
1087 (usage, parse_args): Likewise.
1088 (process_program_headers): Put each segment on a single line if
1089 --wide is given.
1090 (process_section_headers): Put each section on a single line if
1091 --wide is given.
1092 * doc/binutils.texi: Document it.
1093 * NEWS: Likewise.
1094
2f11c261
AM
10952001-09-25 Alan Modra <amodra@bigpond.net.au>
1096
1097 * readelf.c (print_vma): Print 8 digits of low hex value.
1098
1d50f91e
AJ
10992001-09-24 Andreas Jaeger <aj@suse.de>
1100
1101 * nlmconv.c: Fix warnings about unused attributes and function
1102 prototypes.
1103
1104 * strings.c: Add prototype for get_char.
1105
38131e67
L
11062000-09-19 H.J. Lu <hjl@gnu.org>
1107
1108 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1109 $(srcdir)/cxxfilt.man.
1110 * doc/Makefile.in: Rebuild.
1111
3bcfb3e4
AM
11122001-09-19 Alan Modra <amodra@bigpond.net.au>
1113
1114 * objcopy.c (copy_main): Correct rename-section string parsing.
1115 Consolidate new_name parsing, and error messages.
1116
3882b010
L
11172001-09-18 Bruno Haible <haible@clisp.cons.org>
1118
1119 * addr2line.c: Don't include <ctype.h>.
1120 (main): For gettext, also set the LC_CTYPE locate facet.
1121 * ar.c (main): Likewise.
1122 * coffdump.c (main): Likewise.
1123 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1124 (main): For gettext, also set the LC_CTYPE locate facet.
1125 Use ISALNUM instead of isalpha/isdigit.
1126 * dllwrap.c: Don't include <ctype.h>.
1127 (main): For gettext, also set the LC_CTYPE locate facet.
1128 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1129 (main): For gettext, also set the LC_CTYPE locate facet.
1130 Use TOUPPER instead of islower/toupper.
1131 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1132 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1133 Use TOUPPER instead of islower/toupper.
1134 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1135 * objcopy.c (main): Likewise.
1136 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1137 (disassemble_bytes): Use ISPRINT instead of isprint.
1138 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1139 (dump_data): Use ISPRINT instead of isprint.
1140 (main): For gettext, also set the LC_CTYPE locate facet.
1141 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1142 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1143 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1144 Use TOUPPER instead of islower/toupper.
1145 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1146 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1147 (write_rc_accelerators): Use ISPRINT instead of isprint.
1148 (write_rc_rcdata): Likewise.
1149 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1150 * srconv.c (main): Likewise.
1151 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1152 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1153 isdigit/isupper/islower.
1154 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1155 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1156 stab_demangle_prefix, stab_demangle_qualified,
1157 stab_demangle_template, stab_demangle_type,
1158 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1159 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1160 (isgraphic): Use ISPRINT instead of isascii/isprint.
1161 (main): Remove HAVE_LC_MESSAGES dependency.
1162 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1163 (pbarray): Use ISPRINT instead of isprint.
1164 (main): For gettext, also set the LC_CTYPE locate facet.
1165 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1166 (format_from_filename): Use ISPRINT instead of isprint.
1167 (main): For gettext, also set the LC_CTYPE locate facet.
1168 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1169 (unicode_print): Use ISPRINT instead of isprint.
1170 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1171 (stab_variable): Use ISDIGIT instead of isdigit.
1172
e59b4dfb
AM
11732001-09-18 Alan Modra <amodra@bigpond.net.au>
1174
1175 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1176 Replace bfd_read call with call to bfd_bread.
1177 (extract_file): Likewise.
1178
1179 * objdump.c (dump_section_header): Cast section->filepos to
1180 unsigned long to suit printf format string.
1181 * readelf.c (process_section_headers): Similarly for sh_offset.
1182 (process_unwind): Likewise.
1183
d132876a
NC
11842001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1185
1186 * strings.c (encoding, encoding_bytes): New variables.
1187 (long_options): Add --encoding.
1188 (main): Accept -e and --encoding.
1189 (get_char): New function. Read a, possibly wide, character from
1190 the input stream.
1191 (print_strings): Use get_char().
1192 (usage): Document new command line option.
1193 * doc/binutils.texi: Document new command line option.
1194 * NEWS: Announce new command line option.
1195
7559e86e 11962001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1197
1198 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1199 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1200 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1201 Removed EM_CYGNUS_ARC.
1202
7559e86e 12032001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1204
1205 * readelf.c: Include elf/h8 for H8 series definitions.
1206 (guess_is_rela): H8 series if RELA.
1207 (dump_relocations): Handle H8 series relocations.
1208
0823fbca
EC
12092001-08-31 Eric Christopher <echristo@redhat.com>
1210
1211 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1212
8db76d70
PT
12132001-08-29 Peter Targett <peter.targett@arccores.com>
1214
1215 * MAINTAINERS: Include ARC Maintainer.
1216
d81d6584
BE
12172001-08-29 Ben Elliston <bje@redhat.com>
1218
1219 * stabs.c (stab_demangle_template): Initialise s4.
1220
25a1ff5b
AM
12212001-08-27 Alan Modra <amodra@bigpond.net.au>
1222
1223 * readelf.c (dump_relocations): Recognise EM_PPC64.
1224
a5d22d2a
TS
12252001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1226
1227 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1228
62a5a82d
L
12292001-08-25 H.J. Lu <hjl@gnu.org>
1230
1231 * nm.c (print_width): New.
1232 (display_rel_file): Set `print_width' according to
1233 bfd_sprintf_vma.
1234 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1235
1ae8b3d2
AO
12362001-08-24 Alexandre Oliva <aoliva@redhat.com>
1237
1238 * objcopy.c (use_alt_mach_code): New variable.
1239 (OPTION_ALT_MACH_CODE): Define.
1240 (copy_options): Added --alt-machine-code.
1241 (copy_main): Handle it.
1242 (copy_object): Switch to alternate machine code if requested.
1243 * doc/binutils.texi: Document new option.
1244 * NEWS: Likewise.
1245
d1bdd336
TS
12462001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1247
1248 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1249
410f7a12
L
12502001-08-21 H.J. Lu <hjl@gnu.org>
1251
1252 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1253 (display_debug_info): Cast for 64bit hosts.
1254 (display_debug_frames): Likewise.
1255 (process_mips_specific): Likewise.
1256
c32144ff
AJ
12572001-08-21 Andreas Jaeger <aj@suse.de>
1258
1259 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1260
1261 * sysdump.c: Add missing prototypes.
1262 * srconv.c: Likewise.
1263 * unwind-ia64.c: Likewise.
1264 * coffdump.c: Likewise.
1265
1266 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1267
1268 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1269 of declaring xcalloc.
1270
d8180c76
L
12712001-08-10 H.J. Lu <hjl@gnu.org>
1272
1273 * nm.c (print_value): Add one arg, bfd *.
1274 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1275 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1276 (print_symbol_info_sysv): Likewise.
1277 (print_symbol_info_posix): Likewise.
1278
1279 * objdump.c (dump_section_header): Replace printf_vma with
1280 bfd_printf_vma.
1281 (print_section_stabs): Likewise.
1282 (dump_bfd_header): Likewise.
1283 (objdump_print_value): Replace sprintf_vma with
1284 bfd_sprintf_vma.
1285 (disassemble_bytes): Likewise.
1286 (dump_reloc_set): Likewise.
1287
0218d1e4
AJ
12882001-08-10 Andreas Jaeger <aj@suse.de>
1289
1290 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1291 to build warnings.
1292 * configure: Regenerate.
1293
2863d58a
AM
12942001-08-09 Alan Modra <amodra@bigpond.net.au>
1295
1296 * readelf.c: Add missing prototypes.
1297 * objdump.c: Likewise. Format existing prototypes.
1298
c0e047e0
AO
12992001-08-08 Alexandre Oliva <aoliva@redhat.com>
1300
1301 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1302 of any RELA relocation for the abbrev_offset memory location that
1303 refers to the .debug_abbrev section symbol.
1304
ff78d6d6
L
13052001-08-07 H.J. Lu <hjl@gnu.org>
1306
1307 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1308 (main): Return process_file ().
1309
c36774d6
PB
13102001-08-05 Philip Blundell <philb@gnu.org>
1311
1312 * doc/binutils.texi: Use "Thumb" not "THUMB".
1313
8f9d9bd9
JH
13142001-08-03 John Healy <jhealy@redhat.com>
1315
1316 Patch suggested by Frank Eigler <fche@redhat.com>.
1317 * objdump.c (disassemble_data): Fill in section member of the
1318 disasm_info structure.
1319
c918cb96
DD
13202001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1321
1322 * configure.in: Added --with-windres option.
1323 * configure: Regenerated.
1324
c7c55b78
NC
13252001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1326
1327 * doc/binutils.texi: Use @command{name} for commands;
1328 use @option{-opt} for options; use @table @env for list of options;
1329 remove spaces arround [ | ] in synopsis.
1330
1331 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1332 center title.
1333
594ef5db
NC
13342001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1335
1336 * objcopy.c: Fix formatting.
1337 (section_rename): New structure.
1338 (OPTION_RENAME_SECTION): New switch.
1339 (copy_usage): Document new switch.
1340 (add_section_rename): New function: Add a node to the section
1341 rename list.
1342 (find_section_rename): New function: Find the new name and
1343 flags for a section.
1344 (setup_section): Call find_section_name to determine the name
1345 of the output section.
1346 (copy_main): Handle OPTION_RENAME_SECTION.
1347 * binutils.texi: Document new switch.
1348 * NEWS: Mention new switch.
1349
1f554c69
NC
13502001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1351
1352 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1353 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1354 bug-binutils@gcc.org.
1355
2f83960e
AM
13562001-07-28 Matthias Kramm <kramm@quiss.org>
1357
1358 * bucomm.c (list_supported_architectures): New function.
1359 * bucomm.h (list_supported_architectures): Declare.
1360 * objdump.c (usage): Call the above.
1361
20fe0649
DB
13622001-07-25 Dave Brolley <brolley@redhat.com>
1363
1364 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1365 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1366
1b577b00
NC
13672001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1368
1369 * README: Update for 2.11. Change bug reporting email address.
1370 * MAINTAINERS: Tidy up. Change bug reporting email address.
1371
95fd336c
DD
13722001-07-16 DJ Delorie <dj@redhat.com>
1373
5f16d855
DD
1374 * resres.c (write_res_header): Align header size.
1375 (res_align_file): Calculate alignment correctly.
1376
95fd336c
DD
1377 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1378 correct 10).
1379 * resrc.c (write_rc_resource): Likewise.
1380 * windres.h (SUBLANG_SHIFT): Define - as 10.
1381
ed8fee27
NC
13822001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1383
1384 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1385
90ab7e9a
NC
13862001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1387
1388 * MAINTAINERS: Add notes about branch checkins.
1389
e0c60db2
NC
13902001-07-05 Daniel Berlin <dan@cgsoftware.com>
1391
1392 * readelf.c (display_debug_macinfo): New function, display
1393 .debug_macinfo section.
1394 (do_debug_macinfo): New variable.
1395 (parse_args): Handle "-w[mM]" to mean display macro info.
1396 (process_section_headers): Handle debug_macinfo.
1397 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1398 function for .debug_macinfo display.
e0c60db2
NC
1399 * doc/binutils.texi: Document new command line switch.
1400 * NEWS: Document new feature of readelf.
0218d1e4 1401
24e01a36
L
14022001-07-05 H.J. Lu <hjl@gnu.org>
1403
1404 * objcopy.c (filter_symbols): Don't turn undefined symbols
1405 into local.
1406
4258bf4d
L
14072001-07-03 H.J. Lu <hjl@gnu.org>
1408
1409 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1410 $@.pod.
1411 (ar.1): Likewise.
1412 (dlltool.1): Likewise.
1413 (nlmconv.1): Likewise.
1414 (nm.1): Likewise.
1415 (objcopy.1): Likewise.
1416 (objdump.1): Likewise.
1417 (ranlib.1): Likewise.
1418 (readelf.1): Likewise.
1419 (size.1): Likewise.
1420 (strings.1): Likewise.
1421 (strip.1): Likewise.
1422 (windres.1): Likewise.
1423 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1424 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1425 $(DEMANGLER_NAME).
1426 (as.1): Removed.
1427 * doc/Makefile.in: Regenerated.
1428
7014bc31
NC
14292001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1430
1431 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1432
b811889f
NC
14332001-07-01 Daniel Berlin <dan@cgsoftware.com>
1434
1435 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1436
12ab83a9
NC
14372001-06-29 James Cownie <jcownie@etnus.com>
1438
1439 * readelf.c: Support DWARF 2.1 attributes.
1440
a6e9f9df
AM
14412001-06-28 Alan Modra <amodra@bigpond.net.au>
1442
1443 * readelf.c (GET_DATA_ALLOC): Remove.
1444 (GET_DATA): Remove.
1445 (get_data): New function combining above macros, with an extra
1446 test for zero size.
1447 (slurp_rela_relocs): Use get_data, and catch error return.
1448 (slurp_rel_relocs): Likewise.
1449 (get_32bit_program_headers): Likewise.
1450 (get_64bit_program_headers): Likewise.
1451 (get_32bit_section_headers): Likewise.
1452 (get_64bit_section_headers): Likewise.
1453 (get_32bit_elf_symbols): Likewise.
1454 (get_64bit_elf_symbols): Likewise.
1455 (process_section_headers): Likewise.
1456 (process_relocs): Likewise.
1457 (slurp_ia64_unwind_table): Likewise.
1458 (process_unwind): Likewise.
1459 (get_32bit_dynamic_segment): Likewise.
1460 (get_64bit_dynamic_segment): Likewise.
1461 (process_dynamic_segment): Likewise.
1462 (process_version_sections): Likewise.
1463 (process_symbol_table): Likewise.
1464 (dump_section): Likewise.
1465 (display_debug_info): Likewise.
1466 (display_debug_section): Likewise.
1467 (process_section_contents): Likewise.
1468 (process_corefile_note_segment): Likewise.
1469 (process_mips_specific): Likewise. Also free econf32, econf64.
1470
af3fc3bc
AM
14712001-06-25 Alan Modra <amodra@bigpond.net.au>
1472
1473 * readelf.c (dump_relocations): Print "bad symbol index" if
1474 symtab == NULL with non-zero symtab_index.
1475 (process_relocs): Don't bomb if reloc section has no symsec.
1476
6d900bf6
L
14772001-06-24 H.J. Lu <hjl@gnu.org>
1478
1479 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1480 by accident.
1481 (copy_main): Apply the the change made to strip_main on
1482 2001-05-30 by accident.
1483
49b4e386
AJ
14842001-06-23 Andreas Jaeger <aj@suse.de>
1485
1486 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1487 parameter 'code'.
1488 (unw_decode_x2): Likewise.
1489 (unw_decode_x3): Likewise.
1490 (unw_decode_x4): Likewise.
1491
d8dc71e3
BE
14922001-06-23 Ben Elliston <bje@redhat.com>
1493
1494 * MAINTAINERS: Add myself as M88k maintainer.
1495
af3bdff7
NC
14962001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1497
1498 * objcopy.c (strip_main): Support -o or --output-file command lien
1499 switch.
1500
105e7211
L
15012001-06-19 H.J. Lu <hjl@gnu.org>
1502
1503 * doc/Makefile.in: Regenerated.
1504
c45021f2
NC
15052001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1506
1507 * readelf.c: Restore formatting.
1508
15092001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1510
1511 * Makefile.am: Move documentation into doc subdirectory.
1512 * Makefile.in: Regenerated.
1513 * binutils.texi: Move into doc subdirectory.
1514 * addr2line.1: Removed.
1515 * ar.1: Likewise.
1516 * dlltool.1: Likewise.
1517 * nlmconv.1: Likewise.
1518 * nm.1: Likewise.
1519 * objcopy.1: Likewise.
1520 * objdump.1: Likewise.
1521 * ranlib.1: Likewise.
1522 * readelf.1: Likewise.
1523 * size.1: Likewise.
1524 * strings.1: Likewise.
1525 * strip.1: Likewise.
1526 * windres.1: Likewise.
1527 * cxxfilt.man: Likewise.
1528 * doc: New Directory.
1529 * doc/Makefile.am: New file.
1530 * doc/Makefile.in: Generate.
1531
09ad7db3
AM
15322001-06-09 Alan Modra <amodra@bigpond.net.au>
1533
1534 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1535
936260fe
AM
15362001-06-01 Alan Modra <amodra@bigpond.net.au>
1537
1538 * MAINTAINERS: Update my email address.
1539
16b2b71c
NC
15402001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1541
1542 * objcopy.c: Add new switches: --keep-global-symbol,
1543 --keep-symbols, --localize-symbols, --keep-global-symbols and
1544 --weaken-symbols.
1545 * binutils.texi: Document new switches.
1546 * objcopy.1: Regenerate.
1547 * NEWS: Announce new feature.
1548
7036c0e1
AJ
15492001-05-28 Andreas Jaeger <aj@suse.de>
1550
1551 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1552 variables, fix format strings.
1553
76a406e5
NC
15542001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1555
1556 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1557 when computing the address of the line to show.
1558
31b6fca6
RH
15592001-05-16 Richard Henderson <rth@redhat.com>
1560
1561 * readelf.c (do_debug_frames_interp): New.
1562 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1563 (byte_get_big_endian): Likewise.
1564 (parse_args) ['F']: Set do_debug_frames_interp.
1565 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1566 (frame_display_row): Don't trunc pc_begin to int.
1567 (size_of_encoded_value): New.
1568 (display_debug_frames): Handle 64-bit targets. Print raw data
1569 unless do_debug_frames_interp.
1570 (debug_displays): Remove duplicate .debug_frame.
1571
4fe85591
NC
15722001-05-15 Ralf Baechle <ralf@gnu.org>
1573
1574 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1575 The former constant was never in active use and is used otherwise
1576 by the ABI.
1577
579f31ac
JJ
15782001-05-11 Jakub Jelinek <jakub@redhat.com>
1579
1580 * readelf.c (process_unwind): Print all unwind sections, not just
1581 one.
1582
78f4a3f7
AM
15832001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1584
1585 * readelf.c (process_unwind): Remove const specifier.
1586
1c529ca6
NC
15872001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1588
1589 * strings.c (isgraphic): Do not use isascii() unless it is needed
1590 for isprint() to work.
1591 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1592
87e6d782
NC
15932001-04-27 Johan Rydberg <jrydberg@opencores.org>
1594
1595 * NEWS: Announce support for OpenRISC.
1596
4bd3d870 15972001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1598
1599 * dlltool.c (do_default_excludes): Initialise to true.
1600
21211521
AM
16012001-04-10 Alan Modra <amodra@one.net.au>
1602
1603 * MAINTAINERS: Update my email address
1604 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1605
0c66b61e 16062001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1607
1608 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1609
e58d53af
L
16102001-03-30 H.J. Lu <hjl@gnu.org>
1611
1612 * readelf.c (process_unwind): Just return if do_unwind is 0.
1613
bee72332
DD
16142001-03-28 Roger Sayle <roger@metaphorics.com>
1615
1616 * dlltool.c (make_one_lib_file): Fix section flags for
1617 .text, .data and .bss in stub ds*.o files to match those
1618 generated by gas.
1619
f1467e33
L
16202001-03-29 H.J. Lu <hjl@gnu.org>
1621
1622 * readelf.c (process_unwind): Only do unwind sections for
1623 IA64.
1624
1c6fb4fe
L
16252001-03-28 H.J. Lu <hjl@gnu.org>
1626
1627 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1628 * Makefile.in: Regenerate.
1629
0879a67a
AJ
16302001-03-26 Andreas Jaeger <aj@suse.de>
1631
1632 * binutils.texi (nm): Fix texi syntax.
1633
0285c67d
NC
16342001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1635
1636 * binutils.texi: Put @c man begin and @c man end indications
1637 to generate man pages using texi2pod and pod2man. Put @c man title
1638 to identify each man. Add SEEALSO entries.
1639 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1640 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1641 sort the list.
1642 (*.1): Build the man pages from binutils.texi.
1643 * Makefile.in: Regenerate.
1644
04847a4d
CF
16452001-03-13 Eric Kohl <ekohl@rz-online.de>
1646
1647 * defparse.y (opt_equal_name): allow "." in name.
1648 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1649 (gen_exp_file): Likewise.
1650
43a0748c
NC
16512001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1652
1653 * NEWS: Document addition of -B switch to objcopy.
1654 * binutils.texi: Document addition of -B switch to objcopy.
1655 * objcopy.c: (copy_options): Add --binary-architecture.
1656 (copy_usage): Document -B/--binary-architecture.
1657 (copy_main): Support -B/--binary-architecture. Set
1658 bfd_external_binary_architecture.
0879a67a 1659
b7498e0e
NC
16602001-03-11 Andreas Jaeger <aj@suse.de>
1661
1662 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1663 (dump_relocations): Likewise.
1664 (get_machine_name): Likewise.
1665
a59e3bd7
NC
16662001-02-28 Nick Clifton <nickc@redhat.com>
1667
1668 * readelf.c: (struct unw_aux_info): Remove const modifier for
1669 'strtab' field.
1670 (process_unwind): Remove non-K&R compliant LHS type cast in call
1671 to GET_DATA_ALLOC macro.
1672
a5bcd848
PB
16732001-02-28 Philip Blundell <pb@futuretv.com>
1674
1675 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1676 ABI is in use; remove ambiguity between the "unknown" EABI and
1677 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1678 renamed EF_xx constants.
1679
27b7e12d
AM
16802001-02-27 Alan Modra <alan@linuxcare.com.au>
1681
1682 * configure.in (BFD_VERSION): New.
1683 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1684 * configure: Regenerate.
1685 * Makefile.am: Run "make dep-am"
1686 * Makefile.in: Regenerate.
1687
a9f10786
NC
16882001-02-14 Nick Clifton <nickc@redhat.com>
1689
1690 * MAINTAINERS: Add "Obvious Fix" rule.
1691
3c44da9a
MS
16922001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1693
1694 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1695 literal concatenation.
1696
ecd03389
MS
16972001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1698
1699 * readelf.c (struct unw_aux_info): Remove const from the info member.
1700 (process_unwind): Don't type-cast the third argument to the
1701 GET_DATA_ALLOC macro.
1702
88ec60c7
NC
17032001-02-11 Nick Clifton <nickc@redhat.com>
1704
1705 * readelf.c (dump_relocations): Free corrected allocated
1706 array.
1707 (process_unwind): Fix compile time warning.
1708
f5e21966
NC
17092001-02-10 Nick Clifton <nickc@redhat.com>
1710
1711 * binutils.texi: Document new --unwind option to readelf.
1712
a85d7ed0
NC
17132001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1714
1715 * readelf.c: Add linux target for S/390.
1716
7bb10502
AM
17172001-02-10 Alan Modra <alan@linuxcare.com.au>
1718
1719 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1720 printf is a macro.
1721
8ca8f343
HPN
17222001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1723
1724 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1725 * aclocal.m4: Regenerate.
1726 * configure: Regenerate.
1727
7340082d
NC
17282001-02-07 Todd Vierling <tv@wasabisystems.com>
1729
1730 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1731 * objdump.c (bfd_target_vector): Likewise.
1732
4d6ed7c8
NC
17332001-02-07 David Mosberger <davidm@hpl.hp.com>
1734
1735 * readelf.c (process_unwind): New function.
1736 (slurp_ia64_unwind_table): Ditto.
1737 (dump_ia64_unwind): Ditto.
1738 (find_symbol_for_address): Ditto.
1739 (slurp_rela_relocs): New function (split off from dump_relocations()).
1740 (slurp_rel_relocs): Ditto.
1741 (parse_args): Handle '-u' option.
1742
1743 * unwind-ia64.c: New file.
1744 * unwind-ia64.h: New file.
1745 * Makefile.am: Include unwind-ia64.c in readelf build.
1746 * Makefile.in: Regenerate.
7340082d 1747 * po/binutils.pot: Regenerate.
4d6ed7c8 1748
c7217458
PB
17492001-02-04 Philip Blundell <philb@gnu.org>
1750
1751 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1752 * configure: Regenerate.
1753
956eedd4
AM
17542001-01-31 Steve deRosier <sderosier@vari-lite.com>
1755
1756 * ieee.c (ieee_add_bb11): Don't check for backslashes
1757 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1758
8855cbca
AM
17592001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1760
c7f2731e
AM
1761 * ieee.c: Update copyright.
1762 (ieee_start_compilation_unit): Don't check for backslashes
1763 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1764
8855cbca
AM
1765 * stabs.c: Update copyright. Include "filenames.h".
1766 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1767
329de803 17682001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1769
1770 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1771 sections are present before using them. Remove code duplication.
1772 (process_symbol_table): Check if VERDEF or VERNEED sections are
1773 present before using them.
1774
23719f39
NC
17752001-01-17 Nick Clifton <nickc@redhat.com>
1776
1777 * objcopy.c (copy_object): Fail if attempting to convert the
1778 endianness of the input object file.
1779
1780 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1781
f726e849
NC
17822001-01-16 Nick Clifton <nickc@redhat.com>
1783
1784 * readelf.c (string_table_length): New variable.
1785 (SECTION_NAME): Catch out of range indices and missing section
1786 pointers.
1787 (process_section_headers): Delete useless local variable
1788 string_table_offset. Set the value of string_table_length
1789 after loading the string table.
1790 (process_mips_specific): Use SECTION_NAME macro.
1791 (process_file): Set string_table_length to 0 when it is freed.
1792
d0398d6a
NC
17932001-01-12 Nick Clifton <nickc@redhat.com>
1794
1795 * version.c (print_version): Update copyright date.
1796
0d2bcfaf
NC
17972001-01-11 Peter Targett <peter.targett@arccores.com>
1798
1799 * readelf.c (dump_relocations): Include selection with EM_ARC.
1800 (get_machine_name) Update name to "ARC".
1801
8b1e6df3
NC
18022001-01-09 Nick Clifton <nickc@redhat.com>
1803
1804 * Makefile.am: Add rule to build objdump.o from objdump.c and
1805 using OBJDUMP_DEFS.
1806 * Makefile.in: Regenerate.
1807
1808 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1809 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1810 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1811 * configure: Regenerate.
8b1e6df3
NC
1812
1813 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1814 is defined read in the relocs even if dump_reloc_info is
1815 false.
1816
2f952d20
PB
18172001-01-07 Philip Blundell <philb@gnu.org>
1818
1819 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1820 `bug-binutils'.
1821 * README: Likewise.
1822
a8c548cb
NC
18232000-12-19 Nick Clifton <nickc@redhat.com>
1824
1825 * dlltool.c: Add missing support for arm-epoc-pe.
1826 * configure.in: Add missing support for arm-epoc-pe.
1827 * configure: Regenerate.
1828
cc5fda35
NC
18292000-12-15 Nick Clifton <nickc@redhat.com>
1830
1831 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1832 Mode parts of the x86 port.
1833
bcedfee6
NC
18342000-12-04 Andreas Jaeger <aj@suse.de>
1835
1836 * readelf.c (guess_is_rela): Add EM_X86_64.
1837 (dump_relocations): Add EM_X86_64.
1838 (get_machine_name): Add EM_X86_64.
1839 Include "elf/x86-64.h".
1840
584da044
NC
18412000-12-12 Nick Clifton <nickc@redhat.com>
1842
1843 * readelf.c: Fix formatting.
1844
7559e86e 18452000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1846
1847 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1848
a98cc2b2
AH
18492000-12-07 Andrew Haley <aph@redhat.com>
1850
1851 * readelf.c (display_debug_frames): Only display columns that are
1852 referenced by the frame debug info.
1853
c7987a69
NC
18542000-12-05 Nick Clifton <nickc@redhat.com>
1855
1856 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1857
09fd7e38
JM
18582000-12-04 Jason Merrill <jason@redhat.com>
1859
1860 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1861 (display_debug_section): Likewise.
1862 (display_debug_info): Display CU header before bailing.
1863
e7af610e
NC
18642000-12-01 Chris Demetriou <cgd@sibyte.com>
1865
09fd7e38
JM
1866 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1867 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1868 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1869
09fd7e38
JM
1870 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1871 and E_MIPS_ARCH_64.
84ea6cf2 1872
09fd7e38
JM
1873 * readelf.c (get_machine_flags): Add case for
1874 E_MIPS_MACH_SB1.
c6c98b38 1875
75066968
DD
18762000-11-30 Richard Earnshaw <rearnsha@arm.com>
1877
1878 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1879
5c4666ea
HPN
18802000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1881
6e917903 1882