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