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