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