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