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