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