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