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