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