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