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