ef0f03f11a48af61bc2e9d6c334c183af59b6b14
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2002-10-15 Alan Modra <amodra@bigpond.net.au>
2
3 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
4 other object errors in preference to bfd_core errors.
5
6 2002-10-14 Alan Modra <amodra@bigpond.net.au>
7
8 * Makefile.am: Run "make dep-am".
9 * objdump.c: #include "bfdver.h".
10 * version.c: Likewise.
11 * Makefile.in: Regenerate.
12 * config.in: Regenerate.
13 * configure: Regenerate.
14 * po/POTFILES.in: Regenerate.
15
16 2002-10-09 Daniel Jacobowitz <drow@mvista.com>
17
18 * readelf.c (display_debug_info): Ignore empty .rela.debug_info
19 sections. Allow relocations against the absolute symbol. Don't
20 use the value in compunit.cu_abbrev_offset if we found a RELA
21 relocation.
22
23 2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
24
25 * addr2line.c (slurp_symtab): Read in dynamic symbols if no
26 ordinary ones are available.
27
28 2002-09-30 H.J. Lu <hjl@gnu.org>
29
30 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
31 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
32
33 2002-09-17 Zack Weinberg <zack@codesourcery.com>
34
35 * Makefile.am (CFILES): Add cxxfilt.c.
36 (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
37 (cxxfilt_LDADD): Delete.
38 Remove all references to underscore.c.
39 Regen dependencies.
40 * configure.in: Define TARGET_PREPENDS_UNDERSCORE in
41 config.h from $UNDERSCORE, rather than AC_SUBSTing it.
42 * binutils/cxxfilt.c: Moved here from gcc/cp, minor
43 adjustments to fit into binutils framework.
44 * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
45
46 2002-09-12 Roland McGrath <roland@redhat.com>
47
48 * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref
49 Handle DW_OP_GNU_push_tls_address.
50
51 2002-09-11 Nick Clifton <nickc@redhat.com>
52
53 * po/tr.po: Updated Turkish translation.
54
55 2002-09-10 Nick Clifton <nickc@redhat.com>
56
57 * MAINTAINERS: Add Ben Elliston as a maintainer for configure and
58 testsuite changes. Add paragraphs about testsuite and config
59 patches.
60
61 2002-08-29 Nick Clifton <nickc@redhat.com>
62
63 * readelf.c (get_machine_flags): Remove redundant reference to
64 E_V850EA_ARCH.
65
66 2002-08-28 Alan Modra <amodra@bigpond.net.au>
67
68 * objdump.c (dump_bfd): Restore lines accidentally deleted in
69 last commit.
70
71 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
72
73 * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
74 (dump_bfd_header): Likewise.
75
76 2002-08-27 Alan Modra <amodra@bigpond.net.au>
77
78 * nm.c: Revert last change.
79
80 2002-08-26 Alan Modra <amodra@bigpond.net.au>
81
82 * nm.c (display_rel_file): Don't report "no symbols" as an error.
83 * objdump.c (slurp_symtab): Likewise.
84 (slurp_dynamic_symtab): Likewise.
85 (dump_symbols): Likewise. Do print "no symbols" to stdout.
86
87 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
88
89 * MAINTAINERS: Change my mailing address.
90
91 2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
92
93 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
94
95 2002-08-22 Nick Clifton <nickc@redhat.com>
96
97 * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for
98 HPPA.
99
100 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
101
102 * readelf.c (parse_args): Change debug_dump_opt to static.
103
104 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com>
105
106 * stabs.c (parse_stab_argtype): Pass length of physname to
107 stab_demangle_argtypes.
108 (stab_demangle_argtypes): Add new parameter - length of physname.
109 Pass length of physname on to stab_demangle_prefix.
110 (stab_demangle_prefix): Add new parameter - length of physname.
111 Use length of physname (if supplied) to compute end of function
112 name.
113
114 2002-08-15 Alan Modra <amodra@bigpond.net.au>
115
116 * readelf.c: Include elf/i370.h.
117 (dump_relocations): Handle EM_S370.
118 (dynamic_segment_parisc_val): Print \n.
119 (process_dynamic_segment <DT_BIND_NOW>): Here too.
120
121 2002-08-14 Nick Clifton <nickc@redhat.com>
122
123 * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'.
124 * objdump.c (usage): Likewise.
125 * doc/binutils.texi: Likewise.
126
127 2002-08-14 Luke Dunstan <infidel@users.sourceforge.net>
128
129 * rcparse.y (acc_entry): Don't warn about ALT use with
130 non-VIRTKEY.
131
132 2002-08-13 H.J. Lu <hjl@gnu.org>
133
134 * objcopy.c (copy_object): Don't warn about the unsupported
135 architecture unless the input target is defaulted or the
136 output architecture is different from the input.
137
138 2002-08-09 Nick Clifton <nickc@redhat.com>
139
140 * po/sv.po: Updated Swedish translation.
141
142 2002-08-05 Alan Modra <amodra@bigpond.net.au>
143
144 * prdbg.c (pr_fix_visibility): Remove assert.
145
146 2002-07-31 Nick Clifton <nickc@redhat.com>
147
148 * addr2line.c (process_file): Rename parameter 'filename' to
149 'file_name' in order to avoid shadowing global symbol of the
150 same name.
151 (main): Likewise.
152
153 2002-07-30 Jakub Jelinek <jakub@redhat.com>
154
155 * readelf.c (OPTION_DEBUG_DUMP): Define.
156 (options): Use it.
157 (usage): Update help.
158 (parse_args): Handle --debug-dump separately from -w.
159 * doc/binutils.texi (readelf): Update documentation.
160
161 2002-07-25 Nick Clifton <nickc@redhat.com>
162
163 * po/es.po: Updated Spanish translation.
164 * po/fr.po: Updated French translation.
165
166 2002-07-24 Nick Clifton <nickc@redhat.com>
167
168 * po/es.po: Updated Spanish translation.
169
170 2002-07-23 Alan Modra <amodra@bigpond.net.au>
171
172 * Makefile.am: Run "make dep-am".
173 * Makefile.in: Regenerate.
174
175 2002-07-23 Nick Clifton <nickc@redhat.com>
176
177 * po/fr.po: Updated French translation.
178
179 2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com>
180
181 * doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
182
183 2002-07-20 Alan Modra <amodra@bigpond.net.au>
184
185 * budemang.c: Include config.h and string.h/strings.h.
186
187 2002-07-18 Denis Chertykov <denisc@overta.ru>
188 Frank Ch. Eigler <fche@redhat.com>
189
190 * readelf.c: Include "elf/ip2k.h".
191 (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD.
192 (dump_relocations): Likewise.
193 (get_machine_name): Likewise.
194 * NEWS: Mention IP2K support.
195
196 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
197
198 * NEWS: Add 'Changes in 2.13'.
199
200 2002-07-10 Jakub Jelinek <jakub@redhat.com>
201
202 * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
203 DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
204 (get_section_type_name): Handle SHT_GNU_LIBLIST.
205 (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
206 DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
207 (process_gnu_liblist): New.
208 (process_file): Call it.
209
210 2002-07-03 Alan Modra <amodra@bigpond.net.au>
211
212 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
213 * Makefile.in: Regenerate.
214
215 2002-07-02 Alan Modra <amodra@bigpond.net.au>
216
217 * budemang.c: New file, "demangle" function.
218 * budemang.h: New file.
219 * addr2line.c (translate_addresses): Use "demangle".
220 * nm.c (print_symname): Likewise.
221 * objdump.c (objdump_print_symname): Likewise.
222 (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro
223 here since that obfuscates.
224 * rdcoff.c: Don't #include demangle.h.
225 * Makefile.am (CFILES): Add budemang.c, emul_aix.c,
226 emul_vanilla.c. Remove emul_$(EMULATION).c. Sort.
227 (HFILES): Add budemang.h. Sort.
228 (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
229 Run "make dep-am".
230 * Makefile.in: Regenerate.
231
232 2002-07-01 Matt Thomas <matt@3am-software.com>
233
234 * readelf.c: Include "elf/vax.h".
235 (guess_is_rela): Move EM_VAX from unknown to RELA case.
236 (dump_relocations): Handle VAX relocations.
237 (get_machine_flags): Handle VAX machine flags.
238
239 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
240
241 * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
242
243 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
244
245 * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships.
246
247 2002-06-26 Alan Modra <amodra@bigpond.net.au>
248
249 * nm.c (print_symname): When demangling, strip leading dots from
250 symbol names to avoid confusing the demangler.
251
252 2002-06-25 H.J. Lu <hjl@gnu.org>
253
254 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
255 * Makefile.in: Regenerated.
256
257 2002-06-21 Igor Schein <igor@txc.com>
258
259 * configure.in: Quote bu_cv_have_fopen64.
260 * configure: Regenerate.
261
262 2002-06-21 Mitsru Chinen <chinen@jp.ibm.com>
263
264 * configure.in: Check for strcoll.
265 * configure: Regenerate.
266 * config.in: Regenerate.
267 * nm.c (main): Set locale for LC_COLLATE category.
268 (non_numeric_forward): Use strcoll if available.
269
270 2002-06-20 Dave Brolley <brolley@redhat.com>
271
272 * MAINTAINERS: Add self as fr30 and frv maintainer.
273
274 2002-06-18 H.J. Lu (hjl@gnu.org)
275
276 * nm.c: Include "elf/common.h".
277 (extended_symbol_info): Add elfinfo, a pointer to
278 elf_symbol_type.
279 (SYM_SIZE): Use elfinfo if it is not NULL.
280 (get_symbol_type): New function.
281 (display_archive): Set print_width for each archive member.
282 (display_file): Likewise.
283 (display_rel_file): Don't set print_width here.
284 (print_object_filename_sysv): Handle print_width.
285 (print_archive_member_sysv): Likewise.
286 (print_symbols): Pass (bfd_vma) 0 to print_symbol.
287 (print_symbol): Set the elfinfo field in extended_symbol_info
288 for ELF.
289 (print_object_filename_sysv): Fix the output format.
290 (print_symbol_info_sysv): Print type and section for ELF.
291
292 2002-06-18 Elias Athanasopoulos <eathan@otenet.gr>
293
294 * nm.c (print_size_symbols): Remove assignment, which makes
295 the symbol's size equal to its value when --size-sort is
296 used.
297
298 2002-06-18 Dave Brolley <brolley@redhat.com>
299
300 From Catherine Moore:
301 * readelf.c (elf/frv.h): #include it.
302 (guess_is_rela): Support EM_CYGNUS_FRV.
303 (dump_relocations): Ditto.
304 (get_machine_name): Ditto.
305 * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
306
307 2002-06-18 Jakub Jelinek <jakub@redhat.com>
308
309 * readelf.c (get_file_header): Only read the first section header if
310 e_shoff is non-zero.
311
312 2002-06-15 H.J. Lu (hjl@gnu.org)
313
314 * nm.c (print_size): New variable. Initialize to 0.
315 (long_options): Add 'S'/"print-size".
316 (main): Handle 'S'.
317 (print_symbol_info_bsd): Print size only if print_size is not
318 0.
319
320 * doc/binutils.texi: Document -S/--print-size.
321
322 2002-6-13 Elias Athanasopoulos <eathan@otenet.gr>
323
324 * nm.c (struct extended_symbol_info): New strcuture: Add the size
325 of the symbols to the information provided by the symbol_info
326 structure.
327 (print_symbols): Pass the symbol size to print_symbol.
328 (print_size_symbols): Pass the symbol size to print_symbol.
329 (print_symbol): Extra argument: The size of the symbol. Store
330 this in the extended_symbol_info structure.
331 (print_symbol_info): Change type of info parameter to
332 extended_symbol_info. Display the size, if known.
333 (print_symbol_info_posix): Likewise.
334 (print_symbol_info_sysv): Likewise.
335
336 2002-06-08 Alan Modra <amodra@bigpond.net.au>
337
338 * Makefile.am: Run "make dep-am".
339 * Makefile.in: Regenerate.
340 * doc/Makefile.in: Regnerate.
341
342 * bucomm.c: Replace CONST with const.
343 * nm.c: Likewise.
344 * objdump.c: Likewise.
345
346 2002-06-07 H.J. Lu <hjl@gnu.org>
347
348 * readelf.c (DW_CFA_GNU_args_size): Don't define.
349 (DW_CFA_GNU_negative_offset_extended): Likewise.
350 (DW_CFA_GNU_window_save): Likewise.
351 (display_debug_frames): Handle DW_CFA_offset_extended_sf,
352 DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
353
354 2002-06-07 Elias Athanasopoulos <eathan@otenet.gr>
355
356 * nm.c: When computing size of symbols for an ELF target use the
357 internal size field.
358
359 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
360
361 * testsuite/binutils-all/objcopy.exp: clear xfail for
362 "hppa*64*-*-hpux*".
363 * testsuite/binutils-all/hppa/objdump.exp: Return if
364 "*64*-*-*".
365
366 2002-06-05 Alan Modra <amodra@bigpond.net.au>
367
368 * objcopy.c (copy_section): Don't copy SEC_GROUP sections.
369
370 2002-06-03 Elias Athanasopoulos <eathan@otenet.gr>
371
372 * objdump.c: Fix formatting.
373
374 2002-05-29 Ben Elliston <bje@redhat.com>
375
376 * MAINTAINERS: Add self as M68k maintainer.
377
378 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
379
380 * readelf.c: Modified/Added DLX elf support.
381
382 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
383
384 * arsup.c: Fix formatting.
385 * debug.c (debug_record_label): Add missing colon to error
386 message.
387 * ieee.c (parse_ieee_ty): Fix spelling typo.
388 * readelf.c (process_program_headers): Remove English assumption
389 about making a plural word.
390 (process_section_headers): Likewise.
391 (process_relocs): Allow quotes to be translated.
392 (process_unwind): Likewise,
393 (process_mips_specific): Improve error message.
394 (get_note_type): Fix spelling typo.
395
396 * configure.in (ALL_LINGUAS): Add sv
397 * po/sv.po: New file.
398
399 2002-05-27 Alan Modra <amodra@bigpond.net.au>
400
401 * unwind-ia64.c (unw_print_brmask): Don't use sprintf.
402 (unw_print_grmask): Likewise.
403 (unw_print_frmask): Likewise.
404
405 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
406
407 * arsup.c: Remove ARGSUSED.
408 * debug.c: Likewise.
409 * ieee.c: Likewise.
410 * nlmconv.c: Likewise.
411 * prdbg.c: Likewise.
412 * stabs.c: Likewise.
413 * wrstabs.c: Likewise.
414
415 2002-05-25 Alan Modra <amodra@bigpond.net.au>
416
417 * arlex.l: Use #include "" instead of <> for local header files.
418 * coffdump.c: Likewise.
419 * coffgrok.c: Likewise.
420 * nlmconv.c: Likewise.
421 * nlmheader.y: Likewise.
422 * srconv.c: Likewise.
423 * strings.c: Likewise.
424 * sysdump.c: Likewise.
425 * unwind-ia64.h: Likewise.
426 * windres.h: Likewise.
427 * winduni.h: Likewise.
428
429 2002-05-24 Tom Rix <trix@redhat.com>
430
431 * MAINTAINERS: Add self as the d10v maintainer.
432
433 2002-05-24 TAMURA Kent <kent@netbsd.org>
434
435 * configure.in: Builds dlltool for i386-netbsdpe.
436 * configure: Regenerate.
437
438 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
439
440 * size.c: Fix formatting.
441 * srconv.c: Likewise.
442 * stabs.c: Likewise.
443 * sysdump.c: Likewise.
444 * unwind-ia64.c: Likewise.
445 * wrstabs.c: Likewise.
446
447 2002-05-23 Jakub Jelinek <jakub@redhat.com>
448
449 * readelf.c (get_segment_type): Add PT_TLS.
450 (get_elf_section_flags): Add SHF_TLS.
451 (get_dynamic_flags): Optimize. Add DF_STATIC_TLS.
452 (process_dynamic_segment): Use puts instead of printf.
453 (get_symbol_type): Support STT_TLS.
454 * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT,
455 SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS.
456 Add SEC_THREAD_LOCAL.
457
458 2002-05-23 Kazu Hirata <kazu@cs.umass.edu>
459
460 * rdcoff.c: Fix formatting.
461 * rddbg.c: Likewise.
462 * readelf.c: Likewise.
463 * rename.c: Likewise.
464 * resbin.c: Likewise.
465 * resrc.c: Likewise.
466 * resres.c: Likewise.
467
468 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
469
470 * filemode.c: Fix formatting.
471 * ieee.c: Likewise.
472 * is-ranlib.c: Likewise.
473 * is-strip.c: Likewise.
474 * maybe-ranlib.c: Likewise.
475 * maybe-strip.c: Likewise.
476 * nlmconv.c: Likewise.
477 * nm.c: Likewise.
478 * not-ranlib.c: Likewise.
479 * not-strip.c: Likewise.
480 * objcopy.c: Likewise.
481 * objdump.c: Likewise.
482
483 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
484
485 * objdump.c (dump_headers): Fix output formatting for ELF32
486 architectures in a BFD64 enabled toolchain.
487
488 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
489
490 * debug.c: Fix formatting.
491 * debug.h: Likewise.
492 * dlltool.c: Likewise.
493 * dllwrap.c: Likewise.
494 * emul_aix.c: Likewise.
495 * emul_vanilla.c: Likewise.
496
497 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
498
499 * addr2line.c: Fix formatting.
500 * ar.c: Likewise.
501 * arsup.c: Likewise.
502 * arsup.h: Likewise.
503 * binemul.c: Likewise.
504 * binemul.h: Likewise.
505 * bucomm.c: Likewise.
506 * coffdump.c: Likewise.
507 * coffgrok.c: Likewise.
508 * coffgrok.h: Likewise.
509
510 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
511
512 * MAINTAINERS: Add myself as the second AVR port maintainer.
513
514 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
515
516 * MAINTAINERS: Update my email address.
517
518 2002-05-09 Nick Clifton <nickc@cambridge.redhat.com>
519
520 * MAINTAINERS: Add Jason Thorpe as VAX maintainer.
521
522 2002-05-09 Alan Modra <amodra@bigpond.net.au>
523
524 * configure.in: Replace `*pe' with `pe' throughout.
525 * configure: Regenerate.
526
527 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
528
529 * Makefile.am: Honour DESTDIR.
530 * Makefile.in: Regenerate.
531
532 2002-05-06 Alan Modra <amodra@bigpond.net.au>
533
534 * dlltool.c (process_def_file): Add missing prototype.
535 (new_directive, assemble_file, main): Likewise.
536 (process_def_file, new_directive): Make static.
537 (inform): Rewrite using VA_FIXEDARG.
538 * dllwrap.c (mybasename): Add missing prototype.
539 (strhash, main): Likewise.
540 (inform): Rewrite using VA_FIXEDARG.
541 (warn): Likewise.
542 (cleanup_and_exit): Use old style function definition.
543 (strhash): Likewise.
544 * windres.c (define_resource): Use one memset to clear all of
545 struct res_resource.
546
547 * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings
548 call to rules that need no lookahead. Check for no lookahead.
549
550 2002-05-06 Borut Razem <borut.razem@siol.net>
551
552 * rclex.l (get_string): Correct "strings" list handling.
553 * resrc.c (read_rc_file): Discard strings.
554
555 2002-05-04 Alan Modra <amodra@bigpond.net.au>
556
557 * ar.c (replace_members): Remove unused var. Formatting fix.
558 * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
559
560 * MAINTAINERS: Sort port maintainers by CPU.
561
562 2002-05-04 Bob Byrnes <byrnes@curl.com>
563
564 * size.c (display_archive): Add last_arfile and code to close archives.
565
566 2002-05-01 Alan Modra <amodra@bigpond.net.au>
567
568 * nm.c (print_symbol): Check returned filename from
569 bfd_find_nearest_line is non-NULL.
570
571 2002-04-25 Elena Zannoni <ezannoni@redhat.com>
572
573 * readelf.c (get_AT_name): Handle DW_AT_GNU_vector.
574
575 2002-04-24 Christian Groessler <chris@groessler.org>
576
577 * MAINTAINERS: Changed my email address.
578
579 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
580
581 * arparse.y: Fix syntax warning.
582
583 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
584
585 * readelf.c (fetch_location_list): Remove unused function.
586
587 * readelf.c (process_corefile_note_segment): Catch corrupt notes
588 and display a warning message, then exit the loop.
589
590 * rcparse.y: Set MEMFLAG_DISCARDABLE by default.
591
592 2002-04-15 Nick Clifton <nickc@cambridge.redhat.com>
593
594 * resrc.c (write_rc_dialog): If charset is non-default value
595 display all of the DIALOGEX parameters.
596
597 2002-04-15 Eric Kohl <ekohl@rz-online.de>
598
599 * rcparse.y: Allow two to five parameter in FONT statement of
600 DIALOGEX resources.
601 * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex
602 resource data.
603 (res_to_bin_dialog): Likewise.
604 * windres.h: Added misssing charset variable to dialog_ex
605 structure.
606
607 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
608
609 * rcparse.y: Set MEMFLAG_PURE by default.
610
611 2002-04-09 Bernd Herd <info@herdsoft.com>
612
613 * rcparse.y: CLASS definitions in DIALOG resources
614 are quoted.
615 Fix typo in BEDIT warning.
616 Don't add default dialog style when explicit style specified.
617 Add WS_CAPTION dialog style if CAPTION is specified.
618
619 * rclex.l (handle_quotes): "\xhex" encoding in strings corrected.
620 (handle_quotes) "\a" escape (used for right justified key
621 definitions in menus) is encodes as binary 8.
622
623 * resrc.c (write_rc_dialog): Print style even if it is 0.
624 (write_rc_directory): Fix overlooked sublang shift bug.
625 (bin_to_res_dialog): Don't print empty dialog caption.
626
627 * resbin.c (bin_to_res_dialog): Use signature to identify
628 DIALOGEX.
629
630 * windres.c (main): Set default LANGUAGE to english/us.
631
632 2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk>
633
634 * resrc.c: print CLASS names in quotes
635
636 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
637
638 * MAINTAINERS: Update my email address.
639
640 2002-04-04 Alan Modra <amodra@bigpond.net.au>
641
642 * dep-in.sed: Cope with absolute paths.
643 * Makefile.am (dep.sed): Subst TOPDIR.
644 Run "make dep-am".
645 * Makefile.in: Regenerate.
646
647 2002-03-27 Peter Targett <peter.targett@arc.com>
648
649 * MAINTAINERS: Update my email address.
650
651 2002-03-21 Alan Modra <amodra@bigpond.net.au>
652
653 * Makefile.am: Run "make dep-am".
654 * Makefile.in: Regenerate.
655 * doc/Makefile.in: Regenerate.
656 * po/POTFILES.in: Regenerate.
657 * aclocal.m4: Regenerate.
658 * config.in: Regenerate.
659 * configure: Regenerate.
660
661 2002-03-20 Daniel Berlin <dan@dberlin.org>
662
663 * readelf.c: Add support for displaying dwarf2 location lists.
664 (do_debug_loc, debug_loc_section, debug_loc_size): New.
665 (parse_args): Use 'O' as shorthand for displaying location list
666 section.
667 (process_section_headers): Handle debug_loc as well.
668 (load_debug_loc): New.
669 (free_debug_loc): New.
670 (fetch_location_list): New.
671 (display_debug_loc): New.
672 (display_debug_info): Call load_debug_loc and free_debug_loc.
673 (debug_displays): We can display .debug_loc now, too.
674 (usage): Update usage string.
675 (read_and_display_attr_value): Note location lists, but don't
676 display them inline.
677
678 2002-03-18 Tom Rix <trix@redhat.com>
679
680 * Makefile.am: Add binutils emulation support.
681 * configure.in: Same.
682 * configure.tgt: New file. Same.
683 * ar.c (main): Use ar_emul_parse_arg.
684 (usage): Use ar_emul_usage.
685 (replace_members): Use ar_emul_replace, ar_emul_append.
686 * binemul.c: New file. Define the binutils emulation
687 layer. Define default methods.
688 * binemul.h: New file. Binutils emulation layer header file.
689 * emul_aix.c: New file. AIX binutils emulation.
690 * emul_vanilla.c: New file. Default binutils emulation.
691 * Makefile.in: Regenerate.
692 * configure: Same.
693
694 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
695
696 * po/fr.po: Updated version.
697
698 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
699
700 * po/fr.po: Updated version.
701
702 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
703
704 * README: Update some version numbers.
705
706 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
707
708 * doc/binutils.texi (Target Selection): Fix LD crossreferences.
709 (Architecture Selection): Likewise.
710
711 2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru>
712
713 * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while
714 generating .exp file.
715
716 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
717
718 * readelf.c (dump_relocations): Fix typo.
719
720 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
721
722 * NEWS: Mark 2.12 branch.
723
724 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
725
726 * readelf.c (dump_relocations): Display 2nd and 3rd reloc
727 types for 64-bit MIPS. Narrow some fields for 80-char
728 output.
729 (dump_relocations): Change spelling from 'unrecognised'
730 to 'unrecognized'.
731 (decode_ARM_machine_flags): Likewise.
732 (parse_args): Likewise.
733 (read_and_display_attr_value): Likewise.
734 (display_debug_section): Likewise.
735
736 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
737
738 * NEWS: Mention support for MMIX.
739
740 2002-02-13 Matt Fredette <fredette@netbsd.org>
741
742 * readelf.c (get_machine_flags): Recognize EF_M68000.
743
744 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
745
746 * MAINTAINERS: Added self as MN10300 co-maintainer.
747
748 2002-02-12 Alan Modra <amodra@bigpond.net.au>
749
750 * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
751 DT_PPC64_OPDSZ.
752
753 2002-02-11 Daniel Jacobowitz <drow@mvista.com>
754
755 * MAINTAINERS: List myself as branch maintainer.
756
757 2002-02-11 Alan Modra <amodra@bigpond.net.au>
758
759 * configure: Regenerate.
760 * objcopy.c: Update copyright date.
761 * doc/Makefile.in: Regenerate.
762
763 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
764
765 * nlmconv.c: Back out localtime PARAMS change.
766
767 2002-02-11 Alan Modra <amodra@bigpond.net.au>
768
769 * objcopy.c (MKDIR): Define.
770 (copy_archive): Make name_list.name const. Use MKDIR.
771 Handle duplicate files in archives by making more temp dirs.
772
773 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
774
775 * coffdump.c: Include "getopt.h" after "bucomm.h"
776 so that macros are defined correctly.
777 * nlmconv.c: Add PARAMS ((const time_t *)) to localtime
778 prototype. Prototype main.
779 * nlmheader.y: Add PARAMS ((int)) to strerror prototype.
780
781 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
782
783 * MAINTAINERS: Added self as SH co-maintainer.
784
785 2002-02-05 Nick Clifton <nickc@redhat.com>
786
787 * po/tr.po: Updated translation.
788
789 2002-02-01 Alan Modra <amodra@bigpond.net.au>
790
791 * Makefile.am: Run "make dep-am"
792 * Makefile.in: Regenerate.
793
794 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
795
796 * nm.c (print_value): Mark abfd unused.
797
798 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
799
800 * unwind-ia64.c (unw_decoder): Change second argument
801 to unsigned int, to match function prototypes.
802
803 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
804
805 * objdump.c: Include "getopt.h" after "bucomm.h" so that
806 __GNU_LIBRARY__ will be defined.
807 * size.c: Likewise.
808
809 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
810
811 * configure: Regenerated.
812
813 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
814
815 * doc/Makefile.am (install): Depend on install-info.
816 * doc/Makefile.in: Regenerate.
817
818 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com>
819
820 * objcopy.c (strip_usage): Document -d as an alias
821 --strip-debug.
822
823 * size.c (usage): Document [-t | --totals] options.
824 (long_options): Add --totals option.
825 (main): If the [-t | --totals] option is specified and
826 the output format is Berkeley-style, print the total
827 text, data, and bss sizes of all objects listed.
828 (print_berkeley_format): If the [-t | --totals] option
829 is specified, track the total text, data, and bss
830 sizes.
831 * doc/binutils.texi (size): Document [-t | --totals] options.
832 (strip): Document -d as an alias for --strip-debug.
833 * NEWS: Mention new feature of size.
834
835 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
836
837 * po/fr.po: Updated version.
838 * po/es.po: Updated version.
839
840 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
841
842 * addr2line.c (usage): Update text to provide verbose
843 description of the command line options.
844 * ar.c (usage): Update text to provide verbose
845 description of the command line options.
846 (main): Accept -h and -H when running as ranlib.
847 * coffdump.c (show_usage): Update text to provide verbose
848 description of the command line options.
849 * dlltool.c (main): Accept -H as an alias for --help.
850 * nlmconv.c (show_usage): Update text to provide verbose
851 description of the command line options.
852 * nm.c (usage): Replace OPTIONS with option(s).
853 (main): Accept -H as an alias for --help.
854 * objcopy.c (strip_main): Accept -H as an alias for --help.
855 * objdump.c (main): Accept -v as an alias for --verbose.
856 * readelf.c (usage): Adjust format to match style used in
857 other binutils.
858 * size.c (usage): Update text to provide verbose description
859 of the command line options.
860 (main): Accept -v, -h and -H as command line options.
861 * srconv.c (show_usage): Update text to provide verbose
862 description of the command line options.
863 * strings.c (main): Accept -H and -v as command line options.
864 (usage): Update text to provide verbose description of the
865 command line options.
866 * sysdump.c (show_usage): Update text to provide verbose
867 description of the command line options.
868 * windres.c (usage): Adjust format to match style used in
869 other binutils.
870
871 * coffdump.c: Fix formatting.
872 * nlmconv.c: Fix formatting.
873 * srconv.c: Fix formatting.
874 * sysdump.c: Fix formatting.
875
876 2002-01-22 Alan Modra <amodra@bigpond.net.au>
877
878 * Makefile.am: Run "make dep-am".
879 * Makefile.in: Regenerate.
880
881 2002-01-18 Andreas Jaeger <aj@suse.de>
882
883 * version.c (print_version): Update year.
884
885 2002-01-17 Alan Modra <amodra@bigpond.net.au>
886
887 * readelf.c (get_machine_name): Handle EM_PPC64.
888 (guess_is_rela): Here too.
889
890 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
891
892 * po/binutils.pot: Regenerate.
893 * po/fr.po: Regenerate.
894 * po/tr.po: Regenerate.
895
896 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
897
898 * po/tr.po: Import new version.
899
900 2002-01-16 Alan Modra <amodra@bigpond.net.au>
901
902 * readelf.c (get_ppc64_dynamic_type): New.
903 (get_dynamic_type): Call it.
904
905 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
906
907 * objcopy.c (copy_usage): Use "options" instead of "switches".
908 (strip_usage): Use "options" instead of "switches".
909 * doc/binutils.texi (dlltool): Refer to "options" instead of
910 "switches".
911
912 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
913
914 * MAINTAINERS: Add self as co-maintainer for the ARM code.
915
916 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
917
918 * po/es.po: Import from translation project.
919 * configure.in (ALL_LINGUAS): Add es.
920 * configure: Regenerate.
921
922 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
923
924 * readelf.c (get_netbsd_elfcore_note_type): Use
925 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
926
927 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
928
929 * readelf.c: Update copyright years.
930 (get_note_type): Return a const char *.
931 (get_netbsd_elfcore_note_type): New function.
932 (process_note): Use get_netbsd_elfcore_note_type to get
933 the note type string for NetBSD ELF core files.
934
935 2002-01-06 Steve Ellcey <sje@cup.hp.com>
936
937 * readelf.c (get_ia64_segment_type): Add support for macros.
938 (get_segment_type): Add support for IA64 specific macros.
939
940 2001-12-20 Julian v. Bock <julian@wongr.net>
941
942 * readelf.c (print_symbol): New function: Print a formatted symbol
943 name. If --wide is specified do not truncate it.
944 (dump_relocations): Use print_symbol() to print symbol names.
945 (process_symbol_table): Likewise.
946 (process_syminfo): Likewise.
947 (process_mips_specific): Likewise.
948 (usage): Document new feature of --wide switch.
949 * doc/binutils.texi (objdump): Document additional behaviour of
950 --wide.
951
952 2001-12-18 Michael Snyder <msnyder@redhat.com>
953
954 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
955 (copy_object): Don't set the start address or flags of a core file.
956 (copy_section): Don't relocate a core file. Don't copy contents
957 if the input section has the contents flag set, but the output
958 section does not (which happens with the fake 'note' pseudo-
959 sections that BFD creates for corefiles).
960
961 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
962
963 * readelf.c (get_machine_flags): Recognize header flags for ABI and
964 ASE extensions. More robust code for ISA checking. Ignore empty fields
965 in header flags for GNU extensions.
966
967 2001-12-18 Alan Modra <amodra@bigpond.net.au>
968
969 * objcopy.c (copy_archive): Set output bfd format outside the loop.
970
971 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
972
973 * po/ja.po: Import from translation project.
974 * configure.in (ALL_LINGUAS): Add ja.
975 * configure: Regenerate.
976
977 2001-12-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
978
979 * addr2line.c (main): Protoype.
980 * ar.c (main): Protoype.
981 * nm.c (main): Protoype.
982 * objcopy.c (main): Protoype.
983 * objdump.c (main): Protoype.
984 * size.c (main): Protoype.
985 * strings.c (main): Protoype.
986
987 2001-12-17 Alan Modra <amodra@bigpond.net.au>
988
989 * readelf.c (symtab_shndx_hdr): New global.
990 (SECTION_HEADER_INDEX): Define.
991 (SECTION_HEADER_NUM): Define.
992 (SECTION_HEADER): Define.
993 (GET_ELF_SYMBOLS): Pass two params rather than three.
994 (get_32bit_elf_symbols): Take file and section args. Read and
995 use SHT_SYMTAB_SHNDX.
996 (get_64bit_elf_symbols): Likewise.
997 (dump_relocations): Use SECTION_HEADER to index "section_headers".
998 (process_section_headers): Likewise. Use SECTION_HEADER_NUM too.
999 Remember symtab_shdx_hdr.
1000 (process_program_headers): Scan from index 1 for segment map.
1001 (slurp_ia64_unwind_table): Use SECTION_HEADER to index
1002 "section_headers".
1003 (process_relocs): Likewise. Also adjust call to GET_ELF_SYMBOLS.
1004 (process_unwind): Likewise.
1005 (process_version_sections): Likewise.
1006 (process_symbol_table): Likewise.
1007 (display_debug_info): Likewise.
1008 (process_dynamic_segment): Fake up a symtab section for changed
1009 GET_ELF_SYMBOLS.
1010 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
1011 (process_program_headers): Kill signed/unsigned warning.
1012 (load_debug_str): Likewise.
1013 (display_debug_info): Likewise.
1014
1015 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1016
1017 * readelf.c (get_segment_type): Support PT_GNU_EH_FRAME.
1018
1019 2001-12-11 Alan Modra <amodra@bigpond.net.au>
1020
1021 * readelf.c (process_file_header): Print extended e_shnum and
1022 e_shdtrndx values. Set elf_header values for same.
1023 (get_32bit_section_headers): Add "num" arg to read "num" headers.
1024 (get_64bit_section_headers): Likewise.
1025 (process_section_headers): Update calls.
1026 (get_file_header): Call get_32bit_section_headers or 64bit variant.
1027
1028 2001-12-10 Jakub Jelinek <jakub@redhat.com>
1029
1030 * objcopy.c (setup_section): Copy entsize.
1031
1032 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1033
1034 * readelf.c (guess_is_rela): Add support for stormy16.
1035 (dump_relocations): Likewise.
1036 (get_machine_name): Likewise.
1037
1038 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1039
1040 * dllwrap.c (main) Replace multiple strings describing a
1041 single error with a single, newline escaped sentence to permit
1042 better translation into foreign languages.
1043
1044 * readelf.c (get_elf_class): Remove internalionalisation of ELF
1045 class names.
1046
1047 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1048
1049 * strings.c (get_char): Initialize value.
1050
1051 2001-12-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1052
1053 * arlex.l: Silence compile warnings.
1054 * arsup.h: Likewise. Fix formatting.
1055
1056 2001-12-04 Jakub Jelinek <jakub@redhat.com>
1057
1058 * strings.c: Include config.h before bfd.h.
1059 (file_off): New type.
1060 (file_open): Define.
1061 (print_strings): Use file_off instead of file_ptr. Print addresses
1062 which don't fit into long correctly.
1063 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
1064 available.
1065 (strings_file): Use file_off instead of file_ptr. Use file_open.
1066 * configure.in: Check for getc_unlocked.
1067 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
1068 be defined for it.
1069 * configure: Rebuilt.
1070 * config.h.in: Rebuilt.
1071
1072 2001-11-29 H.J. Lu <hjl@gnu.org>
1073
1074 * bucomm.c (make_tempname): Revert the changes made on
1075 2001-11-14 and 2001-11-12. They won't work with directories.
1076
1077 2001-11-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
1078
1079 * binutils/Makefile.am (check-DEJAGNU): Pass CC_FOR_TARGET and
1080 CFLAGS_FOR_TARGET to runtest in environment.
1081 * Makefile.in: Rebuild.
1082 * doc/Makefile.in: Rebuild.
1083
1084 2001-11-28 Mike Stump <mrs@wrs.com>
1085
1086 * objcopy.c (setup_section): Preserve SEC_RELOC when
1087 --set-section-flags is used.
1088
1089 2001-11-19 Nick Clifton <nickc@cambridge.redhat.com>
1090
1091 * readelf.c (do_debug_str): New variable.
1092 (display_debug_str): New function: Display the contents of a
1093 .debug_str section.
1094 (load_debug_str): New function: Load in the contents of a
1095 .debug_str section.
1096 (free_debug_str): New function: Free the memory used by
1097 load_debug_str().
1098 (fetch_indirect_string): Retrieve a string from the .debug_str
1099 section.
1100 (usage): Add -ws.
1101 (parse_args): Accept -ws.
1102 (process_section_headers): Allow the display of the .debug_str
1103 section.
1104 (read_and_display_attr_value): Use fetch_indirect_string. Show
1105 offset into .debug_str section.
1106 (display_debug_info): Use load_debug_str and free_debug_str.
1107 (debug_displays): Add .debug_str.
1108 * doc/binutils.texi: Document -ws.
1109
1110 2001-11-19 Andreas Jaeger <aj@suse.de>
1111
1112 * testsuite/binutils-all/objdump.exp: Add x86-64.
1113
1114 2001-11-15 Andreas Schwab <schwab@suse.de>
1115
1116 * readelf.c: Fix warnings without terminating newline.
1117
1118 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1119
1120 * doc/binutils.texi (objdump): Document ppc -M options.
1121
1122 2001-11-14 Andreas Jaeger <aj@suse.de>
1123
1124 * doc/binutils.texi (objdump): Fix description to use x86-64.
1125
1126 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1127
1128 * bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
1129 not all systems provide mkstemp.
1130
1131 2001-11-14 Alan Modra <amodra@bigpond.net.au>
1132
1133 * doc/binutils.texi (objdump): Document x86 -M options.
1134
1135 2001-11-13 Keith Walker <keith.walker@arm.com>
1136
1137 * readelf.c (read_and_display_attr_value): New function to
1138 handle DW_FORM_indirect.
1139 (read_and_display_attr): Use it.
1140
1141 2001-11-13 Geoffrey Keating <geoffk@redhat.com>
1142
1143 * readelf.c (display_debug_lines): Deal with unknown standard
1144 opcodes. Handle DW_LNS_set_prologue_end, DW_LNS_set_epilogue_begin,
1145 DW_LNS_set_isa.
1146
1147 2001-11-13 Timothy Wall <twall@alum.mit.edu>
1148
1149 * MAINTAINERS: Add self as tic54x maintainer. This target
1150 includes the IBM C54XDSP clone.
1151
1152 2001-11-12 * Steven J. Hill <sjhill@realitydiluted.com>
1153
1154 * bucomm.c (make_tempname): Use mkstemp in place of mktemp.
1155
1156 2001-11-09 Jeffrey A Law (law@cygnus.com)
1157
1158 * unwind-ia64.c (unw_print_brmask): Fix ISO C portability glitch.
1159 (unw_print_grmask, unw_print_frmask, unw_print_abreg): Likewise.
1160 (unw_print_xyreg, unw_decode_x1, unw_decode_x2): Likewise.
1161 (unw_decode_x3, unw_decode_r1, unw_decode_r2): Likewise.
1162 (unw_decode_r3, unw_decode_p1, unw_decode_p2_p5): Likewise.
1163 (unw_decode_p6, unw_decode_p7_p10, unw_decode_b1): Likewise.
1164 (unw_decode_b2, unw_decode_b3_b4): Likewise.
1165
1166 * readelf.c (get_elf_class): Fix ISO portability glitch.
1167 (get_data_encoding, get_osabi_name, request_dump): Likewise.
1168
1169 2001-11-07 Jakub Jelinek <jakub@redhat.com>
1170
1171 * readelf.c (debug_str, debug_str_size): New.
1172 (display_debug_abbrev): If no abbrevs were read, skip the CU.
1173 Call free_abbrevs.
1174 (read_and_display_addr): Handle DW_FORM_strp.
1175 (display_debug_info): Read .debug_str section if present,
1176 so that DW_FORM_strp can be handled.
1177 Fix test for non-existant .debug_abbrev section.
1178
1179 2001-11-05 Jakub Jelinek <jakub@redhat.com>
1180
1181 * arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.
1182
1183 * arsup.c (ar_open): Prepend tmp- to basename, not whole path.
1184
1185 2001-11-05 Martin Schwidefsky <schwidefsky@de.ibm.com>
1186
1187 * MAINTAINERS: Add self as s390/s390x maintainer.
1188
1189 2001-11-02 Tom Rix <trix@bluey.cygnus.com>
1190
1191 * MAINTAINERS: Add self as PPC XCOFF maintainer.
1192
1193 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1194
1195 * configure.in (ALL_LINGUAS): Add "fr" and "tr".
1196 * configure: Regernate.
1197 * po/fr.po: New file.
1198 * po/tr.po: New file.
1199
1200 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1201
1202 * MAINTAINERS: Add self as MMIX port maintainer.
1203 * readelf.c: Include elf/mmix.h.
1204 (guess_is_rela): MMIX is RELA.
1205 (dump_relocations): Handle MMIX relocations.
1206 * Makefile.am: Regenerate dependencies.
1207 * Makefile.in: Regenerate.
1208
1209 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com>
1210
1211 * readelf.c (parse_args): Handle multiple options to the -w
1212 switch.
1213
1214 2001-10-12 Jakub Jelinek <jakub@redhat.com>
1215
1216 * readelf.c (get_section_type_name): Don't print SHT_ prefix for
1217 LOPROC, LOOS and LOUSER.
1218
1219 2001-10-11 J"orn Rennecke <amylaar@onetel.net.uk>
1220
1221 * MAINTAINERS: Update my email address.
1222
1223 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1224
1225 * doc/Makefile.in: Regenerate.
1226 * configure: Regenerate.
1227
1228 2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
1229
1230 * readelf.c (display_debug_line, display_debug_pubnames,
1231 display_debug_info, display_debug_frames): Detect and warn
1232 about 64-bit format entries.
1233 (display_debug_aranges): Reword 64-bit warning.
1234 (debug_displays): Add .debug_pubtypes as a known, but not yet
1235 supported, debug section.
1236
1237 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1238
1239 * coffdump.c (PROGRAM_VERSION): Delete.
1240 (main <'V'>): Call print_version.
1241 * srconv.c: Likewise.
1242 * sysdump.c: Likewise.
1243 * version.c (program_version): Remove.
1244 (print_version): Use BFD_VERSION_STRING. Just print the current
1245 year in copyright message.
1246 * addr2line.c (program_version): Remove unused declaration.
1247 * objdump.c (display_target_tables): Use BFD_VERSION_STRING in
1248 place of BFD_VERSION.
1249 * Makefile.am (Makefile): Depend on bfd/configure.in.
1250 (cplus-dem.o): Depend on Makefile.
1251 Run "make dep-am".
1252 * Makefile.in: Regenerate.
1253
1254 2001-10-01 Nick Clifton <nickc@cambridge.redhat.com>
1255
1256 * readelf.c (display_debug_aranges): Detect and warn about DWARF64
1257 format .debug_arange sections.
1258 (main): Add missing prototype.
1259
1260 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1261
1262 * Makefile.am: Update dependencies with "make dep-am".
1263 * Makefile.in: Regenerate.
1264
1265 2001-09-28 Richard Henderson <rth@redhat.com>
1266
1267 * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
1268
1269 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1270
1271 * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
1272 VA_CLOSE.
1273 (non_fatal): Likewise.
1274 * objdump.c (objdump_sprintf): Likewise.
1275 * readelf.c (error): Likewise.
1276 (warn): Likewise.
1277
1278 2001-09-25 Jakub Jelinek <jakub@redhat.com>
1279
1280 * readelf.c (do_wide): New.
1281 (options): Add --wide.
1282 (usage, parse_args): Likewise.
1283 (process_program_headers): Put each segment on a single line if
1284 --wide is given.
1285 (process_section_headers): Put each section on a single line if
1286 --wide is given.
1287 * doc/binutils.texi: Document it.
1288 * NEWS: Likewise.
1289
1290 2001-09-25 Alan Modra <amodra@bigpond.net.au>
1291
1292 * readelf.c (print_vma): Print 8 digits of low hex value.
1293
1294 2001-09-24 Andreas Jaeger <aj@suse.de>
1295
1296 * nlmconv.c: Fix warnings about unused attributes and function
1297 prototypes.
1298
1299 * strings.c: Add prototype for get_char.
1300
1301 2000-09-19 H.J. Lu <hjl@gnu.org>
1302
1303 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
1304 $(srcdir)/cxxfilt.man.
1305 * doc/Makefile.in: Rebuild.
1306
1307 2001-09-19 Alan Modra <amodra@bigpond.net.au>
1308
1309 * objcopy.c (copy_main): Correct rename-section string parsing.
1310 Consolidate new_name parsing, and error messages.
1311
1312 2001-09-18 Bruno Haible <haible@clisp.cons.org>
1313
1314 * addr2line.c: Don't include <ctype.h>.
1315 (main): For gettext, also set the LC_CTYPE locate facet.
1316 * ar.c (main): Likewise.
1317 * coffdump.c (main): Likewise.
1318 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
1319 (main): For gettext, also set the LC_CTYPE locate facet.
1320 Use ISALNUM instead of isalpha/isdigit.
1321 * dllwrap.c: Don't include <ctype.h>.
1322 (main): For gettext, also set the LC_CTYPE locate facet.
1323 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
1324 (main): For gettext, also set the LC_CTYPE locate facet.
1325 Use TOUPPER instead of islower/toupper.
1326 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
1327 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
1328 Use TOUPPER instead of islower/toupper.
1329 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
1330 * objcopy.c (main): Likewise.
1331 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1332 (disassemble_bytes): Use ISPRINT instead of isprint.
1333 (dump_section_stabs): Use ISDIGIT instead of isdigit.
1334 (dump_data): Use ISPRINT instead of isprint.
1335 (main): For gettext, also set the LC_CTYPE locate facet.
1336 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
1337 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
1338 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
1339 Use TOUPPER instead of islower/toupper.
1340 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
1341 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
1342 (write_rc_accelerators): Use ISPRINT instead of isprint.
1343 (write_rc_rcdata): Likewise.
1344 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
1345 * srconv.c (main): Likewise.
1346 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1347 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1348 isdigit/isupper/islower.
1349 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
1350 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
1351 stab_demangle_prefix, stab_demangle_qualified,
1352 stab_demangle_template, stab_demangle_type,
1353 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
1354 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
1355 (isgraphic): Use ISPRINT instead of isascii/isprint.
1356 (main): Remove HAVE_LC_MESSAGES dependency.
1357 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
1358 (pbarray): Use ISPRINT instead of isprint.
1359 (main): For gettext, also set the LC_CTYPE locate facet.
1360 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
1361 (format_from_filename): Use ISPRINT instead of isprint.
1362 (main): For gettext, also set the LC_CTYPE locate facet.
1363 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
1364 (unicode_print): Use ISPRINT instead of isprint.
1365 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
1366 (stab_variable): Use ISDIGIT instead of isdigit.
1367
1368 2001-09-18 Alan Modra <amodra@bigpond.net.au>
1369
1370 * ar.c (print_contents): Cast args of bfd_seek to the right types.
1371 Replace bfd_read call with call to bfd_bread.
1372 (extract_file): Likewise.
1373
1374 * objdump.c (dump_section_header): Cast section->filepos to
1375 unsigned long to suit printf format string.
1376 * readelf.c (process_section_headers): Similarly for sh_offset.
1377 (process_unwind): Likewise.
1378
1379 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
1380
1381 * strings.c (encoding, encoding_bytes): New variables.
1382 (long_options): Add --encoding.
1383 (main): Accept -e and --encoding.
1384 (get_char): New function. Read a, possibly wide, character from
1385 the input stream.
1386 (print_strings): Use get_char().
1387 (usage): Document new command line option.
1388 * doc/binutils.texi: Document new command line option.
1389 * NEWS: Announce new command line option.
1390
1391 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1392
1393 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
1394 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
1395 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
1396 Removed EM_CYGNUS_ARC.
1397
1398 2001-09-04 Jeffrey A Law (law@cygnus.com)
1399
1400 * readelf.c: Include elf/h8 for H8 series definitions.
1401 (guess_is_rela): H8 series if RELA.
1402 (dump_relocations): Handle H8 series relocations.
1403
1404 2001-08-31 Eric Christopher <echristo@redhat.com>
1405
1406 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
1407
1408 2001-08-29 Peter Targett <peter.targett@arccores.com>
1409
1410 * MAINTAINERS: Include ARC Maintainer.
1411
1412 2001-08-29 Ben Elliston <bje@redhat.com>
1413
1414 * stabs.c (stab_demangle_template): Initialise s4.
1415
1416 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1417
1418 * readelf.c (dump_relocations): Recognise EM_PPC64.
1419
1420 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1421
1422 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
1423
1424 2001-08-25 H.J. Lu <hjl@gnu.org>
1425
1426 * nm.c (print_width): New.
1427 (display_rel_file): Set `print_width' according to
1428 bfd_sprintf_vma.
1429 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
1430
1431 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1432
1433 * objcopy.c (use_alt_mach_code): New variable.
1434 (OPTION_ALT_MACH_CODE): Define.
1435 (copy_options): Added --alt-machine-code.
1436 (copy_main): Handle it.
1437 (copy_object): Switch to alternate machine code if requested.
1438 * doc/binutils.texi: Document new option.
1439 * NEWS: Likewise.
1440
1441 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1442
1443 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
1444
1445 2001-08-21 H.J. Lu <hjl@gnu.org>
1446
1447 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
1448 (display_debug_info): Cast for 64bit hosts.
1449 (display_debug_frames): Likewise.
1450 (process_mips_specific): Likewise.
1451
1452 2001-08-21 Andreas Jaeger <aj@suse.de>
1453
1454 * coffgrok.h: Add missing parameter for prototype of coff_grok.
1455
1456 * sysdump.c: Add missing prototypes.
1457 * srconv.c: Likewise.
1458 * unwind-ia64.c: Likewise.
1459 * coffdump.c: Likewise.
1460
1461 * sysinfo.y: Print prototypes, include <ansidecl.h>.
1462
1463 * coffgrok.c: Add missing prototypes, include libiberty.h instead
1464 of declaring xcalloc.
1465
1466 2001-08-10 H.J. Lu <hjl@gnu.org>
1467
1468 * nm.c (print_value): Add one arg, bfd *.
1469 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
1470 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
1471 (print_symbol_info_sysv): Likewise.
1472 (print_symbol_info_posix): Likewise.
1473
1474 * objdump.c (dump_section_header): Replace printf_vma with
1475 bfd_printf_vma.
1476 (print_section_stabs): Likewise.
1477 (dump_bfd_header): Likewise.
1478 (objdump_print_value): Replace sprintf_vma with
1479 bfd_sprintf_vma.
1480 (disassemble_bytes): Likewise.
1481 (dump_reloc_set): Likewise.
1482
1483 2001-08-10 Andreas Jaeger <aj@suse.de>
1484
1485 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
1486 to build warnings.
1487 * configure: Regenerate.
1488
1489 2001-08-09 Alan Modra <amodra@bigpond.net.au>
1490
1491 * readelf.c: Add missing prototypes.
1492 * objdump.c: Likewise. Format existing prototypes.
1493
1494 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
1495
1496 * readelf.c (display_debug_info): Add to abbrev_offset the addend
1497 of any RELA relocation for the abbrev_offset memory location that
1498 refers to the .debug_abbrev section symbol.
1499
1500 2001-08-07 H.J. Lu <hjl@gnu.org>
1501
1502 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
1503 (main): Return process_file ().
1504
1505 2001-08-05 Philip Blundell <philb@gnu.org>
1506
1507 * doc/binutils.texi: Use "Thumb" not "THUMB".
1508
1509 2001-08-03 John Healy <jhealy@redhat.com>
1510
1511 Patch suggested by Frank Eigler <fche@redhat.com>.
1512 * objdump.c (disassemble_data): Fill in section member of the
1513 disasm_info structure.
1514
1515 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
1516
1517 * configure.in: Added --with-windres option.
1518 * configure: Regenerated.
1519
1520 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1521
1522 * doc/binutils.texi: Use @command{name} for commands;
1523 use @option{-opt} for options; use @table @env for list of options;
1524 remove spaces arround [ | ] in synopsis.
1525
1526 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
1527 center title.
1528
1529 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
1530
1531 * objcopy.c: Fix formatting.
1532 (section_rename): New structure.
1533 (OPTION_RENAME_SECTION): New switch.
1534 (copy_usage): Document new switch.
1535 (add_section_rename): New function: Add a node to the section
1536 rename list.
1537 (find_section_rename): New function: Find the new name and
1538 flags for a section.
1539 (setup_section): Call find_section_name to determine the name
1540 of the output section.
1541 (copy_main): Handle OPTION_RENAME_SECTION.
1542 * binutils.texi: Document new switch.
1543 * NEWS: Mention new switch.
1544
1545 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
1546
1547 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
1548 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
1549 bug-binutils@gcc.org.
1550
1551 2001-07-28 Matthias Kramm <kramm@quiss.org>
1552
1553 * bucomm.c (list_supported_architectures): New function.
1554 * bucomm.h (list_supported_architectures): Declare.
1555 * objdump.c (usage): Call the above.
1556
1557 2001-07-25 Dave Brolley <brolley@redhat.com>
1558
1559 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
1560 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
1561
1562 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1563
1564 * README: Update for 2.11. Change bug reporting email address.
1565 * MAINTAINERS: Tidy up. Change bug reporting email address.
1566
1567 2001-07-16 DJ Delorie <dj@redhat.com>
1568
1569 * resres.c (write_res_header): Align header size.
1570 (res_align_file): Calculate alignment correctly.
1571
1572 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
1573 correct 10).
1574 * resrc.c (write_rc_resource): Likewise.
1575 * windres.h (SUBLANG_SHIFT): Define - as 10.
1576
1577 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
1578
1579 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
1580
1581 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
1582
1583 * MAINTAINERS: Add notes about branch checkins.
1584
1585 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
1586
1587 * readelf.c (display_debug_macinfo): New function, display
1588 .debug_macinfo section.
1589 (do_debug_macinfo): New variable.
1590 (parse_args): Handle "-w[mM]" to mean display macro info.
1591 (process_section_headers): Handle debug_macinfo.
1592 (debug_displays): Replace unsupported function with macinfo
1593 function for .debug_macinfo display.
1594 * doc/binutils.texi: Document new command line switch.
1595 * NEWS: Document new feature of readelf.
1596
1597 2001-07-05 H.J. Lu <hjl@gnu.org>
1598
1599 * objcopy.c (filter_symbols): Don't turn undefined symbols
1600 into local.
1601
1602 2001-07-03 H.J. Lu <hjl@gnu.org>
1603
1604 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
1605 $@.pod.
1606 (ar.1): Likewise.
1607 (dlltool.1): Likewise.
1608 (nlmconv.1): Likewise.
1609 (nm.1): Likewise.
1610 (objcopy.1): Likewise.
1611 (objdump.1): Likewise.
1612 (ranlib.1): Likewise.
1613 (readelf.1): Likewise.
1614 (size.1): Likewise.
1615 (strings.1): Likewise.
1616 (strip.1): Likewise.
1617 (windres.1): Likewise.
1618 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
1619 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
1620 $(DEMANGLER_NAME).
1621 (as.1): Removed.
1622 * doc/Makefile.in: Regenerated.
1623
1624 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1625
1626 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
1627
1628 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
1629
1630 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
1631
1632 2001-06-29 James Cownie <jcownie@etnus.com>
1633
1634 * readelf.c: Support DWARF 2.1 attributes.
1635
1636 2001-06-28 Alan Modra <amodra@bigpond.net.au>
1637
1638 * readelf.c (GET_DATA_ALLOC): Remove.
1639 (GET_DATA): Remove.
1640 (get_data): New function combining above macros, with an extra
1641 test for zero size.
1642 (slurp_rela_relocs): Use get_data, and catch error return.
1643 (slurp_rel_relocs): Likewise.
1644 (get_32bit_program_headers): Likewise.
1645 (get_64bit_program_headers): Likewise.
1646 (get_32bit_section_headers): Likewise.
1647 (get_64bit_section_headers): Likewise.
1648 (get_32bit_elf_symbols): Likewise.
1649 (get_64bit_elf_symbols): Likewise.
1650 (process_section_headers): Likewise.
1651 (process_relocs): Likewise.
1652 (slurp_ia64_unwind_table): Likewise.
1653 (process_unwind): Likewise.
1654 (get_32bit_dynamic_segment): Likewise.
1655 (get_64bit_dynamic_segment): Likewise.
1656 (process_dynamic_segment): Likewise.
1657 (process_version_sections): Likewise.
1658 (process_symbol_table): Likewise.
1659 (dump_section): Likewise.
1660 (display_debug_info): Likewise.
1661 (display_debug_section): Likewise.
1662 (process_section_contents): Likewise.
1663 (process_corefile_note_segment): Likewise.
1664 (process_mips_specific): Likewise. Also free econf32, econf64.
1665
1666 2001-06-25 Alan Modra <amodra@bigpond.net.au>
1667
1668 * readelf.c (dump_relocations): Print "bad symbol index" if
1669 symtab == NULL with non-zero symtab_index.
1670 (process_relocs): Don't bomb if reloc section has no symsec.
1671
1672 2001-06-24 H.J. Lu <hjl@gnu.org>
1673
1674 * objcopy.c (strip_main): Revert the change made on 2001-05-30
1675 by accident.
1676 (copy_main): Apply the the change made to strip_main on
1677 2001-05-30 by accident.
1678
1679 2001-06-23 Andreas Jaeger <aj@suse.de>
1680
1681 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
1682 parameter 'code'.
1683 (unw_decode_x2): Likewise.
1684 (unw_decode_x3): Likewise.
1685 (unw_decode_x4): Likewise.
1686
1687 2001-06-23 Ben Elliston <bje@redhat.com>
1688
1689 * MAINTAINERS: Add myself as M88k maintainer.
1690
1691 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
1692
1693 * objcopy.c (strip_main): Support -o or --output-file command lien
1694 switch.
1695
1696 2001-06-19 H.J. Lu <hjl@gnu.org>
1697
1698 * doc/Makefile.in: Regenerated.
1699
1700 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
1701
1702 * readelf.c: Restore formatting.
1703
1704 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
1705
1706 * Makefile.am: Move documentation into doc subdirectory.
1707 * Makefile.in: Regenerated.
1708 * binutils.texi: Move into doc subdirectory.
1709 * addr2line.1: Removed.
1710 * ar.1: Likewise.
1711 * dlltool.1: Likewise.
1712 * nlmconv.1: Likewise.
1713 * nm.1: Likewise.
1714 * objcopy.1: Likewise.
1715 * objdump.1: Likewise.
1716 * ranlib.1: Likewise.
1717 * readelf.1: Likewise.
1718 * size.1: Likewise.
1719 * strings.1: Likewise.
1720 * strip.1: Likewise.
1721 * windres.1: Likewise.
1722 * cxxfilt.man: Likewise.
1723 * doc: New Directory.
1724 * doc/Makefile.am: New file.
1725 * doc/Makefile.in: Generate.
1726
1727 2001-06-09 Alan Modra <amodra@bigpond.net.au>
1728
1729 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
1730
1731 2001-06-01 Alan Modra <amodra@bigpond.net.au>
1732
1733 * MAINTAINERS: Update my email address.
1734
1735 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
1736
1737 * objcopy.c: Add new switches: --keep-global-symbol,
1738 --keep-symbols, --localize-symbols, --keep-global-symbols and
1739 --weaken-symbols.
1740 * binutils.texi: Document new switches.
1741 * objcopy.1: Regenerate.
1742 * NEWS: Announce new feature.
1743
1744 2001-05-28 Andreas Jaeger <aj@suse.de>
1745
1746 * readelf.c (display_debug_frames): Fix warnings: Remove unused
1747 variables, fix format strings.
1748
1749 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1750
1751 * objdump.c (disassemble_bytes): Remove section VMA adjustment
1752 when computing the address of the line to show.
1753
1754 2001-05-16 Richard Henderson <rth@redhat.com>
1755
1756 * readelf.c (do_debug_frames_interp): New.
1757 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
1758 (byte_get_big_endian): Likewise.
1759 (parse_args) ['F']: Set do_debug_frames_interp.
1760 (Frame_Chunk): Make data_factor signed, add fde_encoding.
1761 (frame_display_row): Don't trunc pc_begin to int.
1762 (size_of_encoded_value): New.
1763 (display_debug_frames): Handle 64-bit targets. Print raw data
1764 unless do_debug_frames_interp.
1765 (debug_displays): Remove duplicate .debug_frame.
1766
1767 2001-05-15 Ralf Baechle <ralf@gnu.org>
1768
1769 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
1770 The former constant was never in active use and is used otherwise
1771 by the ABI.
1772
1773 2001-05-11 Jakub Jelinek <jakub@redhat.com>
1774
1775 * readelf.c (process_unwind): Print all unwind sections, not just
1776 one.
1777
1778 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1779
1780 * readelf.c (process_unwind): Remove const specifier.
1781
1782 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
1783
1784 * strings.c (isgraphic): Do not use isascii() unless it is needed
1785 for isprint() to work.
1786 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
1787
1788 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
1789
1790 * NEWS: Announce support for OpenRISC.
1791
1792 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
1793
1794 * dlltool.c (do_default_excludes): Initialise to true.
1795
1796 2001-04-10 Alan Modra <amodra@one.net.au>
1797
1798 * MAINTAINERS: Update my email address
1799 * nm.c (print_symbol_info_bsd): Use a simple printf string.
1800
1801 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
1802
1803 * readelf.c (display_debug_lines): Fix typo for "Prologue".
1804
1805 2001-03-30 H.J. Lu <hjl@gnu.org>
1806
1807 * readelf.c (process_unwind): Just return if do_unwind is 0.
1808
1809 2001-03-28 Roger Sayle <roger@metaphorics.com>
1810
1811 * dlltool.c (make_one_lib_file): Fix section flags for
1812 .text, .data and .bss in stub ds*.o files to match those
1813 generated by gas.
1814
1815 2001-03-29 H.J. Lu <hjl@gnu.org>
1816
1817 * readelf.c (process_unwind): Only do unwind sections for
1818 IA64.
1819
1820 2001-03-28 H.J. Lu <hjl@gnu.org>
1821
1822 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
1823 * Makefile.in: Regenerate.
1824
1825 2001-03-26 Andreas Jaeger <aj@suse.de>
1826
1827 * binutils.texi (nm): Fix texi syntax.
1828
1829 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1830
1831 * binutils.texi: Put @c man begin and @c man end indications
1832 to generate man pages using texi2pod and pod2man. Put @c man title
1833 to identify each man. Add SEEALSO entries.
1834 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
1835 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
1836 sort the list.
1837 (*.1): Build the man pages from binutils.texi.
1838 * Makefile.in: Regenerate.
1839
1840 2001-03-13 Eric Kohl <ekohl@rz-online.de>
1841
1842 * defparse.y (opt_equal_name): allow "." in name.
1843 * dlltool.c (def_exports): Added ability to generate forwarded exports.
1844 (gen_exp_file): Likewise.
1845
1846 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1847
1848 * NEWS: Document addition of -B switch to objcopy.
1849 * binutils.texi: Document addition of -B switch to objcopy.
1850 * objcopy.c: (copy_options): Add --binary-architecture.
1851 (copy_usage): Document -B/--binary-architecture.
1852 (copy_main): Support -B/--binary-architecture. Set
1853 bfd_external_binary_architecture.
1854
1855 2001-03-11 Andreas Jaeger <aj@suse.de>
1856
1857 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
1858 (dump_relocations): Likewise.
1859 (get_machine_name): Likewise.
1860
1861 2001-02-28 Nick Clifton <nickc@redhat.com>
1862
1863 * readelf.c: (struct unw_aux_info): Remove const modifier for
1864 'strtab' field.
1865 (process_unwind): Remove non-K&R compliant LHS type cast in call
1866 to GET_DATA_ALLOC macro.
1867
1868 2001-02-28 Philip Blundell <pb@futuretv.com>
1869
1870 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
1871 ABI is in use; remove ambiguity between the "unknown" EABI and
1872 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
1873 renamed EF_xx constants.
1874
1875 2001-02-27 Alan Modra <alan@linuxcare.com.au>
1876
1877 * configure.in (BFD_VERSION): New.
1878 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1879 * configure: Regenerate.
1880 * Makefile.am: Run "make dep-am"
1881 * Makefile.in: Regenerate.
1882
1883 2001-02-14 Nick Clifton <nickc@redhat.com>
1884
1885 * MAINTAINERS: Add "Obvious Fix" rule.
1886
1887 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1888
1889 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
1890 literal concatenation.
1891
1892 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1893
1894 * readelf.c (struct unw_aux_info): Remove const from the info member.
1895 (process_unwind): Don't type-cast the third argument to the
1896 GET_DATA_ALLOC macro.
1897
1898 2001-02-11 Nick Clifton <nickc@redhat.com>
1899
1900 * readelf.c (dump_relocations): Free corrected allocated
1901 array.
1902 (process_unwind): Fix compile time warning.
1903
1904 2001-02-10 Nick Clifton <nickc@redhat.com>
1905
1906 * binutils.texi: Document new --unwind option to readelf.
1907
1908 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1909
1910 * readelf.c: Add linux target for S/390.
1911
1912 2001-02-10 Alan Modra <alan@linuxcare.com.au>
1913
1914 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
1915 printf is a macro.
1916
1917 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
1918
1919 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
1920 * aclocal.m4: Regenerate.
1921 * configure: Regenerate.
1922
1923 2001-02-07 Todd Vierling <tv@wasabisystems.com>
1924
1925 * bucomm.c (bfd_target_vector): Change extern array to pointer.
1926 * objdump.c (bfd_target_vector): Likewise.
1927
1928 2001-02-07 David Mosberger <davidm@hpl.hp.com>
1929
1930 * readelf.c (process_unwind): New function.
1931 (slurp_ia64_unwind_table): Ditto.
1932 (dump_ia64_unwind): Ditto.
1933 (find_symbol_for_address): Ditto.
1934 (slurp_rela_relocs): New function (split off from dump_relocations()).
1935 (slurp_rel_relocs): Ditto.
1936 (parse_args): Handle '-u' option.
1937
1938 * unwind-ia64.c: New file.
1939 * unwind-ia64.h: New file.
1940 * Makefile.am: Include unwind-ia64.c in readelf build.
1941 * Makefile.in: Regenerate.
1942 * po/binutils.pot: Regenerate.
1943
1944 2001-02-04 Philip Blundell <philb@gnu.org>
1945
1946 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
1947 * configure: Regenerate.
1948
1949 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
1950
1951 * ieee.c (ieee_add_bb11): Don't check for backslashes
1952 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1953
1954 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
1955
1956 * ieee.c: Update copyright.
1957 (ieee_start_compilation_unit): Don't check for backslashes
1958 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
1959
1960 * stabs.c: Update copyright. Include "filenames.h".
1961 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
1962
1963 2001-01-23 Jakub Jelinek <jakub@redhat.com>
1964
1965 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
1966 sections are present before using them. Remove code duplication.
1967 (process_symbol_table): Check if VERDEF or VERNEED sections are
1968 present before using them.
1969
1970 2001-01-17 Nick Clifton <nickc@redhat.com>
1971
1972 * objcopy.c (copy_object): Fail if attempting to convert the
1973 endianness of the input object file.
1974
1975 * binutils.texi: Explain that objcopy cannot convert endianness.
1976
1977 2001-01-16 Nick Clifton <nickc@redhat.com>
1978
1979 * readelf.c (string_table_length): New variable.
1980 (SECTION_NAME): Catch out of range indices and missing section
1981 pointers.
1982 (process_section_headers): Delete useless local variable
1983 string_table_offset. Set the value of string_table_length
1984 after loading the string table.
1985 (process_mips_specific): Use SECTION_NAME macro.
1986 (process_file): Set string_table_length to 0 when it is freed.
1987
1988 2001-01-12 Nick Clifton <nickc@redhat.com>
1989
1990 * version.c (print_version): Update copyright date.
1991
1992 2001-01-11 Peter Targett <peter.targett@arccores.com>
1993
1994 * readelf.c (dump_relocations): Include selection with EM_ARC.
1995 (get_machine_name) Update name to "ARC".
1996
1997 2001-01-09 Nick Clifton <nickc@redhat.com>
1998
1999 * Makefile.am: Add rule to build objdump.o from objdump.c and
2000 using OBJDUMP_DEFS.
2001 * Makefile.in: Regenerate.
2002
2003 * configure.in: Define OBJDUMP_DEFS. Default to empty.
2004 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
2005 -DDISASSEMBLER_NEEDS_RELOCS.
2006 * configure: Regenerate.
2007
2008 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
2009 is defined read in the relocs even if dump_reloc_info is
2010 false.
2011
2012 2001-01-07 Philip Blundell <philb@gnu.org>
2013
2014 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
2015 `bug-binutils'.
2016 * README: Likewise.
2017
2018 2000-12-19 Nick Clifton <nickc@redhat.com>
2019
2020 * dlltool.c: Add missing support for arm-epoc-pe.
2021 * configure.in: Add missing support for arm-epoc-pe.
2022 * configure: Regenerate.
2023
2024 2000-12-15 Nick Clifton <nickc@redhat.com>
2025
2026 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
2027 Mode parts of the x86 port.
2028
2029 2000-12-04 Andreas Jaeger <aj@suse.de>
2030
2031 * readelf.c (guess_is_rela): Add EM_X86_64.
2032 (dump_relocations): Add EM_X86_64.
2033 (get_machine_name): Add EM_X86_64.
2034 Include "elf/x86-64.h".
2035
2036 2000-12-12 Nick Clifton <nickc@redhat.com>
2037
2038 * readelf.c: Fix formatting.
2039
2040 2000-12-11 Jan Hubicka <jh@suse.cz>
2041
2042 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2043
2044 2000-12-07 Andrew Haley <aph@redhat.com>
2045
2046 * readelf.c (display_debug_frames): Only display columns that are
2047 referenced by the frame debug info.
2048
2049 2000-12-05 Nick Clifton <nickc@redhat.com>
2050
2051 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
2052
2053 2000-12-04 Jason Merrill <jason@redhat.com>
2054
2055 * readelf.c (process_section_headers): Handle linkonce.wi sections.
2056 (display_debug_section): Likewise.
2057 (display_debug_info): Display CU header before bailing.
2058
2059 2000-12-01 Chris Demetriou <cgd@sibyte.com>
2060
2061 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
2062 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
2063 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
2064
2065 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
2066 and E_MIPS_ARCH_64.
2067
2068 * readelf.c (get_machine_flags): Add case for
2069 E_MIPS_MACH_SB1.
2070
2071 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
2072
2073 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
2074
2075 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
2076
2077 * MAINTAINERS: Add J\81örn Rennecke and self as SH maintainers.
2078 Change sourceware.cygnus.com to sources.redhat.com.
2079 Fix typo for "amongst".
2080
2081 2000-11-28 Nick Clifton <nickc@redhat.com>
2082
2083 * strip.1 (COPYING): Mention that the GNU Free Documentation
2084 License is present in the sources, but not the output, and
2085 also available from the GNU website.
2086 (GNU Free Documentation License): Comment out this section.
2087 * strings.1: Ditto.
2088 * size.1: Ditto.
2089 * ranlib.1: Ditto.
2090 * objdump.1: Ditto.
2091 * objcopy.1: Ditto.
2092 * nm.1: Ditto.
2093 * nlmconv.1: Ditto.
2094 * ar.1: Ditto.
2095 * addr2line.1: Ditto.
2096
2097 2000-11-27 DJ Delorie <dj@redhat.com>
2098
2099 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
2100 (parse_args): Support -wf option.
2101 (process_section_headers): Ditto.
2102 (debug_displays): Ditto.
2103 (display_debug_frames): New, dump *_frame sections.
2104 (frame_need_space): Support for above.
2105 (frame_display_row): Ditto.
2106 * binutils.texi: Document it.
2107
2108 2000-11-24 Nick Clifton <nickc@redhat.com>
2109
2110 * NEWS: Announce support for v5t, v5te and XScale.
2111
2112 2000-11-22 Nick Clifton <nickc@redhat.com>
2113
2114 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
2115 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
2116 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
2117 (get_elf_section_flags: Add SHF_GROUP.
2118 (process_section_headers): Adjust output for 32-bit binaries
2119 to look nice on an 80 column terminal.
2120
2121 2000-11-20 H.J. Lu <hjl@gnu.org>
2122
2123 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
2124 ELFOSABI_AIX.
2125
2126 2000-11-17 Richard Henderson <rth@redhat.com>
2127
2128 * readelf.c (display_debug_lines): Adjust last change to
2129 use sizeof (external->li_length).
2130
2131 2000-11-17 Richard Henderson <rth@redhat.com>
2132
2133 * readelf.c (display_debug_lines): Fix section length check
2134 and end_of_sequence computation.
2135
2136 2000-11-06 Nick Clifton <nickc@redhat.com>
2137
2138 * binutils.texi: Add GNU Free Documentation License.
2139 * objcopy.1: Add GNU Free Documentation License.
2140 * objdump.1: Add GNU Free Documentation License.
2141 * addr2line.1: Add GNU Free Documentation License.
2142 * ar.1: Add GNU Free Documentation License.
2143 * nlmconv.1: Add GNU Free Documentation License.
2144 * nm.1: Add GNU Free Documentation License.
2145 * ranlib.1: Add GNU Free Documentation License.
2146 * size.1: Add GNU Free Documentation License.
2147 * strings.1: Add GNU Free Documentation License.
2148 * strip.1: Add GNU Free Documentation License.
2149
2150 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
2151
2152 * objcopy.c (--srec-len=nn): New parameter to set the
2153 maximum length of generated Srecords.
2154 (--srec-forceS3): New parameter that restricts the generation of
2155 Srecords to type S3 only.
2156 * binutils.texi: Document new command line switches.
2157 * objcopy.1: Docuemnt the new command line switches.
2158 * NEWS: Announce the existence of the new command line switches.
2159
2160 2000-10-31 Nick Clifton <nickc@redhat.com>
2161
2162 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
2163 code. Add Eric Chrisopher as maintainer of MN10300 port.
2164
2165 2000-10-12 Roger Sayle <roger@metaphorics.com>
2166
2167 * Make comma after string after icon/control optional.
2168
2169 2000-09-13 Anders Norlander <anorland@acc.umu.se>
2170
2171 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
2172
2173 * NEWS: Mention support for MIPS32.
2174
2175 2000-09-08 Nick Clifton <nickc@redhat.com>
2176
2177 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
2178
2179 2000-09-07 H.J. Lu <hjl@gnu.org>
2180
2181 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2182 * configure: Rebuild.
2183
2184 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
2185
2186 * configure: Rebuilt with new libtool.m4.
2187
2188 2000-09-05 Nick Clifton <nickc@redhat.com>
2189
2190 * aclocal.m4: Regenerate.
2191 * config.in: Regenerate.
2192 * configure: Regenerate.
2193
2194 2000-09-04 Todd Vierling <tv@wasabisystems.com>
2195
2196 * strip.1: Fix stray '\' in -o formatting.
2197
2198 2000-09-02 Nick Clifton <nickc@redhat.com>
2199
2200 * configure.in: Increase version number to 2.10.91.
2201 * configure: Regenerate.
2202 * aclocal.m4: Regenerate.
2203 * config.in: Regenerate.
2204 * po/binutils.pot: Regenerate.
2205
2206 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
2207
2208 * acinclude.m4: Include libtool and gettext macros from the
2209 top level.
2210 * aclocal.m4, configure: Rebuilt.
2211
2212 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
2213
2214 * resrc.c (close_input_stream): Delete extraneous logic
2215
2216 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
2217
2218 * NEWS: Mention support for CRIS.
2219
2220 2000-08-21 Nick Clifton <nickc@redhat.com>
2221
2222 * addr2line.c: Changed email address for Ulrich Lauther.
2223
2224 2000-08-17 Christopher C. Chimelis <chris@debian.org>
2225
2226 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2227
2228 2000-08-17 Nick Clifton <nickc@redhat.com>
2229
2230 * readelf.c (display_debug_pubnames): Only issue warning
2231 message once. Terminate message with a new line.
2232 (display_debug_aranges): Only display version 2 debug info.
2233
2234 2000-08-14 Todd Vierling <tv@wasabisystems.com>
2235
2236 * objcopy.c (strip_main): Silently accept -d as an alias for -g
2237 for compatability with old BSD systems.
2238
2239 2000-08-14 Jason Eckhardt <jle@cygnus.com>
2240
2241 * NEWS: Mention i860 support.
2242
2243 2000-08-11 Carlo Wood <carlo@alinoe.com>
2244
2245 * addr2line.c (main): Add const to char *.
2246
2247 2000-08-11 Geoff Keating <geoffk@cygnus.com>
2248
2249 * ar.c (main): Don't crash if called with no arguments
2250 or only '-X32_64' as an argument.
2251
2252 2000-08-08 DJ Delorie <dj@redhat.com>
2253
2254 * resrc.c: use "gcc -xc" instead of -xc-header
2255
2256 2000-08-05 Jason Eckhardt <jle@cygnus.com>
2257
2258 * readelf.c (elf/i860.h): Include.
2259 (dump_relocations): Add recognition of i860 architecture.
2260 (guess_is_rela): Add recognition of i860 architecture.
2261
2262 2000-08-03 Nick Clifton <nickc@cygnus.com>
2263
2264 * MAINTAINERS: Add information about CGEN maintainers.
2265
2266 2000-07-26 Geoff Keating <geoffk@cygnus.com>
2267
2268 * nm.c (main): Ignore '-X32_64' as an option.
2269 * ar.c (main): Likewise.
2270 * binutils.texi (nm): Document new option.
2271 (ar): Likewise.
2272
2273 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2274
2275 * rdcoff.c (external_coff_symbol_p): K&R-ise.
2276
2277 2000-07-20 H.J. Lu <hjl@gnu.org>
2278
2279 * binutils.texi: Put back "@end table" deleted by
2280 accident.
2281
2282 2000-07-05 Kenneth Block <krblock@computer.org>
2283
2284 * nm.c: Add optional style to demangle switch.
2285 * objdump.c: Add optional style to demangle switch.
2286 * addr2line.c: Add optional style to demangle switch.
2287 * binutils.texi: Document optional style to demangle
2288 switch.
2289
2290 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
2291
2292 * MAINTAINERS: Add self as CRIS port maintainer.
2293 * readelf.c: Include elf/cris.h.
2294 (guess_is_rela): Handle EM_CRIS.
2295 (dump_relocations): Ditto.
2296 (get_machine_name): Ditto.
2297 * Makefile.am: Rebuild dependencies.
2298 * Makefile.in: Regenerate.
2299 * po/binutils.pot: Regenerate.
2300
2301 2000-07-19 H.J. Lu <hjl@gnu.org>
2302
2303 * readelf.c (get_dynamic_type): Change "AUXILARY" to
2304 "AUXILIARY".
2305 (process_dynamic_segment): Print out strings for DT_CONFIG,
2306 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2307
2308 2000-07-19 Mark Kettenis <kettenis@gnu.org>
2309
2310 * nm.c (usage): Change output of `nm --help' to include a
2311 description of the purpose of the program and a detailed
2312 description of the accepted options.
2313
2314 2000-07-19 H.J. Lu <hjl@gnu.org>
2315
2316 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
2317 to DF_1_NODEFLIB.
2318
2319 2000-07-19 H.J. Lu <hjl@gnu.org>
2320
2321 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2322
2323 2000-07-19 H.J. Lu <hjl@gnu.org>
2324
2325 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
2326 DT_FEATURE.
2327 (process_dynamic_segment): Likewise.
2328
2329 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
2330 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
2331 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
2332 DF_1_NODUMP and DF_1_CONLFAT.
2333
2334 2000-07-18 Nick Clifton <nickc@cygnus.com>
2335
2336 * binutils.texi (readelf): Fix spelling typo.
2337
2338 2000-07-11 Mark Kettenis <kettenis@gnu.org>
2339
2340 * objdump.c (usage): Make output of `objdump --help' more
2341 consistent with the rest of the GNU world. Add a line describing
2342 the purpose of the program.
2343
2344 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
2345
2346 * stabs.c (parse_stab_range_type): Cast to proper type to fix
2347 warning.
2348
2349 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
2350
2351 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
2352 to fix warnings.
2353 (process_symbol_table): Ditto.
2354 (procesS_extended_line_op): Ditto.
2355 (display_debug_lines): Ditto.
2356 (display_debug_pubnames): Ditto.
2357 (read_and_display_attr): Ditto.
2358
2359 2000-07-09 Nick Clifton <nickc@cygnus.com>
2360
2361 * MAINTAINERS: Add several more port specific maintainers.
2362
2363 2000-07-05 Nick Clifton <nickc@cygnus.com>
2364
2365 * MAINTAINERS: Add blanket write privs for Michael Meissner.
2366
2367 2000-06-05 DJ Delorie <dj@redhat.com>
2368
2369 * MAINTAINERS: New.
2370
2371 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
2372
2373 * dllwrap.c: Changed mistaken dyn_string_append() calls
2374 to dyn_string_append_cstr().
2375
2376 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
2377
2378 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
2379 struct debug_type stores size in bytes.
2380
2381 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2382
2383 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2384 (CLEANFILES): Add DEPA.
2385 * Makefile.in: Regenerate.
2386
2387 2000-06-27 Alan Modra <alan@linuxcare.com.au>
2388
2389 * ar.c: Revert incorrect 2000-06-25 patch.
2390 * bucomm.c: Likewise.
2391
2392 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
2393
2394 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
2395 (external_coff_symbol_p): New function.
2396 (parse_coff): Use it.
2397
2398 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
2399
2400 * ar.c (normalize): Advance past both characters in a DOS based
2401 <letter>: filepath prefix.
2402 (main): Likewise.
2403 * bucomm.c (make_tempname): Likewise.
2404
2405 2000-06-24 Nick Clifton <nickc@cygnus.com>
2406
2407 * objdump.c (usage): Fix description of --stabs switch.
2408
2409 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2410
2411 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2412 find one.
2413 * Makefile.in: Regenerate.
2414
2415 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
2416
2417 * ar.c (normalize): Correct pointer comparison when checking for
2418 backslashes.
2419 (main): Likewise.
2420 * bucomm.c (make_tempname): Likewise.
2421
2422 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
2423 and search for backslashes in the original pathname.
2424 (ieee_add_bb11): Likewise.
2425
2426 2000-06-18 Nick Clifton <nickc@redhat.com>
2427
2428 * ar.c (print_contents): Improve verbose message.
2429
2430 2000-06-15 H.J. Lu <hjl@gnu.org>
2431
2432 * dyn-string.c: Removed. Not needed with dyn-string.c in
2433 libiberty.
2434 * dyn-string.h: Likewise.
2435
2436 * Makefile.am: Remove references to dyn-string.c and
2437 dyn-string.h. Rebuild dependency.
2438 * Makefile.in: Rebuild.
2439
2440 2000-06-15 H.J. Lu <hjl@gnu.org>
2441
2442 * binutils.texi: Put a warning on copying relocatable object
2443 files between two different formats.
2444
2445 2000-06-13 DJ Delorie <dj@cygnus.com>
2446
2447 * rcparse.y (control): ICON controls take an id as the first
2448 parameter, not an optional string. Also, call new convenience
2449 function that takes res_id's.
2450 * resrc.c (define_control): missing text means zero-length string,
2451 not zero ID.
2452 (define_icon_control): New.
2453 * windres.h: declare define_icon_control.
2454
2455 2000-06-13 H.J. Lu <hjl@gnu.org>
2456
2457 * configure: Regenerate.
2458
2459 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2460
2461 * configure.in (VERSION): Update to show this is the CVS mainline.
2462
2463 2000-06-02 David O'Brien <obrien@FreeBSD.org>
2464
2465 * strings.c (isgraphic): Interpret <TAB> as a printable character,
2466 analogous to <SPACE>.
2467
2468 2000-05-30 Alan Modra <alan@linuxcare.com.au>
2469
2470 * objdump.c (display_target_list): Use bfd_close_all_done, not
2471 bfd_close to fix crash caused by 2000-05-24 change.
2472
2473 2000-05-25 DJ Delorie <dj@cygnus.com>
2474
2475 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
2476
2477 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2478
2479 * Makefile.am: Update dependencies with "make dep-am"
2480 * Makefile.in: Regenerate.
2481
2482 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2483
2484 * ar.c: Include filenames.h.
2485 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
2486 and drive letters in file names.
2487 (main): Support backslashes and drive letters in argv[0]. Drop
2488 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
2489 FILENAME_CMP instead of strcmp to compare file names.
2490 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
2491 DJGPP v2.
2492 (do_quick_append) [__GO32__]: Ditto.
2493 (get_pos_bfd, delete_members, move_members, replace_members):
2494 Compare file names with FILENAME_CMP.
2495
2496 * bucomm.c: Include filenames.h.
2497 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
2498 forward/backward slashes and drive letters in file names.
2499
2500 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
2501 mixed forward/backward slashes and drive letters in file names.
2502
2503 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
2504 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
2505 mode.
2506
2507 * objcopy.c: Include filenames.h.
2508 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
2509 before comparing to "strip".
2510 Use FILENAME_CMP to compare file names.
2511
2512 * arsup.c: Include filenames.h.
2513 (map_over_list, ar_delete, ar_replace, ar_extract): Use
2514 FILENAME_CMP to compare file names.
2515 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
2516 the temporary file name.
2517
2518 * configure.in: Check for setmode.
2519 * configure: Regenerate.
2520
2521 2000-05-24 Alan Modra <alan@linuxcare.com.au>
2522
2523 * objdump.c (display_target_list): Close the bfd.
2524 (display_info_table): Likewise.
2525
2526 2000-05-14 H.J. Lu (hjl@gnu.org)
2527
2528 * objcopy.c (filter_symbols): Don't strip global symbols in
2529 relocatable object files.
2530
2531 2000-05-14 Alan Modra <alan@linuxcare.com.au>
2532
2533 * size.c (usage): Associate short options with corresponding long
2534 option to give a clue as to their function.
2535
2536 2000-05-14 Philippe De Muyter <phdm@macqel.be>
2537
2538 * size.c (main): Accept and ignore `-f' option.
2539
2540 2000-05-13 Alan Modra <alan@linuxcare.com.au>
2541
2542 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
2543 bindtextdomain): Replace defines with those from intl/libgettext.h
2544 to quieten gcc warnings.
2545
2546 2000-05-12 H.J. Lu <hjl@gnu.org>
2547
2548 * nlmconv.c (temp_filename): Removed.
2549
2550 * nlmconv.c (link_inputs): Use make_temp_file () instead of
2551 choose_temp_base ().
2552 * objdump.c (display_target_list): Likewise.
2553 (display_info_table): Likewise.
2554
2555 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2556
2557 * objcopy.c (setup_section): Add const and gettext calls for err.
2558
2559 2000-05-02 H.J. Lu <hjl@gnu.org>
2560
2561 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
2562 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
2563 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
2564 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
2565 and ELFOSABI_OPENBSD.
2566
2567 2000-05-02 Kazu Hirata <kazu@hxi.com>
2568
2569 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
2570 * srconv.c: Likewise.
2571 * sysdump.c: Likewise.
2572
2573 2000-04-23 Denis Chertykov <denisc@overta.ru>
2574
2575 * readelf.c (guess_is_rela): AVR uses RELA relocations.
2576 (get_machine_name): machine name for EM_AVR added.
2577
2578 2000-04-21 Richard Henderson <rth@cygnus.com>
2579 David Mosberger <davidm@hpl.hp.com>
2580
2581 * Makefile.am (readelf.o): Add elf/ia64.h.
2582 * Makefile.in: Rebuild.
2583 * readelf.c: Include elf/ia64.h.
2584 (guess_is_rela, dump_relocations): Handle EM_IA_64.
2585
2586 2000-04-17 Timothy Wall <twall@cygnus.com>
2587
2588 * objdump.c (disassemble_data): Set octets per byte *after*
2589 resolving arch/mach for binary files.
2590
2591 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2592
2593 * arlex.l: Add directives to increase lex buffer size.
2594
2595 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
2596 already included by bucomm.h.
2597
2598 2000-04-10 Philippe De Muyter <phdm@macqel.be>
2599
2600 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
2601 `strftime' since strftime is not available on all systems.
2602 (process_mips_specific): Ditto.
2603
2604 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
2605
2606 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
2607 --enable-build-warnings option.
2608 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
2609 * Makefile.in, configure: Re-generate.
2610
2611 2000-04-06 Alan Modra <alan@linuxcare.com.au>
2612
2613 * addr2line.c: Update copyright.
2614 * objcopy.1: Likewise, and title.
2615 * strings.1: Likewise.
2616
2617 * version.c (print_version): Add 2000.
2618
2619 * rddbg.c (read_section_stabs_debugging_info): Don't use
2620 bfd_size_type for strx to avoid printf problems if BFD64.
2621
2622 * bucomm.c: (report): Remove `static'.
2623 Move inclusion of stdarg.h/vararg.h from here.
2624 * bucomm.h: To here.
2625 (CONST): Change all occurences to const.
2626 (report): Declare it.
2627 (bfd_fatal): Add ATTRIBUTE_NORETURN.
2628 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
2629 (non_fatal): Add ATTRIBUTE_PRINTF_1.
2630
2631 * ar.c (main): Use fatal or non_fatal instead of fprintf.
2632 Correct a typo in an error message.
2633 (do_quick_append): Use non_fatal instead of fprintf.
2634 (move_members): Use fatal instead of fprintf, exit.
2635 * coffdump.c (main): Same here.
2636
2637 * dlltool.c (display): Delete.
2638 (warn): Delete.
2639 (inform): Use `report' instead of `display'.
2640 (rvaafter): Remove trailing \n from fatal error msg.
2641 (rvabefore): Ditto.
2642 (asm_prefix): Ditto.
2643 (yyerror): Replace `warn' with `non_fatal', and remove \n.
2644 (def_name): Likewise.
2645 (run): Likewise.
2646 (scan_all_symbols): Likewise.
2647 (gen_lib_file): Likewise.
2648 (def_library): Likewise. Remove extra program_name too.
2649 (run): Remove \n from inform strings.
2650 (scan_drectve_symbols): Likewise.
2651 (add_excludes): Likewise.
2652 (scan_open_obj_file): Likewise.
2653 (gen_exp_file): Likewise.
2654 (gen_lib_file): Likewise.
2655 (process_duplicates): Likewise.
2656
2657 * Makefile.am (dllwrap_SOURCES): Add version.c.
2658 * dllwrap.c (program_version): Delete.
2659 (print_version): Delete.
2660 (display): Always print trailing \n.
2661 (warn): New.
2662 (delete_temp_files): Use warn instead of fprintf. Use gettext.
2663 (run): Here too.
2664 (main): And here.
2665 (usage): gettext'ify.
2666 (long_options): Add missing initialisers.
2667
2668 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
2669 (select_output_format): Likewise.
2670 (powerpc_mangle_relocs): Likewise.
2671 (link_inputs): Likewise.
2672
2673 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
2674 (set_output_format): Likewise.
2675 (main): Use non_fatal instead of fprintf.
2676 (display_rel_file): Likewise.
2677
2678 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
2679 (slurp_dynamic_symtab): Same here.
2680 (disassemble_data): And here.
2681 (read_section_stabs): And here.
2682 (read_section_stabs): And here.
2683 (dump_bfd): And here.
2684 (main): And here.
2685 (objdump_sprintf): Use fatal instead of fprintf, exit.
2686 (disassemble_data): Same here.
2687
2688 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
2689 (parse_coff_struct_type): Same here.
2690 (parse_coff_enum_type): And here.
2691 (parse_coff): And here.
2692 * rddbg.c (read_debugging_info): And here.
2693 * size.c (main): And here.
2694 * windres.c (format_from_name): And here.
2695 * wrstabs.c (stab_write_symbol): Here too.
2696 (write_stabs_in_sections_debugging_info): And here.
2697 (stab_int_type): And here.
2698 (stab_struct_field): And here.
2699 (stab_typdef): And here.
2700
2701 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
2702 * srconv.c (main): Same here.
2703 * strings.c (main): And here.
2704 (integer_arg): And here.
2705 * sysdump.c (main): And here.
2706
2707 2000-04-06 Timothy Wall <twall@cygnus.com>
2708
2709 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
2710
2711 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
2712
2713 * readelf.c (decode_location_expression): Loop through multiple
2714 operations.
2715 (read_and_display_attr): Pass in length.
2716
2717 * readelf.c (read_and_display_attr): Add CU offset to references.
2718 (display_debug_info): Pass it in.
2719
2720 2000-04-06 Nick Clifton <nickc@cygnus.com>
2721
2722 * readelf.c (decode_ARM_machine_flags): New function.
2723 (get_machine_flags): Call decode_ARM_machine_flags for ARM
2724 targets.
2725
2726 (get_machine_name): Catch EM_AVR
2727
2728 2000-04-05 Alan Modra <alan@linuxcare.com.au>
2729
2730 * binutils.texi: Remove optional `=' from long options that have
2731 an `=' in the argument.
2732 * objcopy.1: Here too. Remove extra space on discard-all.
2733
2734 * binutils.texi (objcopy): Mention --redefine-sym.
2735 * objcopy.1: Here too.
2736 * NEWS: And here.
2737
2738 * objcopy.c (parse_flags): Split off flag names from error message
2739 gettext as they are not translated.
2740 (copy_main): Similarly split off option name for --add-section,
2741 --set-section-flags, --change-section-vma, --change-section-lma
2742 error messages.
2743 Some white space changes.
2744
2745 from Matthew Benjamin <matt@linuxbox.nu>
2746 * objcopy.c (struct redefine_node): New.
2747 (redefine_sym_list): New.
2748 (redefine_list_append): New.
2749 (lookup_sym_redefinition): New.
2750 (OPTION_REDEFINE_SYM): New.
2751 (copy_options): Add --redefine-sym option.
2752 (copy_usage): Mention it.
2753 (filter_symbols): Rename symbols on redefine_sym_list.
2754 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
2755 (copy_main): Handle OPTION_REDEFINE_SYM.
2756
2757 2000-04-04 H.J. Lu <hjl@gnu.org>
2758
2759 * readelf.c (process_symbol_table): Correctly read in symbol
2760 versioning information.
2761
2762 2000-04-04 Alan Modra <alan@linuxcare.com.au>
2763
2764 * po/binutils.pot: Regenerate.
2765
2766 * addr2line.c (usage): Restore translated part of bug string.
2767 * ar.c (usage): Likewise.
2768 * nlmconv.c (show_usage): Likewise.
2769 * nm.c (usage): Likewise.
2770 * objcopy.c (copy_usage): Likewise.
2771 (strip_usage): Likewise.
2772 * objdump.c (usage): Likewise.
2773 * readelf.c (usage): Likewise.
2774 * size.c (usage): Likewise.
2775 * strings.c (usage): Likewise.
2776 * windres.c (usage): Likewise.
2777
2778 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
2779 (DEP): Quote when passing vars to sub-make. Add warning
2780 message to end.
2781 (DEP1): Rewrite for "gcc -MM".
2782 (CLEANFILES): Add DEP2.
2783 Update dependencies.
2784 * Makefile.in: Regenerate.
2785
2786 2000-04-04 H.J. Lu <hjl@gnu.org>
2787
2788 * Makefile.am (GENERATED_HFILES): Add rcparse.h
2789 (arparse.h): Depend on arparse.c
2790 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
2791
2792 2000-04-03 H.J. Lu (hjl@gnu.org)
2793
2794 * size.c (usage): Use REPORT_BUGS_TO.
2795
2796 2000-04-03 Alan Modra <alan@linuxcare.com.au>
2797
2798 * bucomm.h: #include "bin-bugs.h"
2799 * addr2line.c (usage): Use REPORT_BUGS_TO.
2800 * ar.c (usage): Likewise.
2801 * nlmconv.c (show_usage): Likewise.
2802 * nm.c (usage): Likewise.
2803 (OPTION_TARGET): Define.
2804 (long_options): Use OPTION_TARGET rather than 200.
2805 (main): Likewise.
2806
2807 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
2808 (strip_usage): Likewise.
2809 * objdump.c (usage): Likewise.
2810 * readelf.c (usage): Likewise.
2811 * strings.c (usage): Likewise.
2812 * windres.c (usage): Likewise.
2813
2814 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2815
2816 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
2817
2818 2000-03-27 Nick Clifton <nickc@cygnus.com>
2819
2820 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
2821 string offsets in corrupt stabs entries.
2822
2823 2000-03-27 Alan Modra <alan@linuxcare.com.au>
2824
2825 * readelf.c: Include elf/avr.h
2826 (dump_relocations): Add EM_AVR case.
2827
2828 2000-03-09 Tim Waugh <twaugh@redhat.com>
2829
2830 * strings.1: Correct '-bytes' to '--bytes'.
2831
2832 2000-03-08 H.J. Lu <hjl@gnu.org>
2833
2834 * Makefile.am (install-exec-local): Depend on
2835 install-binPROGRAMS for parallel make.
2836 * Makefile.in: Regenerated.
2837
2838 2000-02-27 Ian Lance Taylor <ian@zembu.com>
2839
2840 From Brad Lucier <lucier@math.purdue.edu>:
2841 * readelf.c (process_dynamic_segment): Add cast to make sure
2842 argument to %* is int.
2843
2844 2000-02-25 H.J. Lu <hjl@gnu.org>
2845
2846 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2847
2848 2000-02-24 Nick Clifton <nickc@cygnus.com>
2849
2850 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
2851 * configure: Regenerate.
2852
2853 * dlltool.c: Add support for sh-pe and mips-pe targets.
2854 * rescoff.c: Add support for sh-pe and mips-pe targets.
2855
2856 2000-02-23 H.J. Lu <hjl@gnu.org>
2857
2858 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
2859
2860 2000-02-22 Nick Clifton <nickc@cygnus.com>
2861
2862 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
2863
2864 2000-02-22 Ian Lance Taylor <ian@zembu.com>
2865
2866 From Brad Lucier <lucier@math.purdue.edu>:
2867 * readelf.c (process_version_sections): Add casts to make sure
2868 argument to %* is an int.
2869 (process_mips_specific): Add casts to make printf arguments match
2870 format.
2871
2872 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
2873
2874 * objdump.c (dump_section_header): Change `opb' to unsigned.
2875 (find_symbol_for_address): Same here.
2876 (disassemble_data): And here. Change `addr_offset',
2877 `stop_offset', `nextstop_offset' to unsigned long.
2878 (dump_data): Change opb to unsigned.
2879
2880 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
2881
2882 * resrc.c: Remove unmatched #if for cygwin.
2883
2884 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
2885
2886 * binutils.texi: Document the change of flavor name from atpcs-special
2887 to special-atpcs to prevent name conflict in gdb.
2888
2889 2000-02-08 Timothy Wall <twall@redhat.com>
2890
2891 * objdump.c (show_line): Fix bug preventing printing of the very
2892 first line (line zero) of a file when interlisting source and
2893 assembly. Added option to print entire context from start of file
2894 when the first line from that file is encountered.
2895
2896 2000-02-03 Timothy Wall <twall@redhat.com>
2897
2898 * objdump.c (dump_section_header, find_symbol_for_address,
2899 show_line, disassemble_bytes, disassemble_data, dump_data):
2900 distinguish between octets and bytes.
2901
2902 2000-01-27 Thomas de Lellis <tdel@windriver.com>
2903
2904 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
2905 check to unresolved symbols.
2906 (print_symbol_info_sysv): Ditto.
2907 (print_symbol_info_posix): Ditto.
2908
2909 * binutils.texi: Document new 'V' symclass flag for nm.
2910
2911 2000-01-27 Nick Clifton <nickc@redhat.com>
2912
2913 * binutils.texi (objdump): Document new ARM specific
2914 disassembler options.
2915
2916 * objdump.c (usage): Call disassembler_usage().
2917
2918 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
2919
2920 * readelf.c (get_dynamic_flags): Return buff.
2921 (process_dynamic_segment): Don't pass error strings to printf
2922 as format arg.
2923 (read_and_display_attr): Use lx and ld to print longs.
2924 (process_corefile_note_segment): Cast bfd_vma to unsigned long
2925 before printing.
2926 Update copyright.
2927
2928 2000-01-17 Nick Clifton <nickc@cygnus.com>
2929
2930 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
2931
2932 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
2933
2934 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
2935 false.
2936 (debug_tag_type): Here too.
2937 * ieee.c (ieee_builtin_type): And here.
2938 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
2939
2940 2000-01-13 Nick Clifton <nickc@cygnus.com>
2941
2942 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
2943 System/370".
2944
2945 2000-01-11 Nick Clifton <nickc@cygnus.com>
2946
2947 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
2948
2949 2000-01-10 Nick Clifton <nickc@cygnus.com>
2950
2951 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
2952
2953 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
2954
2955 * windres.c (long_options): Add --use-temp-file and
2956 --no-use-temp-file options.
2957 (usage): Document.
2958 (main): Handle.
2959
2960 * windres.h: Update read_rc_file prototype.
2961
2962 * resrc.c (cpp_temp_file): New static variable.
2963 (istream_type): New static variable.
2964 (close_pipe): Delete function.
2965 (run_cmd): New static function.
2966 (open_input_stream): New static function.
2967 (close_input_stream): New static function.
2968 (look_for_default): Handle DOS directory separator. Use
2969 open_input_stream instead of popen.
2970 (read_rc_file): Likewise.
2971
2972 * binutils.texi: Document --use-temp-file, --no-use-temp-file
2973 options.
2974
2975 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
2976
2977 * dlltool.c (create_compat_implib): New variable.
2978 (gen_exp_file): Use.
2979 (make_one_lib_file): Use.
2980 (long_options): Add --compat-implib option.
2981 (usage): Handle.
2982 (main): Handle.
2983
2984 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
2985 (main): Use. Don't look for "32" in cygwin and mingw target names.
2986
2987 2000-01-03 Nick Clifton <nickc@cygnus.com>
2988
2989 * binutils.texi: Document new, ARM specific disassembler
2990 command line switch "-M force-thumb".
2991
2992 For older changes see ChangeLog-9899
2993 \f
2994 Local Variables:
2995 mode: change-log
2996 left-margin: 8
2997 fill-column: 74
2998 version-control: never
2999 End:
This page took 0.106248 seconds and 4 git commands to generate.