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