* budemang.c: New file, "demangle" function.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2002-07-02 Alan Modra <amodra@bigpond.net.au>
2
3 * budemang.c: New file, "demangle" function.
4 * budemang.h: New file.
5 * addr2line.c (translate_addresses): Use "demangle".
6 * nm.c (print_symname): Likewise.
7 * objdump.c (objdump_print_symname): Likewise.
8 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
9 here since that obfuscates.
10 * rdcoff.c: Don't #include demangle.h.
11 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
12 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
13 (HFILES): Add budemang.h. Sort.
14 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
15 Run "make dep-am".
16 * Makefile.in: Regenerate.
17
18 2002-07-01 Matt Thomas <matt@3am-software.com>
19
20 * readelf.c: Include "elf/vax.h".
21 (guess_is_rela): Move EM_VAX from unknown to RELA case.
22 (dump_relocations): Handle VAX relocations.
23 (get_machine_flags): Handle VAX machine flags.
24
25 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
26
27 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
28
29 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
30
31 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
32
33 2002-06-26 Alan Modra <amodra@bigpond.net.au>
34
35 * nm.c (print_symname): When demangling, strip leading dots from
36 symbol names to avoid confusing the demangler.
37
38 2002-06-25 H.J. Lu <hjl@gnu.org>
39
40 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
41 * Makefile.in: Regenerated.
42
43 2002-06-21 Igor Schein <igor@txc.com>
44
45 * configure.in: Quote bu_cv_have_fopen64.
46 * configure: Regenerate.
47
48 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
49
50 * configure.in: Check for strcoll.
51 * configure: Regenerate.
52 * config.in: Regenerate.
53 * nm.c (main): Set locale for LC_COLLATE category.
54 (non_numeric_forward): Use strcoll if available.
55
56 2002-06-20 Dave Brolley <brolley@redhat.com>
57
58 * MAINTAINERS: Add self as fr30 and frv maintainer.
59
60 2002-06-18 H.J. Lu (hjl@gnu.org)
61
62 * nm.c: Include "elf/common.h".
63 (extended_symbol_info): Add elfinfo, a pointer to
64 elf_symbol_type.
65 (SYM_SIZE): Use elfinfo if it is not NULL.
66 (get_symbol_type): New function.
67 (display_archive): Set print_width for each archive member.
68 (display_file): Likewise.
69 (display_rel_file): Don't set print_width here.
70 (print_object_filename_sysv): Handle print_width.
71 (print_archive_member_sysv): Likewise.
72 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
73 (print_symbol): Set the elfinfo field in extended_symbol_info
74 for ELF.
75 (print_object_filename_sysv): Fix the output format.
76 (print_symbol_info_sysv): Print type and section for ELF.
77
78 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
79
80 * nm.c (print_size_symbols): Remove assignment, which makes
81 the symbol's size equal to its value when --size-sort is
82 used.
83
84 2002-06-18 Dave Brolley <brolley@redhat.com>
85
86 From Catherine Moore:
87 * readelf.c (elf/frv.h): #include it.
88 (guess_is_rela): Support EM_CYGNUS_FRV.
89 (dump_relocations): Ditto.
90 (get_machine_name): Ditto.
91 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
92
93 2002-06-18 Jakub Jelinek <jakub@redhat.com>
94
95 * readelf.c (get_file_header): Only read the first section header if
96 e_shoff is non-zero.
97
98 2002-06-15 H.J. Lu (hjl@gnu.org)
99
100 * nm.c (print_size): New variable. Initialize to 0.
101 (long_options): Add 'S'/"print-size".
102 (main): Handle 'S'.
103 (print_symbol_info_bsd): Print size only if print_size is not
104 0.
105
106 * doc/binutils.texi: Document -S/--print-size.
107
108 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
109
110 * nm.c (struct extended_symbol_info): New strcuture: Add the size
111 of the symbols to the information provided by the symbol_info
112 structure.
113 (print_symbols): Pass the symbol size to print_symbol.
114 (print_size_symbols): Pass the symbol size to print_symbol.
115 (print_symbol): Extra argument: The size of the symbol. Store
116 this in the extended_symbol_info structure.
117 (print_symbol_info): Change type of info parameter to
118 extended_symbol_info. Display the size, if known.
119 (print_symbol_info_posix): Likewise.
120 (print_symbol_info_sysv): Likewise.
121
122 2002-06-08 Alan Modra <amodra@bigpond.net.au>
123
124 * Makefile.am: Run "make dep-am".
125 * Makefile.in: Regenerate.
126 * doc/Makefile.in: Regnerate.
127
128 * bucomm.c: Replace CONST with const.
129 * nm.c: Likewise.
130 * objdump.c: Likewise.
131
132 2002-06-07 H.J. Lu <hjl@gnu.org>
133
134 * readelf.c (DW_CFA_GNU_args_size): Don't define.
135 (DW_CFA_GNU_negative_offset_extended): Likewise.
136 (DW_CFA_GNU_window_save): Likewise.
137 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
138 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
139
140 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
141
142 * nm.c: When computing size of symbols for an ELF target use the
143 internal size field.
144
145 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
146
147 * testsuite/binutils-all/objcopy.exp: clear xfail for
148 "hppa*64*-*-hpux*".
149 * testsuite/binutils-all/hppa/objdump.exp: Return if
150 "*64*-*-*".
151
152 2002-06-05 Alan Modra <amodra@bigpond.net.au>
153
154 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
155
156 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
157
158 * objdump.c: Fix formatting.
159
160 2002-05-29 Ben Elliston <bje@redhat.com>
161
162 * MAINTAINERS: Add self as M68k maintainer.
163
164 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
165
166 * readelf.c: Modified/Added DLX elf support.
167
168 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
169
170 * arsup.c: Fix formatting.
171 * debug.c (debug_record_label): Add missing colon to error
172 message.
173 * ieee.c (parse_ieee_ty): Fix spelling typo.
174 * readelf.c (process_program_headers): Remove English assumption
175 about making a plural word.
176 (process_section_headers): Likewise.
177 (process_relocs): Allow quotes to be translated.
178 (process_unwind): Likewise,
179 (process_mips_specific): Improve error message.
180 (get_note_type): Fix spelling typo.
181
182 * configure.in (ALL_LINGUAS): Add sv
183 * po/sv.po: New file.
184
185 2002-05-27 Alan Modra <amodra@bigpond.net.au>
186
187 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
188 (unw_print_grmask): Likewise.
189 (unw_print_frmask): Likewise.
190
191 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
192
193 * arsup.c: Remove ARGSUSED.
194 * debug.c: Likewise.
195 * ieee.c: Likewise.
196 * nlmconv.c: Likewise.
197 * prdbg.c: Likewise.
198 * stabs.c: Likewise.
199 * wrstabs.c: Likewise.
200
201 2002-05-25 Alan Modra <amodra@bigpond.net.au>
202
203 * arlex.l: Use #include "" instead of <> for local header files.
204 * coffdump.c: Likewise.
205 * coffgrok.c: Likewise.
206 * nlmconv.c: Likewise.
207 * nlmheader.y: Likewise.
208 * srconv.c: Likewise.
209 * strings.c: Likewise.
210 * sysdump.c: Likewise.
211 * unwind-ia64.h: Likewise.
212 * windres.h: Likewise.
213 * winduni.h: Likewise.
214
215 2002-05-24 Tom Rix <trix@redhat.com>
216
217 * MAINTAINERS: Add self as the d10v maintainer.
218
219 2002-05-24 TAMURA Kent <kent@netbsd.org>
220
221 * configure.in: Builds dlltool for i386-netbsdpe.
222 * configure: Regenerate.
223
224 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
225
226 * size.c: Fix formatting.
227 * srconv.c: Likewise.
228 * stabs.c: Likewise.
229 * sysdump.c: Likewise.
230 * unwind-ia64.c: Likewise.
231 * wrstabs.c: Likewise.
232
233 2002-05-23 Jakub Jelinek <jakub@redhat.com>
234
235 * readelf.c (get_segment_type): Add PT_TLS.
236 (get_elf_section_flags): Add SHF_TLS.
237 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
238 (process_dynamic_segment): Use puts instead of printf.
239 (get_symbol_type): Support STT_TLS.
240 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
241 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
242 Add SEC_THREAD_LOCAL.
243
244 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
245
246 * rdcoff.c: Fix formatting.
247 * rddbg.c: Likewise.
248 * readelf.c: Likewise.
249 * rename.c: Likewise.
250 * resbin.c: Likewise.
251 * resrc.c: Likewise.
252 * resres.c: Likewise.
253
254 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
255
256 * filemode.c: Fix formatting.
257 * ieee.c: Likewise.
258 * is-ranlib.c: Likewise.
259 * is-strip.c: Likewise.
260 * maybe-ranlib.c: Likewise.
261 * maybe-strip.c: Likewise.
262 * nlmconv.c: Likewise.
263 * nm.c: Likewise.
264 * not-ranlib.c: Likewise.
265 * not-strip.c: Likewise.
266 * objcopy.c: Likewise.
267 * objdump.c: Likewise.
268
269 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
270
271 * objdump.c (dump_headers): Fix output formatting for ELF32
272 architectures in a BFD64 enabled toolchain.
273
274 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
275
276 * debug.c: Fix formatting.
277 * debug.h: Likewise.
278 * dlltool.c: Likewise.
279 * dllwrap.c: Likewise.
280 * emul_aix.c: Likewise.
281 * emul_vanilla.c: Likewise.
282
283 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
284
285 * addr2line.c: Fix formatting.
286 * ar.c: Likewise.
287 * arsup.c: Likewise.
288 * arsup.h: Likewise.
289 * binemul.c: Likewise.
290 * binemul.h: Likewise.
291 * bucomm.c: Likewise.
292 * coffdump.c: Likewise.
293 * coffgrok.c: Likewise.
294 * coffgrok.h: Likewise.
295
296 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
297
298 * MAINTAINERS: Add myself as the second AVR port maintainer.
299
300 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
301
302 * MAINTAINERS: Update my email address.
303
304 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
305
306 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
307
308 2002-05-09 Alan Modra <amodra@bigpond.net.au>
309
310 * configure.in: Replace `*pe' with `pe' throughout.
311 * configure: Regenerate.
312
313 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
314
315 * Makefile.am: Honour DESTDIR.
316 * Makefile.in: Regenerate.
317
318 2002-05-06 Alan Modra <amodra@bigpond.net.au>
319
320 * dlltool.c (process_def_file): Add missing prototype.
321 (new_directive, assemble_file, main): Likewise.
322 (process_def_file, new_directive): Make static.
323 (inform): Rewrite using VA_FIXEDARG.
324 * dllwrap.c (mybasename): Add missing prototype.
325 (strhash, main): Likewise.
326 (inform): Rewrite using VA_FIXEDARG.
327 (warn): Likewise.
328 (cleanup_and_exit): Use old style function definition.
329 (strhash): Likewise.
330 * windres.c (define_resource): Use one memset to clear all of
331 struct res_resource.
332
333 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
334 call to rules that need no lookahead. Check for no lookahead.
335
336 2002-05-06 Borut Razem <borut.razem@siol.net>
337
338 * rclex.l (get_string): Correct "strings" list handling.
339 * resrc.c (read_rc_file): Discard strings.
340
341 2002-05-04 Alan Modra <amodra@bigpond.net.au>
342
343 * ar.c (replace_members): Remove unused var. Formatting fix.
344 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
345
346 * MAINTAINERS: Sort port maintainers by CPU.
347
348 2002-05-04 Bob Byrnes <byrnes@curl.com>
349
350 * size.c (display_archive): Add last_arfile and code to close archives.
351
352 2002-05-01 Alan Modra <amodra@bigpond.net.au>
353
354 * nm.c (print_symbol): Check returned filename from
355 bfd_find_nearest_line is non-NULL.
356
357 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
358
359 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
360
361 2002-04-24 Christian Groessler <chris@groessler.org>
362
363 * MAINTAINERS: Changed my email address.
364
365 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
366
367 * arparse.y: Fix syntax warning.
368
369 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
370
371 * readelf.c (fetch_location_list): Remove unused function.
372
373 * readelf.c (process_corefile_note_segment): Catch corrupt notes
374 and display a warning message, then exit the loop.
375
376 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
377
378 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
379
380 * resrc.c (write_rc_dialog): If charset is non-default value
381 display all of the DIALOGEX parameters.
382
383 2002-04-15 Eric Kohl <ekohl@rz-online.de>
384
385 * rcparse.y: Allow two to five parameter in FONT statement of
386 DIALOGEX resources.
387 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
388 resource data.
389 (res_to_bin_dialog): Likewise.
390 * windres.h: Added misssing charset variable to dialog_ex
391 structure.
392
393 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
394
395 * rcparse.y: Set MEMFLAG_PURE by default.
396
397 2002-04-09 Bernd Herd <info@herdsoft.com>
398
399 * rcparse.y: CLASS definitions in DIALOG resources
400 are quoted.
401 Fix typo in BEDIT warning.
402 Don't add default dialog style when explicit style specified.
403 Add WS_CAPTION dialog style if CAPTION is specified.
404
405 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
406 (handle_quotes) "\a" escape (used for right justified key
407 definitions in menus) is encodes as binary 8.
408
409 * resrc.c (write_rc_dialog): Print style even if it is 0.
410 (write_rc_directory): Fix overlooked sublang shift bug.
411 (bin_to_res_dialog): Don't print empty dialog caption.
412
413 * resbin.c (bin_to_res_dialog): Use signature to identify
414 DIALOGEX.
415
416 * windres.c (main): Set default LANGUAGE to english/us.
417
418 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
419
420 * resrc.c: print CLASS names in quotes
421
422 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
423
424 * MAINTAINERS: Update my email address.
425
426 2002-04-04 Alan Modra <amodra@bigpond.net.au>
427
428 * dep-in.sed: Cope with absolute paths.
429 * Makefile.am (dep.sed): Subst TOPDIR.
430 Run "make dep-am".
431 * Makefile.in: Regenerate.
432
433 2002-03-27 Peter Targett <peter.targett@arc.com>
434
435 * MAINTAINERS: Update my email address.
436
437 2002-03-21 Alan Modra <amodra@bigpond.net.au>
438
439 * Makefile.am: Run "make dep-am".
440 * Makefile.in: Regenerate.
441 * doc/Makefile.in: Regenerate.
442 * po/POTFILES.in: Regenerate.
443 * aclocal.m4: Regenerate.
444 * config.in: Regenerate.
445 * configure: Regenerate.
446
447 2002-03-20 Daniel Berlin <dan@dberlin.org>
448
449 * readelf.c: Add support for displaying dwarf2 location lists.
450 (do_debug_loc, debug_loc_section, debug_loc_size): New.
451 (parse_args): Use 'O' as shorthand for displaying location list
452 section.
453 (process_section_headers): Handle debug_loc as well.
454 (load_debug_loc): New.
455 (free_debug_loc): New.
456 (fetch_location_list): New.
457 (display_debug_loc): New.
458 (display_debug_info): Call load_debug_loc and free_debug_loc.
459 (debug_displays): We can display .debug_loc now, too.
460 (usage): Update usage string.
461 (read_and_display_attr_value): Note location lists, but don't
462 display them inline.
463
464 2002-03-18 Tom Rix <trix@redhat.com>
465
466 * Makefile.am: Add binutils emulation support.
467 * configure.in: Same.
468 * configure.tgt: New file. Same.
469 * ar.c (main): Use ar_emul_parse_arg.
470 (usage): Use ar_emul_usage.
471 (replace_members): Use ar_emul_replace, ar_emul_append.
472 * binemul.c: New file. Define the binutils emulation
473 layer. Define default methods.
474 * binemul.h: New file. Binutils emulation layer header file.
475 * emul_aix.c: New file. AIX binutils emulation.
476 * emul_vanilla.c: New file. Default binutils emulation.
477 * Makefile.in: Regenerate.
478 * configure: Same.
479
480 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
481
482 * po/fr.po: Updated version.
483
484 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
485
486 * po/fr.po: Updated version.
487
488 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
489
490 * README: Update some version numbers.
491
492 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
493
494 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
495 (Architecture Selection): Likewise.
496
497 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
498
499 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
500 generating .exp file.
501
502 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
503
504 * readelf.c (dump_relocations): Fix typo.
505
506 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
507
508 * NEWS: Mark 2.12 branch.
509
510 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
511
512 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
513 types for 64-bit MIPS. Narrow some fields for 80-char
514 output.
515 (dump_relocations): Change spelling from 'unrecognised'
516 to 'unrecognized'.
517 (decode_ARM_machine_flags): Likewise.
518 (parse_args): Likewise.
519 (read_and_display_attr_value): Likewise.
520 (display_debug_section): Likewise.
521
522 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
523
524 * NEWS: Mention support for MMIX.
525
526 2002-02-13 Matt Fredette <fredette@netbsd.org>
527
528 * readelf.c (get_machine_flags): Recognize EF_M68000.
529
530 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
531
532 * MAINTAINERS: Added self as MN10300 co-maintainer.
533
534 2002-02-12 Alan Modra <amodra@bigpond.net.au>
535
536 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
537 DT_PPC64_OPDSZ.
538
539 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
540
541 * MAINTAINERS: List myself as branch maintainer.
542
543 2002-02-11 Alan Modra <amodra@bigpond.net.au>
544
545 * configure: Regenerate.
546 * objcopy.c: Update copyright date.
547 * doc/Makefile.in: Regenerate.
548
549 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
550
551 * nlmconv.c: Back out localtime PARAMS change.
552
553 2002-02-11 Alan Modra <amodra@bigpond.net.au>
554
555 * objcopy.c (MKDIR): Define.
556 (copy_archive): Make name_list.name const. Use MKDIR.
557 Handle duplicate files in archives by making more temp dirs.
558
559 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
560
561 * coffdump.c: Include "getopt.h" after "bucomm.h"
562 so that macros are defined correctly.
563 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
564 prototype. Prototype main.
565 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
566
567 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
568
569 * MAINTAINERS: Added self as SH co-maintainer.
570
571 2002-02-05 Nick Clifton <nickc@redhat.com>
572
573 * po/tr.po: Updated translation.
574
575 2002-02-01 Alan Modra <amodra@bigpond.net.au>
576
577 * Makefile.am: Run "make dep-am"
578 * Makefile.in: Regenerate.
579
580 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
581
582 * nm.c (print_value): Mark abfd unused.
583
584 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
585
586 * unwind-ia64.c (unw_decoder): Change second argument
587 to unsigned int, to match function prototypes.
588
589 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
590
591 * objdump.c: Include "getopt.h" after "bucomm.h" so that
592 __GNU_LIBRARY__ will be defined.
593 * size.c: Likewise.
594
595 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
596
597 * configure: Regenerated.
598
599 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
600
601 * doc/Makefile.am (install): Depend on install-info.
602 * doc/Makefile.in: Regenerate.
603
604 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
605
606 * objcopy.c (strip_usage): Document -d as an alias
607 --strip-debug.
608
609 * size.c (usage): Document [-t | --totals] options.
610 (long_options): Add --totals option.
611 (main): If the [-t | --totals] option is specified and
612 the output format is Berkeley-style, print the total
613 text, data, and bss sizes of all objects listed.
614 (print_berkeley_format): If the [-t | --totals] option
615 is specified, track the total text, data, and bss
616 sizes.
617 * doc/binutils.texi (size): Document [-t | --totals] options.
618 (strip): Document -d as an alias for --strip-debug.
619 * NEWS: Mention new feature of size.
620
621 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
622
623 * po/fr.po: Updated version.
624 * po/es.po: Updated version.
625
626 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
627
628 * addr2line.c (usage): Update text to provide verbose
629 description of the command line options.
630 * ar.c (usage): Update text to provide verbose
631 description of the command line options.
632 (main): Accept -h and -H when running as ranlib.
633 * coffdump.c (show_usage): Update text to provide verbose
634 description of the command line options.
635 * dlltool.c (main): Accept -H as an alias for --help.
636 * nlmconv.c (show_usage): Update text to provide verbose
637 description of the command line options.
638 * nm.c (usage): Replace OPTIONS with option(s).
639 (main): Accept -H as an alias for --help.
640 * objcopy.c (strip_main): Accept -H as an alias for --help.
641 * objdump.c (main): Accept -v as an alias for --verbose.
642 * readelf.c (usage): Adjust format to match style used in
643 other binutils.
644 * size.c (usage): Update text to provide verbose description
645 of the command line options.
646 (main): Accept -v, -h and -H as command line options.
647 * srconv.c (show_usage): Update text to provide verbose
648 description of the command line options.
649 * strings.c (main): Accept -H and -v as command line options.
650 (usage): Update text to provide verbose description of the
651 command line options.
652 * sysdump.c (show_usage): Update text to provide verbose
653 description of the command line options.
654 * windres.c (usage): Adjust format to match style used in
655 other binutils.
656
657 * coffdump.c: Fix formatting.
658 * nlmconv.c: Fix formatting.
659 * srconv.c: Fix formatting.
660 * sysdump.c: Fix formatting.
661
662 2002-01-22 Alan Modra <amodra@bigpond.net.au>
663
664 * Makefile.am: Run "make dep-am".
665 * Makefile.in: Regenerate.
666
667 2002-01-18 Andreas Jaeger <aj@suse.de>
668
669 * version.c (print_version): Update year.
670
671 2002-01-17 Alan Modra <amodra@bigpond.net.au>
672
673 * readelf.c (get_machine_name): Handle EM_PPC64.
674 (guess_is_rela): Here too.
675
676 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
677
678 * po/binutils.pot: Regenerate.
679 * po/fr.po: Regenerate.
680 * po/tr.po: Regenerate.
681
682 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
683
684 * po/tr.po: Import new version.
685
686 2002-01-16 Alan Modra <amodra@bigpond.net.au>
687
688 * readelf.c (get_ppc64_dynamic_type): New.
689 (get_dynamic_type): Call it.
690
691 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
692
693 * objcopy.c (copy_usage): Use "options" instead of "switches".
694 (strip_usage): Use "options" instead of "switches".
695 * doc/binutils.texi (dlltool): Refer to "options" instead of
696 "switches".
697
698 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
699
700 * MAINTAINERS: Add self as co-maintainer for the ARM code.
701
702 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
703
704 * po/es.po: Import from translation project.
705 * configure.in (ALL_LINGUAS): Add es.
706 * configure: Regenerate.
707
708 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
709
710 * readelf.c (get_netbsd_elfcore_note_type): Use
711 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
712
713 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
714
715 * readelf.c: Update copyright years.
716 (get_note_type): Return a const char *.
717 (get_netbsd_elfcore_note_type): New function.
718 (process_note): Use get_netbsd_elfcore_note_type to get
719 the note type string for NetBSD ELF core files.
720
721 2002-01-06 Steve Ellcey <sje@cup.hp.com>
722
723 * readelf.c (get_ia64_segment_type): Add support for macros.
724 (get_segment_type): Add support for IA64 specific macros.
725
726 2001-12-20 Julian v. Bock <julian@wongr.net>
727
728 * readelf.c (print_symbol): New function: Print a formatted symbol
729 name. If --wide is specified do not truncate it.
730 (dump_relocations): Use print_symbol() to print symbol names.
731 (process_symbol_table): Likewise.
732 (process_syminfo): Likewise.
733 (process_mips_specific): Likewise.
734 (usage): Document new feature of --wide switch.
735 * doc/binutils.texi (objdump): Document additional behaviour of
736 --wide.
737
738 2001-12-18 Michael Snyder <msnyder@redhat.com>
739
740 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
741 (copy_object): Don't set the start address or flags of a core file.
742 (copy_section): Don't relocate a core file. Don't copy contents
743 if the input section has the contents flag set, but the output
744 section does not (which happens with the fake 'note' pseudo-
745 sections that BFD creates for corefiles).
746
747 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
748
749 * readelf.c (get_machine_flags): Recognize header flags for ABI and
750 ASE extensions. More robust code for ISA checking. Ignore empty fields
751 in header flags for GNU extensions.
752
753 2001-12-18 Alan Modra <amodra@bigpond.net.au>
754
755 * objcopy.c (copy_archive): Set output bfd format outside the loop.
756
757 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
758
759 * po/ja.po: Import from translation project.
760 * configure.in (ALL_LINGUAS): Add ja.
761 * configure: Regenerate.
762
763 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
764
765 * addr2line.c (main): Protoype.
766 * ar.c (main): Protoype.
767 * nm.c (main): Protoype.
768 * objcopy.c (main): Protoype.
769 * objdump.c (main): Protoype.
770 * size.c (main): Protoype.
771 * strings.c (main): Protoype.
772
773 2001-12-17 Alan Modra <amodra@bigpond.net.au>
774
775 * readelf.c (symtab_shndx_hdr): New global.
776 (SECTION_HEADER_INDEX): Define.
777 (SECTION_HEADER_NUM): Define.
778 (SECTION_HEADER): Define.
779 (GET_ELF_SYMBOLS): Pass two params rather than three.
780 (get_32bit_elf_symbols): Take file and section args. Read and
781 use SHT_SYMTAB_SHNDX.
782 (get_64bit_elf_symbols): Likewise.
783 (dump_relocations): Use SECTION_HEADER to index "section_headers".
784 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
785 Remember symtab_shdx_hdr.
786 (process_program_headers): Scan from index 1 for segment map.
787 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
788 "section_headers".
789 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
790 (process_unwind): Likewise.
791 (process_version_sections): Likewise.
792 (process_symbol_table): Likewise.
793 (display_debug_info): Likewise.
794 (process_dynamic_segment): Fake up a symtab section for changed
795 GET_ELF_SYMBOLS.
796 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
797 (process_program_headers): Kill signed/unsigned warning.
798 (load_debug_str): Likewise.
799 (display_debug_info): Likewise.
800
801 2001-12-13 Jakub Jelinek <jakub@redhat.com>
802
803 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
804
805 2001-12-11 Alan Modra <amodra@bigpond.net.au>
806
807 * readelf.c (process_file_header): Print extended e_shnum and
808 e_shdtrndx values. Set elf_header values for same.
809 (get_32bit_section_headers): Add "num" arg to read "num" headers.
810 (get_64bit_section_headers): Likewise.
811 (process_section_headers): Update calls.
812 (get_file_header): Call get_32bit_section_headers or 64bit variant.
813
814 2001-12-10 Jakub Jelinek <jakub@redhat.com>
815
816 * objcopy.c (setup_section): Copy entsize.
817
818 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
819
820 * readelf.c (guess_is_rela): Add support for stormy16.
821 (dump_relocations): Likewise.
822 (get_machine_name): Likewise.
823
824 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
825
826 * dllwrap.c (main) Replace multiple strings describing a
827 single error with a single, newline escaped sentence to permit
828 better translation into foreign languages.
829
830 * readelf.c (get_elf_class): Remove internalionalisation of ELF
831 class names.
832
833 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
834
835 * strings.c (get_char): Initialize value.
836
837 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
838
839 * arlex.l: Silence compile warnings.
840 * arsup.h: Likewise. Fix formatting.
841
842 2001-12-04 Jakub Jelinek <jakub@redhat.com>
843
844 * strings.c: Include config.h before bfd.h.
845 (file_off): New type.
846 (file_open): Define.
847 (print_strings): Use file_off instead of file_ptr. Print addresses
848 which don't fit into long correctly.
849 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
850 available.
851 (strings_file): Use file_off instead of file_ptr. Use file_open.
852 * configure.in: Check for getc_unlocked.
853 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
854 be defined for it.
855 * configure: Rebuilt.
856 * config.h.in: Rebuilt.
857
858 2001-11-29 H.J. Lu <hjl@gnu.org>
859
860 * bucomm.c (make_tempname): Revert the changes made on
861 2001-11-14 and 2001-11-12. They won't work with directories.
862
863 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
864
865 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
866 CFLAGS_FOR_TARGET to runtest in environment.
867 * Makefile.in: Rebuild.
868 * doc/Makefile.in: Rebuild.
869
870 2001-11-28 Mike Stump <mrs@wrs.com>
871
872 * objcopy.c (setup_section): Preserve SEC_RELOC when
873 --set-section-flags is used.
874
875 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
876
877 * readelf.c (do_debug_str): New variable.
878 (display_debug_str): New function: Display the contents of a
879 .debug_str section.
880 (load_debug_str): New function: Load in the contents of a
881 .debug_str section.
882 (free_debug_str): New function: Free the memory used by
883 load_debug_str().
884 (fetch_indirect_string): Retrieve a string from the .debug_str
885 section.
886 (usage): Add -ws.
887 (parse_args): Accept -ws.
888 (process_section_headers): Allow the display of the .debug_str
889 section.
890 (read_and_display_attr_value): Use fetch_indirect_string. Show
891 offset into .debug_str section.
892 (display_debug_info): Use load_debug_str and free_debug_str.
893 (debug_displays): Add .debug_str.
894 * doc/binutils.texi: Document -ws.
895
896 2001-11-19 Andreas Jaeger <aj@suse.de>
897
898 * testsuite/binutils-all/objdump.exp: Add x86-64.
899
900 2001-11-15 Andreas Schwab <schwab@suse.de>
901
902 * readelf.c: Fix warnings without terminating newline.
903
904 2001-11-15 Alan Modra <amodra@bigpond.net.au>
905
906 * doc/binutils.texi (objdump): Document ppc -M options.
907
908 2001-11-14 Andreas Jaeger <aj@suse.de>
909
910 * doc/binutils.texi (objdump): Fix description to use x86-64.
911
912 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
913
914 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
915 not all systems provide mkstemp.
916
917 2001-11-14 Alan Modra <amodra@bigpond.net.au>
918
919 * doc/binutils.texi (objdump): Document x86 -M options.
920
921 2001-11-13 Keith Walker <keith.walker@arm.com>
922
923 * readelf.c (read_and_display_attr_value): New function to
924 handle DW_FORM_indirect.
925 (read_and_display_attr): Use it.
926
927 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
928
929 * readelf.c (display_debug_lines): Deal with unknown standard
930 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
931 DW_LNS_set_isa.
932
933 2001-11-13 Timothy Wall <twall@alum.mit.edu>
934
935 * MAINTAINERS: Add self as tic54x maintainer. This target
936 includes the IBM C54XDSP clone.
937
938 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
939
940 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
941
942 2001-11-09 Jeffrey A Law (law@cygnus.com)
943
944 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
945 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
946 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
947 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
948 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
949 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
950 (unw_decode_b2, unw_decode_b3_b4): Likewise.
951
952 * readelf.c (get_elf_class): Fix ISO portability glitch.
953 (get_data_encoding, get_osabi_name, request_dump): Likewise.
954
955 2001-11-07 Jakub Jelinek <jakub@redhat.com>
956
957 * readelf.c (debug_str, debug_str_size): New.
958 (display_debug_abbrev): If no abbrevs were read, skip the CU.
959 Call free_abbrevs.
960 (read_and_display_addr): Handle DW_FORM_strp.
961 (display_debug_info): Read .debug_str section if present,
962 so that DW_FORM_strp can be handled.
963 Fix test for non-existant .debug_abbrev section.
964
965 2001-11-05 Jakub Jelinek <jakub@redhat.com>
966
967 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
968
969 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
970
971 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
972
973 * MAINTAINERS: Add self as s390/s390x maintainer.
974
975 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
976
977 * MAINTAINERS: Add self as PPC XCOFF maintainer.
978
979 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
980
981 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
982 * configure: Regernate.
983 * po/fr.po: New file.
984 * po/tr.po: New file.
985
986 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
987
988 * MAINTAINERS: Add self as MMIX port maintainer.
989 * readelf.c: Include elf/mmix.h.
990 (guess_is_rela): MMIX is RELA.
991 (dump_relocations): Handle MMIX relocations.
992 * Makefile.am: Regenerate dependencies.
993 * Makefile.in: Regenerate.
994
995 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
996
997 * readelf.c (parse_args): Handle multiple options to the -w
998 switch.
999
1000 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1001
1002 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1003 LOPROC, LOOS and LOUSER.
1004
1005 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1006
1007 * MAINTAINERS: Update my email address.
1008
1009 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1010
1011 * doc/Makefile.in: Regenerate.
1012 * configure: Regenerate.
1013
1014 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1015
1016 * readelf.c (display_debug_line, display_debug_pubnames,
1017 display_debug_info, display_debug_frames): Detect and warn
1018 about 64-bit format entries.
1019 (display_debug_aranges): Reword 64-bit warning.
1020 (debug_displays): Add .debug_pubtypes as a known, but not yet
1021 supported, debug section.
1022
1023 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1024
1025 * coffdump.c (PROGRAM_VERSION): Delete.
1026 (main <'V'>): Call print_version.
1027 * srconv.c: Likewise.
1028 * sysdump.c: Likewise.
1029 * version.c (program_version): Remove.
1030 (print_version): Use BFD_VERSION_STRING. Just print the current
1031 year in copyright message.
1032 * addr2line.c (program_version): Remove unused declaration.
1033 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1034 place of BFD_VERSION.
1035 * Makefile.am (Makefile): Depend on bfd/configure.in.
1036 (cplus-dem.o): Depend on Makefile.
1037 Run "make dep-am".
1038 * Makefile.in: Regenerate.
1039
1040 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1041
1042 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1043 format .debug_arange sections.
1044 (main): Add missing prototype.
1045
1046 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1047
1048 * Makefile.am: Update dependencies with "make dep-am".
1049 * Makefile.in: Regenerate.
1050
1051 2001-09-28 Richard Henderson <rth@redhat.com>
1052
1053 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1054
1055 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1056
1057 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1058 VA_CLOSE.
1059 (non_fatal): Likewise.
1060 * objdump.c (objdump_sprintf): Likewise.
1061 * readelf.c (error): Likewise.
1062 (warn): Likewise.
1063
1064 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1065
1066 * readelf.c (do_wide): New.
1067 (options): Add --wide.
1068 (usage, parse_args): Likewise.
1069 (process_program_headers): Put each segment on a single line if
1070 --wide is given.
1071 (process_section_headers): Put each section on a single line if
1072 --wide is given.
1073 * doc/binutils.texi: Document it.
1074 * NEWS: Likewise.
1075
1076 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1077
1078 * readelf.c (print_vma): Print 8 digits of low hex value.
1079
1080 2001-09-24 Andreas Jaeger <aj@suse.de>
1081
1082 * nlmconv.c: Fix warnings about unused attributes and function
1083 prototypes.
1084
1085 * strings.c: Add prototype for get_char.
1086
1087 2000-09-19 H.J. Lu <hjl@gnu.org>
1088
1089 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1090 $(srcdir)/cxxfilt.man.
1091 * doc/Makefile.in: Rebuild.
1092
1093 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1094
1095 * objcopy.c (copy_main): Correct rename-section string parsing.
1096 Consolidate new_name parsing, and error messages.
1097
1098 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1099
1100 * addr2line.c: Don't include <ctype.h>.
1101 (main): For gettext, also set the LC_CTYPE locate facet.
1102 * ar.c (main): Likewise.
1103 * coffdump.c (main): Likewise.
1104 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1105 (main): For gettext, also set the LC_CTYPE locate facet.
1106 Use ISALNUM instead of isalpha/isdigit.
1107 * dllwrap.c: Don't include <ctype.h>.
1108 (main): For gettext, also set the LC_CTYPE locate facet.
1109 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1110 (main): For gettext, also set the LC_CTYPE locate facet.
1111 Use TOUPPER instead of islower/toupper.
1112 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1113 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1114 Use TOUPPER instead of islower/toupper.
1115 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1116 * objcopy.c (main): Likewise.
1117 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1118 (disassemble_bytes): Use ISPRINT instead of isprint.
1119 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1120 (dump_data): Use ISPRINT instead of isprint.
1121 (main): For gettext, also set the LC_CTYPE locate facet.
1122 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1123 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1124 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1125 Use TOUPPER instead of islower/toupper.
1126 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1127 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1128 (write_rc_accelerators): Use ISPRINT instead of isprint.
1129 (write_rc_rcdata): Likewise.
1130 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1131 * srconv.c (main): Likewise.
1132 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1133 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1134 isdigit/isupper/islower.
1135 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1136 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1137 stab_demangle_prefix, stab_demangle_qualified,
1138 stab_demangle_template, stab_demangle_type,
1139 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1140 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1141 (isgraphic): Use ISPRINT instead of isascii/isprint.
1142 (main): Remove HAVE_LC_MESSAGES dependency.
1143 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1144 (pbarray): Use ISPRINT instead of isprint.
1145 (main): For gettext, also set the LC_CTYPE locate facet.
1146 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1147 (format_from_filename): Use ISPRINT instead of isprint.
1148 (main): For gettext, also set the LC_CTYPE locate facet.
1149 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1150 (unicode_print): Use ISPRINT instead of isprint.
1151 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1152 (stab_variable): Use ISDIGIT instead of isdigit.
1153
1154 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1155
1156 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1157 Replace bfd_read call with call to bfd_bread.
1158 (extract_file): Likewise.
1159
1160 * objdump.c (dump_section_header): Cast section->filepos to
1161 unsigned long to suit printf format string.
1162 * readelf.c (process_section_headers): Similarly for sh_offset.
1163 (process_unwind): Likewise.
1164
1165 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1166
1167 * strings.c (encoding, encoding_bytes): New variables.
1168 (long_options): Add --encoding.
1169 (main): Accept -e and --encoding.
1170 (get_char): New function. Read a, possibly wide, character from
1171 the input stream.
1172 (print_strings): Use get_char().
1173 (usage): Document new command line option.
1174 * doc/binutils.texi: Document new command line option.
1175 * NEWS: Announce new command line option.
1176
1177 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1178
1179 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1180 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1181 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1182 Removed EM_CYGNUS_ARC.
1183
1184 2001-09-04 Jeffrey A Law (law@cygnus.com)
1185
1186 * readelf.c: Include elf/h8 for H8 series definitions.
1187 (guess_is_rela): H8 series if RELA.
1188 (dump_relocations): Handle H8 series relocations.
1189
1190 2001-08-31 Eric Christopher <echristo@redhat.com>
1191
1192 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1193
1194 2001-08-29 Peter Targett <peter.targett@arccores.com>
1195
1196 * MAINTAINERS: Include ARC Maintainer.
1197
1198 2001-08-29 Ben Elliston <bje@redhat.com>
1199
1200 * stabs.c (stab_demangle_template): Initialise s4.
1201
1202 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1203
1204 * readelf.c (dump_relocations): Recognise EM_PPC64.
1205
1206 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1207
1208 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1209
1210 2001-08-25 H.J. Lu <hjl@gnu.org>
1211
1212 * nm.c (print_width): New.
1213 (display_rel_file): Set `print_width' according to
1214 bfd_sprintf_vma.
1215 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1216
1217 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1218
1219 * objcopy.c (use_alt_mach_code): New variable.
1220 (OPTION_ALT_MACH_CODE): Define.
1221 (copy_options): Added --alt-machine-code.
1222 (copy_main): Handle it.
1223 (copy_object): Switch to alternate machine code if requested.
1224 * doc/binutils.texi: Document new option.
1225 * NEWS: Likewise.
1226
1227 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1228
1229 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1230
1231 2001-08-21 H.J. Lu <hjl@gnu.org>
1232
1233 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1234 (display_debug_info): Cast for 64bit hosts.
1235 (display_debug_frames): Likewise.
1236 (process_mips_specific): Likewise.
1237
1238 2001-08-21 Andreas Jaeger <aj@suse.de>
1239
1240 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1241
1242 * sysdump.c: Add missing prototypes.
1243 * srconv.c: Likewise.
1244 * unwind-ia64.c: Likewise.
1245 * coffdump.c: Likewise.
1246
1247 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1248
1249 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1250 of declaring xcalloc.
1251
1252 2001-08-10 H.J. Lu <hjl@gnu.org>
1253
1254 * nm.c (print_value): Add one arg, bfd *.
1255 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1256 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1257 (print_symbol_info_sysv): Likewise.
1258 (print_symbol_info_posix): Likewise.
1259
1260 * objdump.c (dump_section_header): Replace printf_vma with
1261 bfd_printf_vma.
1262 (print_section_stabs): Likewise.
1263 (dump_bfd_header): Likewise.
1264 (objdump_print_value): Replace sprintf_vma with
1265 bfd_sprintf_vma.
1266 (disassemble_bytes): Likewise.
1267 (dump_reloc_set): Likewise.
1268
1269 2001-08-10 Andreas Jaeger <aj@suse.de>
1270
1271 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1272 to build warnings.
1273 * configure: Regenerate.
1274
1275 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1276
1277 * readelf.c: Add missing prototypes.
1278 * objdump.c: Likewise. Format existing prototypes.
1279
1280 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1281
1282 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1283 of any RELA relocation for the abbrev_offset memory location that
1284 refers to the .debug_abbrev section symbol.
1285
1286 2001-08-07 H.J. Lu <hjl@gnu.org>
1287
1288 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1289 (main): Return process_file ().
1290
1291 2001-08-05 Philip Blundell <philb@gnu.org>
1292
1293 * doc/binutils.texi: Use "Thumb" not "THUMB".
1294
1295 2001-08-03 John Healy <jhealy@redhat.com>
1296
1297 Patch suggested by Frank Eigler <fche@redhat.com>.
1298 * objdump.c (disassemble_data): Fill in section member of the
1299 disasm_info structure.
1300
1301 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1302
1303 * configure.in: Added --with-windres option.
1304 * configure: Regenerated.
1305
1306 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1307
1308 * doc/binutils.texi: Use @command{name} for commands;
1309 use @option{-opt} for options; use @table @env for list of options;
1310 remove spaces arround [ | ] in synopsis.
1311
1312 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1313 center title.
1314
1315 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1316
1317 * objcopy.c: Fix formatting.
1318 (section_rename): New structure.
1319 (OPTION_RENAME_SECTION): New switch.
1320 (copy_usage): Document new switch.
1321 (add_section_rename): New function: Add a node to the section
1322 rename list.
1323 (find_section_rename): New function: Find the new name and
1324 flags for a section.
1325 (setup_section): Call find_section_name to determine the name
1326 of the output section.
1327 (copy_main): Handle OPTION_RENAME_SECTION.
1328 * binutils.texi: Document new switch.
1329 * NEWS: Mention new switch.
1330
1331 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1332
1333 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1334 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1335 bug-binutils@gcc.org.
1336
1337 2001-07-28 Matthias Kramm <kramm@quiss.org>
1338
1339 * bucomm.c (list_supported_architectures): New function.
1340 * bucomm.h (list_supported_architectures): Declare.
1341 * objdump.c (usage): Call the above.
1342
1343 2001-07-25 Dave Brolley <brolley@redhat.com>
1344
1345 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1346 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1347
1348 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1349
1350 * README: Update for 2.11. Change bug reporting email address.
1351 * MAINTAINERS: Tidy up. Change bug reporting email address.
1352
1353 2001-07-16 DJ Delorie <dj@redhat.com>
1354
1355 * resres.c (write_res_header): Align header size.
1356 (res_align_file): Calculate alignment correctly.
1357
1358 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1359 correct 10).
1360 * resrc.c (write_rc_resource): Likewise.
1361 * windres.h (SUBLANG_SHIFT): Define - as 10.
1362
1363 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1364
1365 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1366
1367 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1368
1369 * MAINTAINERS: Add notes about branch checkins.
1370
1371 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1372
1373 * readelf.c (display_debug_macinfo): New function, display
1374 .debug_macinfo section.
1375 (do_debug_macinfo): New variable.
1376 (parse_args): Handle "-w[mM]" to mean display macro info.
1377 (process_section_headers): Handle debug_macinfo.
1378 (debug_displays): Replace unsupported function with macinfo
1379 function for .debug_macinfo display.
1380 * doc/binutils.texi: Document new command line switch.
1381 * NEWS: Document new feature of readelf.
1382
1383 2001-07-05 H.J. Lu <hjl@gnu.org>
1384
1385 * objcopy.c (filter_symbols): Don't turn undefined symbols
1386 into local.
1387
1388 2001-07-03 H.J. Lu <hjl@gnu.org>
1389
1390 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1391 $@.pod.
1392 (ar.1): Likewise.
1393 (dlltool.1): Likewise.
1394 (nlmconv.1): Likewise.
1395 (nm.1): Likewise.
1396 (objcopy.1): Likewise.
1397 (objdump.1): Likewise.
1398 (ranlib.1): Likewise.
1399 (readelf.1): Likewise.
1400 (size.1): Likewise.
1401 (strings.1): Likewise.
1402 (strip.1): Likewise.
1403 (windres.1): Likewise.
1404 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1405 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1406 $(DEMANGLER_NAME).
1407 (as.1): Removed.
1408 * doc/Makefile.in: Regenerated.
1409
1410 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1411
1412 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1413
1414 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1415
1416 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1417
1418 2001-06-29 James Cownie <jcownie@etnus.com>
1419
1420 * readelf.c: Support DWARF 2.1 attributes.
1421
1422 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1423
1424 * readelf.c (GET_DATA_ALLOC): Remove.
1425 (GET_DATA): Remove.
1426 (get_data): New function combining above macros, with an extra
1427 test for zero size.
1428 (slurp_rela_relocs): Use get_data, and catch error return.
1429 (slurp_rel_relocs): Likewise.
1430 (get_32bit_program_headers): Likewise.
1431 (get_64bit_program_headers): Likewise.
1432 (get_32bit_section_headers): Likewise.
1433 (get_64bit_section_headers): Likewise.
1434 (get_32bit_elf_symbols): Likewise.
1435 (get_64bit_elf_symbols): Likewise.
1436 (process_section_headers): Likewise.
1437 (process_relocs): Likewise.
1438 (slurp_ia64_unwind_table): Likewise.
1439 (process_unwind): Likewise.
1440 (get_32bit_dynamic_segment): Likewise.
1441 (get_64bit_dynamic_segment): Likewise.
1442 (process_dynamic_segment): Likewise.
1443 (process_version_sections): Likewise.
1444 (process_symbol_table): Likewise.
1445 (dump_section): Likewise.
1446 (display_debug_info): Likewise.
1447 (display_debug_section): Likewise.
1448 (process_section_contents): Likewise.
1449 (process_corefile_note_segment): Likewise.
1450 (process_mips_specific): Likewise. Also free econf32, econf64.
1451
1452 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1453
1454 * readelf.c (dump_relocations): Print "bad symbol index" if
1455 symtab == NULL with non-zero symtab_index.
1456 (process_relocs): Don't bomb if reloc section has no symsec.
1457
1458 2001-06-24 H.J. Lu <hjl@gnu.org>
1459
1460 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1461 by accident.
1462 (copy_main): Apply the the change made to strip_main on
1463 2001-05-30 by accident.
1464
1465 2001-06-23 Andreas Jaeger <aj@suse.de>
1466
1467 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1468 parameter 'code'.
1469 (unw_decode_x2): Likewise.
1470 (unw_decode_x3): Likewise.
1471 (unw_decode_x4): Likewise.
1472
1473 2001-06-23 Ben Elliston <bje@redhat.com>
1474
1475 * MAINTAINERS: Add myself as M88k maintainer.
1476
1477 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1478
1479 * objcopy.c (strip_main): Support -o or --output-file command lien
1480 switch.
1481
1482 2001-06-19 H.J. Lu <hjl@gnu.org>
1483
1484 * doc/Makefile.in: Regenerated.
1485
1486 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1487
1488 * readelf.c: Restore formatting.
1489
1490 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1491
1492 * Makefile.am: Move documentation into doc subdirectory.
1493 * Makefile.in: Regenerated.
1494 * binutils.texi: Move into doc subdirectory.
1495 * addr2line.1: Removed.
1496 * ar.1: Likewise.
1497 * dlltool.1: Likewise.
1498 * nlmconv.1: Likewise.
1499 * nm.1: Likewise.
1500 * objcopy.1: Likewise.
1501 * objdump.1: Likewise.
1502 * ranlib.1: Likewise.
1503 * readelf.1: Likewise.
1504 * size.1: Likewise.
1505 * strings.1: Likewise.
1506 * strip.1: Likewise.
1507 * windres.1: Likewise.
1508 * cxxfilt.man: Likewise.
1509 * doc: New Directory.
1510 * doc/Makefile.am: New file.
1511 * doc/Makefile.in: Generate.
1512
1513 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1514
1515 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1516
1517 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1518
1519 * MAINTAINERS: Update my email address.
1520
1521 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1522
1523 * objcopy.c: Add new switches: --keep-global-symbol,
1524 --keep-symbols, --localize-symbols, --keep-global-symbols and
1525 --weaken-symbols.
1526 * binutils.texi: Document new switches.
1527 * objcopy.1: Regenerate.
1528 * NEWS: Announce new feature.
1529
1530 2001-05-28 Andreas Jaeger <aj@suse.de>
1531
1532 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1533 variables, fix format strings.
1534
1535 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1536
1537 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1538 when computing the address of the line to show.
1539
1540 2001-05-16 Richard Henderson <rth@redhat.com>
1541
1542 * readelf.c (do_debug_frames_interp): New.
1543 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1544 (byte_get_big_endian): Likewise.
1545 (parse_args) ['F']: Set do_debug_frames_interp.
1546 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1547 (frame_display_row): Don't trunc pc_begin to int.
1548 (size_of_encoded_value): New.
1549 (display_debug_frames): Handle 64-bit targets. Print raw data
1550 unless do_debug_frames_interp.
1551 (debug_displays): Remove duplicate .debug_frame.
1552
1553 2001-05-15 Ralf Baechle <ralf@gnu.org>
1554
1555 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1556 The former constant was never in active use and is used otherwise
1557 by the ABI.
1558
1559 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1560
1561 * readelf.c (process_unwind): Print all unwind sections, not just
1562 one.
1563
1564 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1565
1566 * readelf.c (process_unwind): Remove const specifier.
1567
1568 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1569
1570 * strings.c (isgraphic): Do not use isascii() unless it is needed
1571 for isprint() to work.
1572 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1573
1574 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1575
1576 * NEWS: Announce support for OpenRISC.
1577
1578 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1579
1580 * dlltool.c (do_default_excludes): Initialise to true.
1581
1582 2001-04-10 Alan Modra <amodra@one.net.au>
1583
1584 * MAINTAINERS: Update my email address
1585 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1586
1587 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1588
1589 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1590
1591 2001-03-30 H.J. Lu <hjl@gnu.org>
1592
1593 * readelf.c (process_unwind): Just return if do_unwind is 0.
1594
1595 2001-03-28 Roger Sayle <roger@metaphorics.com>
1596
1597 * dlltool.c (make_one_lib_file): Fix section flags for
1598 .text, .data and .bss in stub ds*.o files to match those
1599 generated by gas.
1600
1601 2001-03-29 H.J. Lu <hjl@gnu.org>
1602
1603 * readelf.c (process_unwind): Only do unwind sections for
1604 IA64.
1605
1606 2001-03-28 H.J. Lu <hjl@gnu.org>
1607
1608 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1609 * Makefile.in: Regenerate.
1610
1611 2001-03-26 Andreas Jaeger <aj@suse.de>
1612
1613 * binutils.texi (nm): Fix texi syntax.
1614
1615 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1616
1617 * binutils.texi: Put @c man begin and @c man end indications
1618 to generate man pages using texi2pod and pod2man. Put @c man title
1619 to identify each man. Add SEEALSO entries.
1620 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1621 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1622 sort the list.
1623 (*.1): Build the man pages from binutils.texi.
1624 * Makefile.in: Regenerate.
1625
1626 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1627
1628 * defparse.y (opt_equal_name): allow "." in name.
1629 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1630 (gen_exp_file): Likewise.
1631
1632 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1633
1634 * NEWS: Document addition of -B switch to objcopy.
1635 * binutils.texi: Document addition of -B switch to objcopy.
1636 * objcopy.c: (copy_options): Add --binary-architecture.
1637 (copy_usage): Document -B/--binary-architecture.
1638 (copy_main): Support -B/--binary-architecture. Set
1639 bfd_external_binary_architecture.
1640
1641 2001-03-11 Andreas Jaeger <aj@suse.de>
1642
1643 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1644 (dump_relocations): Likewise.
1645 (get_machine_name): Likewise.
1646
1647 2001-02-28 Nick Clifton <nickc@redhat.com>
1648
1649 * readelf.c: (struct unw_aux_info): Remove const modifier for
1650 'strtab' field.
1651 (process_unwind): Remove non-K&R compliant LHS type cast in call
1652 to GET_DATA_ALLOC macro.
1653
1654 2001-02-28 Philip Blundell <pb@futuretv.com>
1655
1656 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1657 ABI is in use; remove ambiguity between the "unknown" EABI and
1658 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1659 renamed EF_xx constants.
1660
1661 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1662
1663 * configure.in (BFD_VERSION): New.
1664 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1665 * configure: Regenerate.
1666 * Makefile.am: Run "make dep-am"
1667 * Makefile.in: Regenerate.
1668
1669 2001-02-14 Nick Clifton <nickc@redhat.com>
1670
1671 * MAINTAINERS: Add "Obvious Fix" rule.
1672
1673 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1674
1675 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1676 literal concatenation.
1677
1678 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1679
1680 * readelf.c (struct unw_aux_info): Remove const from the info member.
1681 (process_unwind): Don't type-cast the third argument to the
1682 GET_DATA_ALLOC macro.
1683
1684 2001-02-11 Nick Clifton <nickc@redhat.com>
1685
1686 * readelf.c (dump_relocations): Free corrected allocated
1687 array.
1688 (process_unwind): Fix compile time warning.
1689
1690 2001-02-10 Nick Clifton <nickc@redhat.com>
1691
1692 * binutils.texi: Document new --unwind option to readelf.
1693
1694 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1695
1696 * readelf.c: Add linux target for S/390.
1697
1698 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1699
1700 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1701 printf is a macro.
1702
1703 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1704
1705 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1706 * aclocal.m4: Regenerate.
1707 * configure: Regenerate.
1708
1709 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1710
1711 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1712 * objdump.c (bfd_target_vector): Likewise.
1713
1714 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1715
1716 * readelf.c (process_unwind): New function.
1717 (slurp_ia64_unwind_table): Ditto.
1718 (dump_ia64_unwind): Ditto.
1719 (find_symbol_for_address): Ditto.
1720 (slurp_rela_relocs): New function (split off from dump_relocations()).
1721 (slurp_rel_relocs): Ditto.
1722 (parse_args): Handle '-u' option.
1723
1724 * unwind-ia64.c: New file.
1725 * unwind-ia64.h: New file.
1726 * Makefile.am: Include unwind-ia64.c in readelf build.
1727 * Makefile.in: Regenerate.
1728 * po/binutils.pot: Regenerate.
1729
1730 2001-02-04 Philip Blundell <philb@gnu.org>
1731
1732 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1733 * configure: Regenerate.
1734
1735 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1736
1737 * ieee.c (ieee_add_bb11): Don't check for backslashes
1738 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1739
1740 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1741
1742 * ieee.c: Update copyright.
1743 (ieee_start_compilation_unit): Don't check for backslashes
1744 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1745
1746 * stabs.c: Update copyright. Include "filenames.h".
1747 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1748
1749 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1750
1751 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1752 sections are present before using them. Remove code duplication.
1753 (process_symbol_table): Check if VERDEF or VERNEED sections are
1754 present before using them.
1755
1756 2001-01-17 Nick Clifton <nickc@redhat.com>
1757
1758 * objcopy.c (copy_object): Fail if attempting to convert the
1759 endianness of the input object file.
1760
1761 * binutils.texi: Explain that objcopy cannot convert endianness.
1762
1763 2001-01-16 Nick Clifton <nickc@redhat.com>
1764
1765 * readelf.c (string_table_length): New variable.
1766 (SECTION_NAME): Catch out of range indices and missing section
1767 pointers.
1768 (process_section_headers): Delete useless local variable
1769 string_table_offset. Set the value of string_table_length
1770 after loading the string table.
1771 (process_mips_specific): Use SECTION_NAME macro.
1772 (process_file): Set string_table_length to 0 when it is freed.
1773
1774 2001-01-12 Nick Clifton <nickc@redhat.com>
1775
1776 * version.c (print_version): Update copyright date.
1777
1778 2001-01-11 Peter Targett <peter.targett@arccores.com>
1779
1780 * readelf.c (dump_relocations): Include selection with EM_ARC.
1781 (get_machine_name) Update name to "ARC".
1782
1783 2001-01-09 Nick Clifton <nickc@redhat.com>
1784
1785 * Makefile.am: Add rule to build objdump.o from objdump.c and
1786 using OBJDUMP_DEFS.
1787 * Makefile.in: Regenerate.
1788
1789 * configure.in: Define OBJDUMP_DEFS. Default to empty.
1790 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
1791 -DDISASSEMBLER_NEEDS_RELOCS.
1792 * configure: Regenerate.
1793
1794 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
1795 is defined read in the relocs even if dump_reloc_info is
1796 false.
1797
1798 2001-01-07 Philip Blundell <philb@gnu.org>
1799
1800 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
1801 `bug-binutils'.
1802 * README: Likewise.
1803
1804 2000-12-19 Nick Clifton <nickc@redhat.com>
1805
1806 * dlltool.c: Add missing support for arm-epoc-pe.
1807 * configure.in: Add missing support for arm-epoc-pe.
1808 * configure: Regenerate.
1809
1810 2000-12-15 Nick Clifton <nickc@redhat.com>
1811
1812 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
1813 Mode parts of the x86 port.
1814
1815 2000-12-04 Andreas Jaeger <aj@suse.de>
1816
1817 * readelf.c (guess_is_rela): Add EM_X86_64.
1818 (dump_relocations): Add EM_X86_64.
1819 (get_machine_name): Add EM_X86_64.
1820 Include "elf/x86-64.h".
1821
1822 2000-12-12 Nick Clifton <nickc@redhat.com>
1823
1824 * readelf.c: Fix formatting.
1825
1826 2000-12-11 Jan Hubicka <jh@suse.cz>
1827
1828 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
1829
1830 2000-12-07 Andrew Haley <aph@redhat.com>
1831
1832 * readelf.c (display_debug_frames): Only display columns that are
1833 referenced by the frame debug info.
1834
1835 2000-12-05 Nick Clifton <nickc@redhat.com>
1836
1837 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
1838
1839 2000-12-04 Jason Merrill <jason@redhat.com>
1840
1841 * readelf.c (process_section_headers): Handle linkonce.wi sections.
1842 (display_debug_section): Likewise.
1843 (display_debug_info): Display CU header before bailing.
1844
1845 2000-12-01 Chris Demetriou <cgd@sibyte.com>
1846
1847 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
1848 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
1849 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
1850
1851 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
1852 and E_MIPS_ARCH_64.
1853
1854 * readelf.c (get_machine_flags): Add case for
1855 E_MIPS_MACH_SB1.
1856
1857 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
1858
1859 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
1860
1861 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
1862
1863 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
1864 Change sourceware.cygnus.com to sources.redhat.com.
1865 Fix typo for "amongst".
1866
1867 2000-11-28 Nick Clifton <nickc@redhat.com>
1868
1869 * strip.1 (COPYING): Mention that the GNU Free Documentation
1870 License is present in the sources, but not the output, and
1871 also available from the GNU website.
1872 (GNU Free Documentation License): Comment out this section.
1873 * strings.1: Ditto.
1874 * size.1: Ditto.
1875 * ranlib.1: Ditto.
1876 * objdump.1: Ditto.
1877 * objcopy.1: Ditto.
1878 * nm.1: Ditto.
1879 * nlmconv.1: Ditto.
1880 * ar.1: Ditto.
1881 * addr2line.1: Ditto.
1882
1883 2000-11-27 DJ Delorie <dj@redhat.com>
1884
1885 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
1886 (parse_args): Support -wf option.
1887 (process_section_headers): Ditto.
1888 (debug_displays): Ditto.
1889 (display_debug_frames): New, dump *_frame sections.
1890 (frame_need_space): Support for above.
1891 (frame_display_row): Ditto.
1892 * binutils.texi: Document it.
1893
1894 2000-11-24 Nick Clifton <nickc@redhat.com>
1895
1896 * NEWS: Announce support for v5t, v5te and XScale.
1897
1898 2000-11-22 Nick Clifton <nickc@redhat.com>
1899
1900 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
1901 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
1902 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
1903 (get_elf_section_flags: Add SHF_GROUP.
1904 (process_section_headers): Adjust output for 32-bit binaries
1905 to look nice on an 80 column terminal.
1906
1907 2000-11-20 H.J. Lu <hjl@gnu.org>
1908
1909 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
1910 ELFOSABI_AIX.
1911
1912 2000-11-17 Richard Henderson <rth@redhat.com>
1913
1914 * readelf.c (display_debug_lines): Adjust last change to
1915 use sizeof (external->li_length).
1916
1917 2000-11-17 Richard Henderson <rth@redhat.com>
1918
1919 * readelf.c (display_debug_lines): Fix section length check
1920 and end_of_sequence computation.
1921
1922 2000-11-06 Nick Clifton <nickc@redhat.com>
1923
1924 * binutils.texi: Add GNU Free Documentation License.
1925 * objcopy.1: Add GNU Free Documentation License.
1926 * objdump.1: Add GNU Free Documentation License.
1927 * addr2line.1: Add GNU Free Documentation License.
1928 * ar.1: Add GNU Free Documentation License.
1929 * nlmconv.1: Add GNU Free Documentation License.
1930 * nm.1: Add GNU Free Documentation License.
1931 * ranlib.1: Add GNU Free Documentation License.
1932 * size.1: Add GNU Free Documentation License.
1933 * strings.1: Add GNU Free Documentation License.
1934 * strip.1: Add GNU Free Documentation License.
1935
1936 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
1937
1938 * objcopy.c (--srec-len=nn): New parameter to set the
1939 maximum length of generated Srecords.
1940 (--srec-forceS3): New parameter that restricts the generation of
1941 Srecords to type S3 only.
1942 * binutils.texi: Document new command line switches.
1943 * objcopy.1: Docuemnt the new command line switches.
1944 * NEWS: Announce the existence of the new command line switches.
1945
1946 2000-10-31 Nick Clifton <nickc@redhat.com>
1947
1948 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
1949 code. Add Eric Chrisopher as maintainer of MN10300 port.
1950
1951 2000-10-12 Roger Sayle <roger@metaphorics.com>
1952
1953 * Make comma after string after icon/control optional.
1954
1955 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1956
1957 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
1958
1959 * NEWS: Mention support for MIPS32.
1960
1961 2000-09-08 Nick Clifton <nickc@redhat.com>
1962
1963 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
1964
1965 2000-09-07 H.J. Lu <hjl@gnu.org>
1966
1967 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1968 * configure: Rebuild.
1969
1970 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1971
1972 * configure: Rebuilt with new libtool.m4.
1973
1974 2000-09-05 Nick Clifton <nickc@redhat.com>
1975
1976 * aclocal.m4: Regenerate.
1977 * config.in: Regenerate.
1978 * configure: Regenerate.
1979
1980 2000-09-04 Todd Vierling <tv@wasabisystems.com>
1981
1982 * strip.1: Fix stray '\' in -o formatting.
1983
1984 2000-09-02 Nick Clifton <nickc@redhat.com>
1985
1986 * configure.in: Increase version number to 2.10.91.
1987 * configure: Regenerate.
1988 * aclocal.m4: Regenerate.
1989 * config.in: Regenerate.
1990 * po/binutils.pot: Regenerate.
1991
1992 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1993
1994 * acinclude.m4: Include libtool and gettext macros from the
1995 top level.
1996 * aclocal.m4, configure: Rebuilt.
1997
1998 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
1999
2000 * resrc.c (close_input_stream): Delete extraneous logic
2001
2002 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2003
2004 * NEWS: Mention support for CRIS.
2005
2006 2000-08-21 Nick Clifton <nickc@redhat.com>
2007
2008 * addr2line.c: Changed email address for Ulrich Lauther.
2009
2010 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2011
2012 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2013
2014 2000-08-17 Nick Clifton <nickc@redhat.com>
2015
2016 * readelf.c (display_debug_pubnames): Only issue warning
2017 message once. Terminate message with a new line.
2018 (display_debug_aranges): Only display version 2 debug info.
2019
2020 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2021
2022 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2023 for compatability with old BSD systems.
2024
2025 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2026
2027 * NEWS: Mention i860 support.
2028
2029 2000-08-11 Carlo Wood <carlo@alinoe.com>
2030
2031 * addr2line.c (main): Add const to char *.
2032
2033 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2034
2035 * ar.c (main): Don't crash if called with no arguments
2036 or only '-X32_64' as an argument.
2037
2038 2000-08-08 DJ Delorie <dj@redhat.com>
2039
2040 * resrc.c: use "gcc -xc" instead of -xc-header
2041
2042 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2043
2044 * readelf.c (elf/i860.h): Include.
2045 (dump_relocations): Add recognition of i860 architecture.
2046 (guess_is_rela): Add recognition of i860 architecture.
2047
2048 2000-08-03 Nick Clifton <nickc@cygnus.com>
2049
2050 * MAINTAINERS: Add information about CGEN maintainers.
2051
2052 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2053
2054 * nm.c (main): Ignore '-X32_64' as an option.
2055 * ar.c (main): Likewise.
2056 * binutils.texi (nm): Document new option.
2057 (ar): Likewise.
2058
2059 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2060
2061 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2062
2063 2000-07-20 H.J. Lu <hjl@gnu.org>
2064
2065 * binutils.texi: Put back "@end table" deleted by
2066 accident.
2067
2068 2000-07-05 Kenneth Block <krblock@computer.org>
2069
2070 * nm.c: Add optional style to demangle switch.
2071 * objdump.c: Add optional style to demangle switch.
2072 * addr2line.c: Add optional style to demangle switch.
2073 * binutils.texi: Document optional style to demangle
2074 switch.
2075
2076 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2077
2078 * MAINTAINERS: Add self as CRIS port maintainer.
2079 * readelf.c: Include elf/cris.h.
2080 (guess_is_rela): Handle EM_CRIS.
2081 (dump_relocations): Ditto.
2082 (get_machine_name): Ditto.
2083 * Makefile.am: Rebuild dependencies.
2084 * Makefile.in: Regenerate.
2085 * po/binutils.pot: Regenerate.
2086
2087 2000-07-19 H.J. Lu <hjl@gnu.org>
2088
2089 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2090 "AUXILIARY".
2091 (process_dynamic_segment): Print out strings for DT_CONFIG,
2092 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2093
2094 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2095
2096 * nm.c (usage): Change output of `nm --help' to include a
2097 description of the purpose of the program and a detailed
2098 description of the accepted options.
2099
2100 2000-07-19 H.J. Lu <hjl@gnu.org>
2101
2102 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2103 to DF_1_NODEFLIB.
2104
2105 2000-07-19 H.J. Lu <hjl@gnu.org>
2106
2107 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2108
2109 2000-07-19 H.J. Lu <hjl@gnu.org>
2110
2111 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2112 DT_FEATURE.
2113 (process_dynamic_segment): Likewise.
2114
2115 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2116 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2117 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2118 DF_1_NODUMP and DF_1_CONLFAT.
2119
2120 2000-07-18 Nick Clifton <nickc@cygnus.com>
2121
2122 * binutils.texi (readelf): Fix spelling typo.
2123
2124 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2125
2126 * objdump.c (usage): Make output of `objdump --help' more
2127 consistent with the rest of the GNU world. Add a line describing
2128 the purpose of the program.
2129
2130 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2131
2132 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2133 warning.
2134
2135 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2136
2137 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2138 to fix warnings.
2139 (process_symbol_table): Ditto.
2140 (procesS_extended_line_op): Ditto.
2141 (display_debug_lines): Ditto.
2142 (display_debug_pubnames): Ditto.
2143 (read_and_display_attr): Ditto.
2144
2145 2000-07-09 Nick Clifton <nickc@cygnus.com>
2146
2147 * MAINTAINERS: Add several more port specific maintainers.
2148
2149 2000-07-05 Nick Clifton <nickc@cygnus.com>
2150
2151 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2152
2153 2000-06-05 DJ Delorie <dj@redhat.com>
2154
2155 * MAINTAINERS: New.
2156
2157 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2158
2159 * dllwrap.c: Changed mistaken dyn_string_append() calls
2160 to dyn_string_append_cstr().
2161
2162 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2163
2164 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2165 struct debug_type stores size in bytes.
2166
2167 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2168
2169 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2170 (CLEANFILES): Add DEPA.
2171 * Makefile.in: Regenerate.
2172
2173 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2174
2175 * ar.c: Revert incorrect 2000-06-25 patch.
2176 * bucomm.c: Likewise.
2177
2178 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2179
2180 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2181 (external_coff_symbol_p): New function.
2182 (parse_coff): Use it.
2183
2184 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2185
2186 * ar.c (normalize): Advance past both characters in a DOS based
2187 <letter>: filepath prefix.
2188 (main): Likewise.
2189 * bucomm.c (make_tempname): Likewise.
2190
2191 2000-06-24 Nick Clifton <nickc@cygnus.com>
2192
2193 * objdump.c (usage): Fix description of --stabs switch.
2194
2195 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2196
2197 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2198 find one.
2199 * Makefile.in: Regenerate.
2200
2201 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2202
2203 * ar.c (normalize): Correct pointer comparison when checking for
2204 backslashes.
2205 (main): Likewise.
2206 * bucomm.c (make_tempname): Likewise.
2207
2208 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2209 and search for backslashes in the original pathname.
2210 (ieee_add_bb11): Likewise.
2211
2212 2000-06-18 Nick Clifton <nickc@redhat.com>
2213
2214 * ar.c (print_contents): Improve verbose message.
2215
2216 2000-06-15 H.J. Lu <hjl@gnu.org>
2217
2218 * dyn-string.c: Removed. Not needed with dyn-string.c in
2219 libiberty.
2220 * dyn-string.h: Likewise.
2221
2222 * Makefile.am: Remove references to dyn-string.c and
2223 dyn-string.h. Rebuild dependency.
2224 * Makefile.in: Rebuild.
2225
2226 2000-06-15 H.J. Lu <hjl@gnu.org>
2227
2228 * binutils.texi: Put a warning on copying relocatable object
2229 files between two different formats.
2230
2231 2000-06-13 DJ Delorie <dj@cygnus.com>
2232
2233 * rcparse.y (control): ICON controls take an id as the first
2234 parameter, not an optional string. Also, call new convenience
2235 function that takes res_id's.
2236 * resrc.c (define_control): missing text means zero-length string,
2237 not zero ID.
2238 (define_icon_control): New.
2239 * windres.h: declare define_icon_control.
2240
2241 2000-06-13 H.J. Lu <hjl@gnu.org>
2242
2243 * configure: Regenerate.
2244
2245 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2246
2247 * configure.in (VERSION): Update to show this is the CVS mainline.
2248
2249 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2250
2251 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2252 analogous to <SPACE>.
2253
2254 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2255
2256 * objdump.c (display_target_list): Use bfd_close_all_done, not
2257 bfd_close to fix crash caused by 2000-05-24 change.
2258
2259 2000-05-25 DJ Delorie <dj@cygnus.com>
2260
2261 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2262
2263 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2264
2265 * Makefile.am: Update dependencies with "make dep-am"
2266 * Makefile.in: Regenerate.
2267
2268 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2269
2270 * ar.c: Include filenames.h.
2271 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2272 and drive letters in file names.
2273 (main): Support backslashes and drive letters in argv[0]. Drop
2274 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2275 FILENAME_CMP instead of strcmp to compare file names.
2276 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2277 DJGPP v2.
2278 (do_quick_append) [__GO32__]: Ditto.
2279 (get_pos_bfd, delete_members, move_members, replace_members):
2280 Compare file names with FILENAME_CMP.
2281
2282 * bucomm.c: Include filenames.h.
2283 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2284 forward/backward slashes and drive letters in file names.
2285
2286 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2287 mixed forward/backward slashes and drive letters in file names.
2288
2289 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2290 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2291 mode.
2292
2293 * objcopy.c: Include filenames.h.
2294 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2295 before comparing to "strip".
2296 Use FILENAME_CMP to compare file names.
2297
2298 * arsup.c: Include filenames.h.
2299 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2300 FILENAME_CMP to compare file names.
2301 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2302 the temporary file name.
2303
2304 * configure.in: Check for setmode.
2305 * configure: Regenerate.
2306
2307 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2308
2309 * objdump.c (display_target_list): Close the bfd.
2310 (display_info_table): Likewise.
2311
2312 2000-05-14 H.J. Lu (hjl@gnu.org)
2313
2314 * objcopy.c (filter_symbols): Don't strip global symbols in
2315 relocatable object files.
2316
2317 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2318
2319 * size.c (usage): Associate short options with corresponding long
2320 option to give a clue as to their function.
2321
2322 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2323
2324 * size.c (main): Accept and ignore `-f' option.
2325
2326 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2327
2328 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2329 bindtextdomain): Replace defines with those from intl/libgettext.h
2330 to quieten gcc warnings.
2331
2332 2000-05-12 H.J. Lu <hjl@gnu.org>
2333
2334 * nlmconv.c (temp_filename): Removed.
2335
2336 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2337 choose_temp_base ().
2338 * objdump.c (display_target_list): Likewise.
2339 (display_info_table): Likewise.
2340
2341 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2342
2343 * objcopy.c (setup_section): Add const and gettext calls for err.
2344
2345 2000-05-02 H.J. Lu <hjl@gnu.org>
2346
2347 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2348 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2349 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2350 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2351 and ELFOSABI_OPENBSD.
2352
2353 2000-05-02 Kazu Hirata <kazu@hxi.com>
2354
2355 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2356 * srconv.c: Likewise.
2357 * sysdump.c: Likewise.
2358
2359 2000-04-23 Denis Chertykov <denisc@overta.ru>
2360
2361 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2362 (get_machine_name): machine name for EM_AVR added.
2363
2364 2000-04-21 Richard Henderson <rth@cygnus.com>
2365 David Mosberger <davidm@hpl.hp.com>
2366
2367 * Makefile.am (readelf.o): Add elf/ia64.h.
2368 * Makefile.in: Rebuild.
2369 * readelf.c: Include elf/ia64.h.
2370 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2371
2372 2000-04-17 Timothy Wall <twall@cygnus.com>
2373
2374 * objdump.c (disassemble_data): Set octets per byte *after*
2375 resolving arch/mach for binary files.
2376
2377 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2378
2379 * arlex.l: Add directives to increase lex buffer size.
2380
2381 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2382 already included by bucomm.h.
2383
2384 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2385
2386 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2387 `strftime' since strftime is not available on all systems.
2388 (process_mips_specific): Ditto.
2389
2390 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2391
2392 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2393 --enable-build-warnings option.
2394 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2395 * Makefile.in, configure: Re-generate.
2396
2397 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2398
2399 * addr2line.c: Update copyright.
2400 * objcopy.1: Likewise, and title.
2401 * strings.1: Likewise.
2402
2403 * version.c (print_version): Add 2000.
2404
2405 * rddbg.c (read_section_stabs_debugging_info): Don't use
2406 bfd_size_type for strx to avoid printf problems if BFD64.
2407
2408 * bucomm.c: (report): Remove `static'.
2409 Move inclusion of stdarg.h/vararg.h from here.
2410 * bucomm.h: To here.
2411 (CONST): Change all occurences to const.
2412 (report): Declare it.
2413 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2414 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2415 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2416
2417 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2418 Correct a typo in an error message.
2419 (do_quick_append): Use non_fatal instead of fprintf.
2420 (move_members): Use fatal instead of fprintf, exit.
2421 * coffdump.c (main): Same here.
2422
2423 * dlltool.c (display): Delete.
2424 (warn): Delete.
2425 (inform): Use `report' instead of `display'.
2426 (rvaafter): Remove trailing \n from fatal error msg.
2427 (rvabefore): Ditto.
2428 (asm_prefix): Ditto.
2429 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2430 (def_name): Likewise.
2431 (run): Likewise.
2432 (scan_all_symbols): Likewise.
2433 (gen_lib_file): Likewise.
2434 (def_library): Likewise. Remove extra program_name too.
2435 (run): Remove \n from inform strings.
2436 (scan_drectve_symbols): Likewise.
2437 (add_excludes): Likewise.
2438 (scan_open_obj_file): Likewise.
2439 (gen_exp_file): Likewise.
2440 (gen_lib_file): Likewise.
2441 (process_duplicates): Likewise.
2442
2443 * Makefile.am (dllwrap_SOURCES): Add version.c.
2444 * dllwrap.c (program_version): Delete.
2445 (print_version): Delete.
2446 (display): Always print trailing \n.
2447 (warn): New.
2448 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2449 (run): Here too.
2450 (main): And here.
2451 (usage): gettext'ify.
2452 (long_options): Add missing initialisers.
2453
2454 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2455 (select_output_format): Likewise.
2456 (powerpc_mangle_relocs): Likewise.
2457 (link_inputs): Likewise.
2458
2459 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2460 (set_output_format): Likewise.
2461 (main): Use non_fatal instead of fprintf.
2462 (display_rel_file): Likewise.
2463
2464 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2465 (slurp_dynamic_symtab): Same here.
2466 (disassemble_data): And here.
2467 (read_section_stabs): And here.
2468 (read_section_stabs): And here.
2469 (dump_bfd): And here.
2470 (main): And here.
2471 (objdump_sprintf): Use fatal instead of fprintf, exit.
2472 (disassemble_data): Same here.
2473
2474 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2475 (parse_coff_struct_type): Same here.
2476 (parse_coff_enum_type): And here.
2477 (parse_coff): And here.
2478 * rddbg.c (read_debugging_info): And here.
2479 * size.c (main): And here.
2480 * windres.c (format_from_name): And here.
2481 * wrstabs.c (stab_write_symbol): Here too.
2482 (write_stabs_in_sections_debugging_info): And here.
2483 (stab_int_type): And here.
2484 (stab_struct_field): And here.
2485 (stab_typdef): And here.
2486
2487 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2488 * srconv.c (main): Same here.
2489 * strings.c (main): And here.
2490 (integer_arg): And here.
2491 * sysdump.c (main): And here.
2492
2493 2000-04-06 Timothy Wall <twall@cygnus.com>
2494
2495 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2496
2497 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2498
2499 * readelf.c (decode_location_expression): Loop through multiple
2500 operations.
2501 (read_and_display_attr): Pass in length.
2502
2503 * readelf.c (read_and_display_attr): Add CU offset to references.
2504 (display_debug_info): Pass it in.
2505
2506 2000-04-06 Nick Clifton <nickc@cygnus.com>
2507
2508 * readelf.c (decode_ARM_machine_flags): New function.
2509 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2510 targets.
2511
2512 (get_machine_name): Catch EM_AVR
2513
2514 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2515
2516 * binutils.texi: Remove optional `=' from long options that have
2517 an `=' in the argument.
2518 * objcopy.1: Here too. Remove extra space on discard-all.
2519
2520 * binutils.texi (objcopy): Mention --redefine-sym.
2521 * objcopy.1: Here too.
2522 * NEWS: And here.
2523
2524 * objcopy.c (parse_flags): Split off flag names from error message
2525 gettext as they are not translated.
2526 (copy_main): Similarly split off option name for --add-section,
2527 --set-section-flags, --change-section-vma, --change-section-lma
2528 error messages.
2529 Some white space changes.
2530
2531 from Matthew Benjamin <matt@linuxbox.nu>
2532 * objcopy.c (struct redefine_node): New.
2533 (redefine_sym_list): New.
2534 (redefine_list_append): New.
2535 (lookup_sym_redefinition): New.
2536 (OPTION_REDEFINE_SYM): New.
2537 (copy_options): Add --redefine-sym option.
2538 (copy_usage): Mention it.
2539 (filter_symbols): Rename symbols on redefine_sym_list.
2540 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2541 (copy_main): Handle OPTION_REDEFINE_SYM.
2542
2543 2000-04-04 H.J. Lu <hjl@gnu.org>
2544
2545 * readelf.c (process_symbol_table): Correctly read in symbol
2546 versioning information.
2547
2548 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2549
2550 * po/binutils.pot: Regenerate.
2551
2552 * addr2line.c (usage): Restore translated part of bug string.
2553 * ar.c (usage): Likewise.
2554 * nlmconv.c (show_usage): Likewise.
2555 * nm.c (usage): Likewise.
2556 * objcopy.c (copy_usage): Likewise.
2557 (strip_usage): Likewise.
2558 * objdump.c (usage): Likewise.
2559 * readelf.c (usage): Likewise.
2560 * size.c (usage): Likewise.
2561 * strings.c (usage): Likewise.
2562 * windres.c (usage): Likewise.
2563
2564 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2565 (DEP): Quote when passing vars to sub-make. Add warning
2566 message to end.
2567 (DEP1): Rewrite for "gcc -MM".
2568 (CLEANFILES): Add DEP2.
2569 Update dependencies.
2570 * Makefile.in: Regenerate.
2571
2572 2000-04-04 H.J. Lu <hjl@gnu.org>
2573
2574 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2575 (arparse.h): Depend on arparse.c
2576 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2577
2578 2000-04-03 H.J. Lu (hjl@gnu.org)
2579
2580 * size.c (usage): Use REPORT_BUGS_TO.
2581
2582 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2583
2584 * bucomm.h: #include "bin-bugs.h"
2585 * addr2line.c (usage): Use REPORT_BUGS_TO.
2586 * ar.c (usage): Likewise.
2587 * nlmconv.c (show_usage): Likewise.
2588 * nm.c (usage): Likewise.
2589 (OPTION_TARGET): Define.
2590 (long_options): Use OPTION_TARGET rather than 200.
2591 (main): Likewise.
2592
2593 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2594 (strip_usage): Likewise.
2595 * objdump.c (usage): Likewise.
2596 * readelf.c (usage): Likewise.
2597 * strings.c (usage): Likewise.
2598 * windres.c (usage): Likewise.
2599
2600 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2601
2602 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2603
2604 2000-03-27 Nick Clifton <nickc@cygnus.com>
2605
2606 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2607 string offsets in corrupt stabs entries.
2608
2609 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2610
2611 * readelf.c: Include elf/avr.h
2612 (dump_relocations): Add EM_AVR case.
2613
2614 2000-03-09 Tim Waugh <twaugh@redhat.com>
2615
2616 * strings.1: Correct '-bytes' to '--bytes'.
2617
2618 2000-03-08 H.J. Lu <hjl@gnu.org>
2619
2620 * Makefile.am (install-exec-local): Depend on
2621 install-binPROGRAMS for parallel make.
2622 * Makefile.in: Regenerated.
2623
2624 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2625
2626 From Brad Lucier <lucier@math.purdue.edu>:
2627 * readelf.c (process_dynamic_segment): Add cast to make sure
2628 argument to %* is int.
2629
2630 2000-02-25 H.J. Lu <hjl@gnu.org>
2631
2632 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2633
2634 2000-02-24 Nick Clifton <nickc@cygnus.com>
2635
2636 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2637 * configure: Regenerate.
2638
2639 * dlltool.c: Add support for sh-pe and mips-pe targets.
2640 * rescoff.c: Add support for sh-pe and mips-pe targets.
2641
2642 2000-02-23 H.J. Lu <hjl@gnu.org>
2643
2644 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2645
2646 2000-02-22 Nick Clifton <nickc@cygnus.com>
2647
2648 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2649
2650 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2651
2652 From Brad Lucier <lucier@math.purdue.edu>:
2653 * readelf.c (process_version_sections): Add casts to make sure
2654 argument to %* is an int.
2655 (process_mips_specific): Add casts to make printf arguments match
2656 format.
2657
2658 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2659
2660 * objdump.c (dump_section_header): Change `opb' to unsigned.
2661 (find_symbol_for_address): Same here.
2662 (disassemble_data): And here. Change `addr_offset',
2663 `stop_offset', `nextstop_offset' to unsigned long.
2664 (dump_data): Change opb to unsigned.
2665
2666 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2667
2668 * resrc.c: Remove unmatched #if for cygwin.
2669
2670 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2671
2672 * binutils.texi: Document the change of flavor name from atpcs-special
2673 to special-atpcs to prevent name conflict in gdb.
2674
2675 2000-02-08 Timothy Wall <twall@redhat.com>
2676
2677 * objdump.c (show_line): Fix bug preventing printing of the very
2678 first line (line zero) of a file when interlisting source and
2679 assembly. Added option to print entire context from start of file
2680 when the first line from that file is encountered.
2681
2682 2000-02-03 Timothy Wall <twall@redhat.com>
2683
2684 * objdump.c (dump_section_header, find_symbol_for_address,
2685 show_line, disassemble_bytes, disassemble_data, dump_data):
2686 distinguish between octets and bytes.
2687
2688 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2689
2690 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2691 check to unresolved symbols.
2692 (print_symbol_info_sysv): Ditto.
2693 (print_symbol_info_posix): Ditto.
2694
2695 * binutils.texi: Document new 'V' symclass flag for nm.
2696
2697 2000-01-27 Nick Clifton <nickc@redhat.com>
2698
2699 * binutils.texi (objdump): Document new ARM specific
2700 disassembler options.
2701
2702 * objdump.c (usage): Call disassembler_usage().
2703
2704 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2705
2706 * readelf.c (get_dynamic_flags): Return buff.
2707 (process_dynamic_segment): Don't pass error strings to printf
2708 as format arg.
2709 (read_and_display_attr): Use lx and ld to print longs.
2710 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2711 before printing.
2712 Update copyright.
2713
2714 2000-01-17 Nick Clifton <nickc@cygnus.com>
2715
2716 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2717
2718 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2719
2720 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2721 false.
2722 (debug_tag_type): Here too.
2723 * ieee.c (ieee_builtin_type): And here.
2724 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2725
2726 2000-01-13 Nick Clifton <nickc@cygnus.com>
2727
2728 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2729 System/370".
2730
2731 2000-01-11 Nick Clifton <nickc@cygnus.com>
2732
2733 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2734
2735 2000-01-10 Nick Clifton <nickc@cygnus.com>
2736
2737 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2738
2739 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2740
2741 * windres.c (long_options): Add --use-temp-file and
2742 --no-use-temp-file options.
2743 (usage): Document.
2744 (main): Handle.
2745
2746 * windres.h: Update read_rc_file prototype.
2747
2748 * resrc.c (cpp_temp_file): New static variable.
2749 (istream_type): New static variable.
2750 (close_pipe): Delete function.
2751 (run_cmd): New static function.
2752 (open_input_stream): New static function.
2753 (close_input_stream): New static function.
2754 (look_for_default): Handle DOS directory separator. Use
2755 open_input_stream instead of popen.
2756 (read_rc_file): Likewise.
2757
2758 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2759 options.
2760
2761 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2762
2763 * dlltool.c (create_compat_implib): New variable.
2764 (gen_exp_file): Use.
2765 (make_one_lib_file): Use.
2766 (long_options): Add --compat-implib option.
2767 (usage): Handle.
2768 (main): Handle.
2769
2770 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2771 (main): Use. Don't look for "32" in cygwin and mingw target names.
2772
2773 2000-01-03 Nick Clifton <nickc@cygnus.com>
2774
2775 * binutils.texi: Document new, ARM specific disassembler
2776 command line switch "-M force-thumb".
2777
2778 For older changes see ChangeLog-9899
2779 \f
2780 Local Variables:
2781 mode: change-log
2782 left-margin: 8
2783 fill-column: 74
2784 version-control: never
2785 End:
This page took 0.088144 seconds and 4 git commands to generate.