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