* Makefile.am: Run "make dep-am".
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0461a601
NC
12002-07-23 Nick Clifton <nickc@redhat.com>
2
3 * po/fr.po: New French translation.
4
bf44dd74
AM
52002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
6
7 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
8
2c205ff2
AM
92002-07-20 Alan Modra <amodra@bigpond.net.au>
10
63eb0809 11 * budemang.c: Include config.h and string.h/strings.h.
2c205ff2 12
1e4cf259
NC
132002-07-18 Denis Chertykov <denisc@overta.ru>
14 Frank Ch. Eigler <fche@redhat.com>
15
16 * readelf.c: Include "elf/ip2k.h".
17 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
18 (dump_relocations): Likewise.
19 (get_machine_name): Likewise.
20 * NEWS: Mention IP2K support.
21
2cbb2eef
NC
222002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
23
24 * NEWS: Add 'Changes in 2.13'.
25
047b2264
JJ
262002-07-10 Jakub Jelinek <jakub@redhat.com>
27
28 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
29 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
30 (get_section_type_name): Handle SHT_GNU_LIBLIST.
31 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
32 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
33 (process_gnu_liblist): New.
34 (process_file): Call it.
35
97230b15
AM
362002-07-03 Alan Modra <amodra@bigpond.net.au>
37
38 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
39 * Makefile.in: Regenerate.
40
a6637ec0
AM
412002-07-02 Alan Modra <amodra@bigpond.net.au>
42
43 * budemang.c: New file, "demangle" function.
44 * budemang.h: New file.
45 * addr2line.c (translate_addresses): Use "demangle".
46 * nm.c (print_symname): Likewise.
47 * objdump.c (objdump_print_symname): Likewise.
48 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
49 here since that obfuscates.
50 * rdcoff.c: Don't #include demangle.h.
51 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
52 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
53 (HFILES): Add budemang.h. Sort.
54 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
55 Run "make dep-am".
56 * Makefile.in: Regenerate.
57
179d3252
JT
582002-07-01 Matt Thomas <matt@3am-software.com>
59
60 * readelf.c: Include "elf/vax.h".
61 (guess_is_rela): Move EM_VAX from unknown to RELA case.
62 (dump_relocations): Handle VAX relocations.
63 (get_machine_flags): Handle VAX machine flags.
64
75751cd9
SC
652002-06-29 Stephane Carrez <stcarrez@nerim.fr>
66
67 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
68
e5851ab8
NC
692002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
70
71 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
72
eb3f2f5c
AM
732002-06-26 Alan Modra <amodra@bigpond.net.au>
74
75 * nm.c (print_symname): When demangling, strip leading dots from
76 symbol names to avoid confusing the demangler.
77
a13a0de8
L
782002-06-25 H.J. Lu <hjl@gnu.org>
79
80 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
81 * Makefile.in: Regenerated.
82
6db7a086
AM
832002-06-21 Igor Schein <igor@txc.com>
84
85 * configure.in: Quote bu_cv_have_fopen64.
86 * configure: Regenerate.
87
9710509e
AM
882002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
89
90 * configure.in: Check for strcoll.
91 * configure: Regenerate.
92 * config.in: Regenerate.
93 * nm.c (main): Set locale for LC_COLLATE category.
94 (non_numeric_forward): Use strcoll if available.
95
a9f0b5e7
DB
962002-06-20 Dave Brolley <brolley@redhat.com>
97
98 * MAINTAINERS: Add self as fr30 and frv maintainer.
99
33f5f537
L
1002002-06-18 H.J. Lu (hjl@gnu.org)
101
102 * nm.c: Include "elf/common.h".
103 (extended_symbol_info): Add elfinfo, a pointer to
104 elf_symbol_type.
105 (SYM_SIZE): Use elfinfo if it is not NULL.
106 (get_symbol_type): New function.
107 (display_archive): Set print_width for each archive member.
108 (display_file): Likewise.
109 (display_rel_file): Don't set print_width here.
110 (print_object_filename_sysv): Handle print_width.
111 (print_archive_member_sysv): Likewise.
112 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
113 (print_symbol): Set the elfinfo field in extended_symbol_info
114 for ELF.
115 (print_object_filename_sysv): Fix the output format.
116 (print_symbol_info_sysv): Print type and section for ELF.
117
1182002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
119
120 * nm.c (print_size_symbols): Remove assignment, which makes
121 the symbol's size equal to its value when --size-sort is
122 used.
123
5c70f934
DB
1242002-06-18 Dave Brolley <brolley@redhat.com>
125
126 From Catherine Moore:
127 * readelf.c (elf/frv.h): #include it.
128 (guess_is_rela): Support EM_CYGNUS_FRV.
129 (dump_relocations): Ditto.
130 (get_machine_name): Ditto.
131 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
132
7ece0d85
JJ
1332002-06-18 Jakub Jelinek <jakub@redhat.com>
134
135 * readelf.c (get_file_header): Only read the first section header if
136 e_shoff is non-zero.
137
72797995
L
1382002-06-15 H.J. Lu (hjl@gnu.org)
139
140 * nm.c (print_size): New variable. Initialize to 0.
141 (long_options): Add 'S'/"print-size".
142 (main): Handle 'S'.
143 (print_symbol_info_bsd): Print size only if print_size is not
144 0.
145
146 * doc/binutils.texi: Document -S/--print-size.
147
977f7911
NC
1482002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
149
150 * nm.c (struct extended_symbol_info): New strcuture: Add the size
151 of the symbols to the information provided by the symbol_info
152 structure.
153 (print_symbols): Pass the symbol size to print_symbol.
154 (print_size_symbols): Pass the symbol size to print_symbol.
155 (print_symbol): Extra argument: The size of the symbol. Store
156 this in the extended_symbol_info structure.
157 (print_symbol_info): Change type of info parameter to
158 extended_symbol_info. Display the size, if known.
159 (print_symbol_info_posix): Likewise.
160 (print_symbol_info_sysv): Likewise.
161
b1f88ebe
AM
1622002-06-08 Alan Modra <amodra@bigpond.net.au>
163
fa449227
AM
164 * Makefile.am: Run "make dep-am".
165 * Makefile.in: Regenerate.
166 * doc/Makefile.in: Regnerate.
167
b1f88ebe
AM
168 * bucomm.c: Replace CONST with const.
169 * nm.c: Likewise.
170 * objdump.c: Likewise.
171
91a106e6
L
1722002-06-07 H.J. Lu <hjl@gnu.org>
173
174 * readelf.c (DW_CFA_GNU_args_size): Don't define.
175 (DW_CFA_GNU_negative_offset_extended): Likewise.
176 (DW_CFA_GNU_window_save): Likewise.
177 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
178 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
179
6ab6b380
NC
1802002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
181
182 * nm.c: When computing size of symbols for an ELF target use the
183 internal size field.
184
e28e05a3
JL
1852002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
186
187 * testsuite/binutils-all/objcopy.exp: clear xfail for
188 "hppa*64*-*-hpux*".
189 * testsuite/binutils-all/hppa/objdump.exp: Return if
190 "*64*-*-*".
191
dc156bc0
AM
1922002-06-05 Alan Modra <amodra@bigpond.net.au>
193
194 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
195
1962002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
28b18af1
AM
197
198 * objdump.c: Fix formatting.
199
d79e4ea3
BE
2002002-05-29 Ben Elliston <bje@redhat.com>
201
202 * MAINTAINERS: Add self as M68k maintainer.
203
d172d4ba
NC
2042002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
205
206 * readelf.c: Modified/Added DLX elf support.
207
7edb8f29
NC
2082002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
209
3a1a2036
NC
210 * arsup.c: Fix formatting.
211 * debug.c (debug_record_label): Add missing colon to error
212 message.
213 * ieee.c (parse_ieee_ty): Fix spelling typo.
214 * readelf.c (process_program_headers): Remove English assumption
215 about making a plural word.
216 (process_section_headers): Likewise.
217 (process_relocs): Allow quotes to be translated.
218 (process_unwind): Likewise,
219 (process_mips_specific): Improve error message.
220 (get_note_type): Fix spelling typo.
221
7edb8f29
NC
222 * configure.in (ALL_LINGUAS): Add sv
223 * po/sv.po: New file.
224
3eee1e9d
AM
2252002-05-27 Alan Modra <amodra@bigpond.net.au>
226
227 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
228 (unw_print_grmask): Likewise.
229 (unw_print_frmask): Likewise.
230
d43efbe3
KH
2312002-05-26 Kazu Hirata <kazu@cs.umass.edu>
232
233 * arsup.c: Remove ARGSUSED.
234 * debug.c: Likewise.
235 * ieee.c: Likewise.
236 * nlmconv.c: Likewise.
237 * prdbg.c: Likewise.
238 * stabs.c: Likewise.
239 * wrstabs.c: Likewise.
240
e9792343
AM
2412002-05-25 Alan Modra <amodra@bigpond.net.au>
242
243 * arlex.l: Use #include "" instead of <> for local header files.
244 * coffdump.c: Likewise.
245 * coffgrok.c: Likewise.
246 * nlmconv.c: Likewise.
247 * nlmheader.y: Likewise.
248 * srconv.c: Likewise.
249 * strings.c: Likewise.
250 * sysdump.c: Likewise.
251 * unwind-ia64.h: Likewise.
252 * windres.h: Likewise.
253 * winduni.h: Likewise.
254
d7e53452
TR
2552002-05-24 Tom Rix <trix@redhat.com>
256
257 * MAINTAINERS: Add self as the d10v maintainer.
258
436e8db0
NC
2592002-05-24 TAMURA Kent <kent@netbsd.org>
260
261 * configure.in: Builds dlltool for i386-netbsdpe.
262 * configure: Regenerate.
263
9f66665a
KH
2642002-05-23 Kazu Hirata <kazu@cs.umass.edu>
265
266 * size.c: Fix formatting.
267 * srconv.c: Likewise.
268 * stabs.c: Likewise.
269 * sysdump.c: Likewise.
270 * unwind-ia64.c: Likewise.
271 * wrstabs.c: Likewise.
272
13ae64f3
JJ
2732002-05-23 Jakub Jelinek <jakub@redhat.com>
274
275 * readelf.c (get_segment_type): Add PT_TLS.
276 (get_elf_section_flags): Add SHF_TLS.
277 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
278 (process_dynamic_segment): Use puts instead of printf.
279 (get_symbol_type): Support STT_TLS.
280 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
281 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
282 Add SEC_THREAD_LOCAL.
283
53c7db4b
KH
2842002-05-23 Kazu Hirata <kazu@cs.umass.edu>
285
286 * rdcoff.c: Fix formatting.
287 * rddbg.c: Likewise.
288 * readelf.c: Likewise.
289 * rename.c: Likewise.
290 * resbin.c: Likewise.
291 * resrc.c: Likewise.
292 * resres.c: Likewise.
293
0af11b59
KH
2942002-05-21 Kazu Hirata <kazu@cs.umass.edu>
295
296 * filemode.c: Fix formatting.
297 * ieee.c: Likewise.
298 * is-ranlib.c: Likewise.
299 * is-strip.c: Likewise.
300 * maybe-ranlib.c: Likewise.
301 * maybe-strip.c: Likewise.
302 * nlmconv.c: Likewise.
303 * nm.c: Likewise.
304 * not-ranlib.c: Likewise.
305 * not-strip.c: Likewise.
306 * objcopy.c: Likewise.
307 * objdump.c: Likewise.
308
21611032
TS
3092002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
310
311 * objdump.c (dump_headers): Fix output formatting for ELF32
312 architectures in a BFD64 enabled toolchain.
313
26044998
KH
3142002-05-20 Kazu Hirata <kazu@cs.umass.edu>
315
316 * debug.c: Fix formatting.
317 * debug.h: Likewise.
318 * dlltool.c: Likewise.
319 * dllwrap.c: Likewise.
320 * emul_aix.c: Likewise.
321 * emul_vanilla.c: Likewise.
322
f462a9ea
KH
3232002-05-19 Kazu Hirata <kazu@cs.umass.edu>
324
325 * addr2line.c: Fix formatting.
326 * ar.c: Likewise.
327 * arsup.c: Likewise.
328 * arsup.h: Likewise.
329 * binemul.c: Likewise.
330 * binemul.h: Likewise.
331 * bucomm.c: Likewise.
332 * coffdump.c: Likewise.
333 * coffgrok.c: Likewise.
334 * coffgrok.h: Likewise.
335
e0159aa9
MM
3362002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
337
338 * MAINTAINERS: Add myself as the second AVR port maintainer.
339
074b403e
SC
3402002-05-16 Stephane Carrez <stcarrez@nerim.fr>
341
342 * MAINTAINERS: Update my email address.
343
2b9c8201
NC
3442002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
345
346 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
347
e1d5b1e7
AM
3482002-05-09 Alan Modra <amodra@bigpond.net.au>
349
350 * configure.in: Replace `*pe' with `pe' throughout.
351 * configure: Regenerate.
352
d3d8a9ee
NC
3532002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
354
355 * Makefile.am: Honour DESTDIR.
356 * Makefile.in: Regenerate.
357
405c98a4
AM
3582002-05-06 Alan Modra <amodra@bigpond.net.au>
359
a02d5965
AM
360 * dlltool.c (process_def_file): Add missing prototype.
361 (new_directive, assemble_file, main): Likewise.
362 (process_def_file, new_directive): Make static.
363 (inform): Rewrite using VA_FIXEDARG.
364 * dllwrap.c (mybasename): Add missing prototype.
365 (strhash, main): Likewise.
366 (inform): Rewrite using VA_FIXEDARG.
367 (warn): Likewise.
368 (cleanup_and_exit): Use old style function definition.
369 (strhash): Likewise.
370 * windres.c (define_resource): Use one memset to clear all of
371 struct res_resource.
372
405c98a4 373 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
a02d5965 374 call to rules that need no lookahead. Check for no lookahead.
405c98a4
AM
375
3762002-05-06 Borut Razem <borut.razem@siol.net>
377
378 * rclex.l (get_string): Correct "strings" list handling.
379 * resrc.c (read_rc_file): Discard strings.
380
91593c9d
AM
3812002-05-04 Alan Modra <amodra@bigpond.net.au>
382
e58a75dc
AM
383 * ar.c (replace_members): Remove unused var. Formatting fix.
384 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
385
91593c9d
AM
386 * MAINTAINERS: Sort port maintainers by CPU.
387
6b52b824
AM
3882002-05-04 Bob Byrnes <byrnes@curl.com>
389
390 * size.c (display_archive): Add last_arfile and code to close archives.
391
dd70071f
AM
3922002-05-01 Alan Modra <amodra@bigpond.net.au>
393
394 * nm.c (print_symbol): Check returned filename from
395 bfd_find_nearest_line is non-NULL.
396
6c95717a
EZ
3972002-04-25 Elena Zannoni <ezannoni@redhat.com>
398
399 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
400
3c25c5f6
NC
4012002-04-24 Christian Groessler <chris@groessler.org>
402
403 * MAINTAINERS: Changed my email address.
404
944cd72c
TS
4052002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
406
407 * arparse.y: Fix syntax warning.
408
ea91f8bb
NC
4092002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
410
3e55a963
NC
411 * readelf.c (fetch_location_list): Remove unused function.
412
413 * readelf.c (process_corefile_note_segment): Catch corrupt notes
414 and display a warning message, then exit the loop.
415
ea91f8bb
NC
416 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
417
45b99827
NC
4182002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
419
420 * resrc.c (write_rc_dialog): If charset is non-default value
421 display all of the DIALOGEX parameters.
422
4232002-04-15 Eric Kohl <ekohl@rz-online.de>
424
425 * rcparse.y: Allow two to five parameter in FONT statement of
426 DIALOGEX resources.
427 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
428 resource data.
429 (res_to_bin_dialog): Likewise.
430 * windres.h: Added misssing charset variable to dialog_ex
431 structure.
432
acfbab8a
NC
4332002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
434
435 * rcparse.y: Set MEMFLAG_PURE by default.
436
df3baf66
NC
4372002-04-09 Bernd Herd <info@herdsoft.com>
438
439 * rcparse.y: CLASS definitions in DIALOG resources
440 are quoted.
4c30641a 441 Fix typo in BEDIT warning.
91eafb40 442 Don't add default dialog style when explicit style specified.
b62a12ca 443 Add WS_CAPTION dialog style if CAPTION is specified.
4c30641a 444
b24eb5ac
NC
445 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
446 (handle_quotes) "\a" escape (used for right justified key
447 definitions in menus) is encodes as binary 8.
df3baf66 448
b24eb5ac
NC
449 * resrc.c (write_rc_dialog): Print style even if it is 0.
450 (write_rc_directory): Fix overlooked sublang shift bug.
420380ba 451 (bin_to_res_dialog): Don't print empty dialog caption.
7e8d45b7 452
b24eb5ac
NC
453 * resbin.c (bin_to_res_dialog): Use signature to identify
454 DIALOGEX.
f7d63484 455
b24eb5ac 456 * windres.c (main): Set default LANGUAGE to english/us.
f7d63484 457
df3baf66
NC
4582002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
459
460 * resrc.c: print CLASS names in quotes
461
4622002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
9c5382a0
JR
463
464 * MAINTAINERS: Update my email address.
465
8e42bcb6
AM
4662002-04-04 Alan Modra <amodra@bigpond.net.au>
467
468 * dep-in.sed: Cope with absolute paths.
469 * Makefile.am (dep.sed): Subst TOPDIR.
470 Run "make dep-am".
471 * Makefile.in: Regenerate.
472
96f959e5
PT
4732002-03-27 Peter Targett <peter.targett@arc.com>
474
475 * MAINTAINERS: Update my email address.
476
1ea788ee
AM
4772002-03-21 Alan Modra <amodra@bigpond.net.au>
478
479 * Makefile.am: Run "make dep-am".
480 * Makefile.in: Regenerate.
481 * doc/Makefile.in: Regenerate.
482 * po/POTFILES.in: Regenerate.
483 * aclocal.m4: Regenerate.
484 * config.in: Regenerate.
485 * configure: Regenerate.
486
a2f14207
DB
4872002-03-20 Daniel Berlin <dan@dberlin.org>
488
489 * readelf.c: Add support for displaying dwarf2 location lists.
490 (do_debug_loc, debug_loc_section, debug_loc_size): New.
491 (parse_args): Use 'O' as shorthand for displaying location list
492 section.
493 (process_section_headers): Handle debug_loc as well.
494 (load_debug_loc): New.
495 (free_debug_loc): New.
496 (fetch_location_list): New.
497 (display_debug_loc): New.
498 (display_debug_info): Call load_debug_loc and free_debug_loc.
499 (debug_displays): We can display .debug_loc now, too.
500 (usage): Update usage string.
501 (read_and_display_attr_value): Note location lists, but don't
502 display them inline.
503
eb1e0e80
NC
5042002-03-18 Tom Rix <trix@redhat.com>
505
506 * Makefile.am: Add binutils emulation support.
507 * configure.in: Same.
508 * configure.tgt: New file. Same.
509 * ar.c (main): Use ar_emul_parse_arg.
510 (usage): Use ar_emul_usage.
511 (replace_members): Use ar_emul_replace, ar_emul_append.
512 * binemul.c: New file. Define the binutils emulation
513 layer. Define default methods.
514 * binemul.h: New file. Binutils emulation layer header file.
515 * emul_aix.c: New file. AIX binutils emulation.
516 * emul_vanilla.c: New file. Default binutils emulation.
517 * Makefile.in: Regenerate.
518 * configure: Same.
519
a1c259a1
NC
5202002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
521
522 * po/fr.po: Updated version.
523
9ce88e60
NC
5242002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
525
526 * po/fr.po: Updated version.
527
effb0601
DJ
5282002-03-07 Daniel Jacobowitz <drow@mvista.com>
529
530 * README: Update some version numbers.
531
a65688ab
DJ
5322002-03-07 Daniel Jacobowitz <drow@mvista.com>
533
534 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
535 (Architecture Selection): Likewise.
536
f3f7fbb2
NC
5372002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
538
539 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
540 generating .exp file.
541
25345be5
NC
5422002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
543
544 * readelf.c (dump_relocations): Fix typo.
545
9a66911f
NC
5462002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
547
548 * NEWS: Mark 2.12 branch.
549
2c71103e
NC
5502002-02-18 Timothy Daly <remote_bob@yahoo.com>
551
552 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
553 types for 64-bit MIPS. Narrow some fields for 80-char
554 output.
555 (dump_relocations): Change spelling from 'unrecognised'
556 to 'unrecognized'.
557 (decode_ARM_machine_flags): Likewise.
558 (parse_args): Likewise.
559 (read_and_display_attr_value): Likewise.
560 (display_debug_section): Likewise.
561
49fda6c8
HPN
5622002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
563
564 * NEWS: Mention support for MMIX.
565
76f57f3a
JT
5662002-02-13 Matt Fredette <fredette@netbsd.org>
567
568 * readelf.c (get_machine_flags): Recognize EF_M68000.
569
d36ca9c2
AO
5702002-02-12 Alexandre Oliva <aoliva@redhat.com>
571
572 * MAINTAINERS: Added self as MN10300 co-maintainer.
573
19397422
AM
5742002-02-12 Alan Modra <amodra@bigpond.net.au>
575
576 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
577 DT_PPC64_OPDSZ.
578
d434e574
DJ
5792002-02-11 Daniel Jacobowitz <drow@mvista.com>
580
581 * MAINTAINERS: List myself as branch maintainer.
582
12b87c89
AM
5832002-02-11 Alan Modra <amodra@bigpond.net.au>
584
585 * configure: Regenerate.
586 * objcopy.c: Update copyright date.
587 * doc/Makefile.in: Regenerate.
588
8d037c5c
DJ
5892002-02-10 Daniel Jacobowitz <drow@mvista.com>
590
591 * nlmconv.c: Back out localtime PARAMS change.
592
4c168fa3
AM
5932002-02-11 Alan Modra <amodra@bigpond.net.au>
594
595 * objcopy.c (MKDIR): Define.
596 (copy_archive): Make name_list.name const. Use MKDIR.
597 Handle duplicate files in archives by making more temp dirs.
598
408f8db1
DJ
5992002-02-10 Daniel Jacobowitz <drow@mvista.com>
600
601 * coffdump.c: Include "getopt.h" after "bucomm.h"
602 so that macros are defined correctly.
603 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
604 prototype. Prototype main.
605 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
606
9f77fa06
AO
6072002-02-06 Alexandre Oliva <aoliva@redhat.com>
608
609 * MAINTAINERS: Added self as SH co-maintainer.
610
82f6addb
NC
6112002-02-05 Nick Clifton <nickc@redhat.com>
612
613 * po/tr.po: Updated translation.
614
ba323545
AM
6152002-02-01 Alan Modra <amodra@bigpond.net.au>
616
617 * Makefile.am: Run "make dep-am"
618 * Makefile.in: Regenerate.
619
3deb89d3
DJ
6202002-01-29 Daniel Jacobowitz <drow@mvista.com>
621
622 * nm.c (print_value): Mark abfd unused.
623
a0e9c55f
DJ
6242002-01-29 Daniel Jacobowitz <drow@mvista.com>
625
626 * unwind-ia64.c (unw_decoder): Change second argument
627 to unsigned int, to match function prototypes.
628
d7a283d4
DJ
6292002-01-29 Daniel Jacobowitz <drow@mvista.com>
630
631 * objdump.c: Include "getopt.h" after "bucomm.h" so that
632 __GNU_LIBRARY__ will be defined.
633 * size.c: Likewise.
634
4867be41
DJ
6352002-01-27 Daniel Jacobowitz <drow@mvista.com>
636
637 * configure: Regenerated.
638
7562a296
HPN
6392002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
640
641 * doc/Makefile.am (install): Depend on install-info.
642 * doc/Makefile.in: Regenerate.
643
15c82623
NC
6442002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
645
646 * objcopy.c (strip_usage): Document -d as an alias
647 --strip-debug.
648
649 * size.c (usage): Document [-t | --totals] options.
650 (long_options): Add --totals option.
651 (main): If the [-t | --totals] option is specified and
652 the output format is Berkeley-style, print the total
653 text, data, and bss sizes of all objects listed.
654 (print_berkeley_format): If the [-t | --totals] option
655 is specified, track the total text, data, and bss
656 sizes.
657 * doc/binutils.texi (size): Document [-t | --totals] options.
658 (strip): Document -d as an alias for --strip-debug.
659 * NEWS: Mention new feature of size.
660
00ea8601 6612002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
b85cedd7 662
1ddbd152
NC
663 * po/fr.po: Updated version.
664 * po/es.po: Updated version.
b85cedd7 665
8b53311e
NC
6662002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
667
668 * addr2line.c (usage): Update text to provide verbose
669 description of the command line options.
670 * ar.c (usage): Update text to provide verbose
671 description of the command line options.
672 (main): Accept -h and -H when running as ranlib.
673 * coffdump.c (show_usage): Update text to provide verbose
674 description of the command line options.
675 * dlltool.c (main): Accept -H as an alias for --help.
676 * nlmconv.c (show_usage): Update text to provide verbose
677 description of the command line options.
678 * nm.c (usage): Replace OPTIONS with option(s).
679 (main): Accept -H as an alias for --help.
680 * objcopy.c (strip_main): Accept -H as an alias for --help.
681 * objdump.c (main): Accept -v as an alias for --verbose.
682 * readelf.c (usage): Adjust format to match style used in
683 other binutils.
684 * size.c (usage): Update text to provide verbose description
685 of the command line options.
686 (main): Accept -v, -h and -H as command line options.
687 * srconv.c (show_usage): Update text to provide verbose
688 description of the command line options.
689 * strings.c (main): Accept -H and -v as command line options.
690 (usage): Update text to provide verbose description of the
691 command line options.
692 * sysdump.c (show_usage): Update text to provide verbose
693 description of the command line options.
694 * windres.c (usage): Adjust format to match style used in
695 other binutils.
696
697 * coffdump.c: Fix formatting.
698 * nlmconv.c: Fix formatting.
699 * srconv.c: Fix formatting.
700 * sysdump.c: Fix formatting.
701
c46f0c34
AM
7022002-01-22 Alan Modra <amodra@bigpond.net.au>
703
704 * Makefile.am: Run "make dep-am".
705 * Makefile.in: Regenerate.
706
2a538ba5
AJ
7072002-01-18 Andreas Jaeger <aj@suse.de>
708
709 * version.c (print_version): Update year.
710
285d1771
AM
7112002-01-17 Alan Modra <amodra@bigpond.net.au>
712
713 * readelf.c (get_machine_name): Handle EM_PPC64.
714 (guess_is_rela): Here too.
715
328577ad
NC
7162002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
717
718 * po/binutils.pot: Regenerate.
719 * po/fr.po: Regenerate.
720 * po/tr.po: Regenerate.
721
af3ae48d
NC
7222002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
723
724 * po/tr.po: Import new version.
725
f1cb7e17
AM
7262002-01-16 Alan Modra <amodra@bigpond.net.au>
727
728 * readelf.c (get_ppc64_dynamic_type): New.
729 (get_dynamic_type): Call it.
730
6364e0b4
NC
7312002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
732
3ab9460d
NC
733 * objcopy.c (copy_usage): Use "options" instead of "switches".
734 (strip_usage): Use "options" instead of "switches".
735 * doc/binutils.texi (dlltool): Refer to "options" instead of
736 "switches".
6364e0b4 737
3a7e524e
RE
7382002-01-14 Richard Earnshaw <rearnsha@arm.com>
739
740 * MAINTAINERS: Add self as co-maintainer for the ARM code.
741
1209e219
NC
7422001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
743
744 * po/es.po: Import from translation project.
745 * configure.in (ALL_LINGUAS): Add es.
746 * configure: Regenerate.
747
b4db1224
JT
7482002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
749
750 * readelf.c (get_netbsd_elfcore_note_type): Use
751 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
752
9437c45b
JT
7532002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
754
755 * readelf.c: Update copyright years.
756 (get_note_type): Return a const char *.
757 (get_netbsd_elfcore_note_type): New function.
758 (process_note): Use get_netbsd_elfcore_note_type to get
759 the note type string for NetBSD ELF core files.
760
00428cca
AM
7612002-01-06 Steve Ellcey <sje@cup.hp.com>
762
763 * readelf.c (get_ia64_segment_type): Add support for macros.
764 (get_segment_type): Add support for IA64 specific macros.
765
31104126
NC
7662001-12-20 Julian v. Bock <julian@wongr.net>
767
768 * readelf.c (print_symbol): New function: Print a formatted symbol
769 name. If --wide is specified do not truncate it.
770 (dump_relocations): Use print_symbol() to print symbol names.
771 (process_symbol_table): Likewise.
772 (process_syminfo): Likewise.
773 (process_mips_specific): Likewise.
774 (usage): Document new feature of --wide switch.
775 * doc/binutils.texi (objdump): Document additional behaviour of
776 --wide.
2a538ba5 777
4dd67f29
MS
7782001-12-18 Michael Snyder <msnyder@redhat.com>
779
780 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
781 (copy_object): Don't set the start address or flags of a core file.
782 (copy_section): Don't relocate a core file. Don't copy contents
783 if the input section has the contents flag set, but the output
784 section does not (which happens with the fake 'note' pseudo-
785 sections that BFD creates for corefiles).
786
43521d43
TS
7872001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
788
789 * readelf.c (get_machine_flags): Recognize header flags for ABI and
790 ASE extensions. More robust code for ISA checking. Ignore empty fields
791 in header flags for GNU extensions.
792
b667df2e
AM
7932001-12-18 Alan Modra <amodra@bigpond.net.au>
794
795 * objcopy.c (copy_archive): Set output bfd format outside the loop.
796
17a5a5c3
NC
7972001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
798
799 * po/ja.po: Import from translation project.
800 * configure.in (ALL_LINGUAS): Add ja.
801 * configure: Regenerate.
802
65de42c0
TS
8032001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
804
805 * addr2line.c (main): Protoype.
806 * ar.c (main): Protoype.
807 * nm.c (main): Protoype.
808 * objcopy.c (main): Protoype.
809 * objdump.c (main): Protoype.
810 * size.c (main): Protoype.
811 * strings.c (main): Protoype.
812
9ad5cbcf
AM
8132001-12-17 Alan Modra <amodra@bigpond.net.au>
814
815 * readelf.c (symtab_shndx_hdr): New global.
816 (SECTION_HEADER_INDEX): Define.
817 (SECTION_HEADER_NUM): Define.
818 (SECTION_HEADER): Define.
819 (GET_ELF_SYMBOLS): Pass two params rather than three.
820 (get_32bit_elf_symbols): Take file and section args. Read and
821 use SHT_SYMTAB_SHNDX.
822 (get_64bit_elf_symbols): Likewise.
823 (dump_relocations): Use SECTION_HEADER to index "section_headers".
824 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
825 Remember symtab_shdx_hdr.
826 (process_program_headers): Scan from index 1 for segment map.
827 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
828 "section_headers".
829 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
830 (process_unwind): Likewise.
831 (process_version_sections): Likewise.
832 (process_symbol_table): Likewise.
833 (display_debug_info): Likewise.
834 (process_dynamic_segment): Fake up a symtab section for changed
835 GET_ELF_SYMBOLS.
836 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
837 (process_program_headers): Kill signed/unsigned warning.
838 (load_debug_str): Likewise.
839 (display_debug_info): Likewise.
840
65765700
JJ
8412001-12-13 Jakub Jelinek <jakub@redhat.com>
842
843 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
844
560f3c1c
AM
8452001-12-11 Alan Modra <amodra@bigpond.net.au>
846
847 * readelf.c (process_file_header): Print extended e_shnum and
848 e_shdtrndx values. Set elf_header values for same.
849 (get_32bit_section_headers): Add "num" arg to read "num" headers.
850 (get_64bit_section_headers): Likewise.
851 (process_section_headers): Update calls.
852 (get_file_header): Call get_32bit_section_headers or 64bit variant.
853
bc408b8a
JJ
8542001-12-10 Jakub Jelinek <jakub@redhat.com>
855
856 * objcopy.c (setup_section): Copy entsize.
857
93fbbb04
GK
8582001-12-07 Geoffrey Keating <geoffk@redhat.com>
859
860 * readelf.c (guess_is_rela): Add support for stormy16.
861 (dump_relocations): Likewise.
862 (get_machine_name): Likewise.
863
e3c8793a
NC
8642001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
865
866 * dllwrap.c (main) Replace multiple strings describing a
867 single error with a single, newline escaped sentence to permit
868 better translation into foreign languages.
869
870 * readelf.c (get_elf_class): Remove internalionalisation of ELF
871 class names.
872
956cd1d6
TS
8732001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
874
875 * strings.c (get_char): Initialize value.
876
956c53ee
TS
8772001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
878
879 * arlex.l: Silence compile warnings.
880 * arsup.h: Likewise. Fix formatting.
881
cedd9a58
JJ
8822001-12-04 Jakub Jelinek <jakub@redhat.com>
883
884 * strings.c: Include config.h before bfd.h.
885 (file_off): New type.
886 (file_open): Define.
887 (print_strings): Use file_off instead of file_ptr. Print addresses
888 which don't fit into long correctly.
889 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
890 available.
891 (strings_file): Use file_off instead of file_ptr. Use file_open.
892 * configure.in: Check for getc_unlocked.
893 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
894 be defined for it.
895 * configure: Rebuilt.
896 * config.h.in: Rebuilt.
897
af667503
L
8982001-11-29 H.J. Lu <hjl@gnu.org>
899
900 * bucomm.c (make_tempname): Revert the changes made on
901 2001-11-14 and 2001-11-12. They won't work with directories.
902
16474668
NC
9032001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
904
905 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
906 CFLAGS_FOR_TARGET to runtest in environment.
907 * Makefile.in: Rebuild.
908 * doc/Makefile.in: Rebuild.
909
17978339
MS
9102001-11-28 Mike Stump <mrs@wrs.com>
911
912 * objcopy.c (setup_section): Preserve SEC_RELOC when
913 --set-section-flags is used.
914
261a45ad
NC
9152001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
916
917 * readelf.c (do_debug_str): New variable.
918 (display_debug_str): New function: Display the contents of a
919 .debug_str section.
920 (load_debug_str): New function: Load in the contents of a
921 .debug_str section.
922 (free_debug_str): New function: Free the memory used by
923 load_debug_str().
924 (fetch_indirect_string): Retrieve a string from the .debug_str
925 section.
926 (usage): Add -ws.
927 (parse_args): Accept -ws.
928 (process_section_headers): Allow the display of the .debug_str
929 section.
930 (read_and_display_attr_value): Use fetch_indirect_string. Show
931 offset into .debug_str section.
932 (display_debug_info): Use load_debug_str and free_debug_str.
933 (debug_displays): Add .debug_str.
934 * doc/binutils.texi: Document -ws.
935
b8908f93
AJ
9362001-11-19 Andreas Jaeger <aj@suse.de>
937
938 * testsuite/binutils-all/objdump.exp: Add x86-64.
939
e5fb9629
AS
9402001-11-15 Andreas Schwab <schwab@suse.de>
941
942 * readelf.c: Fix warnings without terminating newline.
943
802a735e
AM
9442001-11-15 Alan Modra <amodra@bigpond.net.au>
945
946 * doc/binutils.texi (objdump): Document ppc -M options.
947
b89e9eae
AJ
9482001-11-14 Andreas Jaeger <aj@suse.de>
949
950 * doc/binutils.texi (objdump): Fix description to use x86-64.
951
a6a25652
NC
9522001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
953
954 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
955 not all systems provide mkstemp.
956
e396998b
AM
9572001-11-14 Alan Modra <amodra@bigpond.net.au>
958
959 * doc/binutils.texi (objdump): Document x86 -M options.
960
81766fca
RH
9612001-11-13 Keith Walker <keith.walker@arm.com>
962
963 * readelf.c (read_and_display_attr_value): New function to
964 handle DW_FORM_indirect.
965 (read_and_display_attr): Use it.
966
1a509dcc
GK
9672001-11-13 Geoffrey Keating <geoffk@redhat.com>
968
969 * readelf.c (display_debug_lines): Deal with unknown standard
970 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
971 DW_LNS_set_isa.
972
6e917903 9732001-11-13 Timothy Wall <twall@alum.mit.edu>
1a509dcc 974
6e917903
TW
975 * MAINTAINERS: Add self as tic54x maintainer. This target
976 includes the IBM C54XDSP clone.
7559e86e 977
6e917903 9782001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1a509dcc 979
7559e86e
NC
980 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
981
9822001-11-09 Jeffrey A Law (law@cygnus.com)
91770270 983
ecdadc4a
JL
984 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
985 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
986 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
987 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
988 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
989 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
990 (unw_decode_b2, unw_decode_b3_b4): Likewise.
991
91770270
JL
992 * readelf.c (get_elf_class): Fix ISO portability glitch.
993 (get_data_encoding, get_osabi_name, request_dump): Likewise.
994
ef5cdfc7
JJ
9952001-11-07 Jakub Jelinek <jakub@redhat.com>
996
997 * readelf.c (debug_str, debug_str_size): New.
998 (display_debug_abbrev): If no abbrevs were read, skip the CU.
999 Call free_abbrevs.
1000 (read_and_display_addr): Handle DW_FORM_strp.
1001 (display_debug_info): Read .debug_str section if present,
1002 so that DW_FORM_strp can be handled.
1003 Fix test for non-existant .debug_abbrev section.
1004
5e9520c8
JJ
10052001-11-05 Jakub Jelinek <jakub@redhat.com>
1006
1007 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1008
1009 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1010
54589086
MS
10112001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1012
1013 * MAINTAINERS: Add self as s390/s390x maintainer.
1014
c05b685b
TR
10152001-11-02 Tom Rix <trix@bluey.cygnus.com>
1016
1017 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1018
3c62831e
NC
10192001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1020
1021 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1022 * configure: Regernate.
1023 * po/fr.po: New file.
1024 * po/tr.po: New file.
1025
3c3bdf30
NC
10262001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1027
9b19141a 1028 * MAINTAINERS: Add self as MMIX port maintainer.
3c3bdf30
NC
1029 * readelf.c: Include elf/mmix.h.
1030 (guess_is_rela): MMIX is RELA.
1031 (dump_relocations): Handle MMIX relocations.
1032 * Makefile.am: Regenerate dependencies.
1033 * Makefile.in: Regenerate.
1034
f662939a
NC
10352001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1036
1037 * readelf.c (parse_args): Handle multiple options to the -w
1038 switch.
1039
c91d0dfb
JJ
10402001-10-12 Jakub Jelinek <jakub@redhat.com>
1041
1042 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1043 LOPROC, LOOS and LOUSER.
1044
7559e86e 10452001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
d1b67f3c
JR
1046
1047 * MAINTAINERS: Update my email address.
1048
fcd8210c
AM
10492001-10-03 Alan Modra <amodra@bigpond.net.au>
1050
1051 * doc/Makefile.in: Regenerate.
1052 * configure: Regenerate.
1053
428409d5
NC
10542001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1055
1056 * readelf.c (display_debug_line, display_debug_pubnames,
1057 display_debug_info, display_debug_frames): Detect and warn
1058 about 64-bit format entries.
1059 (display_debug_aranges): Reword 64-bit warning.
1060 (debug_displays): Add .debug_pubtypes as a known, but not yet
1061 supported, debug section.
1062
6a8c2b0d
AM
10632001-10-02 Alan Modra <amodra@bigpond.net.au>
1064
1065 * coffdump.c (PROGRAM_VERSION): Delete.
1066 (main <'V'>): Call print_version.
1067 * srconv.c: Likewise.
1068 * sysdump.c: Likewise.
1069 * version.c (program_version): Remove.
1070 (print_version): Use BFD_VERSION_STRING. Just print the current
1071 year in copyright message.
1072 * addr2line.c (program_version): Remove unused declaration.
1073 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1074 place of BFD_VERSION.
1075 * Makefile.am (Makefile): Depend on bfd/configure.in.
1076 (cplus-dem.o): Depend on Makefile.
1077 Run "make dep-am".
1078 * Makefile.in: Regenerate.
1079
e414a165
NC
10802001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1081
1082 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1083 format .debug_arange sections.
1084 (main): Add missing prototype.
b8908f93 1085
efc3ee7f
HPN
10862001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1087
1088 * Makefile.am: Update dependencies with "make dep-am".
1089 * Makefile.in: Regenerate.
1090
9e85c2a0
RH
10912001-09-28 Richard Henderson <rth@redhat.com>
1092
1093 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1094
451dad9c
AM
10952001-09-26 Alan Modra <amodra@bigpond.net.au>
1096
1097 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1098 VA_CLOSE.
1099 (non_fatal): Likewise.
1100 * objdump.c (objdump_sprintf): Likewise.
1101 * readelf.c (error): Likewise.
1102 (warn): Likewise.
1103
d974e256
JJ
11042001-09-25 Jakub Jelinek <jakub@redhat.com>
1105
1106 * readelf.c (do_wide): New.
1107 (options): Add --wide.
1108 (usage, parse_args): Likewise.
1109 (process_program_headers): Put each segment on a single line if
1110 --wide is given.
1111 (process_section_headers): Put each section on a single line if
1112 --wide is given.
1113 * doc/binutils.texi: Document it.
1114 * NEWS: Likewise.
1115
2f11c261
AM
11162001-09-25 Alan Modra <amodra@bigpond.net.au>
1117
1118 * readelf.c (print_vma): Print 8 digits of low hex value.
1119
1d50f91e
AJ
11202001-09-24 Andreas Jaeger <aj@suse.de>
1121
1122 * nlmconv.c: Fix warnings about unused attributes and function
1123 prototypes.
1124
1125 * strings.c: Add prototype for get_char.
1126
38131e67
L
11272000-09-19 H.J. Lu <hjl@gnu.org>
1128
1129 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1130 $(srcdir)/cxxfilt.man.
1131 * doc/Makefile.in: Rebuild.
1132
3bcfb3e4
AM
11332001-09-19 Alan Modra <amodra@bigpond.net.au>
1134
1135 * objcopy.c (copy_main): Correct rename-section string parsing.
1136 Consolidate new_name parsing, and error messages.
1137
3882b010
L
11382001-09-18 Bruno Haible <haible@clisp.cons.org>
1139
1140 * addr2line.c: Don't include <ctype.h>.
1141 (main): For gettext, also set the LC_CTYPE locate facet.
1142 * ar.c (main): Likewise.
1143 * coffdump.c (main): Likewise.
1144 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1145 (main): For gettext, also set the LC_CTYPE locate facet.
1146 Use ISALNUM instead of isalpha/isdigit.
1147 * dllwrap.c: Don't include <ctype.h>.
1148 (main): For gettext, also set the LC_CTYPE locate facet.
1149 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1150 (main): For gettext, also set the LC_CTYPE locate facet.
1151 Use TOUPPER instead of islower/toupper.
1152 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1153 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1154 Use TOUPPER instead of islower/toupper.
1155 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1156 * objcopy.c (main): Likewise.
1157 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1158 (disassemble_bytes): Use ISPRINT instead of isprint.
1159 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1160 (dump_data): Use ISPRINT instead of isprint.
1161 (main): For gettext, also set the LC_CTYPE locate facet.
1162 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1163 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1164 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1165 Use TOUPPER instead of islower/toupper.
1166 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1167 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1168 (write_rc_accelerators): Use ISPRINT instead of isprint.
1169 (write_rc_rcdata): Likewise.
1170 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1171 * srconv.c (main): Likewise.
1172 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1173 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1174 isdigit/isupper/islower.
1175 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1176 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1177 stab_demangle_prefix, stab_demangle_qualified,
1178 stab_demangle_template, stab_demangle_type,
1179 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1180 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1181 (isgraphic): Use ISPRINT instead of isascii/isprint.
1182 (main): Remove HAVE_LC_MESSAGES dependency.
1183 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1184 (pbarray): Use ISPRINT instead of isprint.
1185 (main): For gettext, also set the LC_CTYPE locate facet.
1186 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1187 (format_from_filename): Use ISPRINT instead of isprint.
1188 (main): For gettext, also set the LC_CTYPE locate facet.
1189 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1190 (unicode_print): Use ISPRINT instead of isprint.
1191 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1192 (stab_variable): Use ISDIGIT instead of isdigit.
1193
e59b4dfb
AM
11942001-09-18 Alan Modra <amodra@bigpond.net.au>
1195
1196 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1197 Replace bfd_read call with call to bfd_bread.
1198 (extract_file): Likewise.
1199
1200 * objdump.c (dump_section_header): Cast section->filepos to
1201 unsigned long to suit printf format string.
1202 * readelf.c (process_section_headers): Similarly for sh_offset.
1203 (process_unwind): Likewise.
1204
d132876a
NC
12052001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1206
1207 * strings.c (encoding, encoding_bytes): New variables.
1208 (long_options): Add --encoding.
1209 (main): Accept -e and --encoding.
1210 (get_char): New function. Read a, possibly wide, character from
1211 the input stream.
1212 (print_strings): Use get_char().
1213 (usage): Document new command line option.
1214 * doc/binutils.texi: Document new command line option.
1215 * NEWS: Announce new command line option.
1216
7559e86e 12172001-09-12 Alexandre Oliva <aoliva@redhat.com>
2b0337b0
AO
1218
1219 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1220 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1221 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1222 Removed EM_CYGNUS_ARC.
1223
7559e86e 12242001-09-04 Jeffrey A Law (law@cygnus.com)
b8720f9d
JL
1225
1226 * readelf.c: Include elf/h8 for H8 series definitions.
1227 (guess_is_rela): H8 series if RELA.
1228 (dump_relocations): Handle H8 series relocations.
1229
0823fbca
EC
12302001-08-31 Eric Christopher <echristo@redhat.com>
1231
1232 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1233
8db76d70
PT
12342001-08-29 Peter Targett <peter.targett@arccores.com>
1235
1236 * MAINTAINERS: Include ARC Maintainer.
1237
d81d6584
BE
12382001-08-29 Ben Elliston <bje@redhat.com>
1239
1240 * stabs.c (stab_demangle_template): Initialise s4.
1241
25a1ff5b
AM
12422001-08-27 Alan Modra <amodra@bigpond.net.au>
1243
1244 * readelf.c (dump_relocations): Recognise EM_PPC64.
1245
a5d22d2a
TS
12462001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1247
1248 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1249
62a5a82d
L
12502001-08-25 H.J. Lu <hjl@gnu.org>
1251
1252 * nm.c (print_width): New.
1253 (display_rel_file): Set `print_width' according to
1254 bfd_sprintf_vma.
1255 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1256
1ae8b3d2
AO
12572001-08-24 Alexandre Oliva <aoliva@redhat.com>
1258
1259 * objcopy.c (use_alt_mach_code): New variable.
1260 (OPTION_ALT_MACH_CODE): Define.
1261 (copy_options): Added --alt-machine-code.
1262 (copy_main): Handle it.
1263 (copy_object): Switch to alternate machine code if requested.
1264 * doc/binutils.texi: Document new option.
1265 * NEWS: Likewise.
1266
d1bdd336
TS
12672001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1268
1269 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1270
410f7a12
L
12712001-08-21 H.J. Lu <hjl@gnu.org>
1272
1273 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1274 (display_debug_info): Cast for 64bit hosts.
1275 (display_debug_frames): Likewise.
1276 (process_mips_specific): Likewise.
1277
c32144ff
AJ
12782001-08-21 Andreas Jaeger <aj@suse.de>
1279
1280 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1281
1282 * sysdump.c: Add missing prototypes.
1283 * srconv.c: Likewise.
1284 * unwind-ia64.c: Likewise.
1285 * coffdump.c: Likewise.
1286
1287 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1288
1289 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1290 of declaring xcalloc.
1291
d8180c76
L
12922001-08-10 H.J. Lu <hjl@gnu.org>
1293
1294 * nm.c (print_value): Add one arg, bfd *.
1295 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1296 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1297 (print_symbol_info_sysv): Likewise.
1298 (print_symbol_info_posix): Likewise.
1299
1300 * objdump.c (dump_section_header): Replace printf_vma with
1301 bfd_printf_vma.
1302 (print_section_stabs): Likewise.
1303 (dump_bfd_header): Likewise.
1304 (objdump_print_value): Replace sprintf_vma with
1305 bfd_sprintf_vma.
1306 (disassemble_bytes): Likewise.
1307 (dump_reloc_set): Likewise.
1308
0218d1e4
AJ
13092001-08-10 Andreas Jaeger <aj@suse.de>
1310
1311 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1312 to build warnings.
1313 * configure: Regenerate.
1314
2863d58a
AM
13152001-08-09 Alan Modra <amodra@bigpond.net.au>
1316
1317 * readelf.c: Add missing prototypes.
1318 * objdump.c: Likewise. Format existing prototypes.
1319
c0e047e0
AO
13202001-08-08 Alexandre Oliva <aoliva@redhat.com>
1321
1322 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1323 of any RELA relocation for the abbrev_offset memory location that
1324 refers to the .debug_abbrev section symbol.
1325
ff78d6d6
L
13262001-08-07 H.J. Lu <hjl@gnu.org>
1327
1328 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1329 (main): Return process_file ().
1330
c36774d6
PB
13312001-08-05 Philip Blundell <philb@gnu.org>
1332
1333 * doc/binutils.texi: Use "Thumb" not "THUMB".
1334
8f9d9bd9
JH
13352001-08-03 John Healy <jhealy@redhat.com>
1336
1337 Patch suggested by Frank Eigler <fche@redhat.com>.
1338 * objdump.c (disassemble_data): Fill in section member of the
1339 disasm_info structure.
1340
c918cb96
DD
13412001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1342
1343 * configure.in: Added --with-windres option.
1344 * configure: Regenerated.
1345
c7c55b78
NC
13462001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1347
1348 * doc/binutils.texi: Use @command{name} for commands;
1349 use @option{-opt} for options; use @table @env for list of options;
1350 remove spaces arround [ | ] in synopsis.
1351
1352 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1353 center title.
1354
594ef5db
NC
13552001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1356
1357 * objcopy.c: Fix formatting.
1358 (section_rename): New structure.
1359 (OPTION_RENAME_SECTION): New switch.
1360 (copy_usage): Document new switch.
1361 (add_section_rename): New function: Add a node to the section
1362 rename list.
1363 (find_section_rename): New function: Find the new name and
1364 flags for a section.
1365 (setup_section): Call find_section_name to determine the name
1366 of the output section.
1367 (copy_main): Handle OPTION_RENAME_SECTION.
1368 * binutils.texi: Document new switch.
1369 * NEWS: Mention new switch.
1370
1f554c69
NC
13712001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1372
1373 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1374 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1375 bug-binutils@gcc.org.
1376
2f83960e
AM
13772001-07-28 Matthias Kramm <kramm@quiss.org>
1378
1379 * bucomm.c (list_supported_architectures): New function.
1380 * bucomm.h (list_supported_architectures): Declare.
1381 * objdump.c (usage): Call the above.
1382
20fe0649
DB
13832001-07-25 Dave Brolley <brolley@redhat.com>
1384
1385 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1386 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1387
1b577b00
NC
13882001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1389
1390 * README: Update for 2.11. Change bug reporting email address.
1391 * MAINTAINERS: Tidy up. Change bug reporting email address.
1392
95fd336c
DD
13932001-07-16 DJ Delorie <dj@redhat.com>
1394
5f16d855
DD
1395 * resres.c (write_res_header): Align header size.
1396 (res_align_file): Calculate alignment correctly.
1397
95fd336c
DD
1398 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1399 correct 10).
1400 * resrc.c (write_rc_resource): Likewise.
1401 * windres.h (SUBLANG_SHIFT): Define - as 10.
1402
ed8fee27
NC
14032001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1404
1405 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1406
90ab7e9a
NC
14072001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1408
1409 * MAINTAINERS: Add notes about branch checkins.
1410
e0c60db2
NC
14112001-07-05 Daniel Berlin <dan@cgsoftware.com>
1412
1413 * readelf.c (display_debug_macinfo): New function, display
1414 .debug_macinfo section.
1415 (do_debug_macinfo): New variable.
1416 (parse_args): Handle "-w[mM]" to mean display macro info.
1417 (process_section_headers): Handle debug_macinfo.
1418 (debug_displays): Replace unsupported function with macinfo
0218d1e4 1419 function for .debug_macinfo display.
e0c60db2
NC
1420 * doc/binutils.texi: Document new command line switch.
1421 * NEWS: Document new feature of readelf.
0218d1e4 1422
24e01a36
L
14232001-07-05 H.J. Lu <hjl@gnu.org>
1424
1425 * objcopy.c (filter_symbols): Don't turn undefined symbols
1426 into local.
1427
4258bf4d
L
14282001-07-03 H.J. Lu <hjl@gnu.org>
1429
1430 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1431 $@.pod.
1432 (ar.1): Likewise.
1433 (dlltool.1): Likewise.
1434 (nlmconv.1): Likewise.
1435 (nm.1): Likewise.
1436 (objcopy.1): Likewise.
1437 (objdump.1): Likewise.
1438 (ranlib.1): Likewise.
1439 (readelf.1): Likewise.
1440 (size.1): Likewise.
1441 (strings.1): Likewise.
1442 (strip.1): Likewise.
1443 (windres.1): Likewise.
1444 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1445 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1446 $(DEMANGLER_NAME).
1447 (as.1): Removed.
1448 * doc/Makefile.in: Regenerated.
1449
7014bc31
NC
14502001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1451
1452 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1453
b811889f
NC
14542001-07-01 Daniel Berlin <dan@cgsoftware.com>
1455
1456 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1457
12ab83a9
NC
14582001-06-29 James Cownie <jcownie@etnus.com>
1459
1460 * readelf.c: Support DWARF 2.1 attributes.
1461
a6e9f9df
AM
14622001-06-28 Alan Modra <amodra@bigpond.net.au>
1463
1464 * readelf.c (GET_DATA_ALLOC): Remove.
1465 (GET_DATA): Remove.
1466 (get_data): New function combining above macros, with an extra
1467 test for zero size.
1468 (slurp_rela_relocs): Use get_data, and catch error return.
1469 (slurp_rel_relocs): Likewise.
1470 (get_32bit_program_headers): Likewise.
1471 (get_64bit_program_headers): Likewise.
1472 (get_32bit_section_headers): Likewise.
1473 (get_64bit_section_headers): Likewise.
1474 (get_32bit_elf_symbols): Likewise.
1475 (get_64bit_elf_symbols): Likewise.
1476 (process_section_headers): Likewise.
1477 (process_relocs): Likewise.
1478 (slurp_ia64_unwind_table): Likewise.
1479 (process_unwind): Likewise.
1480 (get_32bit_dynamic_segment): Likewise.
1481 (get_64bit_dynamic_segment): Likewise.
1482 (process_dynamic_segment): Likewise.
1483 (process_version_sections): Likewise.
1484 (process_symbol_table): Likewise.
1485 (dump_section): Likewise.
1486 (display_debug_info): Likewise.
1487 (display_debug_section): Likewise.
1488 (process_section_contents): Likewise.
1489 (process_corefile_note_segment): Likewise.
1490 (process_mips_specific): Likewise. Also free econf32, econf64.
1491
af3fc3bc
AM
14922001-06-25 Alan Modra <amodra@bigpond.net.au>
1493
1494 * readelf.c (dump_relocations): Print "bad symbol index" if
1495 symtab == NULL with non-zero symtab_index.
1496 (process_relocs): Don't bomb if reloc section has no symsec.
1497
6d900bf6
L
14982001-06-24 H.J. Lu <hjl@gnu.org>
1499
1500 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1501 by accident.
1502 (copy_main): Apply the the change made to strip_main on
1503 2001-05-30 by accident.
1504
49b4e386
AJ
15052001-06-23 Andreas Jaeger <aj@suse.de>
1506
1507 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1508 parameter 'code'.
1509 (unw_decode_x2): Likewise.
1510 (unw_decode_x3): Likewise.
1511 (unw_decode_x4): Likewise.
1512
d8dc71e3
BE
15132001-06-23 Ben Elliston <bje@redhat.com>
1514
1515 * MAINTAINERS: Add myself as M88k maintainer.
1516
af3bdff7
NC
15172001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1518
1519 * objcopy.c (strip_main): Support -o or --output-file command lien
1520 switch.
1521
105e7211
L
15222001-06-19 H.J. Lu <hjl@gnu.org>
1523
1524 * doc/Makefile.in: Regenerated.
1525
c45021f2
NC
15262001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1527
1528 * readelf.c: Restore formatting.
1529
15302001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1531
1532 * Makefile.am: Move documentation into doc subdirectory.
1533 * Makefile.in: Regenerated.
1534 * binutils.texi: Move into doc subdirectory.
1535 * addr2line.1: Removed.
1536 * ar.1: Likewise.
1537 * dlltool.1: Likewise.
1538 * nlmconv.1: Likewise.
1539 * nm.1: Likewise.
1540 * objcopy.1: Likewise.
1541 * objdump.1: Likewise.
1542 * ranlib.1: Likewise.
1543 * readelf.1: Likewise.
1544 * size.1: Likewise.
1545 * strings.1: Likewise.
1546 * strip.1: Likewise.
1547 * windres.1: Likewise.
1548 * cxxfilt.man: Likewise.
1549 * doc: New Directory.
1550 * doc/Makefile.am: New file.
1551 * doc/Makefile.in: Generate.
1552
09ad7db3
AM
15532001-06-09 Alan Modra <amodra@bigpond.net.au>
1554
1555 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1556
936260fe
AM
15572001-06-01 Alan Modra <amodra@bigpond.net.au>
1558
1559 * MAINTAINERS: Update my email address.
1560
16b2b71c
NC
15612001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1562
1563 * objcopy.c: Add new switches: --keep-global-symbol,
1564 --keep-symbols, --localize-symbols, --keep-global-symbols and
1565 --weaken-symbols.
1566 * binutils.texi: Document new switches.
1567 * objcopy.1: Regenerate.
1568 * NEWS: Announce new feature.
1569
7036c0e1
AJ
15702001-05-28 Andreas Jaeger <aj@suse.de>
1571
1572 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1573 variables, fix format strings.
1574
76a406e5
NC
15752001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1576
1577 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1578 when computing the address of the line to show.
1579
31b6fca6
RH
15802001-05-16 Richard Henderson <rth@redhat.com>
1581
1582 * readelf.c (do_debug_frames_interp): New.
1583 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1584 (byte_get_big_endian): Likewise.
1585 (parse_args) ['F']: Set do_debug_frames_interp.
1586 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1587 (frame_display_row): Don't trunc pc_begin to int.
1588 (size_of_encoded_value): New.
1589 (display_debug_frames): Handle 64-bit targets. Print raw data
1590 unless do_debug_frames_interp.
1591 (debug_displays): Remove duplicate .debug_frame.
1592
4fe85591
NC
15932001-05-15 Ralf Baechle <ralf@gnu.org>
1594
1595 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1596 The former constant was never in active use and is used otherwise
1597 by the ABI.
1598
579f31ac
JJ
15992001-05-11 Jakub Jelinek <jakub@redhat.com>
1600
1601 * readelf.c (process_unwind): Print all unwind sections, not just
1602 one.
1603
78f4a3f7
AM
16042001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1605
1606 * readelf.c (process_unwind): Remove const specifier.
1607
1c529ca6
NC
16082001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1609
1610 * strings.c (isgraphic): Do not use isascii() unless it is needed
1611 for isprint() to work.
1612 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1613
87e6d782
NC
16142001-04-27 Johan Rydberg <jrydberg@opencores.org>
1615
1616 * NEWS: Announce support for OpenRISC.
1617
4bd3d870 16182001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
1619
1620 * dlltool.c (do_default_excludes): Initialise to true.
1621
21211521
AM
16222001-04-10 Alan Modra <amodra@one.net.au>
1623
1624 * MAINTAINERS: Update my email address
1625 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1626
0c66b61e 16272001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
1628
1629 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1630
e58d53af
L
16312001-03-30 H.J. Lu <hjl@gnu.org>
1632
1633 * readelf.c (process_unwind): Just return if do_unwind is 0.
1634
bee72332
DD
16352001-03-28 Roger Sayle <roger@metaphorics.com>
1636
1637 * dlltool.c (make_one_lib_file): Fix section flags for
1638 .text, .data and .bss in stub ds*.o files to match those
1639 generated by gas.
1640
f1467e33
L
16412001-03-29 H.J. Lu <hjl@gnu.org>
1642
1643 * readelf.c (process_unwind): Only do unwind sections for
1644 IA64.
1645
1c6fb4fe
L
16462001-03-28 H.J. Lu <hjl@gnu.org>
1647
1648 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1649 * Makefile.in: Regenerate.
1650
0879a67a
AJ
16512001-03-26 Andreas Jaeger <aj@suse.de>
1652
1653 * binutils.texi (nm): Fix texi syntax.
1654
0285c67d
NC
16552001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1656
1657 * binutils.texi: Put @c man begin and @c man end indications
1658 to generate man pages using texi2pod and pod2man. Put @c man title
1659 to identify each man. Add SEEALSO entries.
1660 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1661 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1662 sort the list.
1663 (*.1): Build the man pages from binutils.texi.
1664 * Makefile.in: Regenerate.
1665
04847a4d
CF
16662001-03-13 Eric Kohl <ekohl@rz-online.de>
1667
1668 * defparse.y (opt_equal_name): allow "." in name.
1669 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1670 (gen_exp_file): Likewise.
1671
43a0748c
NC
16722001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1673
1674 * NEWS: Document addition of -B switch to objcopy.
1675 * binutils.texi: Document addition of -B switch to objcopy.
1676 * objcopy.c: (copy_options): Add --binary-architecture.
1677 (copy_usage): Document -B/--binary-architecture.
1678 (copy_main): Support -B/--binary-architecture. Set
1679 bfd_external_binary_architecture.
0879a67a 1680
b7498e0e
NC
16812001-03-11 Andreas Jaeger <aj@suse.de>
1682
1683 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1684 (dump_relocations): Likewise.
1685 (get_machine_name): Likewise.
1686
a59e3bd7
NC
16872001-02-28 Nick Clifton <nickc@redhat.com>
1688
1689 * readelf.c: (struct unw_aux_info): Remove const modifier for
1690 'strtab' field.
1691 (process_unwind): Remove non-K&R compliant LHS type cast in call
1692 to GET_DATA_ALLOC macro.
1693
a5bcd848
PB
16942001-02-28 Philip Blundell <pb@futuretv.com>
1695
1696 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1697 ABI is in use; remove ambiguity between the "unknown" EABI and
1698 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1699 renamed EF_xx constants.
1700
27b7e12d
AM
17012001-02-27 Alan Modra <alan@linuxcare.com.au>
1702
1703 * configure.in (BFD_VERSION): New.
1704 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1705 * configure: Regenerate.
1706 * Makefile.am: Run "make dep-am"
1707 * Makefile.in: Regenerate.
1708
a9f10786
NC
17092001-02-14 Nick Clifton <nickc@redhat.com>
1710
1711 * MAINTAINERS: Add "Obvious Fix" rule.
1712
3c44da9a
MS
17132001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1714
1715 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1716 literal concatenation.
1717
ecd03389
MS
17182001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1719
1720 * readelf.c (struct unw_aux_info): Remove const from the info member.
1721 (process_unwind): Don't type-cast the third argument to the
1722 GET_DATA_ALLOC macro.
1723
88ec60c7
NC
17242001-02-11 Nick Clifton <nickc@redhat.com>
1725
1726 * readelf.c (dump_relocations): Free corrected allocated
1727 array.
1728 (process_unwind): Fix compile time warning.
1729
f5e21966
NC
17302001-02-10 Nick Clifton <nickc@redhat.com>
1731
1732 * binutils.texi: Document new --unwind option to readelf.
1733
a85d7ed0
NC
17342001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1735
1736 * readelf.c: Add linux target for S/390.
1737
7bb10502
AM
17382001-02-10 Alan Modra <alan@linuxcare.com.au>
1739
1740 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1741 printf is a macro.
1742
8ca8f343
HPN
17432001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1744
1745 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1746 * aclocal.m4: Regenerate.
1747 * configure: Regenerate.
1748
7340082d
NC
17492001-02-07 Todd Vierling <tv@wasabisystems.com>
1750
1751 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1752 * objdump.c (bfd_target_vector): Likewise.
1753
4d6ed7c8
NC
17542001-02-07 David Mosberger <davidm@hpl.hp.com>
1755
1756 * readelf.c (process_unwind): New function.
1757 (slurp_ia64_unwind_table): Ditto.
1758 (dump_ia64_unwind): Ditto.
1759 (find_symbol_for_address): Ditto.
1760 (slurp_rela_relocs): New function (split off from dump_relocations()).
1761 (slurp_rel_relocs): Ditto.
1762 (parse_args): Handle '-u' option.
1763
1764 * unwind-ia64.c: New file.
1765 * unwind-ia64.h: New file.
1766 * Makefile.am: Include unwind-ia64.c in readelf build.
1767 * Makefile.in: Regenerate.
7340082d 1768 * po/binutils.pot: Regenerate.
4d6ed7c8 1769
c7217458
PB
17702001-02-04 Philip Blundell <philb@gnu.org>
1771
1772 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1773 * configure: Regenerate.
1774
956eedd4
AM
17752001-01-31 Steve deRosier <sderosier@vari-lite.com>
1776
1777 * ieee.c (ieee_add_bb11): Don't check for backslashes
1778 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1779
8855cbca
AM
17802001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1781
c7f2731e
AM
1782 * ieee.c: Update copyright.
1783 (ieee_start_compilation_unit): Don't check for backslashes
1784 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1785
8855cbca
AM
1786 * stabs.c: Update copyright. Include "filenames.h".
1787 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1788
329de803 17892001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
1790
1791 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1792 sections are present before using them. Remove code duplication.
1793 (process_symbol_table): Check if VERDEF or VERNEED sections are
1794 present before using them.
1795
23719f39
NC
17962001-01-17 Nick Clifton <nickc@redhat.com>
1797
1798 * objcopy.c (copy_object): Fail if attempting to convert the
1799 endianness of the input object file.
1800
1801 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 1802
f726e849
NC
18032001-01-16 Nick Clifton <nickc@redhat.com>
1804
1805 * readelf.c (string_table_length): New variable.
1806 (SECTION_NAME): Catch out of range indices and missing section
1807 pointers.
1808 (process_section_headers): Delete useless local variable
1809 string_table_offset. Set the value of string_table_length
1810 after loading the string table.
1811 (process_mips_specific): Use SECTION_NAME macro.
1812 (process_file): Set string_table_length to 0 when it is freed.
1813
d0398d6a
NC
18142001-01-12 Nick Clifton <nickc@redhat.com>
1815
1816 * version.c (print_version): Update copyright date.
1817
0d2bcfaf
NC
18182001-01-11 Peter Targett <peter.targett@arccores.com>
1819
1820 * readelf.c (dump_relocations): Include selection with EM_ARC.
1821 (get_machine_name) Update name to "ARC".
1822
8b1e6df3
NC
18232001-01-09 Nick Clifton <nickc@redhat.com>
1824
1825 * Makefile.am: Add rule to build objdump.o from objdump.c and
1826 using OBJDUMP_DEFS.
1827 * Makefile.in: Regenerate.
1828
1829 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1830 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1831 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 1832 * configure: Regenerate.
8b1e6df3
NC
1833
1834 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1835 is defined read in the relocs even if dump_reloc_info is
1836 false.
1837
2f952d20
PB
18382001-01-07 Philip Blundell <philb@gnu.org>
1839
1840 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1841 `bug-binutils'.
1842 * README: Likewise.
1843
a8c548cb
NC
18442000-12-19 Nick Clifton <nickc@redhat.com>
1845
1846 * dlltool.c: Add missing support for arm-epoc-pe.
1847 * configure.in: Add missing support for arm-epoc-pe.
1848 * configure: Regenerate.
1849
cc5fda35
NC
18502000-12-15 Nick Clifton <nickc@redhat.com>
1851
1852 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1853 Mode parts of the x86 port.
1854
bcedfee6
NC
18552000-12-04 Andreas Jaeger <aj@suse.de>
1856
1857 * readelf.c (guess_is_rela): Add EM_X86_64.
1858 (dump_relocations): Add EM_X86_64.
1859 (get_machine_name): Add EM_X86_64.
1860 Include "elf/x86-64.h".
1861
584da044
NC
18622000-12-12 Nick Clifton <nickc@redhat.com>
1863
1864 * readelf.c: Fix formatting.
1865
7559e86e 18662000-12-11 Jan Hubicka <jh@suse.cz>
b8355149
JH
1867
1868 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1869
a98cc2b2
AH
18702000-12-07 Andrew Haley <aph@redhat.com>
1871
1872 * readelf.c (display_debug_frames): Only display columns that are
1873 referenced by the frame debug info.
1874
c7987a69
NC
18752000-12-05 Nick Clifton <nickc@redhat.com>
1876
1877 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1878
09fd7e38
JM
18792000-12-04 Jason Merrill <jason@redhat.com>
1880
1881 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1882 (display_debug_section): Likewise.
1883 (display_debug_info): Display CU header before bailing.
1884
e7af610e
NC
18852000-12-01 Chris Demetriou <cgd@sibyte.com>
1886
09fd7e38
JM
1887 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1888 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1889 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 1890
09fd7e38
JM
1891 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1892 and E_MIPS_ARCH_64.
84ea6cf2 1893
09fd7e38
JM
1894 * readelf.c (get_machine_flags): Add case for
1895 E_MIPS_MACH_SB1.
c6c98b38 1896
75066968
DD
18972000-11-30 Richard Earnshaw <rearnsha@arm.com>
1898
1899 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1900
5c4666ea
HPN
19012000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1902