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