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