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