2000-09-19 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2000-09-19 H.J. Lu <hjl@gnu.org>
2
3 * doc/Makefile.am ($(DEMANGLER_NAME).1): Try cxxfilt.man and
4 $(srcdir)/cxxfilt.man.
5 * doc/Makefile.in: Rebuild.
6
7 2001-09-19 Alan Modra <amodra@bigpond.net.au>
8
9 * objcopy.c (copy_main): Correct rename-section string parsing.
10 Consolidate new_name parsing, and error messages.
11
12 2001-09-18 Bruno Haible <haible@clisp.cons.org>
13
14 * addr2line.c: Don't include <ctype.h>.
15 (main): For gettext, also set the LC_CTYPE locate facet.
16 * ar.c (main): Likewise.
17 * coffdump.c (main): Likewise.
18 * dlltool.c: Include "safe-ctype.h" instead of <ctype.h>.
19 (main): For gettext, also set the LC_CTYPE locate facet.
20 Use ISALNUM instead of isalpha/isdigit.
21 * dllwrap.c: Don't include <ctype.h>.
22 (main): For gettext, also set the LC_CTYPE locate facet.
23 * nlmconv.c: Include "safe-ctype.h" instead of <ctype.h>.
24 (main): For gettext, also set the LC_CTYPE locate facet.
25 Use TOUPPER instead of islower/toupper.
26 * nlmheader.y: Include "safe-ctype.h" instead of <ctype.h>.
27 (yylex): Use ISSPACE/ISALNUM instead of isspace/isalnum.
28 Use TOUPPER instead of islower/toupper.
29 * nm.c (main): For gettext, also set the LC_CTYPE locate facet.
30 * objcopy.c (main): Likewise.
31 * objdump.c: Include "safe-ctype.h" instead of <ctype.h>.
32 (disassemble_bytes): Use ISPRINT instead of isprint.
33 (dump_section_stabs): Use ISDIGIT instead of isdigit.
34 (dump_data): Use ISPRINT instead of isprint.
35 (main): For gettext, also set the LC_CTYPE locate facet.
36 * rclex.l: Include "safe-ctype.h" instead of <ctype.h>.
37 (cpp_line, handle_quotes): Use ISSPACE instead of isspace.
38 * rcparse.y: Include "safe-ctype.h" instead of <ctype.h>.
39 Use TOUPPER instead of islower/toupper.
40 * readelf.c (main): For gettext, also set the LC_CTYPE locate facet.
41 * resrc.c: Include "safe-ctype.h" instead of <ctype.h>.
42 (write_rc_accelerators): Use ISPRINT instead of isprint.
43 (write_rc_rcdata): Likewise.
44 * size.c (main): For gettext, also set the LC_CTYPE locate facet.
45 * srconv.c (main): Likewise.
46 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
47 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
48 isdigit/isupper/islower.
49 (parse_stab_string, parse_stab_type, parse_stab_argtypes,
50 parse_stab_array_type, stab_demangle_count, stab_demangle_get_count,
51 stab_demangle_prefix, stab_demangle_qualified,
52 stab_demangle_template, stab_demangle_type,
53 stab_demangle_fund_type): Use ISDIGIT instead of isdigit.
54 * strings.c: Include "safe-ctype.h" instead of <ctype.h>.
55 (isgraphic): Use ISPRINT instead of isascii/isprint.
56 (main): Remove HAVE_LC_MESSAGES dependency.
57 * sysdump.c: Include "safe-ctype.h" instead of <ctype.h>.
58 (pbarray): Use ISPRINT instead of isprint.
59 (main): For gettext, also set the LC_CTYPE locate facet.
60 * windres.c: Include "safe-ctype.h" instead of <ctype.h>.
61 (format_from_filename): Use ISPRINT instead of isprint.
62 (main): For gettext, also set the LC_CTYPE locate facet.
63 * winduni.c: Include "safe-ctype.h" instead of <ctype.h>.
64 (unicode_print): Use ISPRINT instead of isprint.
65 * wrstabs.c: Include "safe-ctype.h" instead of <ctype.h>.
66 (stab_variable): Use ISDIGIT instead of isdigit.
67
68 2001-09-18 Alan Modra <amodra@bigpond.net.au>
69
70 * ar.c (print_contents): Cast args of bfd_seek to the right types.
71 Replace bfd_read call with call to bfd_bread.
72 (extract_file): Likewise.
73
74 * objdump.c (dump_section_header): Cast section->filepos to
75 unsigned long to suit printf format string.
76 * readelf.c (process_section_headers): Similarly for sh_offset.
77 (process_unwind): Likewise.
78
79 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
80
81 * strings.c (encoding, encoding_bytes): New variables.
82 (long_options): Add --encoding.
83 (main): Accept -e and --encoding.
84 (get_char): New function. Read a, possibly wide, character from
85 the input stream.
86 (print_strings): Use get_char().
87 (usage): Document new command line option.
88 * doc/binutils.texi: Document new command line option.
89 * NEWS: Announce new command line option.
90
91 Wed Sep 12 20:07:16 2001 Alexandre Oliva <aoliva@redhat.com>
92
93 * readelf.c (guess_is_rela, dump_relocations, get_machine_name,
94 get_machine_flags): Added EM_M32R, EM_D10V, EM_V850, EM_D30V,
95 EM_MN10200, EM_MN10300, EM_FR30, EM_AVR_OLD and EM_PJ_OLD.
96 Removed EM_CYGNUS_ARC.
97
98 Tue Sep 4 20:26:08 2001 Jeffrey A Law (law@cygnus.com)
99
100 * readelf.c: Include elf/h8 for H8 series definitions.
101 (guess_is_rela): H8 series if RELA.
102 (dump_relocations): Handle H8 series relocations.
103
104 2001-08-31 Eric Christopher <echristo@redhat.com>
105
106 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
107
108 2001-08-29 Peter Targett <peter.targett@arccores.com>
109
110 * MAINTAINERS: Include ARC Maintainer.
111
112 2001-08-29 Ben Elliston <bje@redhat.com>
113
114 * stabs.c (stab_demangle_template): Initialise s4.
115
116 2001-08-27 Alan Modra <amodra@bigpond.net.au>
117
118 * readelf.c (dump_relocations): Recognise EM_PPC64.
119
120 2001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
121
122 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
123
124 2001-08-25 H.J. Lu <hjl@gnu.org>
125
126 * nm.c (print_width): New.
127 (display_rel_file): Set `print_width' according to
128 bfd_sprintf_vma.
129 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
130
131 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
132
133 * objcopy.c (use_alt_mach_code): New variable.
134 (OPTION_ALT_MACH_CODE): Define.
135 (copy_options): Added --alt-machine-code.
136 (copy_main): Handle it.
137 (copy_object): Switch to alternate machine code if requested.
138 * doc/binutils.texi: Document new option.
139 * NEWS: Likewise.
140
141 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
142
143 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
144
145 2001-08-21 H.J. Lu <hjl@gnu.org>
146
147 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
148 (display_debug_info): Cast for 64bit hosts.
149 (display_debug_frames): Likewise.
150 (process_mips_specific): Likewise.
151
152 2001-08-21 Andreas Jaeger <aj@suse.de>
153
154 * coffgrok.h: Add missing parameter for prototype of coff_grok.
155
156 * sysdump.c: Add missing prototypes.
157 * srconv.c: Likewise.
158 * unwind-ia64.c: Likewise.
159 * coffdump.c: Likewise.
160
161 * sysinfo.y: Print prototypes, include <ansidecl.h>.
162
163 * coffgrok.c: Add missing prototypes, include libiberty.h instead
164 of declaring xcalloc.
165
166 2001-08-10 H.J. Lu <hjl@gnu.org>
167
168 * nm.c (print_value): Add one arg, bfd *.
169 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
170 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
171 (print_symbol_info_sysv): Likewise.
172 (print_symbol_info_posix): Likewise.
173
174 * objdump.c (dump_section_header): Replace printf_vma with
175 bfd_printf_vma.
176 (print_section_stabs): Likewise.
177 (dump_bfd_header): Likewise.
178 (objdump_print_value): Replace sprintf_vma with
179 bfd_sprintf_vma.
180 (disassemble_bytes): Likewise.
181 (dump_reloc_set): Likewise.
182
183 2001-08-10 Andreas Jaeger <aj@suse.de>
184
185 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
186 to build warnings.
187 * configure: Regenerate.
188
189 2001-08-09 Alan Modra <amodra@bigpond.net.au>
190
191 * readelf.c: Add missing prototypes.
192 * objdump.c: Likewise. Format existing prototypes.
193
194 2001-08-08 Alexandre Oliva <aoliva@redhat.com>
195
196 * readelf.c (display_debug_info): Add to abbrev_offset the addend
197 of any RELA relocation for the abbrev_offset memory location that
198 refers to the .debug_abbrev section symbol.
199
200 2001-08-07 H.J. Lu <hjl@gnu.org>
201
202 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
203 (main): Return process_file ().
204
205 2001-08-05 Philip Blundell <philb@gnu.org>
206
207 * doc/binutils.texi: Use "Thumb" not "THUMB".
208
209 2001-08-03 John Healy <jhealy@redhat.com>
210
211 Patch suggested by Frank Eigler <fche@redhat.com>.
212 * objdump.c (disassemble_data): Fill in section member of the
213 disasm_info structure.
214
215 2001-08-03 Tom Walsh <tom@cyberiansoftware.com>
216
217 * configure.in: Added --with-windres option.
218 * configure: Regenerated.
219
220 2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
221
222 * doc/binutils.texi: Use @command{name} for commands;
223 use @option{-opt} for options; use @table @env for list of options;
224 remove spaces arround [ | ] in synopsis.
225
226 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
227 center title.
228
229 2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
230
231 * objcopy.c: Fix formatting.
232 (section_rename): New structure.
233 (OPTION_RENAME_SECTION): New switch.
234 (copy_usage): Document new switch.
235 (add_section_rename): New function: Add a node to the section
236 rename list.
237 (find_section_rename): New function: Find the new name and
238 flags for a section.
239 (setup_section): Call find_section_name to determine the name
240 of the output section.
241 (copy_main): Handle OPTION_RENAME_SECTION.
242 * binutils.texi: Document new switch.
243 * NEWS: Mention new switch.
244
245 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
246
247 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
248 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
249 bug-binutils@gcc.org.
250
251 2001-07-28 Matthias Kramm <kramm@quiss.org>
252
253 * bucomm.c (list_supported_architectures): New function.
254 * bucomm.h (list_supported_architectures): Declare.
255 * objdump.c (usage): Call the above.
256
257 2001-07-25 Dave Brolley <brolley@redhat.com>
258
259 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
260 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
261
262 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
263
264 * README: Update for 2.11. Change bug reporting email address.
265 * MAINTAINERS: Tidy up. Change bug reporting email address.
266
267 2001-07-16 DJ Delorie <dj@redhat.com>
268
269 * resres.c (write_res_header): Align header size.
270 (res_align_file): Calculate alignment correctly.
271
272 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
273 correct 10).
274 * resrc.c (write_rc_resource): Likewise.
275 * windres.h (SUBLANG_SHIFT): Define - as 10.
276
277 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
278
279 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
280
281 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
282
283 * MAINTAINERS: Add notes about branch checkins.
284
285 2001-07-05 Daniel Berlin <dan@cgsoftware.com>
286
287 * readelf.c (display_debug_macinfo): New function, display
288 .debug_macinfo section.
289 (do_debug_macinfo): New variable.
290 (parse_args): Handle "-w[mM]" to mean display macro info.
291 (process_section_headers): Handle debug_macinfo.
292 (debug_displays): Replace unsupported function with macinfo
293 function for .debug_macinfo display.
294 * doc/binutils.texi: Document new command line switch.
295 * NEWS: Document new feature of readelf.
296
297 2001-07-05 H.J. Lu <hjl@gnu.org>
298
299 * objcopy.c (filter_symbols): Don't turn undefined symbols
300 into local.
301
302 2001-07-03 H.J. Lu <hjl@gnu.org>
303
304 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
305 $@.pod.
306 (ar.1): Likewise.
307 (dlltool.1): Likewise.
308 (nlmconv.1): Likewise.
309 (nm.1): Likewise.
310 (objcopy.1): Likewise.
311 (objdump.1): Likewise.
312 (ranlib.1): Likewise.
313 (readelf.1): Likewise.
314 (size.1): Likewise.
315 (strings.1): Likewise.
316 (strip.1): Likewise.
317 (windres.1): Likewise.
318 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
319 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
320 $(DEMANGLER_NAME).
321 (as.1): Removed.
322 * doc/Makefile.in: Regenerated.
323
324 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
325
326 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
327
328 2001-07-01 Daniel Berlin <dan@cgsoftware.com>
329
330 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
331
332 2001-06-29 James Cownie <jcownie@etnus.com>
333
334 * readelf.c: Support DWARF 2.1 attributes.
335
336 2001-06-28 Alan Modra <amodra@bigpond.net.au>
337
338 * readelf.c (GET_DATA_ALLOC): Remove.
339 (GET_DATA): Remove.
340 (get_data): New function combining above macros, with an extra
341 test for zero size.
342 (slurp_rela_relocs): Use get_data, and catch error return.
343 (slurp_rel_relocs): Likewise.
344 (get_32bit_program_headers): Likewise.
345 (get_64bit_program_headers): Likewise.
346 (get_32bit_section_headers): Likewise.
347 (get_64bit_section_headers): Likewise.
348 (get_32bit_elf_symbols): Likewise.
349 (get_64bit_elf_symbols): Likewise.
350 (process_section_headers): Likewise.
351 (process_relocs): Likewise.
352 (slurp_ia64_unwind_table): Likewise.
353 (process_unwind): Likewise.
354 (get_32bit_dynamic_segment): Likewise.
355 (get_64bit_dynamic_segment): Likewise.
356 (process_dynamic_segment): Likewise.
357 (process_version_sections): Likewise.
358 (process_symbol_table): Likewise.
359 (dump_section): Likewise.
360 (display_debug_info): Likewise.
361 (display_debug_section): Likewise.
362 (process_section_contents): Likewise.
363 (process_corefile_note_segment): Likewise.
364 (process_mips_specific): Likewise. Also free econf32, econf64.
365
366 2001-06-25 Alan Modra <amodra@bigpond.net.au>
367
368 * readelf.c (dump_relocations): Print "bad symbol index" if
369 symtab == NULL with non-zero symtab_index.
370 (process_relocs): Don't bomb if reloc section has no symsec.
371
372 2001-06-24 H.J. Lu <hjl@gnu.org>
373
374 * objcopy.c (strip_main): Revert the change made on 2001-05-30
375 by accident.
376 (copy_main): Apply the the change made to strip_main on
377 2001-05-30 by accident.
378
379 2001-06-23 Andreas Jaeger <aj@suse.de>
380
381 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
382 parameter 'code'.
383 (unw_decode_x2): Likewise.
384 (unw_decode_x3): Likewise.
385 (unw_decode_x4): Likewise.
386
387 2001-06-23 Ben Elliston <bje@redhat.com>
388
389 * MAINTAINERS: Add myself as M88k maintainer.
390
391 2001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
392
393 * objcopy.c (strip_main): Support -o or --output-file command lien
394 switch.
395
396 2001-06-19 H.J. Lu <hjl@gnu.org>
397
398 * doc/Makefile.in: Regenerated.
399
400 2001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
401
402 * readelf.c: Restore formatting.
403
404 2001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
405
406 * Makefile.am: Move documentation into doc subdirectory.
407 * Makefile.in: Regenerated.
408 * binutils.texi: Move into doc subdirectory.
409 * addr2line.1: Removed.
410 * ar.1: Likewise.
411 * dlltool.1: Likewise.
412 * nlmconv.1: Likewise.
413 * nm.1: Likewise.
414 * objcopy.1: Likewise.
415 * objdump.1: Likewise.
416 * ranlib.1: Likewise.
417 * readelf.1: Likewise.
418 * size.1: Likewise.
419 * strings.1: Likewise.
420 * strip.1: Likewise.
421 * windres.1: Likewise.
422 * cxxfilt.man: Likewise.
423 * doc: New Directory.
424 * doc/Makefile.am: New file.
425 * doc/Makefile.in: Generate.
426
427 2001-06-09 Alan Modra <amodra@bigpond.net.au>
428
429 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
430
431 2001-06-01 Alan Modra <amodra@bigpond.net.au>
432
433 * MAINTAINERS: Update my email address.
434
435 2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
436
437 * objcopy.c: Add new switches: --keep-global-symbol,
438 --keep-symbols, --localize-symbols, --keep-global-symbols and
439 --weaken-symbols.
440 * binutils.texi: Document new switches.
441 * objcopy.1: Regenerate.
442 * NEWS: Announce new feature.
443
444 2001-05-28 Andreas Jaeger <aj@suse.de>
445
446 * readelf.c (display_debug_frames): Fix warnings: Remove unused
447 variables, fix format strings.
448
449 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
450
451 * objdump.c (disassemble_bytes): Remove section VMA adjustment
452 when computing the address of the line to show.
453
454 2001-05-16 Richard Henderson <rth@redhat.com>
455
456 * readelf.c (do_debug_frames_interp): New.
457 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
458 (byte_get_big_endian): Likewise.
459 (parse_args) ['F']: Set do_debug_frames_interp.
460 (Frame_Chunk): Make data_factor signed, add fde_encoding.
461 (frame_display_row): Don't trunc pc_begin to int.
462 (size_of_encoded_value): New.
463 (display_debug_frames): Handle 64-bit targets. Print raw data
464 unless do_debug_frames_interp.
465 (debug_displays): Remove duplicate .debug_frame.
466
467 2001-05-15 Ralf Baechle <ralf@gnu.org>
468
469 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
470 The former constant was never in active use and is used otherwise
471 by the ABI.
472
473 2001-05-11 Jakub Jelinek <jakub@redhat.com>
474
475 * readelf.c (process_unwind): Print all unwind sections, not just
476 one.
477
478 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
479
480 * readelf.c (process_unwind): Remove const specifier.
481
482 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
483
484 * strings.c (isgraphic): Do not use isascii() unless it is needed
485 for isprint() to work.
486 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
487
488 2001-04-27 Johan Rydberg <jrydberg@opencores.org>
489
490 * NEWS: Announce support for OpenRISC.
491
492 2001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
493
494 * dlltool.c (do_default_excludes): Initialise to true.
495
496 2001-04-10 Alan Modra <amodra@one.net.au>
497
498 * MAINTAINERS: Update my email address
499 * nm.c (print_symbol_info_bsd): Use a simple printf string.
500
501 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
502
503 * readelf.c (display_debug_lines): Fix typo for "Prologue".
504
505 2001-03-30 H.J. Lu <hjl@gnu.org>
506
507 * readelf.c (process_unwind): Just return if do_unwind is 0.
508
509 2001-03-28 Roger Sayle <roger@metaphorics.com>
510
511 * dlltool.c (make_one_lib_file): Fix section flags for
512 .text, .data and .bss in stub ds*.o files to match those
513 generated by gas.
514
515 2001-03-29 H.J. Lu <hjl@gnu.org>
516
517 * readelf.c (process_unwind): Only do unwind sections for
518 IA64.
519
520 2001-03-28 H.J. Lu <hjl@gnu.org>
521
522 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
523 * Makefile.in: Regenerate.
524
525 2001-03-26 Andreas Jaeger <aj@suse.de>
526
527 * binutils.texi (nm): Fix texi syntax.
528
529 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
530
531 * binutils.texi: Put @c man begin and @c man end indications
532 to generate man pages using texi2pod and pod2man. Put @c man title
533 to identify each man. Add SEEALSO entries.
534 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
535 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
536 sort the list.
537 (*.1): Build the man pages from binutils.texi.
538 * Makefile.in: Regenerate.
539
540 2001-03-13 Eric Kohl <ekohl@rz-online.de>
541
542 * defparse.y (opt_equal_name): allow "." in name.
543 * dlltool.c (def_exports): Added ability to generate forwarded exports.
544 (gen_exp_file): Likewise.
545
546 2001-03-12 Stefan Geuken <mail@stefan-geuken.de>
547
548 * NEWS: Document addition of -B switch to objcopy.
549 * binutils.texi: Document addition of -B switch to objcopy.
550 * objcopy.c: (copy_options): Add --binary-architecture.
551 (copy_usage): Document -B/--binary-architecture.
552 (copy_main): Support -B/--binary-architecture. Set
553 bfd_external_binary_architecture.
554
555 2001-03-11 Andreas Jaeger <aj@suse.de>
556
557 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
558 (dump_relocations): Likewise.
559 (get_machine_name): Likewise.
560
561 2001-02-28 Nick Clifton <nickc@redhat.com>
562
563 * readelf.c: (struct unw_aux_info): Remove const modifier for
564 'strtab' field.
565 (process_unwind): Remove non-K&R compliant LHS type cast in call
566 to GET_DATA_ALLOC macro.
567
568 2001-02-28 Philip Blundell <pb@futuretv.com>
569
570 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
571 ABI is in use; remove ambiguity between the "unknown" EABI and
572 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
573 renamed EF_xx constants.
574
575 2001-02-27 Alan Modra <alan@linuxcare.com.au>
576
577 * configure.in (BFD_VERSION): New.
578 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
579 * configure: Regenerate.
580 * Makefile.am: Run "make dep-am"
581 * Makefile.in: Regenerate.
582
583 2001-02-14 Nick Clifton <nickc@redhat.com>
584
585 * MAINTAINERS: Add "Obvious Fix" rule.
586
587 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
588
589 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
590 literal concatenation.
591
592 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
593
594 * readelf.c (struct unw_aux_info): Remove const from the info member.
595 (process_unwind): Don't type-cast the third argument to the
596 GET_DATA_ALLOC macro.
597
598 2001-02-11 Nick Clifton <nickc@redhat.com>
599
600 * readelf.c (dump_relocations): Free corrected allocated
601 array.
602 (process_unwind): Fix compile time warning.
603
604 2001-02-10 Nick Clifton <nickc@redhat.com>
605
606 * binutils.texi: Document new --unwind option to readelf.
607
608 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
609
610 * readelf.c: Add linux target for S/390.
611
612 2001-02-10 Alan Modra <alan@linuxcare.com.au>
613
614 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
615 printf is a macro.
616
617 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
618
619 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
620 * aclocal.m4: Regenerate.
621 * configure: Regenerate.
622
623 2001-02-07 Todd Vierling <tv@wasabisystems.com>
624
625 * bucomm.c (bfd_target_vector): Change extern array to pointer.
626 * objdump.c (bfd_target_vector): Likewise.
627
628 2001-02-07 David Mosberger <davidm@hpl.hp.com>
629
630 * readelf.c (process_unwind): New function.
631 (slurp_ia64_unwind_table): Ditto.
632 (dump_ia64_unwind): Ditto.
633 (find_symbol_for_address): Ditto.
634 (slurp_rela_relocs): New function (split off from dump_relocations()).
635 (slurp_rel_relocs): Ditto.
636 (parse_args): Handle '-u' option.
637
638 * unwind-ia64.c: New file.
639 * unwind-ia64.h: New file.
640 * Makefile.am: Include unwind-ia64.c in readelf build.
641 * Makefile.in: Regenerate.
642 * po/binutils.pot: Regenerate.
643
644 2001-02-04 Philip Blundell <philb@gnu.org>
645
646 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
647 * configure: Regenerate.
648
649 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
650
651 * ieee.c (ieee_add_bb11): Don't check for backslashes
652 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
653
654 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
655
656 * ieee.c: Update copyright.
657 (ieee_start_compilation_unit): Don't check for backslashes
658 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
659
660 * stabs.c: Update copyright. Include "filenames.h".
661 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
662
663 2001-01-23 Jakub Jelinek <jakub@redhat.com>
664
665 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
666 sections are present before using them. Remove code duplication.
667 (process_symbol_table): Check if VERDEF or VERNEED sections are
668 present before using them.
669
670 2001-01-17 Nick Clifton <nickc@redhat.com>
671
672 * objcopy.c (copy_object): Fail if attempting to convert the
673 endianness of the input object file.
674
675 * binutils.texi: Explain that objcopy cannot convert endianness.
676
677 2001-01-16 Nick Clifton <nickc@redhat.com>
678
679 * readelf.c (string_table_length): New variable.
680 (SECTION_NAME): Catch out of range indices and missing section
681 pointers.
682 (process_section_headers): Delete useless local variable
683 string_table_offset. Set the value of string_table_length
684 after loading the string table.
685 (process_mips_specific): Use SECTION_NAME macro.
686 (process_file): Set string_table_length to 0 when it is freed.
687
688 2001-01-12 Nick Clifton <nickc@redhat.com>
689
690 * version.c (print_version): Update copyright date.
691
692 2001-01-11 Peter Targett <peter.targett@arccores.com>
693
694 * readelf.c (dump_relocations): Include selection with EM_ARC.
695 (get_machine_name) Update name to "ARC".
696
697 2001-01-09 Nick Clifton <nickc@redhat.com>
698
699 * Makefile.am: Add rule to build objdump.o from objdump.c and
700 using OBJDUMP_DEFS.
701 * Makefile.in: Regenerate.
702
703 * configure.in: Define OBJDUMP_DEFS. Default to empty.
704 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
705 -DDISASSEMBLER_NEEDS_RELOCS.
706 * configure: Regenerate.
707
708 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
709 is defined read in the relocs even if dump_reloc_info is
710 false.
711
712 2001-01-07 Philip Blundell <philb@gnu.org>
713
714 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
715 `bug-binutils'.
716 * README: Likewise.
717
718 2000-12-19 Nick Clifton <nickc@redhat.com>
719
720 * dlltool.c: Add missing support for arm-epoc-pe.
721 * configure.in: Add missing support for arm-epoc-pe.
722 * configure: Regenerate.
723
724 2000-12-15 Nick Clifton <nickc@redhat.com>
725
726 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
727 Mode parts of the x86 port.
728
729 2000-12-04 Andreas Jaeger <aj@suse.de>
730
731 * readelf.c (guess_is_rela): Add EM_X86_64.
732 (dump_relocations): Add EM_X86_64.
733 (get_machine_name): Add EM_X86_64.
734 Include "elf/x86-64.h".
735
736 2000-12-12 Nick Clifton <nickc@redhat.com>
737
738 * readelf.c: Fix formatting.
739
740 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
741
742 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
743
744 2000-12-07 Andrew Haley <aph@redhat.com>
745
746 * readelf.c (display_debug_frames): Only display columns that are
747 referenced by the frame debug info.
748
749 2000-12-05 Nick Clifton <nickc@redhat.com>
750
751 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
752
753 2000-12-04 Jason Merrill <jason@redhat.com>
754
755 * readelf.c (process_section_headers): Handle linkonce.wi sections.
756 (display_debug_section): Likewise.
757 (display_debug_info): Display CU header before bailing.
758
759 2000-12-01 Chris Demetriou <cgd@sibyte.com>
760
761 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
762 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
763 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
764
765 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
766 and E_MIPS_ARCH_64.
767
768 * readelf.c (get_machine_flags): Add case for
769 E_MIPS_MACH_SB1.
770
771 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
772
773 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
774
775 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
776
777 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
778 Change sourceware.cygnus.com to sources.redhat.com.
779 Fix typo for "amongst".
780
781 2000-11-28 Nick Clifton <nickc@redhat.com>
782
783 * strip.1 (COPYING): Mention that the GNU Free Documentation
784 License is present in the sources, but not the output, and
785 also available from the GNU website.
786 (GNU Free Documentation License): Comment out this section.
787 * strings.1: Ditto.
788 * size.1: Ditto.
789 * ranlib.1: Ditto.
790 * objdump.1: Ditto.
791 * objcopy.1: Ditto.
792 * nm.1: Ditto.
793 * nlmconv.1: Ditto.
794 * ar.1: Ditto.
795 * addr2line.1: Ditto.
796
797 2000-11-27 DJ Delorie <dj@redhat.com>
798
799 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
800 (parse_args): Support -wf option.
801 (process_section_headers): Ditto.
802 (debug_displays): Ditto.
803 (display_debug_frames): New, dump *_frame sections.
804 (frame_need_space): Support for above.
805 (frame_display_row): Ditto.
806 * binutils.texi: Document it.
807
808 2000-11-24 Nick Clifton <nickc@redhat.com>
809
810 * NEWS: Announce support for v5t, v5te and XScale.
811
812 2000-11-22 Nick Clifton <nickc@redhat.com>
813
814 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
815 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
816 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
817 (get_elf_section_flags: Add SHF_GROUP.
818 (process_section_headers): Adjust output for 32-bit binaries
819 to look nice on an 80 column terminal.
820
821 2000-11-20 H.J. Lu <hjl@gnu.org>
822
823 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
824 ELFOSABI_AIX.
825
826 2000-11-17 Richard Henderson <rth@redhat.com>
827
828 * readelf.c (display_debug_lines): Adjust last change to
829 use sizeof (external->li_length).
830
831 2000-11-17 Richard Henderson <rth@redhat.com>
832
833 * readelf.c (display_debug_lines): Fix section length check
834 and end_of_sequence computation.
835
836 2000-11-06 Nick Clifton <nickc@redhat.com>
837
838 * binutils.texi: Add GNU Free Documentation License.
839 * objcopy.1: Add GNU Free Documentation License.
840 * objdump.1: Add GNU Free Documentation License.
841 * addr2line.1: Add GNU Free Documentation License.
842 * ar.1: Add GNU Free Documentation License.
843 * nlmconv.1: Add GNU Free Documentation License.
844 * nm.1: Add GNU Free Documentation License.
845 * ranlib.1: Add GNU Free Documentation License.
846 * size.1: Add GNU Free Documentation License.
847 * strings.1: Add GNU Free Documentation License.
848 * strip.1: Add GNU Free Documentation License.
849
850 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
851
852 * objcopy.c (--srec-len=nn): New parameter to set the
853 maximum length of generated Srecords.
854 (--srec-forceS3): New parameter that restricts the generation of
855 Srecords to type S3 only.
856 * binutils.texi: Document new command line switches.
857 * objcopy.1: Docuemnt the new command line switches.
858 * NEWS: Announce the existence of the new command line switches.
859
860 2000-10-31 Nick Clifton <nickc@redhat.com>
861
862 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
863 code. Add Eric Chrisopher as maintainer of MN10300 port.
864
865 2000-10-12 Roger Sayle <roger@metaphorics.com>
866
867 * Make comma after string after icon/control optional.
868
869 2000-09-13 Anders Norlander <anorland@acc.umu.se>
870
871 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
872
873 * NEWS: Mention support for MIPS32.
874
875 2000-09-08 Nick Clifton <nickc@redhat.com>
876
877 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
878
879 2000-09-07 H.J. Lu <hjl@gnu.org>
880
881 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
882 * configure: Rebuild.
883
884 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
885
886 * configure: Rebuilt with new libtool.m4.
887
888 2000-09-05 Nick Clifton <nickc@redhat.com>
889
890 * aclocal.m4: Regenerate.
891 * config.in: Regenerate.
892 * configure: Regenerate.
893
894 2000-09-04 Todd Vierling <tv@wasabisystems.com>
895
896 * strip.1: Fix stray '\' in -o formatting.
897
898 2000-09-02 Nick Clifton <nickc@redhat.com>
899
900 * configure.in: Increase version number to 2.10.91.
901 * configure: Regenerate.
902 * aclocal.m4: Regenerate.
903 * config.in: Regenerate.
904 * po/binutils.pot: Regenerate.
905
906 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
907
908 * acinclude.m4: Include libtool and gettext macros from the
909 top level.
910 * aclocal.m4, configure: Rebuilt.
911
912 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
913
914 * resrc.c (close_input_stream): Delete extraneous logic
915
916 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
917
918 * NEWS: Mention support for CRIS.
919
920 2000-08-21 Nick Clifton <nickc@redhat.com>
921
922 * addr2line.c: Changed email address for Ulrich Lauther.
923
924 2000-08-17 Christopher C. Chimelis <chris@debian.org>
925
926 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
927
928 2000-08-17 Nick Clifton <nickc@redhat.com>
929
930 * readelf.c (display_debug_pubnames): Only issue warning
931 message once. Terminate message with a new line.
932 (display_debug_aranges): Only display version 2 debug info.
933
934 2000-08-14 Todd Vierling <tv@wasabisystems.com>
935
936 * objcopy.c (strip_main): Silently accept -d as an alias for -g
937 for compatability with old BSD systems.
938
939 2000-08-14 Jason Eckhardt <jle@cygnus.com>
940
941 * NEWS: Mention i860 support.
942
943 2000-08-11 Carlo Wood <carlo@alinoe.com>
944
945 * addr2line.c (main): Add const to char *.
946
947 2000-08-11 Geoff Keating <geoffk@cygnus.com>
948
949 * ar.c (main): Don't crash if called with no arguments
950 or only '-X32_64' as an argument.
951
952 2000-08-08 DJ Delorie <dj@redhat.com>
953
954 * resrc.c: use "gcc -xc" instead of -xc-header
955
956 2000-08-05 Jason Eckhardt <jle@cygnus.com>
957
958 * readelf.c (elf/i860.h): Include.
959 (dump_relocations): Add recognition of i860 architecture.
960 (guess_is_rela): Add recognition of i860 architecture.
961
962 2000-08-03 Nick Clifton <nickc@cygnus.com>
963
964 * MAINTAINERS: Add information about CGEN maintainers.
965
966 2000-07-26 Geoff Keating <geoffk@cygnus.com>
967
968 * nm.c (main): Ignore '-X32_64' as an option.
969 * ar.c (main): Likewise.
970 * binutils.texi (nm): Document new option.
971 (ar): Likewise.
972
973 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
974
975 * rdcoff.c (external_coff_symbol_p): K&R-ise.
976
977 2000-07-20 H.J. Lu <hjl@gnu.org>
978
979 * binutils.texi: Put back "@end table" deleted by
980 accident.
981
982 2000-07-05 Kenneth Block <krblock@computer.org>
983
984 * nm.c: Add optional style to demangle switch.
985 * objdump.c: Add optional style to demangle switch.
986 * addr2line.c: Add optional style to demangle switch.
987 * binutils.texi: Document optional style to demangle
988 switch.
989
990 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
991
992 * MAINTAINERS: Add self as CRIS port maintainer.
993 * readelf.c: Include elf/cris.h.
994 (guess_is_rela): Handle EM_CRIS.
995 (dump_relocations): Ditto.
996 (get_machine_name): Ditto.
997 * Makefile.am: Rebuild dependencies.
998 * Makefile.in: Regenerate.
999 * po/binutils.pot: Regenerate.
1000
1001 2000-07-19 H.J. Lu <hjl@gnu.org>
1002
1003 * readelf.c (get_dynamic_type): Change "AUXILARY" to
1004 "AUXILIARY".
1005 (process_dynamic_segment): Print out strings for DT_CONFIG,
1006 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
1007
1008 2000-07-19 Mark Kettenis <kettenis@gnu.org>
1009
1010 * nm.c (usage): Change output of `nm --help' to include a
1011 description of the purpose of the program and a detailed
1012 description of the accepted options.
1013
1014 2000-07-19 H.J. Lu <hjl@gnu.org>
1015
1016 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
1017 to DF_1_NODEFLIB.
1018
1019 2000-07-19 H.J. Lu <hjl@gnu.org>
1020
1021 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
1022
1023 2000-07-19 H.J. Lu <hjl@gnu.org>
1024
1025 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
1026 DT_FEATURE.
1027 (process_dynamic_segment): Likewise.
1028
1029 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
1030 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
1031 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
1032 DF_1_NODUMP and DF_1_CONLFAT.
1033
1034 2000-07-18 Nick Clifton <nickc@cygnus.com>
1035
1036 * binutils.texi (readelf): Fix spelling typo.
1037
1038 2000-07-11 Mark Kettenis <kettenis@gnu.org>
1039
1040 * objdump.c (usage): Make output of `objdump --help' more
1041 consistent with the rest of the GNU world. Add a line describing
1042 the purpose of the program.
1043
1044 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
1045
1046 * stabs.c (parse_stab_range_type): Cast to proper type to fix
1047 warning.
1048
1049 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
1050
1051 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
1052 to fix warnings.
1053 (process_symbol_table): Ditto.
1054 (procesS_extended_line_op): Ditto.
1055 (display_debug_lines): Ditto.
1056 (display_debug_pubnames): Ditto.
1057 (read_and_display_attr): Ditto.
1058
1059 2000-07-09 Nick Clifton <nickc@cygnus.com>
1060
1061 * MAINTAINERS: Add several more port specific maintainers.
1062
1063 2000-07-05 Nick Clifton <nickc@cygnus.com>
1064
1065 * MAINTAINERS: Add blanket write privs for Michael Meissner.
1066
1067 2000-06-05 DJ Delorie <dj@redhat.com>
1068
1069 * MAINTAINERS: New.
1070
1071 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
1072
1073 * dllwrap.c: Changed mistaken dyn_string_append() calls
1074 to dyn_string_append_cstr().
1075
1076 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
1077
1078 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
1079 struct debug_type stores size in bytes.
1080
1081 2000-07-01 Alan Modra <alan@linuxcare.com.au>
1082
1083 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
1084 (CLEANFILES): Add DEPA.
1085 * Makefile.in: Regenerate.
1086
1087 2000-06-27 Alan Modra <alan@linuxcare.com.au>
1088
1089 * ar.c: Revert incorrect 2000-06-25 patch.
1090 * bucomm.c: Likewise.
1091
1092 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
1093
1094 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
1095 (external_coff_symbol_p): New function.
1096 (parse_coff): Use it.
1097
1098 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
1099
1100 * ar.c (normalize): Advance past both characters in a DOS based
1101 <letter>: filepath prefix.
1102 (main): Likewise.
1103 * bucomm.c (make_tempname): Likewise.
1104
1105 2000-06-24 Nick Clifton <nickc@cygnus.com>
1106
1107 * objdump.c (usage): Fix description of --stabs switch.
1108
1109 2000-06-22 Alan Modra <alan@linuxcare.com.au>
1110
1111 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1112 find one.
1113 * Makefile.in: Regenerate.
1114
1115 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
1116
1117 * ar.c (normalize): Correct pointer comparison when checking for
1118 backslashes.
1119 (main): Likewise.
1120 * bucomm.c (make_tempname): Likewise.
1121
1122 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
1123 and search for backslashes in the original pathname.
1124 (ieee_add_bb11): Likewise.
1125
1126 2000-06-18 Nick Clifton <nickc@redhat.com>
1127
1128 * ar.c (print_contents): Improve verbose message.
1129
1130 2000-06-15 H.J. Lu <hjl@gnu.org>
1131
1132 * dyn-string.c: Removed. Not needed with dyn-string.c in
1133 libiberty.
1134 * dyn-string.h: Likewise.
1135
1136 * Makefile.am: Remove references to dyn-string.c and
1137 dyn-string.h. Rebuild dependency.
1138 * Makefile.in: Rebuild.
1139
1140 2000-06-15 H.J. Lu <hjl@gnu.org>
1141
1142 * binutils.texi: Put a warning on copying relocatable object
1143 files between two different formats.
1144
1145 2000-06-13 DJ Delorie <dj@cygnus.com>
1146
1147 * rcparse.y (control): ICON controls take an id as the first
1148 parameter, not an optional string. Also, call new convenience
1149 function that takes res_id's.
1150 * resrc.c (define_control): missing text means zero-length string,
1151 not zero ID.
1152 (define_icon_control): New.
1153 * windres.h: declare define_icon_control.
1154
1155 2000-06-13 H.J. Lu <hjl@gnu.org>
1156
1157 * configure: Regenerate.
1158
1159 2000-06-08 David O'Brien <obrien@FreeBSD.org>
1160
1161 * configure.in (VERSION): Update to show this is the CVS mainline.
1162
1163 2000-06-02 David O'Brien <obrien@FreeBSD.org>
1164
1165 * strings.c (isgraphic): Interpret <TAB> as a printable character,
1166 analogous to <SPACE>.
1167
1168 2000-05-30 Alan Modra <alan@linuxcare.com.au>
1169
1170 * objdump.c (display_target_list): Use bfd_close_all_done, not
1171 bfd_close to fix crash caused by 2000-05-24 change.
1172
1173 2000-05-25 DJ Delorie <dj@cygnus.com>
1174
1175 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
1176
1177 2000-05-26 Alan Modra <alan@linuxcare.com.au>
1178
1179 * Makefile.am: Update dependencies with "make dep-am"
1180 * Makefile.in: Regenerate.
1181
1182 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
1183
1184 * ar.c: Include filenames.h.
1185 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
1186 and drive letters in file names.
1187 (main): Support backslashes and drive letters in argv[0]. Drop
1188 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
1189 FILENAME_CMP instead of strcmp to compare file names.
1190 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
1191 DJGPP v2.
1192 (do_quick_append) [__GO32__]: Ditto.
1193 (get_pos_bfd, delete_members, move_members, replace_members):
1194 Compare file names with FILENAME_CMP.
1195
1196 * bucomm.c: Include filenames.h.
1197 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
1198 forward/backward slashes and drive letters in file names.
1199
1200 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
1201 mixed forward/backward slashes and drive letters in file names.
1202
1203 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
1204 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
1205 mode.
1206
1207 * objcopy.c: Include filenames.h.
1208 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
1209 before comparing to "strip".
1210 Use FILENAME_CMP to compare file names.
1211
1212 * arsup.c: Include filenames.h.
1213 (map_over_list, ar_delete, ar_replace, ar_extract): Use
1214 FILENAME_CMP to compare file names.
1215 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
1216 the temporary file name.
1217
1218 * configure.in: Check for setmode.
1219 * configure: Regenerate.
1220
1221 2000-05-24 Alan Modra <alan@linuxcare.com.au>
1222
1223 * objdump.c (display_target_list): Close the bfd.
1224 (display_info_table): Likewise.
1225
1226 2000-05-14 H.J. Lu (hjl@gnu.org)
1227
1228 * objcopy.c (filter_symbols): Don't strip global symbols in
1229 relocatable object files.
1230
1231 2000-05-14 Alan Modra <alan@linuxcare.com.au>
1232
1233 * size.c (usage): Associate short options with corresponding long
1234 option to give a clue as to their function.
1235
1236 2000-05-14 Philippe De Muyter <phdm@macqel.be>
1237
1238 * size.c (main): Accept and ignore `-f' option.
1239
1240 2000-05-13 Alan Modra <alan@linuxcare.com.au>
1241
1242 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
1243 bindtextdomain): Replace defines with those from intl/libgettext.h
1244 to quieten gcc warnings.
1245
1246 2000-05-12 H.J. Lu <hjl@gnu.org>
1247
1248 * nlmconv.c (temp_filename): Removed.
1249
1250 * nlmconv.c (link_inputs): Use make_temp_file () instead of
1251 choose_temp_base ().
1252 * objdump.c (display_target_list): Likewise.
1253 (display_info_table): Likewise.
1254
1255 2000-05-08 Alan Modra <alan@linuxcare.com.au>
1256
1257 * objcopy.c (setup_section): Add const and gettext calls for err.
1258
1259 2000-05-02 H.J. Lu <hjl@gnu.org>
1260
1261 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
1262 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
1263 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
1264 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
1265 and ELFOSABI_OPENBSD.
1266
1267 2000-05-02 Kazu Hirata <kazu@hxi.com>
1268
1269 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
1270 * srconv.c: Likewise.
1271 * sysdump.c: Likewise.
1272
1273 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
1274
1275 * readelf.c (guess_is_rela): AVR uses RELA relocations.
1276 (get_machine_name): machine name for EM_AVR added.
1277
1278 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
1279 David Mosberger <davidm@hpl.hp.com>
1280
1281 * Makefile.am (readelf.o): Add elf/ia64.h.
1282 * Makefile.in: Rebuild.
1283 * readelf.c: Include elf/ia64.h.
1284 (guess_is_rela, dump_relocations): Handle EM_IA_64.
1285
1286 2000-04-17 Timothy Wall <twall@cygnus.com>
1287
1288 * objdump.c (disassemble_data): Set octets per byte *after*
1289 resolving arch/mach for binary files.
1290
1291 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1292
1293 * arlex.l: Add directives to increase lex buffer size.
1294
1295 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
1296 already included by bucomm.h.
1297
1298 2000-04-10 Philippe De Muyter <phdm@macqel.be>
1299
1300 * readelf.c (dynamic_segment_mips_val): Call `sprintf', not
1301 `strftime' since strftime is not available on all systems.
1302 (process_mips_specific): Ditto.
1303
1304 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
1305
1306 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
1307 --enable-build-warnings option.
1308 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1309 * Makefile.in, configure: Re-generate.
1310
1311 2000-04-06 Alan Modra <alan@linuxcare.com.au>
1312
1313 * addr2line.c: Update copyright.
1314 * objcopy.1: Likewise, and title.
1315 * strings.1: Likewise.
1316
1317 * version.c (print_version): Add 2000.
1318
1319 * rddbg.c (read_section_stabs_debugging_info): Don't use
1320 bfd_size_type for strx to avoid printf problems if BFD64.
1321
1322 * bucomm.c: (report): Remove `static'.
1323 Move inclusion of stdarg.h/vararg.h from here.
1324 * bucomm.h: To here.
1325 (CONST): Change all occurences to const.
1326 (report): Declare it.
1327 (bfd_fatal): Add ATTRIBUTE_NORETURN.
1328 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
1329 (non_fatal): Add ATTRIBUTE_PRINTF_1.
1330
1331 * ar.c (main): Use fatal or non_fatal instead of fprintf.
1332 Correct a typo in an error message.
1333 (do_quick_append): Use non_fatal instead of fprintf.
1334 (move_members): Use fatal instead of fprintf, exit.
1335 * coffdump.c (main): Same here.
1336
1337 * dlltool.c (display): Delete.
1338 (warn): Delete.
1339 (inform): Use `report' instead of `display'.
1340 (rvaafter): Remove trailing \n from fatal error msg.
1341 (rvabefore): Ditto.
1342 (asm_prefix): Ditto.
1343 (yyerror): Replace `warn' with `non_fatal', and remove \n.
1344 (def_name): Likewise.
1345 (run): Likewise.
1346 (scan_all_symbols): Likewise.
1347 (gen_lib_file): Likewise.
1348 (def_library): Likewise. Remove extra program_name too.
1349 (run): Remove \n from inform strings.
1350 (scan_drectve_symbols): Likewise.
1351 (add_excludes): Likewise.
1352 (scan_open_obj_file): Likewise.
1353 (gen_exp_file): Likewise.
1354 (gen_lib_file): Likewise.
1355 (process_duplicates): Likewise.
1356
1357 * Makefile.am (dllwrap_SOURCES): Add version.c.
1358 * dllwrap.c (program_version): Delete.
1359 (print_version): Delete.
1360 (display): Always print trailing \n.
1361 (warn): New.
1362 (delete_temp_files): Use warn instead of fprintf. Use gettext.
1363 (run): Here too.
1364 (main): And here.
1365 (usage): gettext'ify.
1366 (long_options): Add missing initialisers.
1367
1368 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
1369 (select_output_format): Likewise.
1370 (powerpc_mangle_relocs): Likewise.
1371 (link_inputs): Likewise.
1372
1373 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
1374 (set_output_format): Likewise.
1375 (main): Use non_fatal instead of fprintf.
1376 (display_rel_file): Likewise.
1377
1378 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
1379 (slurp_dynamic_symtab): Same here.
1380 (disassemble_data): And here.
1381 (read_section_stabs): And here.
1382 (read_section_stabs): And here.
1383 (dump_bfd): And here.
1384 (main): And here.
1385 (objdump_sprintf): Use fatal instead of fprintf, exit.
1386 (disassemble_data): Same here.
1387
1388 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
1389 (parse_coff_struct_type): Same here.
1390 (parse_coff_enum_type): And here.
1391 (parse_coff): And here.
1392 * rddbg.c (read_debugging_info): And here.
1393 * size.c (main): And here.
1394 * windres.c (format_from_name): And here.
1395 * wrstabs.c (stab_write_symbol): Here too.
1396 (write_stabs_in_sections_debugging_info): And here.
1397 (stab_int_type): And here.
1398 (stab_struct_field): And here.
1399 (stab_typdef): And here.
1400
1401 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
1402 * srconv.c (main): Same here.
1403 * strings.c (main): And here.
1404 (integer_arg): And here.
1405 * sysdump.c (main): And here.
1406
1407 2000-04-06 Timothy Wall <twall@cygnus.com>
1408
1409 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
1410
1411 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
1412
1413 * readelf.c (decode_location_expression): Loop through multiple
1414 operations.
1415 (read_and_display_attr): Pass in length.
1416
1417 * readelf.c (read_and_display_attr): Add CU offset to references.
1418 (display_debug_info): Pass it in.
1419
1420 2000-04-06 Nick Clifton <nickc@cygnus.com>
1421
1422 * readelf.c (decode_ARM_machine_flags): New function.
1423 (get_machine_flags): Call decode_ARM_machine_flags for ARM
1424 targets.
1425
1426 (get_machine_name): Catch EM_AVR
1427
1428 2000-04-05 Alan Modra <alan@linuxcare.com.au>
1429
1430 * binutils.texi: Remove optional `=' from long options that have
1431 an `=' in the argument.
1432 * objcopy.1: Here too. Remove extra space on discard-all.
1433
1434 * binutils.texi (objcopy): Mention --redefine-sym.
1435 * objcopy.1: Here too.
1436 * NEWS: And here.
1437
1438 * objcopy.c (parse_flags): Split off flag names from error message
1439 gettext as they are not translated.
1440 (copy_main): Similarly split off option name for --add-section,
1441 --set-section-flags, --change-section-vma, --change-section-lma
1442 error messages.
1443 Some white space changes.
1444
1445 from Matthew Benjamin <matt@linuxbox.nu>
1446 * objcopy.c (struct redefine_node): New.
1447 (redefine_sym_list): New.
1448 (redefine_list_append): New.
1449 (lookup_sym_redefinition): New.
1450 (OPTION_REDEFINE_SYM): New.
1451 (copy_options): Add --redefine-sym option.
1452 (copy_usage): Mention it.
1453 (filter_symbols): Rename symbols on redefine_sym_list.
1454 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
1455 (copy_main): Handle OPTION_REDEFINE_SYM.
1456
1457 2000-04-04 H.J. Lu <hjl@gnu.org>
1458
1459 * readelf.c (process_symbol_table): Correctly read in symbol
1460 versioning information.
1461
1462 2000-04-04 Alan Modra <alan@linuxcare.com.au>
1463
1464 * po/binutils.pot: Regenerate.
1465
1466 * addr2line.c (usage): Restore translated part of bug string.
1467 * ar.c (usage): Likewise.
1468 * nlmconv.c (show_usage): Likewise.
1469 * nm.c (usage): Likewise.
1470 * objcopy.c (copy_usage): Likewise.
1471 (strip_usage): Likewise.
1472 * objdump.c (usage): Likewise.
1473 * readelf.c (usage): Likewise.
1474 * size.c (usage): Likewise.
1475 * strings.c (usage): Likewise.
1476 * windres.c (usage): Likewise.
1477
1478 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1479 (DEP): Quote when passing vars to sub-make. Add warning
1480 message to end.
1481 (DEP1): Rewrite for "gcc -MM".
1482 (CLEANFILES): Add DEP2.
1483 Update dependencies.
1484 * Makefile.in: Regenerate.
1485
1486 2000-04-04 H.J. Lu <hjl@gnu.org>
1487
1488 * Makefile.am (GENERATED_HFILES): Add rcparse.h
1489 (arparse.h): Depend on arparse.c
1490 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
1491
1492 2000-04-03 H.J. Lu (hjl@gnu.org)
1493
1494 * size.c (usage): Use REPORT_BUGS_TO.
1495
1496 2000-04-03 Alan Modra <alan@linuxcare.com.au>
1497
1498 * bucomm.h: #include "bin-bugs.h"
1499 * addr2line.c (usage): Use REPORT_BUGS_TO.
1500 * ar.c (usage): Likewise.
1501 * nlmconv.c (show_usage): Likewise.
1502 * nm.c (usage): Likewise.
1503 (OPTION_TARGET): Define.
1504 (long_options): Use OPTION_TARGET rather than 200.
1505 (main): Likewise.
1506
1507 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
1508 (strip_usage): Likewise.
1509 * objdump.c (usage): Likewise.
1510 * readelf.c (usage): Likewise.
1511 * strings.c (usage): Likewise.
1512 * windres.c (usage): Likewise.
1513
1514 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
1515
1516 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
1517
1518 2000-03-27 Nick Clifton <nickc@cygnus.com>
1519
1520 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
1521 string offsets in corrupt stabs entries.
1522
1523 2000-03-27 Alan Modra <alan@linuxcare.com.au>
1524
1525 * readelf.c: Include elf/avr.h
1526 (dump_relocations): Add EM_AVR case.
1527
1528 2000-03-09 Tim Waugh <twaugh@redhat.com>
1529
1530 * strings.1: Correct '-bytes' to '--bytes'.
1531
1532 2000-03-08 H.J. Lu <hjl@gnu.org>
1533
1534 * Makefile.am (install-exec-local): Depend on
1535 install-binPROGRAMS for parallel make.
1536 * Makefile.in: Regenerated.
1537
1538 2000-02-27 Ian Lance Taylor <ian@zembu.com>
1539
1540 From Brad Lucier <lucier@math.purdue.edu>:
1541 * readelf.c (process_dynamic_segment): Add cast to make sure
1542 argument to %* is int.
1543
1544 2000-02-25 H.J. Lu <hjl@gnu.org>
1545
1546 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
1547
1548 2000-02-24 Nick Clifton <nickc@cygnus.com>
1549
1550 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
1551 * configure: Regenerate.
1552
1553 * dlltool.c: Add support for sh-pe and mips-pe targets.
1554 * rescoff.c: Add support for sh-pe and mips-pe targets.
1555
1556 2000-02-23 H.J. Lu <hjl@gnu.org>
1557
1558 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
1559
1560 2000-02-22 Nick Clifton <nickc@cygnus.com>
1561
1562 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
1563
1564 2000-02-22 Ian Lance Taylor <ian@zembu.com>
1565
1566 From Brad Lucier <lucier@math.purdue.edu>:
1567 * readelf.c (process_version_sections): Add casts to make sure
1568 argument to %* is an int.
1569 (process_mips_specific): Add casts to make printf arguments match
1570 format.
1571
1572 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
1573
1574 * objdump.c (dump_section_header): Change `opb' to unsigned.
1575 (find_symbol_for_address): Same here.
1576 (disassemble_data): And here. Change `addr_offset',
1577 `stop_offset', `nextstop_offset' to unsigned long.
1578 (dump_data): Change opb to unsigned.
1579
1580 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
1581
1582 * resrc.c: Remove unmatched #if for cygwin.
1583
1584 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
1585
1586 * binutils.texi: Document the change of flavor name from atpcs-special
1587 to special-atpcs to prevent name conflict in gdb.
1588
1589 2000-02-08 Timothy Wall <twall@redhat.com>
1590
1591 * objdump.c (show_line): Fix bug preventing printing of the very
1592 first line (line zero) of a file when interlisting source and
1593 assembly. Added option to print entire context from start of file
1594 when the first line from that file is encountered.
1595
1596 2000-02-03 Timothy Wall <twall@redhat.com>
1597
1598 * objdump.c (dump_section_header, find_symbol_for_address,
1599 show_line, disassemble_bytes, disassemble_data, dump_data):
1600 distinguish between octets and bytes.
1601
1602 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1603
1604 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1605 check to unresolved symbols.
1606 (print_symbol_info_sysv): Ditto.
1607 (print_symbol_info_posix): Ditto.
1608
1609 * binutils.texi: Document new 'V' symclass flag for nm.
1610
1611 2000-01-27 Nick Clifton <nickc@redhat.com>
1612
1613 * binutils.texi (objdump): Document new ARM specific
1614 disassembler options.
1615
1616 * objdump.c (usage): Call disassembler_usage().
1617
1618 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1619
1620 * readelf.c (get_dynamic_flags): Return buff.
1621 (process_dynamic_segment): Don't pass error strings to printf
1622 as format arg.
1623 (read_and_display_attr): Use lx and ld to print longs.
1624 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1625 before printing.
1626 Update copyright.
1627
1628 2000-01-17 Nick Clifton <nickc@cygnus.com>
1629
1630 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1631
1632 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1633
1634 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1635 false.
1636 (debug_tag_type): Here too.
1637 * ieee.c (ieee_builtin_type): And here.
1638 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1639
1640 2000-01-13 Nick Clifton <nickc@cygnus.com>
1641
1642 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1643 System/370".
1644
1645 2000-01-11 Nick Clifton <nickc@cygnus.com>
1646
1647 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1648
1649 2000-01-10 Nick Clifton <nickc@cygnus.com>
1650
1651 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1652
1653 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1654
1655 * windres.c (long_options): Add --use-temp-file and
1656 --no-use-temp-file options.
1657 (usage): Document.
1658 (main): Handle.
1659
1660 * windres.h: Update read_rc_file prototype.
1661
1662 * resrc.c (cpp_temp_file): New static variable.
1663 (istream_type): New static variable.
1664 (close_pipe): Delete function.
1665 (run_cmd): New static function.
1666 (open_input_stream): New static function.
1667 (close_input_stream): New static function.
1668 (look_for_default): Handle DOS directory separator. Use
1669 open_input_stream instead of popen.
1670 (read_rc_file): Likewise.
1671
1672 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1673 options.
1674
1675 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1676
1677 * dlltool.c (create_compat_implib): New variable.
1678 (gen_exp_file): Use.
1679 (make_one_lib_file): Use.
1680 (long_options): Add --compat-implib option.
1681 (usage): Handle.
1682 (main): Handle.
1683
1684 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1685 (main): Use. Don't look for "32" in cygwin and mingw target names.
1686
1687 2000-01-03 Nick Clifton <nickc@cygnus.com>
1688
1689 * binutils.texi: Document new, ARM specific disassembler
1690 command line switch "-M force-thumb".
1691
1692 For older changes see ChangeLog-9899
1693 \f
1694 Local Variables:
1695 mode: change-log
1696 left-margin: 8
1697 fill-column: 74
1698 version-control: never
1699 End:
This page took 0.070653 seconds and 5 git commands to generate.