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