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