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