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