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