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