* objdump.c: Remove unnecessary prototypes.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2003-07-30 Alan Modra <amodra@bigpond.net.au>
2
3 * objdump.c: Remove unnecessary prototypes.
4 (disassemble_bytes): Add rel_offset parameter. Simplify reloc skipping
5 code, and print relocs when dump_dynamic_reloc_info.
6 (disassemble_data): Read and handle dynamic relocs. Correct reloc
7 skip code. Formatting.
8 (dump_bfd): Don't dump dynamic relocs when disassembling.
9
10 2003-07-29 Ben Elliston <bje@wasabisystems.com>
11
12 * MAINTAINERS: Remove self as M88k maintainer. Future M88k
13 maintenance defaults to the blanket write privilege maintainers.
14
15 2003-07-29 Michael Meissner <gnu@the-meissners.org>
16
17 * MAINTAINERS: Updated my email address.
18
19 2003-07-29 Nick Clifton <nickc@redhat.com>
20
21 * objdump.c: Update to ISO C.
22
23 2003-07-24 Nick Clifton <nickc@redhat.com>
24
25 * objdump.c (disassemble_data): Do not ignore sections without the
26 LOAD flag when disassemble_all is true. Only print a message
27 about disassembling a section if it contains some data.
28
29 * po/fr.po: Updated French translation.
30
31 2003-07-23 Nick Clifton <nickc@redhat.com>
32
33 * objcopy.c: Switch to ISO C. Remove debugging code accidentally
34 left in. Some formatting tidy ups.
35
36 2003-07-22 Salvador Eduardo Tropea <set@computer.org>
37
38 * objdump.c: New command line option --debugging-tags.
39 * doc/binutils.texi: Document new command line option.
40 * prdbg.c: Code to print the debug info as tags compatible
41 with ctags.
42 * budbg.h: Adjust prototype.
43 * NEWS: Mention new switch
44
45 2003-07-18 Nick Clifton <nickc@redhat.com>
46
47 * objdump.c (main) :Accept multiple -M switch.
48 * doc/binutils.texi: Document that multiple -M switches are
49 accepted and that a single -M switch can contain comma
50 separated options.
51
52 2003-07-17 Nick Clifton <nickc@redhat.com>
53
54 * objdump.c (main): Issue a warning message if multiple -M
55 switches are used.
56
57 * doc/binutils.texi (objdump): Update documentation about -M
58 option.
59
60 2003-07-17 Nick Clifton <nickc@redhat.com>
61
62 * po/es.po: New Spanish translation.
63
64 2003-07-11 Alan Modra <amodra@bigpond.net.au>
65
66 * po/binutils.pot: Regenerate.
67
68 2003-07-05 Christopher Faylor <cgf@redhat.com>
69
70 * dlltool.c (prefix_encode): Use a fixed length for alpha.
71
72 2003-07-04 Christopher Faylor <cgf@redhat.com>
73
74 * dlltool.c (prefix_encode): New function. Encode temp file prefix
75 from pid.
76 (dlltmp): Pass address of pointer being alloced or suffer neverending
77 mallocs.
78 (make_one_lib_file): Allocate enough space for new longer stub names.
79 (gen_lib_file): Ditto.
80 (main): Generate the temp file prefix from the pid if prefix was not
81 specified on the command line.
82
83 2003-07-04 Nick Clifton <nickc@redhat.com>
84
85 * readelf.c (get_data): Print (unsigned) hex values for size and
86 offset in error messages.
87 (process_section_headers): If the string table could not be
88 allocated, do not continue.
89
90 2003-07-01 Jakub Jelinek <jakub@redhat.com>
91
92 * readelf.c (dynamic_segment_ia64_val): Print address and newline
93 for sections by default. Comment fix.
94
95 2003-06-28 Danny Smith <dannysmith@users.sourceforge.net>
96
97 * rcparse.y (res_text_field): New res_id variable.
98 (res_null_text): New static const struct res_id object,
99 with empty unicode name field.
100 (control): Pop parsing of optresidc up one level. Set
101 res_text_field to $2 except for controls which do not accept
102 a text field. Set res_text_field to res_null_text for the
103 special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR).
104 (control_params): Adjust to use res_text_field rather
105 than optresidc.
106 (COMBOBOX): Add comment about discrepency between documented
107 vs. observed default style.
108 * resrc.c (define_control): Make first param const.
109 * windres.h (define_control): Adjust prototype.
110
111 2003-06-27 Nick Clifton <nickc@redhat.com>
112
113 * objcopy.c (copy_object): Replace call to
114 bfd_create_gnu_debuglink_section with seperate calls to
115 bfd_add_gnu_debuglink_section and
116 bfd_fill_in_gnu_debuglink_section, seperated by a walk over the
117 symbol tables.
118
119 2003-06-26 Roland McGrath <roland@redhat.com>
120
121 * readelf.c (loadaddr): Variable removed.
122 (dynamic_info, version_info): Fix type long -> bfd_vma.
123 (program_headers): New variable.
124 (get_program_headers): New function, broken out of
125 process_program_headers.
126 (process_program_headers): Call it. Don't set `loadaddr'.
127 (slurp_ia64_unwind_table): Use get_program_headers.
128 (process_corefile_note_segments): Likewise.
129 (offset_from_vma): New function.
130 (process_relocs, process_dynamic_segment): Call that instead of
131 subtracting `loadaddr'.
132 (process_version_sections, process_symbol_table): Likewise.
133 (process_mips_specific): Likewise.
134
135 2003-06-26 Nick Clifton <nickc@redhat.com>
136
137 * objcopy (enum strip_action): Add STRIP_NONDEBUG.
138 (OPTION_ONLY_KEEP_DEBUG): New.
139 (strip_options): Add --only-keep-debug.
140 (copy_options): Likewise.
141 (is_strip_section): Invert return value if STRIP_NONDEBUG is
142 active.
143 (copy_object): Do not copy private data when STRIP_NONDEBUG is
144 active.
145 (setup_section): Likewise.
146 (strip_main): Handle --only-keep-debug.
147 (copy_main): Likewise.
148 * NEWS: Mention new switch
149 * doc/binutils.texi: Document new switch.
150
151 2003-06-25 Alan Modra <amodra@bigpond.net.au>
152
153 * NEWS: Correct spelling of "relocatable".
154 * objdump.c: Likewise.
155 * sysroff.info: Likewise.
156
157 2003-06-19 Nick Clifton <nickc@redhat.com>
158
159 * readelf.c (print_vma): When printing DEC_5 values, if the
160 number is bigger than 99999 switch to using hexadecimal
161 notation.
162
163 2003-06-11 Nick Clifton <nickc@redhat.com>
164
165 * objcopy.c (gnu_debuglink_filename): New variable.
166 (OPTION_ADD_GNU_DEBUGLINK): New switch
167 (copy_options): Describe --add-gnu-debuglink switch.
168 Mention that --strip-debug removes sections as well.
169 (is_strip_section): Process the sections removed and kept
170 lists before checking for debugging sections.
171 (add_redefine_syms_file): Make function static.
172 (copy_object): Use is_strip_section.
173 Check to see if a .gnu_debuglink section should be added. If
174 so, call bfd_add_gnu_debuglink.
175 (setup_section): Use is_strip_section.
176 (copy_section): Use is_strip_section.
177 (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK.
178 * NEWS: Mention new objcopy switch.
179 * doc/binutils.texi: Document new switch.
180
181 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
182
183 * po/Make-in (DESTDIR): New.
184 (install-data-yes): Support $(DESTDIR).
185 (uninstall): Likewise.
186
187 2003-06-11 Alan Modra <amodra@bigpond.net.au>
188
189 * Makefile.in: Regenerate.
190
191 2003-05-23 Jakub Jelinek <jakub@redhat.com>
192
193 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
194
195 2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
196
197 * NEWS: Document the new BSD/POSIX single-character mapping for
198 .comment/.note sections.
199
200 2003-06-02 Chris Demetriou <cgd@broadcom.com>
201 Jason Thorpe <thorpej@wasabisystems.com>
202
203 * objcopy.c (redefine_list_append): Add an argument that
204 indicates the context from which this function is being
205 called. Change all callers.
206 (copy_options): Add a new option, --redefine-syms.
207 (copy_usage): Document new option.
208 (copy_main): Handle the --redefine-syms option.
209 * doc/binutils.text (objcopy): Document new option.
210
211 2003-05-31 Richard Henderson <rth@redhat.com>
212
213 * readelf.c (byte_get_signed): New.
214 (get_encoded_value): New.
215 (display_debug_frames): Use it. Always pre-process opcodes.
216
217 2003-05-20 Michal Ludvig <mludvig@suse.cz>
218
219 * readelf.c (display_debug_frames): Print both registers
220 for DW_CFA_register.
221
222 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
223
224 * configure.in: Accept i[3-7]86 variants. Escape '[]' for
225 i[3-7]86-*-interix.
226 * configure.in: Regenerate.
227
228 2003-05-13 Michael Eager <eager@mvista.com>
229
230 * objcopy.c: Treat identical src/dst file names as if only one
231 entered. One Windows creating an output file of the same name as
232 the input file will delete the input file before it is read.
233
234 2003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar>
235
236 * debug.c (debug_get_real_type): Extend test for circular debug
237 references.
238
239 2003-05-12 Nick Clifton <nickc@redhat.com>
240
241 * configure.in (ALL_LINGUAS): Add zh_CN.
242 * configure: Regenerate.
243 * po/zh_CN.po: New file: Chinese (simplified) translation.
244
245 2003-05-11 Jason Eckhardt <jle@rice.edu>
246
247 * MAINTAINERS: Update my mail address.
248
249 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
250
251 * readelf.c (dump_relocations): Enlarge the type field in wide
252 mode by one character.
253
254 2003-05-03 Richard Henderson <rth@redhat.com>
255
256 * readelf.c (struct Frame_Chunk): Add cfa_exp.
257 (frame_display_row): Just print "exp" for cfa or register
258 defined by a location expression.
259 (display_debug_frames): Handle DW_CFA_def_cfa_expression,
260 DW_CFA_expression, DW_CFA_MIPS_advance_loc8.
261
262 2003-04-30 H.J. Lu <hjl@gnu.org>
263
264 * objdump.c (only): Change it to char **.
265 (only_size): New.
266 (only_used): New.
267 (disassemble_data): Check only as an array.
268 (dump_data): Likewise.
269 (dump_relocs): Likewise.
270 (main): Treat only as an array.
271
272 2003-04-24 Dimitrie O. Paun <dpaun@rogers.com>
273
274 * doc/binutils.texi: Fix the documentation for the -fo option.
275
276 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
277
278 * readelf.c (get_machine_name) <EM_SH>: Amend return value
279 to refer to SuperH.
280
281 * readelf.c (decode_location_expression): Don't add a trailing ';'.
282
283 2003-04-23 Dimitrie O. Paun <dpaun@rogers.com>
284 Nick Clifton <nickc@redhat.com>
285
286 * windres.c (long_options): Move close to main, where it is used.
287 Add 'input' and 'output' long options.
288 (main): Accept "-fo" as an alias for "-o". This is for rc
289 comptibility.
290 * doc/binutils.texi: Mention that -fo is accepted as an alias for
291 -o, but discourage its use.
292
293 2003-04-22 Dimitrie O. Paun <dpaun@rogers.com>
294
295 * windres.c (format_from_name): Make the exit on error
296 behaviour optional.
297 (main): Rename the -I option to -J. Introduce -I as a synonym
298 for --include-dir. For backwards compatibility also support the
299 old -I behaviour, but issue a deprecation warning.
300 * doc/binutils.texi: Rename -I to -J. Document the new behaviour
301 of the -I option.
302
303 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
304
305 * readelf.c: Replace references to Mitsubishi M32R with
306 references to Renesas M32R.
307
308 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
309
310 * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
311
312 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
313
314 * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
315 for debugging information types not supported by objdump.
316
317 2003-04-09 Bernd Jendrissek <berndj@prism.co.za>
318
319 * configure.in: Recognize canonical form of i[3-6]86-pe*.
320 * configure: Regenerate.
321
322 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
323
324 * readelf.c (display_debug_info): Apply RELA relocations on the
325 entire section.
326 (byte_put_little_endian, byte_put_big_endian): New functions.
327 (byte_put): New variable.
328 (get_file_header): Initialize it.
329
330 2003-04-05 Dimitrie O. Paun <dpaun@rogers.com>
331
332 * windres.c: Add -l for compatibility with wrc, and rc.
333 Use the short option as a key for long options that have
334 a synonymous short option.
335 * doc/binutils.texi: Added -l to the list of options.
336
337 2003-04-03 Dimitrie O. Paun <dpaun@rogers.com>
338
339 * windres.c: Add -U for compatibility with wrc, rc, and cpp.
340 (main): Just pass the -U option down to the preprocessor.
341 * doc/binutils.texi: Added -U to the list of options.
342
343 2003-04-01 Dimitrie O. Paun <dpaun@rogers.com>
344
345 * windres.c (usage): Report -r option.
346 (main): Ignore the -r option.
347 * doc/binutils.texi: Add -r to the list of options.
348
349 2003-04-01 Bob Wilson <bob.wilson@acm.org>
350
351 * MAINTAINERS: Add myself as Xtensa maintainer.
352
353 2003-04-01 Bob Wilson <bob.wilson@acm.org>
354
355 * readelf.c: Include "elf/xtensa.h".
356 (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of
357 targets that use RELA relocations.
358 (dump_relocations): Call elf_xtensa_reloc_type for
359 EM_XTENSA and EM_XTENSA_OLD.
360 (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD.
361
362 2003-04-01 Nick Clifton <nickc@redhat.com>
363
364 * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for
365 thumb-pe*, mcore-pe and mcore-*elf.
366 * configure: Regenerate.
367
368 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
369
370 * objdump.c (dump_data): Don't truncate the address to long; make
371 the width large enough, and uniform for all entries in a section.
372
373 2003-03-31 H.J. Lu <hjl@gnu.org>
374
375 * readelf.c: Include "libiberty.h".
376 (dynamic_relocations): New.
377 (process_relocs): Properly handle dynamic relocation.
378 (process_dynamic_segment): Fill relocation elements in
379 dynamic_info.
380
381 2003-03-31 Kevin Buettner <kevinb@redhat.com>
382
383 * readelf.c (read_and_display_attr, read_and_display_attr_value):
384 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
385 all callers.
386 (display_debug_lines, display_debug_pubnames, display_debug_info)
387 (display_debug_aranges, display_debug_frames, read_and_display_attr)
388 (read_and_display_attr_value): Add 64-bit DWARF support.
389
390 2003-03-31 Ian Lance Taylor <ian@airs.com>
391
392 * rcparse.y: Replace uses of 'optstringrc' with 'optresid'.
393 (optresid): Handle a resource id that can be a string or a number.
394 * resrc.c (define_control): Replace 'text' parameter with 'iid' a
395 struct res_id.
396 (define_icon_control): Pass a struct res_id to define_control.
397 * windres.h (define_control): Change prototype.
398
399 2003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
400
401 * objcopy (OPTION_FORMATS_INFO): Define.
402 (strip_options): Add "info"/OPTION_FORMATS_INFO option.
403 (copy_options): Likewise.
404 (strip_usage): Add "--info" to usage.
405 (copy_usage): Likewise.
406 (strip_main): Declare formats_info. Iniatilize it to FALSE.
407 Handle "info".
408 (copy_main). Likewise.
409 * doc/binutils.texi. Document the "--info" option for
410 objcopy/strip.
411 * NEWS: Mention the new command line switch.
412
413 * objdump.c (endian_string): Move to bucomm.c.
414 (display_info): Likewise.
415 (display_target_list): Likewise.
416 (display_info_table): Likewise.
417 (display_target_tables): Likewise.
418 (main): Assign the return value of display_info to exit_status.
419 * bucomm.c: Include bfdver.h and libbfd.h
420 (display_target_list): Call bfd_nonfatal instead of nonfatal and
421 return 0 on a non-fatal error, 1 on success.
422 (display_info_table): Likewise.
423 * bucomm.h (display_info): Provide a prototype.
424 * Makefile.am (bucomm.o): Add dependencies on bfdver.h and
425 libbfd.h.
426 * Makefile.in: Regenerate.
427
428 2003-03-22 Danny Smith <dannysmith@users.sourceforge.net>
429
430 * dlltool.c (gen_def_file): Put demangled name comments on
431 own line preceding export name.
432
433 2003-03-17 Nick Clifton <nickc@redhat.com>
434
435 * objdump.c (disassemble_data): Use disasm_info.fprintf_func not
436 printf for emitting new lines.
437
438 2003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr>
439
440 * nm.c (print_symbol_info_bsd): Print the symbol's size instead of
441 the symbol's value when --size-sort is used, unless -S is used.
442 doc/binutils.texi (--size-sort): For non-bsd formats both the
443 value and size of the symbols are displayed.
444
445 2003-03-13 Nick Clifton <nickc@redhat.com>
446
447 * po/da.po: Update.
448
449 2003-03-12 Nick Clifton <nickc@redhat.com>
450
451 * MAINTAINERS: Remove Peter Targett as ARC maintainer.
452
453 2003-03-10 Ben Elliston <bje@wasabisystems.com>
454
455 * MAINTAINERS: Update my mail address.
456
457 2003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr>
458
459 * stabs.c (BYTES_IN_WORD): Remove definition.
460 * wrstabs.c (BYTES_IN_WORD): Likewise.
461
462 2003-03-04 Nick Clifton <nickc@redhat.com>
463
464 * nm.c (main): Print a warning message if --size-sort and
465 --undefined-only are used together.
466
467 2003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr>
468
469 * nm.c (print_symbol): Remove check for undefined_only.
470
471 2003-03-03 Nick Clifton <nickc@redhat.com>
472
473 * po/da.po: Installed latest translation.
474
475 2003-02-24 Nick Clifton <nickc@redhat.com>
476
477 * README: Update binutils references to 2.13.
478 Add paragraph about using --disable-nls.
479
480 2003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr>
481
482 * doc/binutils.texi (nm --size-sort): Update.
483
484 2003-02-21 James E Wilson <wilson@tuliptree.org>
485
486 * MAINTAINERS: Update email address.
487
488 2003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au>
489
490 * readelf.c (get_ia64_dynamic_type): New function.
491 (dynamic_segment_ia64_val): New function.
492 (get_dynamic_type): If machine type is EM_IA_64 call
493 get_ia64_dynamic_val.
494 (get_ia64_section_type_name): Handle sections with types in the
495 SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range.
496 (get_dynamic_flags): If machine type is EM_IA_64 call
497 dynamic_segment_ia64_val.
498
499 2003-02-21 Bob Wilson <bob.wilson@acm.org>
500
501 * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make
502 section title capitalization more consistent. Update descriptions
503 of various options to be consistent with the code. Fix errors and
504 incomplete list in the description of c++filt format options. Remove
505 information about the linker. Change to be more polite about poor
506 bug reports. Replace FDL appendix with include of fdl.texi.
507 * doc/fdl.texi: New file.
508
509 2003-02-21 Roger Sayle <roger@eyesopen.com>
510
511 * objcopy.c (filter_symbols): Fix compilation problems with
512 HP-UX's C compiler.
513
514 2003-02-19 Christopher Faylor <cgf@redhat.com>
515
516 * rclex.l (handle_quotes): Fix minor formatting problems introduced in
517 previous change.
518
519 2003-02-19 Mark Blackburn <marklist@fangorn.ca>
520
521 * rclex.l (handle_quotes): Handle strings spanning more than one line.
522
523 2003-02-12 Bob Wilson <bob.wilson@acm.org>
524
525 * nm.c (usage): Add `java' and `gnat' demangle styles and make
526 quotes consistent.
527 * objdump.c (usage): Ditto. Also fix some typos.
528
529 * readelf.c (parse_args): Include 'H' option in call to getopt_long.
530
531 * debug.c (debug_record_variable): Handle global register variables.
532
533 * stabs.c (parse_stab): For N_SLINE only include
534 function_start_offset if the symbol is within a function;
535 otherwise, the value is absolute.
536
537 2003-02-10 Nick Clifton <nickc@redhat.com>
538
539 * readelf.c (decode_ARM_machine_flags): Handle the
540 EF_ARM_MAVERICK_FLOAT flag.
541
542 2003-02-04 Andreas Schwab <schwab@suse.de>
543
544 * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to
545 long and use %ld in printf format.
546
547 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
548
549 * readelf.c (dump_relocations): Reorder the r_info field for
550 little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
551
552 2003-01-21 Daniel Berlin <dan@dberlin.org>
553
554 * readelf.c (display_debug_loc): Skip address base changes.
555
556 2003-01-17 Fabio Alemagna <falemagn@aros.org>
557
558 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS
559 and ELFOSABI_NSK.
560
561 2003-01-16 Alan Modra <amodra@bigpond.net.au>
562
563 * readelf.c: Include elf/ppc64.h.
564 (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
565 * Makefile.am: Run "make dep-am".
566 * Makefile.in: Regenerate.
567
568 2003-01-02 Ben Elliston <bje@redhat.com>
569
570 * readelf.c (guess_is_rela): Handle EM_IQ2000.
571 (get_machine_name): Likewise.
572 (dump_relocations): Likewise.
573 * NEWS: Mention IQ2000 support.
574
575 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
576
577 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.
578
579 2002-12-30 Chris Demetriou <cgd@broadcom.com>
580
581 * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register)
582 changes in MIPS -M options.
583
584 2002-12-30 Dmitry Diky <diwil@mail.ru>
585
586 * Makefile.am: Add msp430 target.
587 * Makefile.in: Regenerate.
588 * readelf.c: Add support for msp430 target.
589
590 2002-12-27 Chris Demetriou <cgd@broadcom.com>
591
592 * doc/binutils.texi (objdump): Document MIPS -M options.
593
594 2002-12-23 Andreas Schwab <schwab@suse.de>
595
596 * readelf.c (main): Reset dump request after each file.
597
598 2002-12-23 Nick Clifton <nickc@redhat.com>
599
600 * nlmconv.c (main): Pass TRUE as third argument to
601 bfd_arch_get_compatible.
602
603 2002-12-23 Nick Clifton <nickc@redhat.com>
604
605 * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC
606 macro. Handle 'S' encoding, accepting 8-bit characters.
607 (main): Parse 'S' encoding.
608 (get_char): Accept 'S' encoding.
609 (print_strings): Use STRING_ISGRAPHIC.
610 (usage): Document support of 'S' encoding.
611 * doc/binutils.texi: Document support of 'S' encoding/
612 * NEWS: Mention new feature.
613
614 2002-12-20 Alan Modra <amodra@bigpond.net.au>
615
616 * README <building ar>: Don't use libibery's needed_list or
617 required_list, instead link libiberty/*.o.
618
619 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
620
621 * doc/binutils.texi: Fix typos.
622
623 2002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
624
625 * doc/binutils.texi: Add missing parenthesis.
626
627 2002-12-15 Nick Kelsey <nickk@ubicom.com>
628
629 * objcopy.c: Add --prefix-symbols=<prefix> option to rename all
630 symbols by adding the given prefix to the begining of the symbol
631 name. This is useful to provide name space seperation regardless
632 of how the object file was created. Added --prefix-sections=
633 <prefix> and --prefix-alloc-sections=<prefix> options to rename all
634 sections (or all sections with the alloc flag set) by adding the given
635 prefix to the begining of the symbol name.
636 * NEWS: Mention this new feature.
637 * doc/binutils.texi: Document this new feature.
638
639 2002-12-13 Alan Modra <amodra@bigpond.net.au>
640
641 * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of
642 dyn_string_append with dyn_string_append_cstr.
643
644 * emul_aix.c (ar_emul_aix_create): Remove unused function.
645
646 2002-12-10 James Cownie <jcownie@etnus.com>
647
648 * readelf.h (get_TAG_name, get_AT_name,
649 read_and_display_attr_value): Add support for UPC extensions to
650 DWARF2 spec.
651 * NEWS: Mention this new support.
652
653 2002-12-08 Alan Modra <amodra@bigpond.net.au>
654
655 * NEWS: Mention that bfd no longer declares a "boolean" type.
656
657 2002-12-07 Alan Modra <amodra@bigpond.net.au>
658
659 * readelf.c (process_program_headers): When setting loadaddr, don't
660 assume segment size is 4k. Use p_align instead.
661 (loadaddr): Change from int to long.
662 (dynamic_addr, dynamic_info, version_info): Likewise.
663 (process_dynamic_segment <syminsz>): Likewise.
664 (process_dynamic_segment): Adjust print format string.
665 (rela_addr, rela_size): Delete.
666 (process_relocs): Formatting.
667
668 2002-12-05 Jim Wilson <wilson@redhat.com>
669
670 * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64.
671 * configure: Regenerate.
672
673 2002-12-04 Ian Lance Taylor <ian@airs.com>
674
675 * MAINTAINERS: Change e-mail address back to airs.com.
676
677 2002-12-04 Aldy Hernandez <aldyh@redhat.com>
678
679 * MAINTAINERS: Add self.
680
681 2002-11-30 Alan Modra <amodra@bigpond.net.au>
682
683 * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h,
684 budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c,
685 nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c,
686 rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c,
687 unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with
688 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars
689 with TRUE/FALSE. Formatting.
690
691 2002-11-29 Jakub Jelinek <jakub@redhat.com>
692
693 * readelf.c Replace occurrences of Elf32_Internal_* and
694 Elf64_Internal_* with Elf_Internal_*.
695 (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela.
696 Zero r_addend fields.
697 (dump_relocations): Remove relas variable, change Elf_Internal_Rel to
698 Elf_Internal_Rela.
699
700 2002-11-23 Nick Clifton <nickc@redhat.com>
701
702 * size.c (usage): Fix typo describing switch for hex format.
703
704 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
705
706 * testsuite/binutils-all/objcopy.exp: Disable tic4x from test
707 * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x
708 testcase
709
710 2002-11-14 Nick Clifton <nickc@redhat.com>
711
712 * readelf.c (process_program_headers): Add comment about return
713 value. Ensure that 0 is returned if the headers are not loaded.
714 (process_file): If process_section_headers failed to load the
715 headers disable any tests that rely upon them. Similarly for
716 process_program_headers.
717
718 2002-11-12 Nick Clifton <nickc@redhat.com>
719
720 * po/da.po: Updated Danish translation.
721
722 2002-11-12 Klee Dienes <kdienes@apple.com>
723
724 * rddbg.c (read_section_stabs_debugging_info): Also recognize
725 LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
726
727 2002-11-11 Christopher Faylor <cgf@redhat.com>
728
729 * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from
730 cgf maintainership.
731
732 2002-11-11 Christopher Faylor <cgf@redhat.com>
733
734 * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.
735
736 2002-11-07 Nick Clifton <nickc@redhat.com>
737
738 * configure.in (ALL_LINGUAS): Add 'da'.
739 * configure: Regenerate.
740 * po/da.po: New Danish translation.
741
742 * readelf.c (get_symbol_index_type): Revert part of previous
743 patch: Display unknown symbol types in decimal, not hex.
744
745 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
746
747 * dlltool.c (add_excludes): Don't prefix excluded fastcall
748 symbols with underscore.
749 (xlate): Ignore add_underscore for decorated fastcall symbols.
750
751 2002-11-07 Eric Kohl <ekohl@rz-online.de>
752
753 * deflex.l: Accept '@' as first character of an ID.
754 * dlltool.c (gen_exp_file): Use existing '@' prefix rather than
755 ASM_PREFIX for fastcall symbols.
756 (scan_drectve_symbols): Handle fastcall symbols when generating
757 undecorated aliases for symbols in drectve section.
758 (scan_filtered_symbols): Likewise, with export-all.
759 (xlate): Likewise, with --kill-at.
760 (make_imp_label): New function to handle fastcall symbols
761 correctly.
762 (make_one_lib_file): Use make_imp_label instead of make_label
763 for imp symbols.
764
765 2002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com>
766
767 * MAINTAINERS: Add self as TIC4X maintainer.
768
769 2002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp>
770
771 * readelf.c (get_symbol_index_type): Add hex number to
772 PROCESSOR-specific, OS-specific, reserved and unknown symbol
773 types.
774
775 2002-11-04 Alan Modra <amodra@bigpond.net.au>
776
777 * readelf.c (byte_get_little_endian): Comment typo fix.
778 (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
779 as the format string.
780 (dump_relocations): Correct section sym names.
781 (process_section_headers): Clear symtab_shndx_hdr.
782 (read_and_display_attr_value): Don't pass indirect string to printf
783 as the format string.
784 (display_debug_frames): Indicate when zero terminator found. Decode
785 DW_EH_PE_pcrel addresses.
786
787 2002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com>
788
789 * configure.in: Define SKIP_ZEROES as 32 for tic4x target in
790 order to ensure proper disassembly of the valid 0-value opcode.
791 * configure: Regenerate.
792 * aclocal.m4: Regenerate.
793 * config.in: Regenerate.
794 * configure.in: Regenerate.
795 * doc/Makefile.in: Regenerate.
796 * po/binutils.pot: Regenerate.
797
798 2002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
799
800 * MAINTAINERS: Add self as SH maintainer.
801
802 2002-10-23 Ben Elliston <bje@redhat.com>
803
804 * doc/binutils.texi (objdump): Document -z and move the entry for
805 --disassemble-zeroes to the end of the options section (for `z').
806
807 2002-10-21 Nick Clifton <nickc@redhat.com>
808
809 * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
810
811 2002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com>
812
813 * objdump.c (dump_data): Correct addr_offset for opb != 1.
814
815 2002-10-15 Alan Modra <amodra@bigpond.net.au>
816
817 * bucomm.c (list_supported_targets): Use bfd_target_list.
818
819 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
820 other object errors in preference to bfd_core errors.
821
822 2002-10-14 Alan Modra <amodra@bigpond.net.au>
823
824 * Makefile.am: Run "make dep-am".
825 * objdump.c: #include "bfdver.h".
826 * version.c: Likewise.
827 * Makefile.in: Regenerate.
828 * config.in: Regenerate.
829 * configure: Regenerate.
830 * po/POTFILES.in: Regenerate.
831
832 2002-10-09 Daniel Jacobowitz <drow@mvista.com>
833
834 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
835 sections. Allow relocations against the absolute symbol. Don't
836 use the value in compunit.cu_abbrev_offset if we found a RELA
837 relocation.
838
839 2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
840
841 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
842 ordinary ones are available.
843
844 2002-09-30 H.J. Lu <hjl@gnu.org>
845
846 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
847 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
848
849 2002-09-17 Zack Weinberg <zack@codesourcery.com>
850
851 * Makefile.am (CFILES): Add cxxfilt.c.
852 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
853 (cxxfilt_LDADD): Delete.
854 Remove all references to underscore.c.
855 Regen dependencies.
856 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
857 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
858 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
859 adjustments to fit into binutils framework.
860 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
861
862 2002-09-12 Roland McGrath <roland@redhat.com>
863
864 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
865 Handle DW_OP_GNU_push_tls_address.
866
867 2002-09-11 Nick Clifton <nickc@redhat.com>
868
869 * po/tr.po: Updated Turkish translation.
870
871 2002-09-10 Nick Clifton <nickc@redhat.com>
872
873 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
874 testsuite changes. Add paragraphs about testsuite and config
875 patches.
876
877 2002-08-29 Nick Clifton <nickc@redhat.com>
878
879 * readelf.c (get_machine_flags): Remove redundant reference to
880 E_V850EA_ARCH.
881
882 2002-08-28 Alan Modra <amodra@bigpond.net.au>
883
884 * objdump.c (dump_bfd): Restore lines accidentally deleted in
885 last commit.
886
887 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
888
889 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
890 (dump_bfd_header): Likewise.
891
892 2002-08-27 Alan Modra <amodra@bigpond.net.au>
893
894 * nm.c: Revert last change.
895
896 2002-08-26 Alan Modra <amodra@bigpond.net.au>
897
898 * nm.c (display_rel_file): Don't report "no symbols" as an error.
899 * objdump.c (slurp_symtab): Likewise.
900 (slurp_dynamic_symtab): Likewise.
901 (dump_symbols): Likewise. Do print "no symbols" to stdout.
902
903 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
904
905 * MAINTAINERS: Change my mailing address.
906
907 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
908
909 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
910
911 2002-08-22 Nick Clifton <nickc@redhat.com>
912
913 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
914 HPPA.
915
916 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
917
918 * readelf.c (parse_args): Change debug_dump_opt to static.
919
920 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
921
922 * stabs.c (parse_stab_argtype): Pass length of physname to
923 stab_demangle_argtypes.
924 (stab_demangle_argtypes): Add new parameter - length of physname.
925 Pass length of physname on to stab_demangle_prefix.
926 (stab_demangle_prefix): Add new parameter - length of physname.
927 Use length of physname (if supplied) to compute end of function
928 name.
929
930 2002-08-15 Alan Modra <amodra@bigpond.net.au>
931
932 * readelf.c: Include elf/i370.h.
933 (dump_relocations): Handle EM_S370.
934 (dynamic_segment_parisc_val): Print \n.
935 (process_dynamic_segment <DT_BIND_NOW>): Here too.
936
937 2002-08-14 Nick Clifton <nickc@redhat.com>
938
939 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
940 * objdump.c (usage): Likewise.
941 * doc/binutils.texi: Likewise.
942
943 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
944
945 * rcparse.y (acc_entry): Don't warn about ALT use with
946 non-VIRTKEY.
947
948 2002-08-13 H.J. Lu <hjl@gnu.org>
949
950 * objcopy.c (copy_object): Don't warn about the unsupported
951 architecture unless the input target is defaulted or the
952 output architecture is different from the input.
953
954 2002-08-09 Nick Clifton <nickc@redhat.com>
955
956 * po/sv.po: Updated Swedish translation.
957
958 2002-08-05 Alan Modra <amodra@bigpond.net.au>
959
960 * prdbg.c (pr_fix_visibility): Remove assert.
961
962 2002-07-31 Nick Clifton <nickc@redhat.com>
963
964 * addr2line.c (process_file): Rename parameter 'filename' to
965 'file_name' in order to avoid shadowing global symbol of the
966 same name.
967 (main): Likewise.
968
969 2002-07-30 Jakub Jelinek <jakub@redhat.com>
970
971 * readelf.c (OPTION_DEBUG_DUMP): Define.
972 (options): Use it.
973 (usage): Update help.
974 (parse_args): Handle --debug-dump separately from -w.
975 * doc/binutils.texi (readelf): Update documentation.
976
977 2002-07-25 Nick Clifton <nickc@redhat.com>
978
979 * po/es.po: Updated Spanish translation.
980 * po/fr.po: Updated French translation.
981
982 2002-07-24 Nick Clifton <nickc@redhat.com>
983
984 * po/es.po: Updated Spanish translation.
985
986 2002-07-23 Alan Modra <amodra@bigpond.net.au>
987
988 * Makefile.am: Run "make dep-am".
989 * Makefile.in: Regenerate.
990
991 2002-07-23 Nick Clifton <nickc@redhat.com>
992
993 * po/fr.po: Updated French translation.
994
995 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
996
997 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
998
999 2002-07-20 Alan Modra <amodra@bigpond.net.au>
1000
1001 * budemang.c: Include config.h and string.h/strings.h.
1002
1003 2002-07-18 Denis Chertykov <denisc@overta.ru>
1004 Frank Ch. Eigler <fche@redhat.com>
1005
1006 * readelf.c: Include "elf/ip2k.h".
1007 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
1008 (dump_relocations): Likewise.
1009 (get_machine_name): Likewise.
1010 * NEWS: Mention IP2K support.
1011
1012 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1013
1014 * NEWS: Add 'Changes in 2.13'.
1015
1016 2002-07-10 Jakub Jelinek <jakub@redhat.com>
1017
1018 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
1019 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
1020 (get_section_type_name): Handle SHT_GNU_LIBLIST.
1021 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
1022 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
1023 (process_gnu_liblist): New.
1024 (process_file): Call it.
1025
1026 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1027
1028 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1029 * Makefile.in: Regenerate.
1030
1031 2002-07-02 Alan Modra <amodra@bigpond.net.au>
1032
1033 * budemang.c: New file, "demangle" function.
1034 * budemang.h: New file.
1035 * addr2line.c (translate_addresses): Use "demangle".
1036 * nm.c (print_symname): Likewise.
1037 * objdump.c (objdump_print_symname): Likewise.
1038 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
1039 here since that obfuscates.
1040 * rdcoff.c: Don't #include demangle.h.
1041 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
1042 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
1043 (HFILES): Add budemang.h. Sort.
1044 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
1045 Run "make dep-am".
1046 * Makefile.in: Regenerate.
1047
1048 2002-07-01 Matt Thomas <matt@3am-software.com>
1049
1050 * readelf.c: Include "elf/vax.h".
1051 (guess_is_rela): Move EM_VAX from unknown to RELA case.
1052 (dump_relocations): Handle VAX relocations.
1053 (get_machine_flags): Handle VAX machine flags.
1054
1055 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1056
1057 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
1058
1059 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
1060
1061 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
1062
1063 2002-06-26 Alan Modra <amodra@bigpond.net.au>
1064
1065 * nm.c (print_symname): When demangling, strip leading dots from
1066 symbol names to avoid confusing the demangler.
1067
1068 2002-06-25 H.J. Lu <hjl@gnu.org>
1069
1070 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1071 * Makefile.in: Regenerated.
1072
1073 2002-06-21 Igor Schein <igor@txc.com>
1074
1075 * configure.in: Quote bu_cv_have_fopen64.
1076 * configure: Regenerate.
1077
1078 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
1079
1080 * configure.in: Check for strcoll.
1081 * configure: Regenerate.
1082 * config.in: Regenerate.
1083 * nm.c (main): Set locale for LC_COLLATE category.
1084 (non_numeric_forward): Use strcoll if available.
1085
1086 2002-06-20 Dave Brolley <brolley@redhat.com>
1087
1088 * MAINTAINERS: Add self as fr30 and frv maintainer.
1089
1090 2002-06-18 H.J. Lu (hjl@gnu.org)
1091
1092 * nm.c: Include "elf/common.h".
1093 (extended_symbol_info): Add elfinfo, a pointer to
1094 elf_symbol_type.
1095 (SYM_SIZE): Use elfinfo if it is not NULL.
1096 (get_symbol_type): New function.
1097 (display_archive): Set print_width for each archive member.
1098 (display_file): Likewise.
1099 (display_rel_file): Don't set print_width here.
1100 (print_object_filename_sysv): Handle print_width.
1101 (print_archive_member_sysv): Likewise.
1102 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
1103 (print_symbol): Set the elfinfo field in extended_symbol_info
1104 for ELF.
1105 (print_object_filename_sysv): Fix the output format.
1106 (print_symbol_info_sysv): Print type and section for ELF.
1107
1108 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
1109
1110 * nm.c (print_size_symbols): Remove assignment, which makes
1111 the symbol's size equal to its value when --size-sort is
1112 used.
1113
1114 2002-06-18 Dave Brolley <brolley@redhat.com>
1115
1116 From Catherine Moore:
1117 * readelf.c (elf/frv.h): #include it.
1118 (guess_is_rela): Support EM_CYGNUS_FRV.
1119 (dump_relocations): Ditto.
1120 (get_machine_name): Ditto.
1121 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
1122
1123 2002-06-18 Jakub Jelinek <jakub@redhat.com>
1124
1125 * readelf.c (get_file_header): Only read the first section header if
1126 e_shoff is non-zero.
1127
1128 2002-06-15 H.J. Lu (hjl@gnu.org)
1129
1130 * nm.c (print_size): New variable. Initialize to 0.
1131 (long_options): Add 'S'/"print-size".
1132 (main): Handle 'S'.
1133 (print_symbol_info_bsd): Print size only if print_size is not
1134 0.
1135
1136 * doc/binutils.texi: Document -S/--print-size.
1137
1138 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
1139
1140 * nm.c (struct extended_symbol_info): New strcuture: Add the size
1141 of the symbols to the information provided by the symbol_info
1142 structure.
1143 (print_symbols): Pass the symbol size to print_symbol.
1144 (print_size_symbols): Pass the symbol size to print_symbol.
1145 (print_symbol): Extra argument: The size of the symbol. Store
1146 this in the extended_symbol_info structure.
1147 (print_symbol_info): Change type of info parameter to
1148 extended_symbol_info. Display the size, if known.
1149 (print_symbol_info_posix): Likewise.
1150 (print_symbol_info_sysv): Likewise.
1151
1152 2002-06-08 Alan Modra <amodra@bigpond.net.au>
1153
1154 * Makefile.am: Run "make dep-am".
1155 * Makefile.in: Regenerate.
1156 * doc/Makefile.in: Regnerate.
1157
1158 * bucomm.c: Replace CONST with const.
1159 * nm.c: Likewise.
1160 * objdump.c: Likewise.
1161
1162 2002-06-07 H.J. Lu <hjl@gnu.org>
1163
1164 * readelf.c (DW_CFA_GNU_args_size): Don't define.
1165 (DW_CFA_GNU_negative_offset_extended): Likewise.
1166 (DW_CFA_GNU_window_save): Likewise.
1167 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
1168 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
1169
1170 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
1171
1172 * nm.c: When computing size of symbols for an ELF target use the
1173 internal size field.
1174
1175 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1176
1177 * testsuite/binutils-all/objcopy.exp: clear xfail for
1178 "hppa*64*-*-hpux*".
1179 * testsuite/binutils-all/hppa/objdump.exp: Return if
1180 "*64*-*-*".
1181
1182 2002-06-05 Alan Modra <amodra@bigpond.net.au>
1183
1184 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
1185
1186 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
1187
1188 * objdump.c: Fix formatting.
1189
1190 2002-05-29 Ben Elliston <bje@redhat.com>
1191
1192 * MAINTAINERS: Add self as M68k maintainer.
1193
1194 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1195
1196 * readelf.c: Modified/Added DLX elf support.
1197
1198 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1199
1200 * arsup.c: Fix formatting.
1201 * debug.c (debug_record_label): Add missing colon to error
1202 message.
1203 * ieee.c (parse_ieee_ty): Fix spelling typo.
1204 * readelf.c (process_program_headers): Remove English assumption
1205 about making a plural word.
1206 (process_section_headers): Likewise.
1207 (process_relocs): Allow quotes to be translated.
1208 (process_unwind): Likewise,
1209 (process_mips_specific): Improve error message.
1210 (get_note_type): Fix spelling typo.
1211
1212 * configure.in (ALL_LINGUAS): Add sv
1213 * po/sv.po: New file.
1214
1215 2002-05-27 Alan Modra <amodra@bigpond.net.au>
1216
1217 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
1218 (unw_print_grmask): Likewise.
1219 (unw_print_frmask): Likewise.
1220
1221 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
1222
1223 * arsup.c: Remove ARGSUSED.
1224 * debug.c: Likewise.
1225 * ieee.c: Likewise.
1226 * nlmconv.c: Likewise.
1227 * prdbg.c: Likewise.
1228 * stabs.c: Likewise.
1229 * wrstabs.c: Likewise.
1230
1231 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1232
1233 * arlex.l: Use #include "" instead of <> for local header files.
1234 * coffdump.c: Likewise.
1235 * coffgrok.c: Likewise.
1236 * nlmconv.c: Likewise.
1237 * nlmheader.y: Likewise.
1238 * srconv.c: Likewise.
1239 * strings.c: Likewise.
1240 * sysdump.c: Likewise.
1241 * unwind-ia64.h: Likewise.
1242 * windres.h: Likewise.
1243 * winduni.h: Likewise.
1244
1245 2002-05-24 Tom Rix <trix@redhat.com>
1246
1247 * MAINTAINERS: Add self as the d10v maintainer.
1248
1249 2002-05-24 TAMURA Kent <kent@netbsd.org>
1250
1251 * configure.in: Builds dlltool for i386-netbsdpe.
1252 * configure: Regenerate.
1253
1254 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1255
1256 * size.c: Fix formatting.
1257 * srconv.c: Likewise.
1258 * stabs.c: Likewise.
1259 * sysdump.c: Likewise.
1260 * unwind-ia64.c: Likewise.
1261 * wrstabs.c: Likewise.
1262
1263 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1264
1265 * readelf.c (get_segment_type): Add PT_TLS.
1266 (get_elf_section_flags): Add SHF_TLS.
1267 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
1268 (process_dynamic_segment): Use puts instead of printf.
1269 (get_symbol_type): Support STT_TLS.
1270 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
1271 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
1272 Add SEC_THREAD_LOCAL.
1273
1274 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
1275
1276 * rdcoff.c: Fix formatting.
1277 * rddbg.c: Likewise.
1278 * readelf.c: Likewise.
1279 * rename.c: Likewise.
1280 * resbin.c: Likewise.
1281 * resrc.c: Likewise.
1282 * resres.c: Likewise.
1283
1284 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
1285
1286 * filemode.c: Fix formatting.
1287 * ieee.c: Likewise.
1288 * is-ranlib.c: Likewise.
1289 * is-strip.c: Likewise.
1290 * maybe-ranlib.c: Likewise.
1291 * maybe-strip.c: Likewise.
1292 * nlmconv.c: Likewise.
1293 * nm.c: Likewise.
1294 * not-ranlib.c: Likewise.
1295 * not-strip.c: Likewise.
1296 * objcopy.c: Likewise.
1297 * objdump.c: Likewise.
1298
1299 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1300
1301 * objdump.c (dump_headers): Fix output formatting for ELF32
1302 architectures in a BFD64 enabled toolchain.
1303
1304 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1305
1306 * debug.c: Fix formatting.
1307 * debug.h: Likewise.
1308 * dlltool.c: Likewise.
1309 * dllwrap.c: Likewise.
1310 * emul_aix.c: Likewise.
1311 * emul_vanilla.c: Likewise.
1312
1313 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
1314
1315 * addr2line.c: Fix formatting.
1316 * ar.c: Likewise.
1317 * arsup.c: Likewise.
1318 * arsup.h: Likewise.
1319 * binemul.c: Likewise.
1320 * binemul.h: Likewise.
1321 * bucomm.c: Likewise.
1322 * coffdump.c: Likewise.
1323 * coffgrok.c: Likewise.
1324 * coffgrok.h: Likewise.
1325
1326 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1327
1328 * MAINTAINERS: Add myself as the second AVR port maintainer.
1329
1330 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1331
1332 * MAINTAINERS: Update my email address.
1333
1334 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
1335
1336 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
1337
1338 2002-05-09 Alan Modra <amodra@bigpond.net.au>
1339
1340 * configure.in: Replace `*pe' with `pe' throughout.
1341 * configure: Regenerate.
1342
1343 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1344
1345 * Makefile.am: Honour DESTDIR.
1346 * Makefile.in: Regenerate.
1347
1348 2002-05-06 Alan Modra <amodra@bigpond.net.au>
1349
1350 * dlltool.c (process_def_file): Add missing prototype.
1351 (new_directive, assemble_file, main): Likewise.
1352 (process_def_file, new_directive): Make static.
1353 (inform): Rewrite using VA_FIXEDARG.
1354 * dllwrap.c (mybasename): Add missing prototype.
1355 (strhash, main): Likewise.
1356 (inform): Rewrite using VA_FIXEDARG.
1357 (warn): Likewise.
1358 (cleanup_and_exit): Use old style function definition.
1359 (strhash): Likewise.
1360 * windres.c (define_resource): Use one memset to clear all of
1361 struct res_resource.
1362
1363 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
1364 call to rules that need no lookahead. Check for no lookahead.
1365
1366 2002-05-06 Borut Razem <borut.razem@siol.net>
1367
1368 * rclex.l (get_string): Correct "strings" list handling.
1369 * resrc.c (read_rc_file): Discard strings.
1370
1371 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1372
1373 * ar.c (replace_members): Remove unused var. Formatting fix.
1374 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
1375
1376 * MAINTAINERS: Sort port maintainers by CPU.
1377
1378 2002-05-04 Bob Byrnes <byrnes@curl.com>
1379
1380 * size.c (display_archive): Add last_arfile and code to close archives.
1381
1382 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1383
1384 * nm.c (print_symbol): Check returned filename from
1385 bfd_find_nearest_line is non-NULL.
1386
1387 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
1388
1389 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
1390
1391 2002-04-24 Christian Groessler <chris@groessler.org>
1392
1393 * MAINTAINERS: Changed my email address.
1394
1395 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1396
1397 * arparse.y: Fix syntax warning.
1398
1399 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
1400
1401 * readelf.c (fetch_location_list): Remove unused function.
1402
1403 * readelf.c (process_corefile_note_segment): Catch corrupt notes
1404 and display a warning message, then exit the loop.
1405
1406 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
1407
1408 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
1409
1410 * resrc.c (write_rc_dialog): If charset is non-default value
1411 display all of the DIALOGEX parameters.
1412
1413 2002-04-15 Eric Kohl <ekohl@rz-online.de>
1414
1415 * rcparse.y: Allow two to five parameter in FONT statement of
1416 DIALOGEX resources.
1417 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
1418 resource data.
1419 (res_to_bin_dialog): Likewise.
1420 * windres.h: Added misssing charset variable to dialog_ex
1421 structure.
1422
1423 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
1424
1425 * rcparse.y: Set MEMFLAG_PURE by default.
1426
1427 2002-04-09 Bernd Herd <info@herdsoft.com>
1428
1429 * rcparse.y: CLASS definitions in DIALOG resources
1430 are quoted.
1431 Fix typo in BEDIT warning.
1432 Don't add default dialog style when explicit style specified.
1433 Add WS_CAPTION dialog style if CAPTION is specified.
1434
1435 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
1436 (handle_quotes) "\a" escape (used for right justified key
1437 definitions in menus) is encodes as binary 8.
1438
1439 * resrc.c (write_rc_dialog): Print style even if it is 0.
1440 (write_rc_directory): Fix overlooked sublang shift bug.
1441 (bin_to_res_dialog): Don't print empty dialog caption.
1442
1443 * resbin.c (bin_to_res_dialog): Use signature to identify
1444 DIALOGEX.
1445
1446 * windres.c (main): Set default LANGUAGE to english/us.
1447
1448 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
1449
1450 * resrc.c: print CLASS names in quotes
1451
1452 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
1453
1454 * MAINTAINERS: Update my email address.
1455
1456 2002-04-04 Alan Modra <amodra@bigpond.net.au>
1457
1458 * dep-in.sed: Cope with absolute paths.
1459 * Makefile.am (dep.sed): Subst TOPDIR.
1460 Run "make dep-am".
1461 * Makefile.in: Regenerate.
1462
1463 2002-03-27 Peter Targett <peter.targett@arc.com>
1464
1465 * MAINTAINERS: Update my email address.
1466
1467 2002-03-21 Alan Modra <amodra@bigpond.net.au>
1468
1469 * Makefile.am: Run "make dep-am".
1470 * Makefile.in: Regenerate.
1471 * doc/Makefile.in: Regenerate.
1472 * po/POTFILES.in: Regenerate.
1473 * aclocal.m4: Regenerate.
1474 * config.in: Regenerate.
1475 * configure: Regenerate.
1476
1477 2002-03-20 Daniel Berlin <dan@dberlin.org>
1478
1479 * readelf.c: Add support for displaying dwarf2 location lists.
1480 (do_debug_loc, debug_loc_section, debug_loc_size): New.
1481 (parse_args): Use 'O' as shorthand for displaying location list
1482 section.
1483 (process_section_headers): Handle debug_loc as well.
1484 (load_debug_loc): New.
1485 (free_debug_loc): New.
1486 (fetch_location_list): New.
1487 (display_debug_loc): New.
1488 (display_debug_info): Call load_debug_loc and free_debug_loc.
1489 (debug_displays): We can display .debug_loc now, too.
1490 (usage): Update usage string.
1491 (read_and_display_attr_value): Note location lists, but don't
1492 display them inline.
1493
1494 2002-03-18 Tom Rix <trix@redhat.com>
1495
1496 * Makefile.am: Add binutils emulation support.
1497 * configure.in: Same.
1498 * configure.tgt: New file. Same.
1499 * ar.c (main): Use ar_emul_parse_arg.
1500 (usage): Use ar_emul_usage.
1501 (replace_members): Use ar_emul_replace, ar_emul_append.
1502 * binemul.c: New file. Define the binutils emulation
1503 layer. Define default methods.
1504 * binemul.h: New file. Binutils emulation layer header file.
1505 * emul_aix.c: New file. AIX binutils emulation.
1506 * emul_vanilla.c: New file. Default binutils emulation.
1507 * Makefile.in: Regenerate.
1508 * configure: Same.
1509
1510 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1511
1512 * po/fr.po: Updated version.
1513
1514 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1515
1516 * po/fr.po: Updated version.
1517
1518 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1519
1520 * README: Update some version numbers.
1521
1522 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1523
1524 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
1525 (Architecture Selection): Likewise.
1526
1527 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
1528
1529 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
1530 generating .exp file.
1531
1532 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
1533
1534 * readelf.c (dump_relocations): Fix typo.
1535
1536 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1537
1538 * NEWS: Mark 2.12 branch.
1539
1540 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
1541
1542 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
1543 types for 64-bit MIPS. Narrow some fields for 80-char
1544 output.
1545 (dump_relocations): Change spelling from 'unrecognised'
1546 to 'unrecognized'.
1547 (decode_ARM_machine_flags): Likewise.
1548 (parse_args): Likewise.
1549 (read_and_display_attr_value): Likewise.
1550 (display_debug_section): Likewise.
1551
1552 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
1553
1554 * NEWS: Mention support for MMIX.
1555
1556 2002-02-13 Matt Fredette <fredette@netbsd.org>
1557
1558 * readelf.c (get_machine_flags): Recognize EF_M68000.
1559
1560 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
1561
1562 * MAINTAINERS: Added self as MN10300 co-maintainer.
1563
1564 2002-02-12 Alan Modra <amodra@bigpond.net.au>
1565
1566 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
1567 DT_PPC64_OPDSZ.
1568
1569 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
1570
1571 * MAINTAINERS: List myself as branch maintainer.
1572
1573 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1574
1575 * configure: Regenerate.
1576 * objcopy.c: Update copyright date.
1577 * doc/Makefile.in: Regenerate.
1578
1579 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * nlmconv.c: Back out localtime PARAMS change.
1582
1583 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1584
1585 * objcopy.c (MKDIR): Define.
1586 (copy_archive): Make name_list.name const. Use MKDIR.
1587 Handle duplicate files in archives by making more temp dirs.
1588
1589 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1590
1591 * coffdump.c: Include "getopt.h" after "bucomm.h"
1592 so that macros are defined correctly.
1593 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
1594 prototype. Prototype main.
1595 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
1596
1597 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
1598
1599 * MAINTAINERS: Added self as SH co-maintainer.
1600
1601 2002-02-05 Nick Clifton <nickc@redhat.com>
1602
1603 * po/tr.po: Updated translation.
1604
1605 2002-02-01 Alan Modra <amodra@bigpond.net.au>
1606
1607 * Makefile.am: Run "make dep-am"
1608 * Makefile.in: Regenerate.
1609
1610 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1611
1612 * nm.c (print_value): Mark abfd unused.
1613
1614 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1615
1616 * unwind-ia64.c (unw_decoder): Change second argument
1617 to unsigned int, to match function prototypes.
1618
1619 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
1620
1621 * objdump.c: Include "getopt.h" after "bucomm.h" so that
1622 __GNU_LIBRARY__ will be defined.
1623 * size.c: Likewise.
1624
1625 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1626
1627 * configure: Regenerated.
1628
1629 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1630
1631 * doc/Makefile.am (install): Depend on install-info.
1632 * doc/Makefile.in: Regenerate.
1633
1634 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
1635
1636 * objcopy.c (strip_usage): Document -d as an alias
1637 --strip-debug.
1638
1639 * size.c (usage): Document [-t | --totals] options.
1640 (long_options): Add --totals option.
1641 (main): If the [-t | --totals] option is specified and
1642 the output format is Berkeley-style, print the total
1643 text, data, and bss sizes of all objects listed.
1644 (print_berkeley_format): If the [-t | --totals] option
1645 is specified, track the total text, data, and bss
1646 sizes.
1647 * doc/binutils.texi (size): Document [-t | --totals] options.
1648 (strip): Document -d as an alias for --strip-debug.
1649 * NEWS: Mention new feature of size.
1650
1651 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1652
1653 * po/fr.po: Updated version.
1654 * po/es.po: Updated version.
1655
1656 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
1657
1658 * addr2line.c (usage): Update text to provide verbose
1659 description of the command line options.
1660 * ar.c (usage): Update text to provide verbose
1661 description of the command line options.
1662 (main): Accept -h and -H when running as ranlib.
1663 * coffdump.c (show_usage): Update text to provide verbose
1664 description of the command line options.
1665 * dlltool.c (main): Accept -H as an alias for --help.
1666 * nlmconv.c (show_usage): Update text to provide verbose
1667 description of the command line options.
1668 * nm.c (usage): Replace OPTIONS with option(s).
1669 (main): Accept -H as an alias for --help.
1670 * objcopy.c (strip_main): Accept -H as an alias for --help.
1671 * objdump.c (main): Accept -v as an alias for --verbose.
1672 * readelf.c (usage): Adjust format to match style used in
1673 other binutils.
1674 * size.c (usage): Update text to provide verbose description
1675 of the command line options.
1676 (main): Accept -v, -h and -H as command line options.
1677 * srconv.c (show_usage): Update text to provide verbose
1678 description of the command line options.
1679 * strings.c (main): Accept -H and -v as command line options.
1680 (usage): Update text to provide verbose description of the
1681 command line options.
1682 * sysdump.c (show_usage): Update text to provide verbose
1683 description of the command line options.
1684 * windres.c (usage): Adjust format to match style used in
1685 other binutils.
1686
1687 * coffdump.c: Fix formatting.
1688 * nlmconv.c: Fix formatting.
1689 * srconv.c: Fix formatting.
1690 * sysdump.c: Fix formatting.
1691
1692 2002-01-22 Alan Modra <amodra@bigpond.net.au>
1693
1694 * Makefile.am: Run "make dep-am".
1695 * Makefile.in: Regenerate.
1696
1697 2002-01-18 Andreas Jaeger <aj@suse.de>
1698
1699 * version.c (print_version): Update year.
1700
1701 2002-01-17 Alan Modra <amodra@bigpond.net.au>
1702
1703 * readelf.c (get_machine_name): Handle EM_PPC64.
1704 (guess_is_rela): Here too.
1705
1706 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1707
1708 * po/binutils.pot: Regenerate.
1709 * po/fr.po: Regenerate.
1710 * po/tr.po: Regenerate.
1711
1712 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
1713
1714 * po/tr.po: Import new version.
1715
1716 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1717
1718 * readelf.c (get_ppc64_dynamic_type): New.
1719 (get_dynamic_type): Call it.
1720
1721 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1722
1723 * objcopy.c (copy_usage): Use "options" instead of "switches".
1724 (strip_usage): Use "options" instead of "switches".
1725 * doc/binutils.texi (dlltool): Refer to "options" instead of
1726 "switches".
1727
1728 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
1729
1730 * MAINTAINERS: Add self as co-maintainer for the ARM code.
1731
1732 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1733
1734 * po/es.po: Import from translation project.
1735 * configure.in (ALL_LINGUAS): Add es.
1736 * configure: Regenerate.
1737
1738 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1739
1740 * readelf.c (get_netbsd_elfcore_note_type): Use
1741 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
1742
1743 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
1744
1745 * readelf.c: Update copyright years.
1746 (get_note_type): Return a const char *.
1747 (get_netbsd_elfcore_note_type): New function.
1748 (process_note): Use get_netbsd_elfcore_note_type to get
1749 the note type string for NetBSD ELF core files.
1750
1751 2002-01-06 Steve Ellcey <sje@cup.hp.com>
1752
1753 * readelf.c (get_ia64_segment_type): Add support for macros.
1754 (get_segment_type): Add support for IA64 specific macros.
1755
1756 2001-12-20 Julian v. Bock <julian@wongr.net>
1757
1758 * readelf.c (print_symbol): New function: Print a formatted symbol
1759 name. If --wide is specified do not truncate it.
1760 (dump_relocations): Use print_symbol() to print symbol names.
1761 (process_symbol_table): Likewise.
1762 (process_syminfo): Likewise.
1763 (process_mips_specific): Likewise.
1764 (usage): Document new feature of --wide switch.
1765 * doc/binutils.texi (objdump): Document additional behaviour of
1766 --wide.
1767
1768 2001-12-18 Michael Snyder <msnyder@redhat.com>
1769
1770 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
1771 (copy_object): Don't set the start address or flags of a core file.
1772 (copy_section): Don't relocate a core file. Don't copy contents
1773 if the input section has the contents flag set, but the output
1774 section does not (which happens with the fake 'note' pseudo-
1775 sections that BFD creates for corefiles).
1776
1777 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1778
1779 * readelf.c (get_machine_flags): Recognize header flags for ABI and
1780 ASE extensions. More robust code for ISA checking. Ignore empty fields
1781 in header flags for GNU extensions.
1782
1783 2001-12-18 Alan Modra <amodra@bigpond.net.au>
1784
1785 * objcopy.c (copy_archive): Set output bfd format outside the loop.
1786
1787 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1788
1789 * po/ja.po: Import from translation project.
1790 * configure.in (ALL_LINGUAS): Add ja.
1791 * configure: Regenerate.
1792
1793 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1794
1795 * addr2line.c (main): Protoype.
1796 * ar.c (main): Protoype.
1797 * nm.c (main): Protoype.
1798 * objcopy.c (main): Protoype.
1799 * objdump.c (main): Protoype.
1800 * size.c (main): Protoype.
1801 * strings.c (main): Protoype.
1802
1803 2001-12-17 Alan Modra <amodra@bigpond.net.au>
1804
1805 * readelf.c (symtab_shndx_hdr): New global.
1806 (SECTION_HEADER_INDEX): Define.
1807 (SECTION_HEADER_NUM): Define.
1808 (SECTION_HEADER): Define.
1809 (GET_ELF_SYMBOLS): Pass two params rather than three.
1810 (get_32bit_elf_symbols): Take file and section args. Read and
1811 use SHT_SYMTAB_SHNDX.
1812 (get_64bit_elf_symbols): Likewise.
1813 (dump_relocations): Use SECTION_HEADER to index "section_headers".
1814 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
1815 Remember symtab_shdx_hdr.
1816 (process_program_headers): Scan from index 1 for segment map.
1817 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1818 "section_headers".
1819 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1820 (process_unwind): Likewise.
1821 (process_version_sections): Likewise.
1822 (process_symbol_table): Likewise.
1823 (display_debug_info): Likewise.
1824 (process_dynamic_segment): Fake up a symtab section for changed
1825 GET_ELF_SYMBOLS.
1826 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1827 (process_program_headers): Kill signed/unsigned warning.
1828 (load_debug_str): Likewise.
1829 (display_debug_info): Likewise.
1830
1831 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1832
1833 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1834
1835 2001-12-11 Alan Modra <amodra@bigpond.net.au>
1836
1837 * readelf.c (process_file_header): Print extended e_shnum and
1838 e_shdtrndx values. Set elf_header values for same.
1839 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1840 (get_64bit_section_headers): Likewise.
1841 (process_section_headers): Update calls.
1842 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1843
1844 2001-12-10 Jakub Jelinek <jakub@redhat.com>
1845
1846 * objcopy.c (setup_section): Copy entsize.
1847
1848 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1849
1850 * readelf.c (guess_is_rela): Add support for stormy16.
1851 (dump_relocations): Likewise.
1852 (get_machine_name): Likewise.
1853
1854 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1855
1856 * dllwrap.c (main) Replace multiple strings describing a
1857 single error with a single, newline escaped sentence to permit
1858 better translation into foreign languages.
1859
1860 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1861 class names.
1862
1863 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1864
1865 * strings.c (get_char): Initialize value.
1866
1867 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1868
1869 * arlex.l: Silence compile warnings.
1870 * arsup.h: Likewise. Fix formatting.
1871
1872 2001-12-04 Jakub Jelinek <jakub@redhat.com>
1873
1874 * strings.c: Include config.h before bfd.h.
1875 (file_off): New type.
1876 (file_open): Define.
1877 (print_strings): Use file_off instead of file_ptr. Print addresses
1878 which don't fit into long correctly.
1879 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1880 available.
1881 (strings_file): Use file_off instead of file_ptr. Use file_open.
1882 * configure.in: Check for getc_unlocked.
1883 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1884 be defined for it.
1885 * configure: Rebuilt.
1886 * config.h.in: Rebuilt.
1887
1888 2001-11-29 H.J. Lu <hjl@gnu.org>
1889
1890 * bucomm.c (make_tempname): Revert the changes made on
1891 2001-11-14 and 2001-11-12. They won't work with directories.
1892
1893 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1894
1895 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1896 CFLAGS_FOR_TARGET to runtest in environment.
1897 * Makefile.in: Rebuild.
1898 * doc/Makefile.in: Rebuild.
1899
1900 2001-11-28 Mike Stump <mrs@wrs.com>
1901
1902 * objcopy.c (setup_section): Preserve SEC_RELOC when
1903 --set-section-flags is used.
1904
1905 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1906
1907 * readelf.c (do_debug_str): New variable.
1908 (display_debug_str): New function: Display the contents of a
1909 .debug_str section.
1910 (load_debug_str): New function: Load in the contents of a
1911 .debug_str section.
1912 (free_debug_str): New function: Free the memory used by
1913 load_debug_str().
1914 (fetch_indirect_string): Retrieve a string from the .debug_str
1915 section.
1916 (usage): Add -ws.
1917 (parse_args): Accept -ws.
1918 (process_section_headers): Allow the display of the .debug_str
1919 section.
1920 (read_and_display_attr_value): Use fetch_indirect_string. Show
1921 offset into .debug_str section.
1922 (display_debug_info): Use load_debug_str and free_debug_str.
1923 (debug_displays): Add .debug_str.
1924 * doc/binutils.texi: Document -ws.
1925
1926 2001-11-19 Andreas Jaeger <aj@suse.de>
1927
1928 * testsuite/binutils-all/objdump.exp: Add x86-64.
1929
1930 2001-11-15 Andreas Schwab <schwab@suse.de>
1931
1932 * readelf.c: Fix warnings without terminating newline.
1933
1934 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1935
1936 * doc/binutils.texi (objdump): Document ppc -M options.
1937
1938 2001-11-14 Andreas Jaeger <aj@suse.de>
1939
1940 * doc/binutils.texi (objdump): Fix description to use x86-64.
1941
1942 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1943
1944 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1945 not all systems provide mkstemp.
1946
1947 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1948
1949 * doc/binutils.texi (objdump): Document x86 -M options.
1950
1951 2001-11-13 Keith Walker <keith.walker@arm.com>
1952
1953 * readelf.c (read_and_display_attr_value): New function to
1954 handle DW_FORM_indirect.
1955 (read_and_display_attr): Use it.
1956
1957 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1958
1959 * readelf.c (display_debug_lines): Deal with unknown standard
1960 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1961 DW_LNS_set_isa.
1962
1963 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1964
1965 * MAINTAINERS: Add self as tic54x maintainer. This target
1966 includes the IBM C54XDSP clone.
1967
1968 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1969
1970 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1971
1972 2001-11-09 Jeffrey A Law (law@cygnus.com)
1973
1974 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1975 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1976 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1977 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1978 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1979 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1980 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1981
1982 * readelf.c (get_elf_class): Fix ISO portability glitch.
1983 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1984
1985 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1986
1987 * readelf.c (debug_str, debug_str_size): New.
1988 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1989 Call free_abbrevs.
1990 (read_and_display_addr): Handle DW_FORM_strp.
1991 (display_debug_info): Read .debug_str section if present,
1992 so that DW_FORM_strp can be handled.
1993 Fix test for non-existant .debug_abbrev section.
1994
1995 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1996
1997 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1998
1999 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
2000
2001 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
2002
2003 * MAINTAINERS: Add self as s390/s390x maintainer.
2004
2005 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
2006
2007 * MAINTAINERS: Add self as PPC XCOFF maintainer.
2008
2009 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2010
2011 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
2012 * configure: Regernate.
2013 * po/fr.po: New file.
2014 * po/tr.po: New file.
2015
2016 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2017
2018 * MAINTAINERS: Add self as MMIX port maintainer.
2019 * readelf.c: Include elf/mmix.h.
2020 (guess_is_rela): MMIX is RELA.
2021 (dump_relocations): Handle MMIX relocations.
2022 * Makefile.am: Regenerate dependencies.
2023 * Makefile.in: Regenerate.
2024
2025 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
2026
2027 * readelf.c (parse_args): Handle multiple options to the -w
2028 switch.
2029
2030 2001-10-12 Jakub Jelinek <jakub@redhat.com>
2031
2032 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
2033 LOPROC, LOOS and LOUSER.
2034
2035 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
2036
2037 * MAINTAINERS: Update my email address.
2038
2039 2001-10-03 Alan Modra <amodra@bigpond.net.au>
2040
2041 * doc/Makefile.in: Regenerate.
2042 * configure: Regenerate.
2043
2044 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
2045
2046 * readelf.c (display_debug_line, display_debug_pubnames,
2047 display_debug_info, display_debug_frames): Detect and warn
2048 about 64-bit format entries.
2049 (display_debug_aranges): Reword 64-bit warning.
2050 (debug_displays): Add .debug_pubtypes as a known, but not yet
2051 supported, debug section.
2052
2053 2001-10-02 Alan Modra <amodra@bigpond.net.au>
2054
2055 * coffdump.c (PROGRAM_VERSION): Delete.
2056 (main <'V'>): Call print_version.
2057 * srconv.c: Likewise.
2058 * sysdump.c: Likewise.
2059 * version.c (program_version): Remove.
2060 (print_version): Use BFD_VERSION_STRING. Just print the current
2061 year in copyright message.
2062 * addr2line.c (program_version): Remove unused declaration.
2063 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
2064 place of BFD_VERSION.
2065 * Makefile.am (Makefile): Depend on bfd/configure.in.
2066 (cplus-dem.o): Depend on Makefile.
2067 Run "make dep-am".
2068 * Makefile.in: Regenerate.
2069
2070 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
2071
2072 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
2073 format .debug_arange sections.
2074 (main): Add missing prototype.
2075
2076 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2077
2078 * Makefile.am: Update dependencies with "make dep-am".
2079 * Makefile.in: Regenerate.
2080
2081 2001-09-28 Richard Henderson <rth@redhat.com>
2082
2083 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
2084
2085 2001-09-26 Alan Modra <amodra@bigpond.net.au>
2086
2087 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
2088 VA_CLOSE.
2089 (non_fatal): Likewise.
2090 * objdump.c (objdump_sprintf): Likewise.
2091 * readelf.c (error): Likewise.
2092 (warn): Likewise.
2093
2094 2001-09-25 Jakub Jelinek <jakub@redhat.com>
2095
2096 * readelf.c (do_wide): New.
2097 (options): Add --wide.
2098 (usage, parse_args): Likewise.
2099 (process_program_headers): Put each segment on a single line if
2100 --wide is given.
2101 (process_section_headers): Put each section on a single line if
2102 --wide is given.
2103 * doc/binutils.texi: Document it.
2104 * NEWS: Likewise.
2105
2106 2001-09-25 Alan Modra <amodra@bigpond.net.au>
2107
2108 * readelf.c (print_vma): Print 8 digits of low hex value.
2109
2110 2001-09-24 Andreas Jaeger <aj@suse.de>
2111
2112 * nlmconv.c: Fix warnings about unused attributes and function
2113 prototypes.
2114
2115 * strings.c: Add prototype for get_char.
2116
2117 2000-09-19 H.J. Lu <hjl@gnu.org>
2118
2119 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
2120 $(srcdir)/cxxfilt.man.
2121 * doc/Makefile.in: Rebuild.
2122
2123 2001-09-19 Alan Modra <amodra@bigpond.net.au>
2124
2125 * objcopy.c (copy_main): Correct rename-section string parsing.
2126 Consolidate new_name parsing, and error messages.
2127
2128 2001-09-18 Bruno Haible <haible@clisp.cons.org>
2129
2130 * addr2line.c: Don't include <ctype.h>.
2131 (main): For gettext, also set the LC_CTYPE locate facet.
2132 * ar.c (main): Likewise.
2133 * coffdump.c (main): Likewise.
2134 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
2135 (main): For gettext, also set the LC_CTYPE locate facet.
2136 Use ISALNUM instead of isalpha/isdigit.
2137 * dllwrap.c: Don't include <ctype.h>.
2138 (main): For gettext, also set the LC_CTYPE locate facet.
2139 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
2140 (main): For gettext, also set the LC_CTYPE locate facet.
2141 Use TOUPPER instead of islower/toupper.
2142 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
2143 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
2144 Use TOUPPER instead of islower/toupper.
2145 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
2146 * objcopy.c (main): Likewise.
2147 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2148 (disassemble_bytes): Use ISPRINT instead of isprint.
2149 (dump_section_stabs): Use ISDIGIT instead of isdigit.
2150 (dump_data): Use ISPRINT instead of isprint.
2151 (main): For gettext, also set the LC_CTYPE locate facet.
2152 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
2153 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
2154 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
2155 Use TOUPPER instead of islower/toupper.
2156 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
2157 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
2158 (write_rc_accelerators): Use ISPRINT instead of isprint.
2159 (write_rc_rcdata): Likewise.
2160 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
2161 * srconv.c (main): Likewise.
2162 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2163 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
2164 isdigit/isupper/islower.
2165 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
2166 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
2167 stab_demangle_prefix, stab_demangle_qualified,
2168 stab_demangle_template, stab_demangle_type,
2169 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
2170 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
2171 (isgraphic): Use ISPRINT instead of isascii/isprint.
2172 (main): Remove HAVE_LC_MESSAGES dependency.
2173 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
2174 (pbarray): Use ISPRINT instead of isprint.
2175 (main): For gettext, also set the LC_CTYPE locate facet.
2176 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
2177 (format_from_filename): Use ISPRINT instead of isprint.
2178 (main): For gettext, also set the LC_CTYPE locate facet.
2179 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
2180 (unicode_print): Use ISPRINT instead of isprint.
2181 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
2182 (stab_variable): Use ISDIGIT instead of isdigit.
2183
2184 2001-09-18 Alan Modra <amodra@bigpond.net.au>
2185
2186 * ar.c (print_contents): Cast args of bfd_seek to the right types.
2187 Replace bfd_read call with call to bfd_bread.
2188 (extract_file): Likewise.
2189
2190 * objdump.c (dump_section_header): Cast section->filepos to
2191 unsigned long to suit printf format string.
2192 * readelf.c (process_section_headers): Similarly for sh_offset.
2193 (process_unwind): Likewise.
2194
2195 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
2196
2197 * strings.c (encoding, encoding_bytes): New variables.
2198 (long_options): Add --encoding.
2199 (main): Accept -e and --encoding.
2200 (get_char): New function. Read a, possibly wide, character from
2201 the input stream.
2202 (print_strings): Use get_char().
2203 (usage): Document new command line option.
2204 * doc/binutils.texi: Document new command line option.
2205 * NEWS: Announce new command line option.
2206
2207 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
2208
2209 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
2210 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
2211 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
2212 Removed EM_CYGNUS_ARC.
2213
2214 2001-09-04 Jeffrey A Law (law@cygnus.com)
2215
2216 * readelf.c: Include elf/h8 for H8 series definitions.
2217 (guess_is_rela): H8 series if RELA.
2218 (dump_relocations): Handle H8 series relocations.
2219
2220 2001-08-31 Eric Christopher <echristo@redhat.com>
2221
2222 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
2223
2224 2001-08-29 Peter Targett <peter.targett@arccores.com>
2225
2226 * MAINTAINERS: Include ARC Maintainer.
2227
2228 2001-08-29 Ben Elliston <bje@redhat.com>
2229
2230 * stabs.c (stab_demangle_template): Initialise s4.
2231
2232 2001-08-27 Alan Modra <amodra@bigpond.net.au>
2233
2234 * readelf.c (dump_relocations): Recognise EM_PPC64.
2235
2236 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2237
2238 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
2239
2240 2001-08-25 H.J. Lu <hjl@gnu.org>
2241
2242 * nm.c (print_width): New.
2243 (display_rel_file): Set `print_width' according to
2244 bfd_sprintf_vma.
2245 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2246
2247 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
2248
2249 * objcopy.c (use_alt_mach_code): New variable.
2250 (OPTION_ALT_MACH_CODE): Define.
2251 (copy_options): Added --alt-machine-code.
2252 (copy_main): Handle it.
2253 (copy_object): Switch to alternate machine code if requested.
2254 * doc/binutils.texi: Document new option.
2255 * NEWS: Likewise.
2256
2257 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2258
2259 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
2260
2261 2001-08-21 H.J. Lu <hjl@gnu.org>
2262
2263 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
2264 (display_debug_info): Cast for 64bit hosts.
2265 (display_debug_frames): Likewise.
2266 (process_mips_specific): Likewise.
2267
2268 2001-08-21 Andreas Jaeger <aj@suse.de>
2269
2270 * coffgrok.h: Add missing parameter for prototype of coff_grok.
2271
2272 * sysdump.c: Add missing prototypes.
2273 * srconv.c: Likewise.
2274 * unwind-ia64.c: Likewise.
2275 * coffdump.c: Likewise.
2276
2277 * sysinfo.y: Print prototypes, include <ansidecl.h>.
2278
2279 * coffgrok.c: Add missing prototypes, include libiberty.h instead
2280 of declaring xcalloc.
2281
2282 2001-08-10 H.J. Lu <hjl@gnu.org>
2283
2284 * nm.c (print_value): Add one arg, bfd *.
2285 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
2286 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
2287 (print_symbol_info_sysv): Likewise.
2288 (print_symbol_info_posix): Likewise.
2289
2290 * objdump.c (dump_section_header): Replace printf_vma with
2291 bfd_printf_vma.
2292 (print_section_stabs): Likewise.
2293 (dump_bfd_header): Likewise.
2294 (objdump_print_value): Replace sprintf_vma with
2295 bfd_sprintf_vma.
2296 (disassemble_bytes): Likewise.
2297 (dump_reloc_set): Likewise.
2298
2299 2001-08-10 Andreas Jaeger <aj@suse.de>
2300
2301 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2302 to build warnings.
2303 * configure: Regenerate.
2304
2305 2001-08-09 Alan Modra <amodra@bigpond.net.au>
2306
2307 * readelf.c: Add missing prototypes.
2308 * objdump.c: Likewise. Format existing prototypes.
2309
2310 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
2311
2312 * readelf.c (display_debug_info): Add to abbrev_offset the addend
2313 of any RELA relocation for the abbrev_offset memory location that
2314 refers to the .debug_abbrev section symbol.
2315
2316 2001-08-07 H.J. Lu <hjl@gnu.org>
2317
2318 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
2319 (main): Return process_file ().
2320
2321 2001-08-05 Philip Blundell <philb@gnu.org>
2322
2323 * doc/binutils.texi: Use "Thumb" not "THUMB".
2324
2325 2001-08-03 John Healy <jhealy@redhat.com>
2326
2327 Patch suggested by Frank Eigler <fche@redhat.com>.
2328 * objdump.c (disassemble_data): Fill in section member of the
2329 disasm_info structure.
2330
2331 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
2332
2333 * configure.in: Added --with-windres option.
2334 * configure: Regenerated.
2335
2336 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2337
2338 * doc/binutils.texi: Use @command{name} for commands;
2339 use @option{-opt} for options; use @table @env for list of options;
2340 remove spaces arround [ | ] in synopsis.
2341
2342 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
2343 center title.
2344
2345 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
2346
2347 * objcopy.c: Fix formatting.
2348 (section_rename): New structure.
2349 (OPTION_RENAME_SECTION): New switch.
2350 (copy_usage): Document new switch.
2351 (add_section_rename): New function: Add a node to the section
2352 rename list.
2353 (find_section_rename): New function: Find the new name and
2354 flags for a section.
2355 (setup_section): Call find_section_name to determine the name
2356 of the output section.
2357 (copy_main): Handle OPTION_RENAME_SECTION.
2358 * binutils.texi: Document new switch.
2359 * NEWS: Mention new switch.
2360
2361 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2362
2363 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
2364 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
2365 bug-binutils@gcc.org.
2366
2367 2001-07-28 Matthias Kramm <kramm@quiss.org>
2368
2369 * bucomm.c (list_supported_architectures): New function.
2370 * bucomm.h (list_supported_architectures): Declare.
2371 * objdump.c (usage): Call the above.
2372
2373 2001-07-25 Dave Brolley <brolley@redhat.com>
2374
2375 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
2376 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
2377
2378 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2379
2380 * README: Update for 2.11. Change bug reporting email address.
2381 * MAINTAINERS: Tidy up. Change bug reporting email address.
2382
2383 2001-07-16 DJ Delorie <dj@redhat.com>
2384
2385 * resres.c (write_res_header): Align header size.
2386 (res_align_file): Calculate alignment correctly.
2387
2388 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
2389 correct 10).
2390 * resrc.c (write_rc_resource): Likewise.
2391 * windres.h (SUBLANG_SHIFT): Define - as 10.
2392
2393 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
2394
2395 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
2396
2397 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2398
2399 * MAINTAINERS: Add notes about branch checkins.
2400
2401 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
2402
2403 * readelf.c (display_debug_macinfo): New function, display
2404 .debug_macinfo section.
2405 (do_debug_macinfo): New variable.
2406 (parse_args): Handle "-w[mM]" to mean display macro info.
2407 (process_section_headers): Handle debug_macinfo.
2408 (debug_displays): Replace unsupported function with macinfo
2409 function for .debug_macinfo display.
2410 * doc/binutils.texi: Document new command line switch.
2411 * NEWS: Document new feature of readelf.
2412
2413 2001-07-05 H.J. Lu <hjl@gnu.org>
2414
2415 * objcopy.c (filter_symbols): Don't turn undefined symbols
2416 into local.
2417
2418 2001-07-03 H.J. Lu <hjl@gnu.org>
2419
2420 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
2421 $@.pod.
2422 (ar.1): Likewise.
2423 (dlltool.1): Likewise.
2424 (nlmconv.1): Likewise.
2425 (nm.1): Likewise.
2426 (objcopy.1): Likewise.
2427 (objdump.1): Likewise.
2428 (ranlib.1): Likewise.
2429 (readelf.1): Likewise.
2430 (size.1): Likewise.
2431 (strings.1): Likewise.
2432 (strip.1): Likewise.
2433 (windres.1): Likewise.
2434 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
2435 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
2436 $(DEMANGLER_NAME).
2437 (as.1): Removed.
2438 * doc/Makefile.in: Regenerated.
2439
2440 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2441
2442 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
2443
2444 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
2445
2446 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
2447
2448 2001-06-29 James Cownie <jcownie@etnus.com>
2449
2450 * readelf.c: Support DWARF 2.1 attributes.
2451
2452 2001-06-28 Alan Modra <amodra@bigpond.net.au>
2453
2454 * readelf.c (GET_DATA_ALLOC): Remove.
2455 (GET_DATA): Remove.
2456 (get_data): New function combining above macros, with an extra
2457 test for zero size.
2458 (slurp_rela_relocs): Use get_data, and catch error return.
2459 (slurp_rel_relocs): Likewise.
2460 (get_32bit_program_headers): Likewise.
2461 (get_64bit_program_headers): Likewise.
2462 (get_32bit_section_headers): Likewise.
2463 (get_64bit_section_headers): Likewise.
2464 (get_32bit_elf_symbols): Likewise.
2465 (get_64bit_elf_symbols): Likewise.
2466 (process_section_headers): Likewise.
2467 (process_relocs): Likewise.
2468 (slurp_ia64_unwind_table): Likewise.
2469 (process_unwind): Likewise.
2470 (get_32bit_dynamic_segment): Likewise.
2471 (get_64bit_dynamic_segment): Likewise.
2472 (process_dynamic_segment): Likewise.
2473 (process_version_sections): Likewise.
2474 (process_symbol_table): Likewise.
2475 (dump_section): Likewise.
2476 (display_debug_info): Likewise.
2477 (display_debug_section): Likewise.
2478 (process_section_contents): Likewise.
2479 (process_corefile_note_segment): Likewise.
2480 (process_mips_specific): Likewise. Also free econf32, econf64.
2481
2482 2001-06-25 Alan Modra <amodra@bigpond.net.au>
2483
2484 * readelf.c (dump_relocations): Print "bad symbol index" if
2485 symtab == NULL with non-zero symtab_index.
2486 (process_relocs): Don't bomb if reloc section has no symsec.
2487
2488 2001-06-24 H.J. Lu <hjl@gnu.org>
2489
2490 * objcopy.c (strip_main): Revert the change made on 2001-05-30
2491 by accident.
2492 (copy_main): Apply the the change made to strip_main on
2493 2001-05-30 by accident.
2494
2495 2001-06-23 Andreas Jaeger <aj@suse.de>
2496
2497 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
2498 parameter 'code'.
2499 (unw_decode_x2): Likewise.
2500 (unw_decode_x3): Likewise.
2501 (unw_decode_x4): Likewise.
2502
2503 2001-06-23 Ben Elliston <bje@redhat.com>
2504
2505 * MAINTAINERS: Add myself as M88k maintainer.
2506
2507 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
2508
2509 * objcopy.c (strip_main): Support -o or --output-file command lien
2510 switch.
2511
2512 2001-06-19 H.J. Lu <hjl@gnu.org>
2513
2514 * doc/Makefile.in: Regenerated.
2515
2516 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2517
2518 * readelf.c: Restore formatting.
2519
2520 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
2521
2522 * Makefile.am: Move documentation into doc subdirectory.
2523 * Makefile.in: Regenerated.
2524 * binutils.texi: Move into doc subdirectory.
2525 * addr2line.1: Removed.
2526 * ar.1: Likewise.
2527 * dlltool.1: Likewise.
2528 * nlmconv.1: Likewise.
2529 * nm.1: Likewise.
2530 * objcopy.1: Likewise.
2531 * objdump.1: Likewise.
2532 * ranlib.1: Likewise.
2533 * readelf.1: Likewise.
2534 * size.1: Likewise.
2535 * strings.1: Likewise.
2536 * strip.1: Likewise.
2537 * windres.1: Likewise.
2538 * cxxfilt.man: Likewise.
2539 * doc: New Directory.
2540 * doc/Makefile.am: New file.
2541 * doc/Makefile.in: Generate.
2542
2543 2001-06-09 Alan Modra <amodra@bigpond.net.au>
2544
2545 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2546
2547 2001-06-01 Alan Modra <amodra@bigpond.net.au>
2548
2549 * MAINTAINERS: Update my email address.
2550
2551 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
2552
2553 * objcopy.c: Add new switches: --keep-global-symbol,
2554 --keep-symbols, --localize-symbols, --keep-global-symbols and
2555 --weaken-symbols.
2556 * binutils.texi: Document new switches.
2557 * objcopy.1: Regenerate.
2558 * NEWS: Announce new feature.
2559
2560 2001-05-28 Andreas Jaeger <aj@suse.de>
2561
2562 * readelf.c (display_debug_frames): Fix warnings: Remove unused
2563 variables, fix format strings.
2564
2565 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2566
2567 * objdump.c (disassemble_bytes): Remove section VMA adjustment
2568 when computing the address of the line to show.
2569
2570 2001-05-16 Richard Henderson <rth@redhat.com>
2571
2572 * readelf.c (do_debug_frames_interp): New.
2573 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
2574 (byte_get_big_endian): Likewise.
2575 (parse_args) ['F']: Set do_debug_frames_interp.
2576 (Frame_Chunk): Make data_factor signed, add fde_encoding.
2577 (frame_display_row): Don't trunc pc_begin to int.
2578 (size_of_encoded_value): New.
2579 (display_debug_frames): Handle 64-bit targets. Print raw data
2580 unless do_debug_frames_interp.
2581 (debug_displays): Remove duplicate .debug_frame.
2582
2583 2001-05-15 Ralf Baechle <ralf@gnu.org>
2584
2585 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
2586 The former constant was never in active use and is used otherwise
2587 by the ABI.
2588
2589 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2590
2591 * readelf.c (process_unwind): Print all unwind sections, not just
2592 one.
2593
2594 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2595
2596 * readelf.c (process_unwind): Remove const specifier.
2597
2598 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
2599
2600 * strings.c (isgraphic): Do not use isascii() unless it is needed
2601 for isprint() to work.
2602 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
2603
2604 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
2605
2606 * NEWS: Announce support for OpenRISC.
2607
2608 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
2609
2610 * dlltool.c (do_default_excludes): Initialise to true.
2611
2612 2001-04-10 Alan Modra <amodra@one.net.au>
2613
2614 * MAINTAINERS: Update my email address
2615 * nm.c (print_symbol_info_bsd): Use a simple printf string.
2616
2617 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
2618
2619 * readelf.c (display_debug_lines): Fix typo for "Prologue".
2620
2621 2001-03-30 H.J. Lu <hjl@gnu.org>
2622
2623 * readelf.c (process_unwind): Just return if do_unwind is 0.
2624
2625 2001-03-28 Roger Sayle <roger@metaphorics.com>
2626
2627 * dlltool.c (make_one_lib_file): Fix section flags for
2628 .text, .data and .bss in stub ds*.o files to match those
2629 generated by gas.
2630
2631 2001-03-29 H.J. Lu <hjl@gnu.org>
2632
2633 * readelf.c (process_unwind): Only do unwind sections for
2634 IA64.
2635
2636 2001-03-28 H.J. Lu <hjl@gnu.org>
2637
2638 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
2639 * Makefile.in: Regenerate.
2640
2641 2001-03-26 Andreas Jaeger <aj@suse.de>
2642
2643 * binutils.texi (nm): Fix texi syntax.
2644
2645 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2646
2647 * binutils.texi: Put @c man begin and @c man end indications
2648 to generate man pages using texi2pod and pod2man. Put @c man title
2649 to identify each man. Add SEEALSO entries.
2650 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
2651 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
2652 sort the list.
2653 (*.1): Build the man pages from binutils.texi.
2654 * Makefile.in: Regenerate.
2655
2656 2001-03-13 Eric Kohl <ekohl@rz-online.de>
2657
2658 * defparse.y (opt_equal_name): allow "." in name.
2659 * dlltool.c (def_exports): Added ability to generate forwarded exports.
2660 (gen_exp_file): Likewise.
2661
2662 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
2663
2664 * NEWS: Document addition of -B switch to objcopy.
2665 * binutils.texi: Document addition of -B switch to objcopy.
2666 * objcopy.c: (copy_options): Add --binary-architecture.
2667 (copy_usage): Document -B/--binary-architecture.
2668 (copy_main): Support -B/--binary-architecture. Set
2669 bfd_external_binary_architecture.
2670
2671 2001-03-11 Andreas Jaeger <aj@suse.de>
2672
2673 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
2674 (dump_relocations): Likewise.
2675 (get_machine_name): Likewise.
2676
2677 2001-02-28 Nick Clifton <nickc@redhat.com>
2678
2679 * readelf.c: (struct unw_aux_info): Remove const modifier for
2680 'strtab' field.
2681 (process_unwind): Remove non-K&R compliant LHS type cast in call
2682 to GET_DATA_ALLOC macro.
2683
2684 2001-02-28 Philip Blundell <pb@futuretv.com>
2685
2686 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
2687 ABI is in use; remove ambiguity between the "unknown" EABI and
2688 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
2689 renamed EF_xx constants.
2690
2691 2001-02-27 Alan Modra <alan@linuxcare.com.au>
2692
2693 * configure.in (BFD_VERSION): New.
2694 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2695 * configure: Regenerate.
2696 * Makefile.am: Run "make dep-am"
2697 * Makefile.in: Regenerate.
2698
2699 2001-02-14 Nick Clifton <nickc@redhat.com>
2700
2701 * MAINTAINERS: Add "Obvious Fix" rule.
2702
2703 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2704
2705 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
2706 literal concatenation.
2707
2708 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2709
2710 * readelf.c (struct unw_aux_info): Remove const from the info member.
2711 (process_unwind): Don't type-cast the third argument to the
2712 GET_DATA_ALLOC macro.
2713
2714 2001-02-11 Nick Clifton <nickc@redhat.com>
2715
2716 * readelf.c (dump_relocations): Free corrected allocated
2717 array.
2718 (process_unwind): Fix compile time warning.
2719
2720 2001-02-10 Nick Clifton <nickc@redhat.com>
2721
2722 * binutils.texi: Document new --unwind option to readelf.
2723
2724 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2725
2726 * readelf.c: Add linux target for S/390.
2727
2728 2001-02-10 Alan Modra <alan@linuxcare.com.au>
2729
2730 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
2731 printf is a macro.
2732
2733 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
2734
2735 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
2736 * aclocal.m4: Regenerate.
2737 * configure: Regenerate.
2738
2739 2001-02-07 Todd Vierling <tv@wasabisystems.com>
2740
2741 * bucomm.c (bfd_target_vector): Change extern array to pointer.
2742 * objdump.c (bfd_target_vector): Likewise.
2743
2744 2001-02-07 David Mosberger <davidm@hpl.hp.com>
2745
2746 * readelf.c (process_unwind): New function.
2747 (slurp_ia64_unwind_table): Ditto.
2748 (dump_ia64_unwind): Ditto.
2749 (find_symbol_for_address): Ditto.
2750 (slurp_rela_relocs): New function (split off from dump_relocations()).
2751 (slurp_rel_relocs): Ditto.
2752 (parse_args): Handle '-u' option.
2753
2754 * unwind-ia64.c: New file.
2755 * unwind-ia64.h: New file.
2756 * Makefile.am: Include unwind-ia64.c in readelf build.
2757 * Makefile.in: Regenerate.
2758 * po/binutils.pot: Regenerate.
2759
2760 2001-02-04 Philip Blundell <philb@gnu.org>
2761
2762 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
2763 * configure: Regenerate.
2764
2765 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
2766
2767 * ieee.c (ieee_add_bb11): Don't check for backslashes
2768 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2769
2770 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
2771
2772 * ieee.c: Update copyright.
2773 (ieee_start_compilation_unit): Don't check for backslashes
2774 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2775
2776 * stabs.c: Update copyright. Include "filenames.h".
2777 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2778
2779 2001-01-23 Jakub Jelinek <jakub@redhat.com>
2780
2781 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
2782 sections are present before using them. Remove code duplication.
2783 (process_symbol_table): Check if VERDEF or VERNEED sections are
2784 present before using them.
2785
2786 2001-01-17 Nick Clifton <nickc@redhat.com>
2787
2788 * objcopy.c (copy_object): Fail if attempting to convert the
2789 endianness of the input object file.
2790
2791 * binutils.texi: Explain that objcopy cannot convert endianness.
2792
2793 2001-01-16 Nick Clifton <nickc@redhat.com>
2794
2795 * readelf.c (string_table_length): New variable.
2796 (SECTION_NAME): Catch out of range indices and missing section
2797 pointers.
2798 (process_section_headers): Delete useless local variable
2799 string_table_offset. Set the value of string_table_length
2800 after loading the string table.
2801 (process_mips_specific): Use SECTION_NAME macro.
2802 (process_file): Set string_table_length to 0 when it is freed.
2803
2804 2001-01-12 Nick Clifton <nickc@redhat.com>
2805
2806 * version.c (print_version): Update copyright date.
2807
2808 2001-01-11 Peter Targett <peter.targett@arccores.com>
2809
2810 * readelf.c (dump_relocations): Include selection with EM_ARC.
2811 (get_machine_name) Update name to "ARC".
2812
2813 2001-01-09 Nick Clifton <nickc@redhat.com>
2814
2815 * Makefile.am: Add rule to build objdump.o from objdump.c and
2816 using OBJDUMP_DEFS.
2817 * Makefile.in: Regenerate.
2818
2819 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2820 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2821 -DDISASSEMBLER_NEEDS_RELOCS.
2822 * configure: Regenerate.
2823
2824 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2825 is defined read in the relocs even if dump_reloc_info is
2826 false.
2827
2828 2001-01-07 Philip Blundell <philb@gnu.org>
2829
2830 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2831 `bug-binutils'.
2832 * README: Likewise.
2833
2834 2000-12-19 Nick Clifton <nickc@redhat.com>
2835
2836 * dlltool.c: Add missing support for arm-epoc-pe.
2837 * configure.in: Add missing support for arm-epoc-pe.
2838 * configure: Regenerate.
2839
2840 2000-12-15 Nick Clifton <nickc@redhat.com>
2841
2842 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2843 Mode parts of the x86 port.
2844
2845 2000-12-04 Andreas Jaeger <aj@suse.de>
2846
2847 * readelf.c (guess_is_rela): Add EM_X86_64.
2848 (dump_relocations): Add EM_X86_64.
2849 (get_machine_name): Add EM_X86_64.
2850 Include "elf/x86-64.h".
2851
2852 2000-12-12 Nick Clifton <nickc@redhat.com>
2853
2854 * readelf.c: Fix formatting.
2855
2856 2000-12-11 Jan Hubicka <jh@suse.cz>
2857
2858 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2859
2860 2000-12-07 Andrew Haley <aph@redhat.com>
2861
2862 * readelf.c (display_debug_frames): Only display columns that are
2863 referenced by the frame debug info.
2864
2865 2000-12-05 Nick Clifton <nickc@redhat.com>
2866
2867 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2868
2869 2000-12-04 Jason Merrill <jason@redhat.com>
2870
2871 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2872 (display_debug_section): Likewise.
2873 (display_debug_info): Display CU header before bailing.
2874
2875 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2876
2877 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2878 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2879 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2880
2881 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2882 and E_MIPS_ARCH_64.
2883
2884 * readelf.c (get_machine_flags): Add case for
2885 E_MIPS_MACH_SB1.
2886
2887 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
2888
2889 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2890
2891 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2892
2893 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
2894 Change sourceware.cygnus.com to sources.redhat.com.
2895 Fix typo for "amongst".
2896
2897 2000-11-28 Nick Clifton <nickc@redhat.com>
2898
2899 * strip.1 (COPYING): Mention that the GNU Free Documentation
2900 License is present in the sources, but not the output, and
2901 also available from the GNU website.
2902 (GNU Free Documentation License): Comment out this section.
2903 * strings.1: Ditto.
2904 * size.1: Ditto.
2905 * ranlib.1: Ditto.
2906 * objdump.1: Ditto.
2907 * objcopy.1: Ditto.
2908 * nm.1: Ditto.
2909 * nlmconv.1: Ditto.
2910 * ar.1: Ditto.
2911 * addr2line.1: Ditto.
2912
2913 2000-11-27 DJ Delorie <dj@redhat.com>
2914
2915 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2916 (parse_args): Support -wf option.
2917 (process_section_headers): Ditto.
2918 (debug_displays): Ditto.
2919 (display_debug_frames): New, dump *_frame sections.
2920 (frame_need_space): Support for above.
2921 (frame_display_row): Ditto.
2922 * binutils.texi: Document it.
2923
2924 2000-11-24 Nick Clifton <nickc@redhat.com>
2925
2926 * NEWS: Announce support for v5t, v5te and XScale.
2927
2928 2000-11-22 Nick Clifton <nickc@redhat.com>
2929
2930 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2931 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2932 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2933 (get_elf_section_flags: Add SHF_GROUP.
2934 (process_section_headers): Adjust output for 32-bit binaries
2935 to look nice on an 80 column terminal.
2936
2937 2000-11-20 H.J. Lu <hjl@gnu.org>
2938
2939 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2940 ELFOSABI_AIX.
2941
2942 2000-11-17 Richard Henderson <rth@redhat.com>
2943
2944 * readelf.c (display_debug_lines): Adjust last change to
2945 use sizeof (external->li_length).
2946
2947 2000-11-17 Richard Henderson <rth@redhat.com>
2948
2949 * readelf.c (display_debug_lines): Fix section length check
2950 and end_of_sequence computation.
2951
2952 2000-11-06 Nick Clifton <nickc@redhat.com>
2953
2954 * binutils.texi: Add GNU Free Documentation License.
2955 * objcopy.1: Add GNU Free Documentation License.
2956 * objdump.1: Add GNU Free Documentation License.
2957 * addr2line.1: Add GNU Free Documentation License.
2958 * ar.1: Add GNU Free Documentation License.
2959 * nlmconv.1: Add GNU Free Documentation License.
2960 * nm.1: Add GNU Free Documentation License.
2961 * ranlib.1: Add GNU Free Documentation License.
2962 * size.1: Add GNU Free Documentation License.
2963 * strings.1: Add GNU Free Documentation License.
2964 * strip.1: Add GNU Free Documentation License.
2965
2966 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2967
2968 * objcopy.c (--srec-len=nn): New parameter to set the
2969 maximum length of generated Srecords.
2970 (--srec-forceS3): New parameter that restricts the generation of
2971 Srecords to type S3 only.
2972 * binutils.texi: Document new command line switches.
2973 * objcopy.1: Docuemnt the new command line switches.
2974 * NEWS: Announce the existence of the new command line switches.
2975
2976 2000-10-31 Nick Clifton <nickc@redhat.com>
2977
2978 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2979 code. Add Eric Chrisopher as maintainer of MN10300 port.
2980
2981 2000-10-12 Roger Sayle <roger@metaphorics.com>
2982
2983 * Make comma after string after icon/control optional.
2984
2985 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2986
2987 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2988
2989 * NEWS: Mention support for MIPS32.
2990
2991 2000-09-08 Nick Clifton <nickc@redhat.com>
2992
2993 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2994
2995 2000-09-07 H.J. Lu <hjl@gnu.org>
2996
2997 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2998 * configure: Rebuild.
2999
3000 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3001
3002 * configure: Rebuilt with new libtool.m4.
3003
3004 2000-09-05 Nick Clifton <nickc@redhat.com>
3005
3006 * aclocal.m4: Regenerate.
3007 * config.in: Regenerate.
3008 * configure: Regenerate.
3009
3010 2000-09-04 Todd Vierling <tv@wasabisystems.com>
3011
3012 * strip.1: Fix stray '\' in -o formatting.
3013
3014 2000-09-02 Nick Clifton <nickc@redhat.com>
3015
3016 * configure.in: Increase version number to 2.10.91.
3017 * configure: Regenerate.
3018 * aclocal.m4: Regenerate.
3019 * config.in: Regenerate.
3020 * po/binutils.pot: Regenerate.
3021
3022 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3023
3024 * acinclude.m4: Include libtool and gettext macros from the
3025 top level.
3026 * aclocal.m4, configure: Rebuilt.
3027
3028 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
3029
3030 * resrc.c (close_input_stream): Delete extraneous logic
3031
3032 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
3033
3034 * NEWS: Mention support for CRIS.
3035
3036 2000-08-21 Nick Clifton <nickc@redhat.com>
3037
3038 * addr2line.c: Changed email address for Ulrich Lauther.
3039
3040 2000-08-17 Christopher C. Chimelis <chris@debian.org>
3041
3042 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
3043
3044 2000-08-17 Nick Clifton <nickc@redhat.com>
3045
3046 * readelf.c (display_debug_pubnames): Only issue warning
3047 message once. Terminate message with a new line.
3048 (display_debug_aranges): Only display version 2 debug info.
3049
3050 2000-08-14 Todd Vierling <tv@wasabisystems.com>
3051
3052 * objcopy.c (strip_main): Silently accept -d as an alias for -g
3053 for compatability with old BSD systems.
3054
3055 2000-08-14 Jason Eckhardt <jle@cygnus.com>
3056
3057 * NEWS: Mention i860 support.
3058
3059 2000-08-11 Carlo Wood <carlo@alinoe.com>
3060
3061 * addr2line.c (main): Add const to char *.
3062
3063 2000-08-11 Geoff Keating <geoffk@cygnus.com>
3064
3065 * ar.c (main): Don't crash if called with no arguments
3066 or only '-X32_64' as an argument.
3067
3068 2000-08-08 DJ Delorie <dj@redhat.com>
3069
3070 * resrc.c: use "gcc -xc" instead of -xc-header
3071
3072 2000-08-05 Jason Eckhardt <jle@cygnus.com>
3073
3074 * readelf.c (elf/i860.h): Include.
3075 (dump_relocations): Add recognition of i860 architecture.
3076 (guess_is_rela): Add recognition of i860 architecture.
3077
3078 2000-08-03 Nick Clifton <nickc@cygnus.com>
3079
3080 * MAINTAINERS: Add information about CGEN maintainers.
3081
3082 2000-07-26 Geoff Keating <geoffk@cygnus.com>
3083
3084 * nm.c (main): Ignore '-X32_64' as an option.
3085 * ar.c (main): Likewise.
3086 * binutils.texi (nm): Document new option.
3087 (ar): Likewise.
3088
3089 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3090
3091 * rdcoff.c (external_coff_symbol_p): K&R-ise.
3092
3093 2000-07-20 H.J. Lu <hjl@gnu.org>
3094
3095 * binutils.texi: Put back "@end table" deleted by
3096 accident.
3097
3098 2000-07-05 Kenneth Block <krblock@computer.org>
3099
3100 * nm.c: Add optional style to demangle switch.
3101 * objdump.c: Add optional style to demangle switch.
3102 * addr2line.c: Add optional style to demangle switch.
3103 * binutils.texi: Document optional style to demangle
3104 switch.
3105
3106 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3107
3108 * MAINTAINERS: Add self as CRIS port maintainer.
3109 * readelf.c: Include elf/cris.h.
3110 (guess_is_rela): Handle EM_CRIS.
3111 (dump_relocations): Ditto.
3112 (get_machine_name): Ditto.
3113 * Makefile.am: Rebuild dependencies.
3114 * Makefile.in: Regenerate.
3115 * po/binutils.pot: Regenerate.
3116
3117 2000-07-19 H.J. Lu <hjl@gnu.org>
3118
3119 * readelf.c (get_dynamic_type): Change "AUXILARY" to
3120 "AUXILIARY".
3121 (process_dynamic_segment): Print out strings for DT_CONFIG,
3122 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
3123
3124 2000-07-19 Mark Kettenis <kettenis@gnu.org>
3125
3126 * nm.c (usage): Change output of `nm --help' to include a
3127 description of the purpose of the program and a detailed
3128 description of the accepted options.
3129
3130 2000-07-19 H.J. Lu <hjl@gnu.org>
3131
3132 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
3133 to DF_1_NODEFLIB.
3134
3135 2000-07-19 H.J. Lu <hjl@gnu.org>
3136
3137 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
3138
3139 2000-07-19 H.J. Lu <hjl@gnu.org>
3140
3141 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
3142 DT_FEATURE.
3143 (process_dynamic_segment): Likewise.
3144
3145 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
3146 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
3147 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
3148 DF_1_NODUMP and DF_1_CONLFAT.
3149
3150 2000-07-18 Nick Clifton <nickc@cygnus.com>
3151
3152 * binutils.texi (readelf): Fix spelling typo.
3153
3154 2000-07-11 Mark Kettenis <kettenis@gnu.org>
3155
3156 * objdump.c (usage): Make output of `objdump --help' more
3157 consistent with the rest of the GNU world. Add a line describing
3158 the purpose of the program.
3159
3160 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
3161
3162 * stabs.c (parse_stab_range_type): Cast to proper type to fix
3163 warning.
3164
3165 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
3166
3167 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
3168 to fix warnings.
3169 (process_symbol_table): Ditto.
3170 (procesS_extended_line_op): Ditto.
3171 (display_debug_lines): Ditto.
3172 (display_debug_pubnames): Ditto.
3173 (read_and_display_attr): Ditto.
3174
3175 2000-07-09 Nick Clifton <nickc@cygnus.com>
3176
3177 * MAINTAINERS: Add several more port specific maintainers.
3178
3179 2000-07-05 Nick Clifton <nickc@cygnus.com>
3180
3181 * MAINTAINERS: Add blanket write privs for Michael Meissner.
3182
3183 2000-06-05 DJ Delorie <dj@redhat.com>
3184
3185 * MAINTAINERS: New.
3186
3187 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
3188
3189 * dllwrap.c: Changed mistaken dyn_string_append() calls
3190 to dyn_string_append_cstr().
3191
3192 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
3193
3194 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
3195 struct debug_type stores size in bytes.
3196
3197 2000-07-01 Alan Modra <alan@linuxcare.com.au>
3198
3199 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
3200 (CLEANFILES): Add DEPA.
3201 * Makefile.in: Regenerate.
3202
3203 2000-06-27 Alan Modra <alan@linuxcare.com.au>
3204
3205 * ar.c: Revert incorrect 2000-06-25 patch.
3206 * bucomm.c: Likewise.
3207
3208 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
3209
3210 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
3211 (external_coff_symbol_p): New function.
3212 (parse_coff): Use it.
3213
3214 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
3215
3216 * ar.c (normalize): Advance past both characters in a DOS based
3217 <letter>: filepath prefix.
3218 (main): Likewise.
3219 * bucomm.c (make_tempname): Likewise.
3220
3221 2000-06-24 Nick Clifton <nickc@cygnus.com>
3222
3223 * objdump.c (usage): Fix description of --stabs switch.
3224
3225 2000-06-22 Alan Modra <alan@linuxcare.com.au>
3226
3227 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3228 find one.
3229 * Makefile.in: Regenerate.
3230
3231 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
3232
3233 * ar.c (normalize): Correct pointer comparison when checking for
3234 backslashes.
3235 (main): Likewise.
3236 * bucomm.c (make_tempname): Likewise.
3237
3238 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
3239 and search for backslashes in the original pathname.
3240 (ieee_add_bb11): Likewise.
3241
3242 2000-06-18 Nick Clifton <nickc@redhat.com>
3243
3244 * ar.c (print_contents): Improve verbose message.
3245
3246 2000-06-15 H.J. Lu <hjl@gnu.org>
3247
3248 * dyn-string.c: Removed. Not needed with dyn-string.c in
3249 libiberty.
3250 * dyn-string.h: Likewise.
3251
3252 * Makefile.am: Remove references to dyn-string.c and
3253 dyn-string.h. Rebuild dependency.
3254 * Makefile.in: Rebuild.
3255
3256 2000-06-15 H.J. Lu <hjl@gnu.org>
3257
3258 * binutils.texi: Put a warning on copying relocatable object
3259 files between two different formats.
3260
3261 2000-06-13 DJ Delorie <dj@cygnus.com>
3262
3263 * rcparse.y (control): ICON controls take an id as the first
3264 parameter, not an optional string. Also, call new convenience
3265 function that takes res_id's.
3266 * resrc.c (define_control): missing text means zero-length string,
3267 not zero ID.
3268 (define_icon_control): New.
3269 * windres.h: declare define_icon_control.
3270
3271 2000-06-13 H.J. Lu <hjl@gnu.org>
3272
3273 * configure: Regenerate.
3274
3275 2000-06-08 David O'Brien <obrien@FreeBSD.org>
3276
3277 * configure.in (VERSION): Update to show this is the CVS mainline.
3278
3279 2000-06-02 David O'Brien <obrien@FreeBSD.org>
3280
3281 * strings.c (isgraphic): Interpret <TAB> as a printable character,
3282 analogous to <SPACE>.
3283
3284 2000-05-30 Alan Modra <alan@linuxcare.com.au>
3285
3286 * objdump.c (display_target_list): Use bfd_close_all_done, not
3287 bfd_close to fix crash caused by 2000-05-24 change.
3288
3289 2000-05-25 DJ Delorie <dj@cygnus.com>
3290
3291 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
3292
3293 2000-05-26 Alan Modra <alan@linuxcare.com.au>
3294
3295 * Makefile.am: Update dependencies with "make dep-am"
3296 * Makefile.in: Regenerate.
3297
3298 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
3299
3300 * ar.c: Include filenames.h.
3301 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
3302 and drive letters in file names.
3303 (main): Support backslashes and drive letters in argv[0]. Drop
3304 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
3305 FILENAME_CMP instead of strcmp to compare file names.
3306 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
3307 DJGPP v2.
3308 (do_quick_append) [__GO32__]: Ditto.
3309 (get_pos_bfd, delete_members, move_members, replace_members):
3310 Compare file names with FILENAME_CMP.
3311
3312 * bucomm.c: Include filenames.h.
3313 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
3314 forward/backward slashes and drive letters in file names.
3315
3316 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
3317 mixed forward/backward slashes and drive letters in file names.
3318
3319 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
3320 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
3321 mode.
3322
3323 * objcopy.c: Include filenames.h.
3324 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
3325 before comparing to "strip".
3326 Use FILENAME_CMP to compare file names.
3327
3328 * arsup.c: Include filenames.h.
3329 (map_over_list, ar_delete, ar_replace, ar_extract): Use
3330 FILENAME_CMP to compare file names.
3331 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
3332 the temporary file name.
3333
3334 * configure.in: Check for setmode.
3335 * configure: Regenerate.
3336
3337 2000-05-24 Alan Modra <alan@linuxcare.com.au>
3338
3339 * objdump.c (display_target_list): Close the bfd.
3340 (display_info_table): Likewise.
3341
3342 2000-05-14 H.J. Lu (hjl@gnu.org)
3343
3344 * objcopy.c (filter_symbols): Don't strip global symbols in
3345 relocatable object files.
3346
3347 2000-05-14 Alan Modra <alan@linuxcare.com.au>
3348
3349 * size.c (usage): Associate short options with corresponding long
3350 option to give a clue as to their function.
3351
3352 2000-05-14 Philippe De Muyter <phdm@macqel.be>
3353
3354 * size.c (main): Accept and ignore `-f' option.
3355
3356 2000-05-13 Alan Modra <alan@linuxcare.com.au>
3357
3358 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
3359 bindtextdomain): Replace defines with those from intl/libgettext.h
3360 to quieten gcc warnings.
3361
3362 2000-05-12 H.J. Lu <hjl@gnu.org>
3363
3364 * nlmconv.c (temp_filename): Removed.
3365
3366 * nlmconv.c (link_inputs): Use make_temp_file () instead of
3367 choose_temp_base ().
3368 * objdump.c (display_target_list): Likewise.
3369 (display_info_table): Likewise.
3370
3371 2000-05-08 Alan Modra <alan@linuxcare.com.au>
3372
3373 * objcopy.c (setup_section): Add const and gettext calls for err.
3374
3375 2000-05-02 H.J. Lu <hjl@gnu.org>
3376
3377 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
3378 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
3379 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
3380 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
3381 and ELFOSABI_OPENBSD.
3382
3383 2000-05-02 Kazu Hirata <kazu@hxi.com>
3384
3385 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
3386 * srconv.c: Likewise.
3387 * sysdump.c: Likewise.
3388
3389 2000-04-23 Denis Chertykov <denisc@overta.ru>
3390
3391 * readelf.c (guess_is_rela): AVR uses RELA relocations.
3392 (get_machine_name): machine name for EM_AVR added.
3393
3394 2000-04-21 Richard Henderson <rth@cygnus.com>
3395 David Mosberger <davidm@hpl.hp.com>
3396
3397 * Makefile.am (readelf.o): Add elf/ia64.h.
3398 * Makefile.in: Rebuild.
3399 * readelf.c: Include elf/ia64.h.
3400 (guess_is_rela, dump_relocations): Handle EM_IA_64.
3401
3402 2000-04-17 Timothy Wall <twall@cygnus.com>
3403
3404 * objdump.c (disassemble_data): Set octets per byte *after*
3405 resolving arch/mach for binary files.
3406
3407 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3408
3409 * arlex.l: Add directives to increase lex buffer size.
3410
3411 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
3412 already included by bucomm.h.
3413
3414 2000-04-10 Philippe De Muyter <phdm@macqel.be>
3415
3416 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
3417 `strftime' since strftime is not available on all systems.
3418 (process_mips_specific): Ditto.
3419
3420 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
3421
3422 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3423 --enable-build-warnings option.
3424 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3425 * Makefile.in, configure: Re-generate.
3426
3427 2000-04-06 Alan Modra <alan@linuxcare.com.au>
3428
3429 * addr2line.c: Update copyright.
3430 * objcopy.1: Likewise, and title.
3431 * strings.1: Likewise.
3432
3433 * version.c (print_version): Add 2000.
3434
3435 * rddbg.c (read_section_stabs_debugging_info): Don't use
3436 bfd_size_type for strx to avoid printf problems if BFD64.
3437
3438 * bucomm.c: (report): Remove `static'.
3439 Move inclusion of stdarg.h/vararg.h from here.
3440 * bucomm.h: To here.
3441 (CONST): Change all occurences to const.
3442 (report): Declare it.
3443 (bfd_fatal): Add ATTRIBUTE_NORETURN.
3444 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
3445 (non_fatal): Add ATTRIBUTE_PRINTF_1.
3446
3447 * ar.c (main): Use fatal or non_fatal instead of fprintf.
3448 Correct a typo in an error message.
3449 (do_quick_append): Use non_fatal instead of fprintf.
3450 (move_members): Use fatal instead of fprintf, exit.
3451 * coffdump.c (main): Same here.
3452
3453 * dlltool.c (display): Delete.
3454 (warn): Delete.
3455 (inform): Use `report' instead of `display'.
3456 (rvaafter): Remove trailing \n from fatal error msg.
3457 (rvabefore): Ditto.
3458 (asm_prefix): Ditto.
3459 (yyerror): Replace `warn' with `non_fatal', and remove \n.
3460 (def_name): Likewise.
3461 (run): Likewise.
3462 (scan_all_symbols): Likewise.
3463 (gen_lib_file): Likewise.
3464 (def_library): Likewise. Remove extra program_name too.
3465 (run): Remove \n from inform strings.
3466 (scan_drectve_symbols): Likewise.
3467 (add_excludes): Likewise.
3468 (scan_open_obj_file): Likewise.
3469 (gen_exp_file): Likewise.
3470 (gen_lib_file): Likewise.
3471 (process_duplicates): Likewise.
3472
3473 * Makefile.am (dllwrap_SOURCES): Add version.c.
3474 * dllwrap.c (program_version): Delete.
3475 (print_version): Delete.
3476 (display): Always print trailing \n.
3477 (warn): New.
3478 (delete_temp_files): Use warn instead of fprintf. Use gettext.
3479 (run): Here too.
3480 (main): And here.
3481 (usage): gettext'ify.
3482 (long_options): Add missing initialisers.
3483
3484 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
3485 (select_output_format): Likewise.
3486 (powerpc_mangle_relocs): Likewise.
3487 (link_inputs): Likewise.
3488
3489 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
3490 (set_output_format): Likewise.
3491 (main): Use non_fatal instead of fprintf.
3492 (display_rel_file): Likewise.
3493
3494 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
3495 (slurp_dynamic_symtab): Same here.
3496 (disassemble_data): And here.
3497 (read_section_stabs): And here.
3498 (read_section_stabs): And here.
3499 (dump_bfd): And here.
3500 (main): And here.
3501 (objdump_sprintf): Use fatal instead of fprintf, exit.
3502 (disassemble_data): Same here.
3503
3504 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
3505 (parse_coff_struct_type): Same here.
3506 (parse_coff_enum_type): And here.
3507 (parse_coff): And here.
3508 * rddbg.c (read_debugging_info): And here.
3509 * size.c (main): And here.
3510 * windres.c (format_from_name): And here.
3511 * wrstabs.c (stab_write_symbol): Here too.
3512 (write_stabs_in_sections_debugging_info): And here.
3513 (stab_int_type): And here.
3514 (stab_struct_field): And here.
3515 (stab_typdef): And here.
3516
3517 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
3518 * srconv.c (main): Same here.
3519 * strings.c (main): And here.
3520 (integer_arg): And here.
3521 * sysdump.c (main): And here.
3522
3523 2000-04-06 Timothy Wall <twall@cygnus.com>
3524
3525 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
3526
3527 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
3528
3529 * readelf.c (decode_location_expression): Loop through multiple
3530 operations.
3531 (read_and_display_attr): Pass in length.
3532
3533 * readelf.c (read_and_display_attr): Add CU offset to references.
3534 (display_debug_info): Pass it in.
3535
3536 2000-04-06 Nick Clifton <nickc@cygnus.com>
3537
3538 * readelf.c (decode_ARM_machine_flags): New function.
3539 (get_machine_flags): Call decode_ARM_machine_flags for ARM
3540 targets.
3541
3542 (get_machine_name): Catch EM_AVR
3543
3544 2000-04-05 Alan Modra <alan@linuxcare.com.au>
3545
3546 * binutils.texi: Remove optional `=' from long options that have
3547 an `=' in the argument.
3548 * objcopy.1: Here too. Remove extra space on discard-all.
3549
3550 * binutils.texi (objcopy): Mention --redefine-sym.
3551 * objcopy.1: Here too.
3552 * NEWS: And here.
3553
3554 * objcopy.c (parse_flags): Split off flag names from error message
3555 gettext as they are not translated.
3556 (copy_main): Similarly split off option name for --add-section,
3557 --set-section-flags, --change-section-vma, --change-section-lma
3558 error messages.
3559 Some white space changes.
3560
3561 from Matthew Benjamin <matt@linuxbox.nu>
3562 * objcopy.c (struct redefine_node): New.
3563 (redefine_sym_list): New.
3564 (redefine_list_append): New.
3565 (lookup_sym_redefinition): New.
3566 (OPTION_REDEFINE_SYM): New.
3567 (copy_options): Add --redefine-sym option.
3568 (copy_usage): Mention it.
3569 (filter_symbols): Rename symbols on redefine_sym_list.
3570 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
3571 (copy_main): Handle OPTION_REDEFINE_SYM.
3572
3573 2000-04-04 H.J. Lu <hjl@gnu.org>
3574
3575 * readelf.c (process_symbol_table): Correctly read in symbol
3576 versioning information.
3577
3578 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3579
3580 * po/binutils.pot: Regenerate.
3581
3582 * addr2line.c (usage): Restore translated part of bug string.
3583 * ar.c (usage): Likewise.
3584 * nlmconv.c (show_usage): Likewise.
3585 * nm.c (usage): Likewise.
3586 * objcopy.c (copy_usage): Likewise.
3587 (strip_usage): Likewise.
3588 * objdump.c (usage): Likewise.
3589 * readelf.c (usage): Likewise.
3590 * size.c (usage): Likewise.
3591 * strings.c (usage): Likewise.
3592 * windres.c (usage): Likewise.
3593
3594 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3595 (DEP): Quote when passing vars to sub-make. Add warning
3596 message to end.
3597 (DEP1): Rewrite for "gcc -MM".
3598 (CLEANFILES): Add DEP2.
3599 Update dependencies.
3600 * Makefile.in: Regenerate.
3601
3602 2000-04-04 H.J. Lu <hjl@gnu.org>
3603
3604 * Makefile.am (GENERATED_HFILES): Add rcparse.h
3605 (arparse.h): Depend on arparse.c
3606 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
3607
3608 2000-04-03 H.J. Lu (hjl@gnu.org)
3609
3610 * size.c (usage): Use REPORT_BUGS_TO.
3611
3612 2000-04-03 Alan Modra <alan@linuxcare.com.au>
3613
3614 * bucomm.h: #include "bin-bugs.h"
3615 * addr2line.c (usage): Use REPORT_BUGS_TO.
3616 * ar.c (usage): Likewise.
3617 * nlmconv.c (show_usage): Likewise.
3618 * nm.c (usage): Likewise.
3619 (OPTION_TARGET): Define.
3620 (long_options): Use OPTION_TARGET rather than 200.
3621 (main): Likewise.
3622
3623 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
3624 (strip_usage): Likewise.
3625 * objdump.c (usage): Likewise.
3626 * readelf.c (usage): Likewise.
3627 * strings.c (usage): Likewise.
3628 * windres.c (usage): Likewise.
3629
3630 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
3631
3632 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
3633
3634 2000-03-27 Nick Clifton <nickc@cygnus.com>
3635
3636 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
3637 string offsets in corrupt stabs entries.
3638
3639 2000-03-27 Alan Modra <alan@linuxcare.com.au>
3640
3641 * readelf.c: Include elf/avr.h
3642 (dump_relocations): Add EM_AVR case.
3643
3644 2000-03-09 Tim Waugh <twaugh@redhat.com>
3645
3646 * strings.1: Correct '-bytes' to '--bytes'.
3647
3648 2000-03-08 H.J. Lu <hjl@gnu.org>
3649
3650 * Makefile.am (install-exec-local): Depend on
3651 install-binPROGRAMS for parallel make.
3652 * Makefile.in: Regenerated.
3653
3654 2000-02-27 Ian Lance Taylor <ian@zembu.com>
3655
3656 From Brad Lucier <lucier@math.purdue.edu>:
3657 * readelf.c (process_dynamic_segment): Add cast to make sure
3658 argument to %* is int.
3659
3660 2000-02-25 H.J. Lu <hjl@gnu.org>
3661
3662 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
3663
3664 2000-02-24 Nick Clifton <nickc@cygnus.com>
3665
3666 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
3667 * configure: Regenerate.
3668
3669 * dlltool.c: Add support for sh-pe and mips-pe targets.
3670 * rescoff.c: Add support for sh-pe and mips-pe targets.
3671
3672 2000-02-23 H.J. Lu <hjl@gnu.org>
3673
3674 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
3675
3676 2000-02-22 Nick Clifton <nickc@cygnus.com>
3677
3678 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
3679
3680 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3681
3682 From Brad Lucier <lucier@math.purdue.edu>:
3683 * readelf.c (process_version_sections): Add casts to make sure
3684 argument to %* is an int.
3685 (process_mips_specific): Add casts to make printf arguments match
3686 format.
3687
3688 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3689
3690 * objdump.c (dump_section_header): Change `opb' to unsigned.
3691 (find_symbol_for_address): Same here.
3692 (disassemble_data): And here. Change `addr_offset',
3693 `stop_offset', `nextstop_offset' to unsigned long.
3694 (dump_data): Change opb to unsigned.
3695
3696 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
3697
3698 * resrc.c: Remove unmatched #if for cygwin.
3699
3700 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
3701
3702 * binutils.texi: Document the change of flavor name from atpcs-special
3703 to special-atpcs to prevent name conflict in gdb.
3704
3705 2000-02-08 Timothy Wall <twall@redhat.com>
3706
3707 * objdump.c (show_line): Fix bug preventing printing of the very
3708 first line (line zero) of a file when interlisting source and
3709 assembly. Added option to print entire context from start of file
3710 when the first line from that file is encountered.
3711
3712 2000-02-03 Timothy Wall <twall@redhat.com>
3713
3714 * objdump.c (dump_section_header, find_symbol_for_address,
3715 show_line, disassemble_bytes, disassemble_data, dump_data):
3716 distinguish between octets and bytes.
3717
3718 2000-01-27 Thomas de Lellis <tdel@windriver.com>
3719
3720 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
3721 check to unresolved symbols.
3722 (print_symbol_info_sysv): Ditto.
3723 (print_symbol_info_posix): Ditto.
3724
3725 * binutils.texi: Document new 'V' symclass flag for nm.
3726
3727 2000-01-27 Nick Clifton <nickc@redhat.com>
3728
3729 * binutils.texi (objdump): Document new ARM specific
3730 disassembler options.
3731
3732 * objdump.c (usage): Call disassembler_usage().
3733
3734 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
3735
3736 * readelf.c (get_dynamic_flags): Return buff.
3737 (process_dynamic_segment): Don't pass error strings to printf
3738 as format arg.
3739 (read_and_display_attr): Use lx and ld to print longs.
3740 (process_corefile_note_segment): Cast bfd_vma to unsigned long
3741 before printing.
3742 Update copyright.
3743
3744 2000-01-17 Nick Clifton <nickc@cygnus.com>
3745
3746 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
3747
3748 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
3749
3750 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
3751 false.
3752 (debug_tag_type): Here too.
3753 * ieee.c (ieee_builtin_type): And here.
3754 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
3755
3756 2000-01-13 Nick Clifton <nickc@cygnus.com>
3757
3758 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
3759 System/370".
3760
3761 2000-01-11 Nick Clifton <nickc@cygnus.com>
3762
3763 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
3764
3765 2000-01-10 Nick Clifton <nickc@cygnus.com>
3766
3767 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
3768
3769 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
3770
3771 * windres.c (long_options): Add --use-temp-file and
3772 --no-use-temp-file options.
3773 (usage): Document.
3774 (main): Handle.
3775
3776 * windres.h: Update read_rc_file prototype.
3777
3778 * resrc.c (cpp_temp_file): New static variable.
3779 (istream_type): New static variable.
3780 (close_pipe): Delete function.
3781 (run_cmd): New static function.
3782 (open_input_stream): New static function.
3783 (close_input_stream): New static function.
3784 (look_for_default): Handle DOS directory separator. Use
3785 open_input_stream instead of popen.
3786 (read_rc_file): Likewise.
3787
3788 * binutils.texi: Document --use-temp-file, --no-use-temp-file
3789 options.
3790
3791 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
3792
3793 * dlltool.c (create_compat_implib): New variable.
3794 (gen_exp_file): Use.
3795 (make_one_lib_file): Use.
3796 (long_options): Add --compat-implib option.
3797 (usage): Handle.
3798 (main): Handle.
3799
3800 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
3801 (main): Use. Don't look for "32" in cygwin and mingw target names.
3802
3803 2000-01-03 Nick Clifton <nickc@cygnus.com>
3804
3805 * binutils.texi: Document new, ARM specific disassembler
3806 command line switch "-M force-thumb".
3807
3808 For older changes see ChangeLog-9899
3809 \f
3810 Local Variables:
3811 mode: change-log
3812 left-margin: 8
3813 fill-column: 74
3814 version-control: never
3815 End:
This page took 0.110169 seconds and 5 git commands to generate.