Document new --unwind option to readelf.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2001-02-10 Nick Clifton <nickc@redhat.com>
2
3 * binutils.texi: Document new --unwind option to readelf.
4
5 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6
7 * readelf.c: Add linux target for S/390.
8
9 2001-02-10 Alan Modra <alan@linuxcare.com.au>
10
11 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
12 printf is a macro.
13
14 2001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
15
16 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
17 * aclocal.m4: Regenerate.
18 * configure: Regenerate.
19
20 2001-02-07 Todd Vierling <tv@wasabisystems.com>
21
22 * bucomm.c (bfd_target_vector): Change extern array to pointer.
23 * objdump.c (bfd_target_vector): Likewise.
24
25 2001-02-07 David Mosberger <davidm@hpl.hp.com>
26
27 * readelf.c (process_unwind): New function.
28 (slurp_ia64_unwind_table): Ditto.
29 (dump_ia64_unwind): Ditto.
30 (find_symbol_for_address): Ditto.
31 (slurp_rela_relocs): New function (split off from dump_relocations()).
32 (slurp_rel_relocs): Ditto.
33 (parse_args): Handle '-u' option.
34
35 * unwind-ia64.c: New file.
36 * unwind-ia64.h: New file.
37 * Makefile.am: Include unwind-ia64.c in readelf build.
38 * Makefile.in: Regenerate.
39 * po/binutils.pot: Regenerate.
40
41 2001-02-04 Philip Blundell <philb@gnu.org>
42
43 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
44 * configure: Regenerate.
45
46 2001-01-31 Steve deRosier <sderosier@vari-lite.com>
47
48 * ieee.c (ieee_add_bb11): Don't check for backslashes
49 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
50
51 2001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
52
53 * ieee.c: Update copyright.
54 (ieee_start_compilation_unit): Don't check for backslashes
55 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
56
57 * stabs.c: Update copyright. Include "filenames.h".
58 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
59
60 2001-01-23 Jakub Jelinek <jakub@redhat.com>
61
62 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
63 sections are present before using them. Remove code duplication.
64 (process_symbol_table): Check if VERDEF or VERNEED sections are
65 present before using them.
66
67 2001-01-17 Nick Clifton <nickc@redhat.com>
68
69 * objcopy.c (copy_object): Fail if attempting to convert the
70 endianness of the input object file.
71
72 * binutils.texi: Explain that objcopy cannot convert endianness.
73
74 2001-01-16 Nick Clifton <nickc@redhat.com>
75
76 * readelf.c (string_table_length): New variable.
77 (SECTION_NAME): Catch out of range indices and missing section
78 pointers.
79 (process_section_headers): Delete useless local variable
80 string_table_offset. Set the value of string_table_length
81 after loading the string table.
82 (process_mips_specific): Use SECTION_NAME macro.
83 (process_file): Set string_table_length to 0 when it is freed.
84
85 2001-01-12 Nick Clifton <nickc@redhat.com>
86
87 * version.c (print_version): Update copyright date.
88
89 2001-01-11 Peter Targett <peter.targett@arccores.com>
90
91 * readelf.c (dump_relocations): Include selection with EM_ARC.
92 (get_machine_name) Update name to "ARC".
93
94 2001-01-09 Nick Clifton <nickc@redhat.com>
95
96 * Makefile.am: Add rule to build objdump.o from objdump.c and
97 using OBJDUMP_DEFS.
98 * Makefile.in: Regenerate.
99
100 * configure.in: Define OBJDUMP_DEFS. Default to empty.
101 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
102 -DDISASSEMBLER_NEEDS_RELOCS.
103 * configure: Regenerate.
104
105 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
106 is defined read in the relocs even if dump_reloc_info is
107 false.
108
109 2001-01-07 Philip Blundell <philb@gnu.org>
110
111 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
112 `bug-binutils'.
113 * README: Likewise.
114
115 2000-12-19 Nick Clifton <nickc@redhat.com>
116
117 * dlltool.c: Add missing support for arm-epoc-pe.
118 * configure.in: Add missing support for arm-epoc-pe.
119 * configure: Regenerate.
120
121 2000-12-15 Nick Clifton <nickc@redhat.com>
122
123 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
124 Mode parts of the x86 port.
125
126 2000-12-04 Andreas Jaeger <aj@suse.de>
127
128 * readelf.c (guess_is_rela): Add EM_X86_64.
129 (dump_relocations): Add EM_X86_64.
130 (get_machine_name): Add EM_X86_64.
131 Include "elf/x86-64.h".
132
133 2000-12-12 Nick Clifton <nickc@redhat.com>
134
135 * readelf.c: Fix formatting.
136
137 Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
138
139 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
140
141 2000-12-07 Andrew Haley <aph@redhat.com>
142
143 * readelf.c (display_debug_frames): Only display columns that are
144 referenced by the frame debug info.
145
146 2000-12-05 Nick Clifton <nickc@redhat.com>
147
148 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
149
150 2000-12-04 Jason Merrill <jason@redhat.com>
151
152 * readelf.c (process_section_headers): Handle linkonce.wi sections.
153 (display_debug_section): Likewise.
154 (display_debug_info): Display CU header before bailing.
155
156 2000-12-01 Chris Demetriou <cgd@sibyte.com>
157
158 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
159 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
160 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
161
162 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
163 and E_MIPS_ARCH_64.
164
165 * readelf.c (get_machine_flags): Add case for
166 E_MIPS_MACH_SB1.
167
168 2000-11-30 Richard Earnshaw <rearnsha@arm.com>
169
170 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
171
172 2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
173
174 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
175 Change sourceware.cygnus.com to sources.redhat.com.
176 Fix typo for "amongst".
177
178 2000-11-28 Nick Clifton <nickc@redhat.com>
179
180 * strip.1 (COPYING): Mention that the GNU Free Documentation
181 License is present in the sources, but not the output, and
182 also available from the GNU website.
183 (GNU Free Documentation License): Comment out this section.
184 * strings.1: Ditto.
185 * size.1: Ditto.
186 * ranlib.1: Ditto.
187 * objdump.1: Ditto.
188 * objcopy.1: Ditto.
189 * nm.1: Ditto.
190 * nlmconv.1: Ditto.
191 * ar.1: Ditto.
192 * addr2line.1: Ditto.
193
194 2000-11-27 DJ Delorie <dj@redhat.com>
195
196 * readelf.c (usage): Add -wf (--debug-dump=frames) option.
197 (parse_args): Support -wf option.
198 (process_section_headers): Ditto.
199 (debug_displays): Ditto.
200 (display_debug_frames): New, dump *_frame sections.
201 (frame_need_space): Support for above.
202 (frame_display_row): Ditto.
203 * binutils.texi: Document it.
204
205 2000-11-24 Nick Clifton <nickc@redhat.com>
206
207 * NEWS: Announce support for v5t, v5te and XScale.
208
209 2000-11-22 Nick Clifton <nickc@redhat.com>
210
211 * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH,
212 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
213 (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX.
214 (get_elf_section_flags: Add SHF_GROUP.
215 (process_section_headers): Adjust output for 32-bit binaries
216 to look nice on an 80 column terminal.
217
218 2000-11-20 H.J. Lu <hjl@gnu.org>
219
220 * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to
221 ELFOSABI_AIX.
222
223 2000-11-17 Richard Henderson <rth@redhat.com>
224
225 * readelf.c (display_debug_lines): Adjust last change to
226 use sizeof (external->li_length).
227
228 2000-11-17 Richard Henderson <rth@redhat.com>
229
230 * readelf.c (display_debug_lines): Fix section length check
231 and end_of_sequence computation.
232
233 2000-11-06 Nick Clifton <nickc@redhat.com>
234
235 * binutils.texi: Add GNU Free Documentation License.
236 * objcopy.1: Add GNU Free Documentation License.
237 * objdump.1: Add GNU Free Documentation License.
238 * addr2line.1: Add GNU Free Documentation License.
239 * ar.1: Add GNU Free Documentation License.
240 * nlmconv.1: Add GNU Free Documentation License.
241 * nm.1: Add GNU Free Documentation License.
242 * ranlib.1: Add GNU Free Documentation License.
243 * size.1: Add GNU Free Documentation License.
244 * strings.1: Add GNU Free Documentation License.
245 * strip.1: Add GNU Free Documentation License.
246
247 2000-10-06 Luciano Gemme <ishitawa@yahoo.com>
248
249 * objcopy.c (--srec-len=nn): New parameter to set the
250 maximum length of generated Srecords.
251 (--srec-forceS3): New parameter that restricts the generation of
252 Srecords to type S3 only.
253 * binutils.texi: Document new command line switches.
254 * objcopy.1: Docuemnt the new command line switches.
255 * NEWS: Announce the existence of the new command line switches.
256
257 2000-10-31 Nick Clifton <nickc@redhat.com>
258
259 * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64
260 code. Add Eric Chrisopher as maintainer of MN10300 port.
261
262 2000-10-12 Roger Sayle <roger@metaphorics.com>
263
264 * Make comma after string after icon/control optional.
265
266 2000-09-13 Anders Norlander <anorland@acc.umu.se>
267
268 * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field.
269
270 * NEWS: Mention support for MIPS32.
271
272 2000-09-08 Nick Clifton <nickc@redhat.com>
273
274 * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].
275
276 2000-09-07 H.J. Lu <hjl@gnu.org>
277
278 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
279 * configure: Rebuild.
280
281 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
282
283 * configure: Rebuilt with new libtool.m4.
284
285 2000-09-05 Nick Clifton <nickc@redhat.com>
286
287 * aclocal.m4: Regenerate.
288 * config.in: Regenerate.
289 * configure: Regenerate.
290
291 2000-09-04 Todd Vierling <tv@wasabisystems.com>
292
293 * strip.1: Fix stray '\' in -o formatting.
294
295 2000-09-02 Nick Clifton <nickc@redhat.com>
296
297 * configure.in: Increase version number to 2.10.91.
298 * configure: Regenerate.
299 * aclocal.m4: Regenerate.
300 * config.in: Regenerate.
301 * po/binutils.pot: Regenerate.
302
303 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
304
305 * acinclude.m4: Include libtool and gettext macros from the
306 top level.
307 * aclocal.m4, configure: Rebuilt.
308
309 2000-08-30 Jamie Guinan <guinan@bluebutton.com>
310
311 * resrc.c (close_input_stream): Delete extraneous logic
312
313 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
314
315 * NEWS: Mention support for CRIS.
316
317 2000-08-21 Nick Clifton <nickc@redhat.com>
318
319 * addr2line.c: Changed email address for Ulrich Lauther.
320
321 2000-08-17 Christopher C. Chimelis <chris@debian.org>
322
323 * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
324
325 2000-08-17 Nick Clifton <nickc@redhat.com>
326
327 * readelf.c (display_debug_pubnames): Only issue warning
328 message once. Terminate message with a new line.
329 (display_debug_aranges): Only display version 2 debug info.
330
331 2000-08-14 Todd Vierling <tv@wasabisystems.com>
332
333 * objcopy.c (strip_main): Silently accept -d as an alias for -g
334 for compatability with old BSD systems.
335
336 2000-08-14 Jason Eckhardt <jle@cygnus.com>
337
338 * NEWS: Mention i860 support.
339
340 2000-08-11 Carlo Wood <carlo@alinoe.com>
341
342 * addr2line.c (main): Add const to char *.
343
344 2000-08-11 Geoff Keating <geoffk@cygnus.com>
345
346 * ar.c (main): Don't crash if called with no arguments
347 or only '-X32_64' as an argument.
348
349 2000-08-08 DJ Delorie <dj@redhat.com>
350
351 * resrc.c: use "gcc -xc" instead of -xc-header
352
353 2000-08-05 Jason Eckhardt <jle@cygnus.com>
354
355 * readelf.c (elf/i860.h): Include.
356 (dump_relocations): Add recognition of i860 architecture.
357 (guess_is_rela): Add recognition of i860 architecture.
358
359 2000-08-03 Nick Clifton <nickc@cygnus.com>
360
361 * MAINTAINERS: Add information about CGEN maintainers.
362
363 2000-07-26 Geoff Keating <geoffk@cygnus.com>
364
365 * nm.c (main): Ignore '-X32_64' as an option.
366 * ar.c (main): Likewise.
367 * binutils.texi (nm): Document new option.
368 (ar): Likewise.
369
370 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
371
372 * rdcoff.c (external_coff_symbol_p): K&R-ise.
373
374 2000-07-20 H.J. Lu <hjl@gnu.org>
375
376 * binutils/binutils.texi: Put back "@end table" deleted by
377 accident.
378
379 2000-07-05 Kenneth Block <krblock@computer.org>
380
381 * binutils/nm.c: Add optional style to demangle switch.
382 * binutils/objdump.c: Add optional style to demangle switch.
383 * binutils/addr2line.c: Add optional style to demangle switch.
384 * binutils/binutils.texi: Document optional style to demangle
385 switch.
386
387 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
388
389 * MAINTAINERS: Add self as CRIS port maintainer.
390 * readelf.c: Include elf/cris.h.
391 (guess_is_rela): Handle EM_CRIS.
392 (dump_relocations): Ditto.
393 (get_machine_name): Ditto.
394 * Makefile.am: Rebuild dependencies.
395 * Makefile.in: Regenerate.
396 * po/binutils.pot: Regenerate.
397
398 2000-07-19 H.J. Lu <hjl@gnu.org>
399
400 * readelf.c (get_dynamic_type): Change "AUXILARY" to
401 "AUXILIARY".
402 (process_dynamic_segment): Print out strings for DT_CONFIG,
403 DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
404
405 2000-07-19 Mark Kettenis <kettenis@gnu.org>
406
407 * nm.c (usage): Change output of `nm --help' to include a
408 description of the purpose of the program and a detailed
409 description of the accepted options.
410
411 2000-07-19 H.J. Lu <hjl@gnu.org>
412
413 * readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB
414 to DF_1_NODEFLIB.
415
416 2000-07-19 H.J. Lu <hjl@gnu.org>
417
418 * readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
419
420 2000-07-19 H.J. Lu <hjl@gnu.org>
421
422 * readelf.c (get_dynamic_type): Change DT_FEATURE_1 to
423 DT_FEATURE.
424 (process_dynamic_segment): Likewise.
425
426 * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT,
427 DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM.
428 (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB,
429 DF_1_NODUMP and DF_1_CONLFAT.
430
431 2000-07-18 Nick Clifton <nickc@cygnus.com>
432
433 * binutils.texi (readelf): Fix spelling typo.
434
435 2000-07-11 Mark Kettenis <kettenis@gnu.org>
436
437 * objdump.c (usage): Make output of `objdump --help' more
438 consistent with the rest of the GNU world. Add a line describing
439 the purpose of the program.
440
441 2000-07-10 David Huggins-Daines <dhd@linuxcare.com>
442
443 * stabs.c (parse_stab_range_type): Cast to proper type to fix
444 warning.
445
446 2000-07-10 Ryan Bradetich <rbradetich@uswest.net>
447
448 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
449 to fix warnings.
450 (process_symbol_table): Ditto.
451 (procesS_extended_line_op): Ditto.
452 (display_debug_lines): Ditto.
453 (display_debug_pubnames): Ditto.
454 (read_and_display_attr): Ditto.
455
456 2000-07-09 Nick Clifton <nickc@cygnus.com>
457
458 * MAINTAINERS: Add several more port specific maintainers.
459
460 2000-07-05 Nick Clifton <nickc@cygnus.com>
461
462 * MAINTAINERS: Add blanket write privs for Michael Meissner.
463
464 2000-06-05 DJ Delorie <dj@redhat.com>
465
466 * MAINTAINERS: New.
467
468 2000-07-01 Eric Fifer <EFifer@sanwaint.com>
469
470 * dllwrap.c: Changed mistaken dyn_string_append() calls
471 to dyn_string_append_cstr().
472
473 2000-07-01 Alexander Aganichev <AAganichev@hypercom.com>
474
475 * stabs.c (parse_stab_type): Divide size in bits by 8 as binutils
476 struct debug_type stores size in bytes.
477
478 2000-07-01 Alan Modra <alan@linuxcare.com.au>
479
480 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
481 (CLEANFILES): Add DEPA.
482 * Makefile.in: Regenerate.
483
484 2000-06-27 Alan Modra <alan@linuxcare.com.au>
485
486 * ar.c: Revert incorrect 2000-06-25 patch.
487 * bucomm.c: Likewise.
488
489 2000-06-25 Mark Elbrecht <snowball3@bigfoot.com>
490
491 * rdcoff (parse_coff_symbol): Treat GNU weak symbols as external.
492 (external_coff_symbol_p): New function.
493 (parse_coff): Use it.
494
495 2000-06-25 Alexander Aganichev <AAganichev@hypercom.com>
496
497 * ar.c (normalize): Advance past both characters in a DOS based
498 <letter>: filepath prefix.
499 (main): Likewise.
500 * bucomm.c (make_tempname): Likewise.
501
502 2000-06-24 Nick Clifton <nickc@cygnus.com>
503
504 * objdump.c (usage): Fix description of --stabs switch.
505
506 2000-06-22 Alan Modra <alan@linuxcare.com.au>
507
508 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
509 find one.
510 * Makefile.in: Regenerate.
511
512 2000-06-20 Alexander Aganichev <AAganichev@hypercom.com>
513
514 * ar.c (normalize): Correct pointer comparison when checking for
515 backslashes.
516 (main): Likewise.
517 * bucomm.c (make_tempname): Likewise.
518
519 * ieee.c (ieee_start_compilation_unit): Correct pointer comparison
520 and search for backslashes in the original pathname.
521 (ieee_add_bb11): Likewise.
522
523 2000-06-18 Nick Clifton <nickc@redhat.com>
524
525 * ar.c (print_contents): Improve verbose message.
526
527 2000-06-15 H.J. Lu <hjl@gnu.org>
528
529 * dyn-string.c: Removed. Not needed with dyn-string.c in
530 libiberty.
531 * dyn-string.h: Likewise.
532
533 * Makefile.am: Remove references to dyn-string.c and
534 dyn-string.h. Rebuild dependency.
535 * Makefile.in: Rebuild.
536
537 2000-06-15 H.J. Lu <hjl@gnu.org>
538
539 * binutils.texi: Put a warning on copying relocatable object
540 files between two different formats.
541
542 2000-06-13 DJ Delorie <dj@cygnus.com>
543
544 * rcparse.y (control): ICON controls take an id as the first
545 parameter, not an optional string. Also, call new convenience
546 function that takes res_id's.
547 * resrc.c (define_control): missing text means zero-length string,
548 not zero ID.
549 (define_icon_control): New.
550 * windres.h: declare define_icon_control.
551
552 2000-06-13 H.J. Lu <hjl@gnu.org>
553
554 * configure: Regenerate.
555
556 2000-06-08 David O'Brien <obrien@FreeBSD.org>
557
558 * configure.in (VERSION): Update to show this is the CVS mainline.
559
560 2000-06-02 David O'Brien <obrien@FreeBSD.org>
561
562 * strings.c (isgraphic): Interpret <TAB> as a printable character,
563 analogous to <SPACE>.
564
565 2000-05-30 Alan Modra <alan@linuxcare.com.au>
566
567 * objdump.c (display_target_list): Use bfd_close_all_done, not
568 bfd_close to fix crash caused by 2000-05-24 change.
569
570 2000-05-25 DJ Delorie <dj@cygnus.com>
571
572 * resrc.c (close_input_stream): zero out cpp_pipe after closing it.
573
574 2000-05-26 Alan Modra <alan@linuxcare.com.au>
575
576 * Makefile.am: Update dependencies with "make dep-am"
577 * Makefile.in: Regenerate.
578
579 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
580
581 * ar.c: Include filenames.h.
582 (normalize) [HAVE_DOS_BASED_FILE_SYSTEM]: Support backslashes
583 and drive letters in file names.
584 (main): Support backslashes and drive letters in argv[0]. Drop
585 the .exe suffix, if any, in argv[0] if is_ranlib is negative. Use
586 FILENAME_CMP instead of strcmp to compare file names.
587 (open_inarch) [__GO32__]: Don't ifdef errno != ENOENT test for
588 DJGPP v2.
589 (do_quick_append) [__GO32__]: Ditto.
590 (get_pos_bfd, delete_members, move_members, replace_members):
591 Compare file names with FILENAME_CMP.
592
593 * bucomm.c: Include filenames.h.
594 (make_tempname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support mixed
595 forward/backward slashes and drive letters in file names.
596
597 * ieee.c (ieee_start_compilation_unit, ieee_add_bb11): Support
598 mixed forward/backward slashes and drive letters in file names.
599
600 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
601 (main) [SET_BINARY]: Use SET_BINARY to switch stdin into binary
602 mode.
603
604 * objcopy.c: Include filenames.h.
605 (main) [HAVE_DOS_BASED_FILE_SYSTEM]: Drop the .exe suffix
606 before comparing to "strip".
607 Use FILENAME_CMP to compare file names.
608
609 * arsup.c: Include filenames.h.
610 (map_over_list, ar_delete, ar_replace, ar_extract): Use
611 FILENAME_CMP to compare file names.
612 (ar_open): Prepend "tmp-" instead of appending "-tmp", to create
613 the temporary file name.
614
615 * configure.in: Check for setmode.
616 * configure: Regenerate.
617
618 2000-05-24 Alan Modra <alan@linuxcare.com.au>
619
620 * objdump.c (display_target_list): Close the bfd.
621 (display_info_table): Likewise.
622
623 2000-05-14 H.J. Lu (hjl@gnu.org)
624
625 * objcopy.c (filter_symbols): Don't strip global symbols in
626 relocatable object files.
627
628 2000-05-14 Alan Modra <alan@linuxcare.com.au>
629
630 * size.c (usage): Associate short options with corresponding long
631 option to give a clue as to their function.
632
633 2000-05-14 Philippe De Muyter <phdm@macqel.be>
634
635 * size.c (main): Accept and ignore `-f' option.
636
637 2000-05-13 Alan Modra <alan@linuxcare.com.au>
638
639 * bucomm.h (gettext, dgettext, dcgettext, textdomain,
640 bindtextdomain): Replace defines with those from intl/libgettext.h
641 to quieten gcc warnings.
642
643 2000-05-12 H.J. Lu <hjl@gnu.org>
644
645 * nlmconv.c (temp_filename): Removed.
646
647 * nlmconv.c (link_inputs): Use make_temp_file () instead of
648 choose_temp_base ().
649 * objdump.c (display_target_list): Likewise.
650 (display_info_table): Likewise.
651
652 2000-05-08 Alan Modra <alan@linuxcare.com.au>
653
654 * objcopy.c (setup_section): Add const and gettext calls for err.
655
656 2000-05-02 H.J. Lu <hjl@gnu.org>
657
658 * readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of
659 ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD,
660 ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX,
661 ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO
662 and ELFOSABI_OPENBSD.
663
664 2000-05-02 Kazu Hirata <kazu@hxi.com>
665
666 * coffgrok.c: Add ATTRIBUTE_UNUSED as appropriate.
667 * srconv.c: Likewise.
668 * sysdump.c: Likewise.
669
670 Sun Apr 23 14:23:26 2000 Denis Chertykov <denisc@overta.ru>
671
672 * readelf.c (guess_is_rela): AVR uses RELA relocations.
673 (get_machine_name): machine name for EM_AVR added.
674
675 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
676 David Mosberger <davidm@hpl.hp.com>
677
678 * Makefile.am (readelf.o): Add elf/ia64.h.
679 * Makefile.in: Rebuild.
680 * readelf.c: Include elf/ia64.h.
681 (guess_is_rela, dump_relocations): Handle EM_IA_64.
682
683 2000-04-17 Timothy Wall <twall@cygnus.com>
684
685 * objdump.c (disassemble_data): Set octets per byte *after*
686 resolving arch/mach for binary files.
687
688 2000-04-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
689
690 * arlex.l: Add directives to increase lex buffer size.
691
692 * objdump.c, readelf.c: Don't include strarg.h or varargs.h. They are
693 already included by bucomm.h.
694
695 2000-04-10 Philippe De Muyter <phdm@macqel.be>
696
697 * readelf (dynamic_segment_mips_val): Call `sprintf', not
698 `strftime' since strftime is not available on all systems.
699 (process_mips_specific): Ditto.
700
701 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
702
703 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
704 --enable-build-warnings option.
705 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
706 * Makefile.in, configure: Re-generate.
707
708 2000-04-06 Alan Modra <alan@linuxcare.com.au>
709
710 * addr2line.c: Update copyright.
711 * objcopy.1: Likewise, and title.
712 * strings.1: Likewise.
713
714 * version.c (print_version): Add 2000.
715
716 * rddbg.c (read_section_stabs_debugging_info): Don't use
717 bfd_size_type for strx to avoid printf problems if BFD64.
718
719 * bucomm.c: (report): Remove `static'.
720 Move inclusion of stdarg.h/vararg.h from here.
721 * bucomm.h: To here.
722 (CONST): Change all occurences to const.
723 (report): Declare it.
724 (bfd_fatal): Add ATTRIBUTE_NORETURN.
725 (fatal): Add ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN.
726 (non_fatal): Add ATTRIBUTE_PRINTF_1.
727
728 * ar.c (main): Use fatal or non_fatal instead of fprintf.
729 Correct a typo in an error message.
730 (do_quick_append): Use non_fatal instead of fprintf.
731 (move_members): Use fatal instead of fprintf, exit.
732 * coffdump.c (main): Same here.
733
734 * dlltool.c (display): Delete.
735 (warn): Delete.
736 (inform): Use `report' instead of `display'.
737 (rvaafter): Remove trailing \n from fatal error msg.
738 (rvabefore): Ditto.
739 (asm_prefix): Ditto.
740 (yyerror): Replace `warn' with `non_fatal', and remove \n.
741 (def_name): Likewise.
742 (run): Likewise.
743 (scan_all_symbols): Likewise.
744 (gen_lib_file): Likewise.
745 (def_library): Likewise. Remove extra program_name too.
746 (run): Remove \n from inform strings.
747 (scan_drectve_symbols): Likewise.
748 (add_excludes): Likewise.
749 (scan_open_obj_file): Likewise.
750 (gen_exp_file): Likewise.
751 (gen_lib_file): Likewise.
752 (process_duplicates): Likewise.
753
754 * Makefile.am (dllwrap_SOURCES): Add version.c.
755 * dllwrap.c (program_version): Delete.
756 (print_version): Delete.
757 (display): Always print trailing \n.
758 (warn): New.
759 (delete_temp_files): Use warn instead of fprintf. Use gettext.
760 (run): Here too.
761 (main): And here.
762 (usage): gettext'ify.
763 (long_options): Add missing initialisers.
764
765 * nlmconv.c (main): Use fatal/non_fatal instead of fprintf.
766 (select_output_format): Likewise.
767 (powerpc_mangle_relocs): Likewise.
768 (link_inputs): Likewise.
769
770 * nm.c (set_print_radix): Use fatal instead of fprintf, exit.
771 (set_output_format): Likewise.
772 (main): Use non_fatal instead of fprintf.
773 (display_rel_file): Likewise.
774
775 * objdump.c (slurp_symtab): Use non_fatal instead of fprintf.
776 (slurp_dynamic_symtab): Same here.
777 (disassemble_data): And here.
778 (read_section_stabs): And here.
779 (read_section_stabs): And here.
780 (dump_bfd): And here.
781 (main): And here.
782 (objdump_sprintf): Use fatal instead of fprintf, exit.
783 (disassemble_data): Same here.
784
785 * rdcoff.c (parse_coff_type): Use non_fatal instead of fprintf.
786 (parse_coff_struct_type): Same here.
787 (parse_coff_enum_type): And here.
788 (parse_coff): And here.
789 * rddbg.c (read_debugging_info): And here.
790 * size.c (main): And here.
791 * windres.c (format_from_name): And here.
792 * wrstabs.c (stab_write_symbol): Here too.
793 (write_stabs_in_sections_debugging_info): And here.
794 (stab_int_type): And here.
795 (stab_struct_field): And here.
796 (stab_typdef): And here.
797
798 * rescoff.c (read_coff_rsrc): Use fatal instead of fprintf, exit.
799 * srconv.c (main): Same here.
800 * strings.c (main): And here.
801 (integer_arg): And here.
802 * sysdump.c (main): And here.
803
804 2000-04-06 Timothy Wall <twall@cygnus.com>
805
806 * objdump.c (dump_section_header): Print CLINK and BLOCK flags.
807
808 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
809
810 * readelf.c (decode_location_expression): Loop through multiple
811 operations.
812 (read_and_display_attr): Pass in length.
813
814 * readelf.c (read_and_display_attr): Add CU offset to references.
815 (display_debug_info): Pass it in.
816
817 2000-04-06 Nick Clifton <nickc@cygnus.com>
818
819 * readelf.c (decode_ARM_machine_flags): New function.
820 (get_machine_flags): Call decode_ARM_machine_flags for ARM
821 targets.
822
823 (get_machine_name): Catch EM_AVR
824
825 2000-04-05 Alan Modra <alan@linuxcare.com.au>
826
827 * binutils.texi: Remove optional `=' from long options that have
828 an `=' in the argument.
829 * objcopy.1: Here too. Remove extra space on discard-all.
830
831 * binutils.texi (objcopy): Mention --redefine-sym.
832 * objcopy.1: Here too.
833 * NEWS: And here.
834
835 * objcopy.c (parse_flags): Split off flag names from error message
836 gettext as they are not translated.
837 (copy_main): Similarly split off option name for --add-section,
838 --set-section-flags, --change-section-vma, --change-section-lma
839 error messages.
840 Some white space changes.
841
842 from Matthew Benjamin <matt@linuxbox.nu>
843 * objcopy.c (struct redefine_node): New.
844 (redefine_sym_list): New.
845 (redefine_list_append): New.
846 (lookup_sym_redefinition): New.
847 (OPTION_REDEFINE_SYM): New.
848 (copy_options): Add --redefine-sym option.
849 (copy_usage): Mention it.
850 (filter_symbols): Rename symbols on redefine_sym_list.
851 (copy_object): Call filter_symbols if redefine_sym_list != NULL.
852 (copy_main): Handle OPTION_REDEFINE_SYM.
853
854 2000-04-04 H.J. Lu <hjl@gnu.org>
855
856 * readelf.c (process_symbol_table): Correctly read in symbol
857 versioning information.
858
859 2000-04-04 Alan Modra <alan@linuxcare.com.au>
860
861 * po/binutils.pot: Regenerate.
862
863 * addr2line.c (usage): Restore translated part of bug string.
864 * ar.c (usage): Likewise.
865 * nlmconv.c (show_usage): Likewise.
866 * nm.c (usage): Likewise.
867 * objcopy.c (copy_usage): Likewise.
868 (strip_usage): Likewise.
869 * objdump.c (usage): Likewise.
870 * readelf.c (usage): Likewise.
871 * size.c (usage): Likewise.
872 * strings.c (usage): Likewise.
873 * windres.c (usage): Likewise.
874
875 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
876 (DEP): Quote when passing vars to sub-make. Add warning
877 message to end.
878 (DEP1): Rewrite for "gcc -MM".
879 (CLEANFILES): Add DEP2.
880 Update dependencies.
881 * Makefile.in: Regenerate.
882
883 2000-04-04 H.J. Lu <hjl@gnu.org>
884
885 * Makefile.am (GENERATED_HFILES): Add rcparse.h
886 (arparse.h): Depend on arparse.c
887 (defparse.h, nlmheader.h, rcparse.h, sysinfo.h): Similarly.
888
889 2000-04-03 H.J. Lu (hjl@gnu.org)
890
891 * size.c (usage): Use REPORT_BUGS_TO.
892
893 2000-04-03 Alan Modra <alan@linuxcare.com.au>
894
895 * bucomm.h: #include "bin-bugs.h"
896 * addr2line.c (usage): Use REPORT_BUGS_TO.
897 * ar.c (usage): Likewise.
898 * nlmconv.c (show_usage): Likewise.
899 * nm.c (usage): Likewise.
900 (OPTION_TARGET): Define.
901 (long_options): Use OPTION_TARGET rather than 200.
902 (main): Likewise.
903
904 * objcopy.c (copy_usage): Use REPORT_BUGS_TO.
905 (strip_usage): Likewise.
906 * objdump.c (usage): Likewise.
907 * readelf.c (usage): Likewise.
908 * strings.c (usage): Likewise.
909 * windres.c (usage): Likewise.
910
911 2000-03-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
912
913 * readelf.c: Include sys/types.h before sys/stat.h for ultrix.
914
915 2000-03-27 Nick Clifton <nickc@cygnus.com>
916
917 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
918 string offsets in corrupt stabs entries.
919
920 2000-03-27 Alan Modra <alan@linuxcare.com.au>
921
922 * readelf.c: Include elf/avr.h
923 (dump_relocations): Add EM_AVR case.
924
925 2000-03-09 Tim Waugh <twaugh@redhat.com>
926
927 * strings.1: Correct '-bytes' to '--bytes'.
928
929 2000-03-08 H.J. Lu <hjl@gnu.org>
930
931 * Makefile.am (install-exec-local): Depend on
932 install-binPROGRAMS for parallel make.
933 * Makefile.in: Regenerated.
934
935 2000-02-27 Ian Lance Taylor <ian@zembu.com>
936
937 From Brad Lucier <lucier@math.purdue.edu>:
938 * readelf.c (process_dynamic_segment): Add cast to make sure
939 argument to %* is int.
940
941 2000-02-25 H.J. Lu <hjl@gnu.org>
942
943 * configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
944
945 2000-02-24 Nick Clifton <nickc@cygnus.com>
946
947 * configure.in: Add arm-wince, mips-pe and sh-pe targets.
948 * configure: Regenerate.
949
950 * dlltoolc.: Add support for sh-pe and mips-pe targets.
951 * rescoff.c: Add support for sh-pe and mips-pe targets.
952
953 2000-02-23 H.J. Lu <hjl@gnu.org>
954
955 * readelf.c (get_osabi_name): Handle ELFOSABI_LINUX.
956
957 2000-02-22 Nick Clifton <nickc@cygnus.com>
958
959 * readelf.c (process_symbol_table): Remove use of ELF_ST_OTHER.
960
961 2000-02-22 Ian Lance Taylor <ian@zembu.com>
962
963 From Brad Lucier <lucier@math.purdue.edu>:
964 * readelf.c (process_version_sections): Add casts to make sure
965 argument to %* is an int.
966 (process_mips_specific): Add casts to make printf arguments match
967 format.
968
969 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
970
971 * objdump.c (dump_section_header): Change `opb' to unsigned.
972 (find_symbol_for_address): Same here.
973 (disassemble_data): And here. Change `addr_offset',
974 `stop_offset', `nextstop_offset' to unsigned long.
975 (dump_data): Change opb to unsigned.
976
977 2000-02-18 Frank Ch. Eigler <fche@redhat.com>
978
979 * resrc.c: Remove unmatched #if for cygwin.
980
981 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>
982
983 * binutils.texi: Document the change of flavor name from atpcs-special
984 to special-atpcs to prevent name conflict in gdb.
985
986 2000-02-08 Timothy Wall <twall@redhat.com>
987
988 * objdump.c (show_line): Fix bug preventing printing of the very
989 first line (line zero) of a file when interlisting source and
990 assembly. Added option to print entire context from start of file
991 when the first line from that file is encountered.
992
993 2000-02-03 Timothy Wall <twall@redhat.com>
994
995 * binutils/objdump.c (dump_section_header, find_symbol_for_address,
996 show_line, disassemble_bytes, disassemble_data, dump_data):
997 distinguish between octets and bytes.
998
999 2000-01-27 Thomas de Lellis <tdel@windriver.com>
1000
1001 * nm.c (print_symbol_info_bsd): Use bfd_is_undefined_symclass to
1002 check to unresolved symbols.
1003 (print_symbol_info_sysv): Ditto.
1004 (print_symbol_info_posix): Ditto.
1005
1006 * binutils.texi: Document new 'V' symclass flag for nm.
1007
1008 2000-01-27 Nick Clifton <nickc@redhat.com>
1009
1010 * binutils.texi (objdump): Document new ARM specific
1011 disassembler options.
1012
1013 * objdump.c (usage): Call disassembler_usage().
1014
1015 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
1016
1017 * readelf.c (get_dynamic_flags): Return buff.
1018 (process_dynamic_segment): Don't pass error strings to printf
1019 as format arg.
1020 (read_and_display_attr): Use lx and ld to print longs.
1021 (process_corefile_note_segment): Cast bfd_vma to unsigned long
1022 before printing.
1023 Update copyright.
1024
1025 2000-01-17 Nick Clifton <nickc@cygnus.com>
1026
1027 * readelf.c (get_osabi_name): Recognise ELFOSABI_ARM.
1028
1029 2000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
1030
1031 * debug.c (debug_name_type): Return DEBUG_TYPE_NULL rather than
1032 false.
1033 (debug_tag_type): Here too.
1034 * ieee.c (ieee_builtin_type): And here.
1035 * stabs.c (parse_stab_type, parse_stab_array_type): And here.
1036
1037 2000-01-13 Nick Clifton <nickc@cygnus.com>
1038
1039 * readelf.c (get_machine_name): Change EM_S370 to return "IBM
1040 System/370".
1041
1042 2000-01-11 Nick Clifton <nickc@cygnus.com>
1043
1044 * readelf.c (get_dynamic_type): Remove DT_ENCODING.
1045
1046 2000-01-10 Nick Clifton <nickc@cygnus.com>
1047
1048 * readelf.c (get_note_type): Display NT_WIN32PSTATUS notes.
1049
1050 2000-01-07 Mumit Khan <khan@xraylith.wisc.edu>
1051
1052 * windres.c (long_options): Add --use-temp-file and
1053 --no-use-temp-file options.
1054 (usage): Document.
1055 (main): Handle.
1056
1057 * windres.h: Update read_rc_file prototype.
1058
1059 * resrc.c (cpp_temp_file): New static variable.
1060 (istream_type): New static variable.
1061 (close_pipe): Delete function.
1062 (run_cmd): New static function.
1063 (open_input_stream): New static function.
1064 (close_input_stream): New static function.
1065 (look_for_default): Handle DOS directory separator. Use
1066 open_input_stream instead of popen.
1067 (read_rc_file): Likewise.
1068
1069 * binutils.texi: Document --use-temp-file, --no-use-temp-file
1070 options.
1071
1072 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
1073
1074 * dlltool.c (create_compat_implib): New variable.
1075 (gen_exp_file): Use.
1076 (make_one_lib_file): Use.
1077 (long_options): Add --compat-implib option.
1078 (usage): Handle.
1079 (main): Handle.
1080
1081 * dllwrap.c (enum target_type): Rename MINGW32_TARGET to MINGW_TARGET.
1082 (main): Use. Don't look for "32" in cygwin and mingw target names.
1083
1084 2000-01-03 Nick Clifton <nickc@cygnus.com>
1085
1086 * binutils.texi: Document new, ARM specific disassembler
1087 command line switch "-M force-thumb".
1088
1089 For older changes see ChangeLog-9899
1090 \f
1091 Local Variables:
1092 mode: change-log
1093 left-margin: 8
1094 fill-column: 74
1095 version-control: never
1096 End:
This page took 0.076476 seconds and 5 git commands to generate.