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