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