2001-08-31 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0823fbca
EC
12001-08-31 Eric Christopher <echristo@redhat.com>
2
3 * readelf.c (get_machine_flags): Remove E_MIPS_MACH_MIPS32_4K.
4
8db76d70
PT
52001-08-29 Peter Targett <peter.targett@arccores.com>
6
7 * MAINTAINERS: Include ARC Maintainer.
8
d81d6584
BE
92001-08-29 Ben Elliston <bje@redhat.com>
10
11 * stabs.c (stab_demangle_template): Initialise s4.
12
25a1ff5b
AM
132001-08-27 Alan Modra <amodra@bigpond.net.au>
14
15 * readelf.c (dump_relocations): Recognise EM_PPC64.
16
a5d22d2a
TS
172001-08-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
18
19 * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.
20
62a5a82d
L
212001-08-25 H.J. Lu <hjl@gnu.org>
22
23 * nm.c (print_width): New.
24 (display_rel_file): Set `print_width' according to
25 bfd_sprintf_vma.
26 (print_symbol_info_bsd): Check `print_width' instead of BFD64.
27
1ae8b3d2
AO
282001-08-24 Alexandre Oliva <aoliva@redhat.com>
29
30 * objcopy.c (use_alt_mach_code): New variable.
31 (OPTION_ALT_MACH_CODE): Define.
32 (copy_options): Added --alt-machine-code.
33 (copy_main): Handle it.
34 (copy_object): Switch to alternate machine code if requested.
35 * doc/binutils.texi: Document new option.
36 * NEWS: Likewise.
37
d1bdd336
TS
382001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
39
40 * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
41
410f7a12
L
422001-08-21 H.J. Lu <hjl@gnu.org>
43
44 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
45 (display_debug_info): Cast for 64bit hosts.
46 (display_debug_frames): Likewise.
47 (process_mips_specific): Likewise.
48
c32144ff
AJ
492001-08-21 Andreas Jaeger <aj@suse.de>
50
51 * coffgrok.h: Add missing parameter for prototype of coff_grok.
52
53 * sysdump.c: Add missing prototypes.
54 * srconv.c: Likewise.
55 * unwind-ia64.c: Likewise.
56 * coffdump.c: Likewise.
57
58 * sysinfo.y: Print prototypes, include <ansidecl.h>.
59
60 * coffgrok.c: Add missing prototypes, include libiberty.h instead
61 of declaring xcalloc.
62
d8180c76
L
632001-08-10 H.J. Lu <hjl@gnu.org>
64
65 * nm.c (print_value): Add one arg, bfd *.
66 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
67 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
68 (print_symbol_info_sysv): Likewise.
69 (print_symbol_info_posix): Likewise.
70
71 * objdump.c (dump_section_header): Replace printf_vma with
72 bfd_printf_vma.
73 (print_section_stabs): Likewise.
74 (dump_bfd_header): Likewise.
75 (objdump_print_value): Replace sprintf_vma with
76 bfd_sprintf_vma.
77 (disassemble_bytes): Likewise.
78 (dump_reloc_set): Likewise.
79
0218d1e4
AJ
802001-08-10 Andreas Jaeger <aj@suse.de>
81
82 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
83 to build warnings.
84 * configure: Regenerate.
85
2863d58a
AM
862001-08-09 Alan Modra <amodra@bigpond.net.au>
87
88 * readelf.c: Add missing prototypes.
89 * objdump.c: Likewise. Format existing prototypes.
90
c0e047e0
AO
912001-08-08 Alexandre Oliva <aoliva@redhat.com>
92
93 * readelf.c (display_debug_info): Add to abbrev_offset the addend
94 of any RELA relocation for the abbrev_offset memory location that
95 refers to the .debug_abbrev section symbol.
96
ff78d6d6
L
972001-08-07 H.J. Lu <hjl@gnu.org>
98
99 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
100 (main): Return process_file ().
101
c36774d6
PB
1022001-08-05 Philip Blundell <philb@gnu.org>
103
104 * doc/binutils.texi: Use "Thumb" not "THUMB".
105
8f9d9bd9
JH
1062001-08-03 John Healy <jhealy@redhat.com>
107
108 Patch suggested by Frank Eigler <fche@redhat.com>.
109 * objdump.c (disassemble_data): Fill in section member of the
110 disasm_info structure.
111
c918cb96
DD
1122001-08-03 Tom Walsh <tom@cyberiansoftware.com>
113
114 * configure.in: Added --with-windres option.
115 * configure: Regenerated.
116
c7c55b78
NC
1172001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
118
119 * doc/binutils.texi: Use @command{name} for commands;
120 use @option{-opt} for options; use @table @env for list of options;
121 remove spaces arround [ | ] in synopsis.
122
123 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
124 center title.
125
594ef5db
NC
1262001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
127
128 * objcopy.c: Fix formatting.
129 (section_rename): New structure.
130 (OPTION_RENAME_SECTION): New switch.
131 (copy_usage): Document new switch.
132 (add_section_rename): New function: Add a node to the section
133 rename list.
134 (find_section_rename): New function: Find the new name and
135 flags for a section.
136 (setup_section): Call find_section_name to determine the name
137 of the output section.
138 (copy_main): Handle OPTION_RENAME_SECTION.
139 * binutils.texi: Document new switch.
140 * NEWS: Mention new switch.
141
1f554c69
NC
1422001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
143
144 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
145 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
146 bug-binutils@gcc.org.
147
2f83960e
AM
1482001-07-28 Matthias Kramm <kramm@quiss.org>
149
150 * bucomm.c (list_supported_architectures): New function.
151 * bucomm.h (list_supported_architectures): Declare.
152 * objdump.c (usage): Call the above.
153
20fe0649
DB
1542001-07-25 Dave Brolley <brolley@redhat.com>
155
156 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
157 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
158
1b577b00
NC
1592001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
160
161 * README: Update for 2.11. Change bug reporting email address.
162 * MAINTAINERS: Tidy up. Change bug reporting email address.
163
95fd336c
DD
1642001-07-16 DJ Delorie <dj@redhat.com>
165
5f16d855
DD
166 * resres.c (write_res_header): Align header size.
167 (res_align_file): Calculate alignment correctly.
168
95fd336c
DD
169 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
170 correct 10).
171 * resrc.c (write_rc_resource): Likewise.
172 * windres.h (SUBLANG_SHIFT): Define - as 10.
173
ed8fee27
NC
1742001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
175
176 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
177
90ab7e9a
NC
1782001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
179
180 * MAINTAINERS: Add notes about branch checkins.
181
e0c60db2
NC
1822001-07-05 Daniel Berlin <dan@cgsoftware.com>
183
184 * readelf.c (display_debug_macinfo): New function, display
185 .debug_macinfo section.
186 (do_debug_macinfo): New variable.
187 (parse_args): Handle "-w[mM]" to mean display macro info.
188 (process_section_headers): Handle debug_macinfo.
189 (debug_displays): Replace unsupported function with macinfo
0218d1e4 190 function for .debug_macinfo display.
e0c60db2
NC
191 * doc/binutils.texi: Document new command line switch.
192 * NEWS: Document new feature of readelf.
0218d1e4 193
24e01a36
L
1942001-07-05 H.J. Lu <hjl@gnu.org>
195
196 * objcopy.c (filter_symbols): Don't turn undefined symbols
197 into local.
198
4258bf4d
L
1992001-07-03 H.J. Lu <hjl@gnu.org>
200
201 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
202 $@.pod.
203 (ar.1): Likewise.
204 (dlltool.1): Likewise.
205 (nlmconv.1): Likewise.
206 (nm.1): Likewise.
207 (objcopy.1): Likewise.
208 (objdump.1): Likewise.
209 (ranlib.1): Likewise.
210 (readelf.1): Likewise.
211 (size.1): Likewise.
212 (strings.1): Likewise.
213 (strip.1): Likewise.
214 (windres.1): Likewise.
215 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
216 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
217 $(DEMANGLER_NAME).
218 (as.1): Removed.
219 * doc/Makefile.in: Regenerated.
220
7014bc31
NC
2212001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
222
223 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
224
b811889f
NC
2252001-07-01 Daniel Berlin <dan@cgsoftware.com>
226
227 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
228
12ab83a9
NC
2292001-06-29 James Cownie <jcownie@etnus.com>
230
231 * readelf.c: Support DWARF 2.1 attributes.
232
a6e9f9df
AM
2332001-06-28 Alan Modra <amodra@bigpond.net.au>
234
235 * readelf.c (GET_DATA_ALLOC): Remove.
236 (GET_DATA): Remove.
237 (get_data): New function combining above macros, with an extra
238 test for zero size.
239 (slurp_rela_relocs): Use get_data, and catch error return.
240 (slurp_rel_relocs): Likewise.
241 (get_32bit_program_headers): Likewise.
242 (get_64bit_program_headers): Likewise.
243 (get_32bit_section_headers): Likewise.
244 (get_64bit_section_headers): Likewise.
245 (get_32bit_elf_symbols): Likewise.
246 (get_64bit_elf_symbols): Likewise.
247 (process_section_headers): Likewise.
248 (process_relocs): Likewise.
249 (slurp_ia64_unwind_table): Likewise.
250 (process_unwind): Likewise.
251 (get_32bit_dynamic_segment): Likewise.
252 (get_64bit_dynamic_segment): Likewise.
253 (process_dynamic_segment): Likewise.
254 (process_version_sections): Likewise.
255 (process_symbol_table): Likewise.
256 (dump_section): Likewise.
257 (display_debug_info): Likewise.
258 (display_debug_section): Likewise.
259 (process_section_contents): Likewise.
260 (process_corefile_note_segment): Likewise.
261 (process_mips_specific): Likewise. Also free econf32, econf64.
262
af3fc3bc
AM
2632001-06-25 Alan Modra <amodra@bigpond.net.au>
264
265 * readelf.c (dump_relocations): Print "bad symbol index" if
266 symtab == NULL with non-zero symtab_index.
267 (process_relocs): Don't bomb if reloc section has no symsec.
268
6d900bf6
L
2692001-06-24 H.J. Lu <hjl@gnu.org>
270
271 * objcopy.c (strip_main): Revert the change made on 2001-05-30
272 by accident.
273 (copy_main): Apply the the change made to strip_main on
274 2001-05-30 by accident.
275
49b4e386
AJ
2762001-06-23 Andreas Jaeger <aj@suse.de>
277
278 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
279 parameter 'code'.
280 (unw_decode_x2): Likewise.
281 (unw_decode_x3): Likewise.
282 (unw_decode_x4): Likewise.
283
d8dc71e3
BE
2842001-06-23 Ben Elliston <bje@redhat.com>
285
286 * MAINTAINERS: Add myself as M88k maintainer.
287
af3bdff7
NC
2882001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
289
290 * objcopy.c (strip_main): Support -o or --output-file command lien
291 switch.
292
105e7211
L
2932001-06-19 H.J. Lu <hjl@gnu.org>
294
295 * doc/Makefile.in: Regenerated.
296
c45021f2
NC
2972001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
298
299 * readelf.c: Restore formatting.
300
3012001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
302
303 * Makefile.am: Move documentation into doc subdirectory.
304 * Makefile.in: Regenerated.
305 * binutils.texi: Move into doc subdirectory.
306 * addr2line.1: Removed.
307 * ar.1: Likewise.
308 * dlltool.1: Likewise.
309 * nlmconv.1: Likewise.
310 * nm.1: Likewise.
311 * objcopy.1: Likewise.
312 * objdump.1: Likewise.
313 * ranlib.1: Likewise.
314 * readelf.1: Likewise.
315 * size.1: Likewise.
316 * strings.1: Likewise.
317 * strip.1: Likewise.
318 * windres.1: Likewise.
319 * cxxfilt.man: Likewise.
320 * doc: New Directory.
321 * doc/Makefile.am: New file.
322 * doc/Makefile.in: Generate.
323
09ad7db3
AM
3242001-06-09 Alan Modra <amodra@bigpond.net.au>
325
326 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
327
936260fe
AM
3282001-06-01 Alan Modra <amodra@bigpond.net.au>
329
330 * MAINTAINERS: Update my email address.
331
16b2b71c
NC
3322001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
333
334 * objcopy.c: Add new switches: --keep-global-symbol,
335 --keep-symbols, --localize-symbols, --keep-global-symbols and
336 --weaken-symbols.
337 * binutils.texi: Document new switches.
338 * objcopy.1: Regenerate.
339 * NEWS: Announce new feature.
340
7036c0e1
AJ
3412001-05-28 Andreas Jaeger <aj@suse.de>
342
343 * readelf.c (display_debug_frames): Fix warnings: Remove unused
344 variables, fix format strings.
345
76a406e5
NC
3462001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
347
348 * objdump.c (disassemble_bytes): Remove section VMA adjustment
349 when computing the address of the line to show.
350
31b6fca6
RH
3512001-05-16 Richard Henderson <rth@redhat.com>
352
353 * readelf.c (do_debug_frames_interp): New.
354 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
355 (byte_get_big_endian): Likewise.
356 (parse_args) ['F']: Set do_debug_frames_interp.
357 (Frame_Chunk): Make data_factor signed, add fde_encoding.
358 (frame_display_row): Don't trunc pc_begin to int.
359 (size_of_encoded_value): New.
360 (display_debug_frames): Handle 64-bit targets. Print raw data
361 unless do_debug_frames_interp.
362 (debug_displays): Remove duplicate .debug_frame.
363
4fe85591
NC
3642001-05-15 Ralf Baechle <ralf@gnu.org>
365
366 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
367 The former constant was never in active use and is used otherwise
368 by the ABI.
369
579f31ac
JJ
3702001-05-11 Jakub Jelinek <jakub@redhat.com>
371
372 * readelf.c (process_unwind): Print all unwind sections, not just
373 one.
374
78f4a3f7
AM
3752001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
376
377 * readelf.c (process_unwind): Remove const specifier.
378
1c529ca6
NC
3792001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
380
381 * strings.c (isgraphic): Do not use isascii() unless it is needed
382 for isprint() to work.
383 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
384
87e6d782
NC
3852001-04-27 Johan Rydberg <jrydberg@opencores.org>
386
387 * NEWS: Announce support for OpenRISC.
388
4bd3d870 3892001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
390
391 * dlltool.c (do_default_excludes): Initialise to true.
392
21211521
AM
3932001-04-10 Alan Modra <amodra@one.net.au>
394
395 * MAINTAINERS: Update my email address
396 * nm.c (print_symbol_info_bsd): Use a simple printf string.
397
0c66b61e 3982001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
399
400 * readelf.c (display_debug_lines): Fix typo for "Prologue".
401
e58d53af
L
4022001-03-30 H.J. Lu <hjl@gnu.org>
403
404 * readelf.c (process_unwind): Just return if do_unwind is 0.
405
bee72332
DD
4062001-03-28 Roger Sayle <roger@metaphorics.com>
407
408 * dlltool.c (make_one_lib_file): Fix section flags for
409 .text, .data and .bss in stub ds*.o files to match those
410 generated by gas.
411
f1467e33
L
4122001-03-29 H.J. Lu <hjl@gnu.org>
413
414 * readelf.c (process_unwind): Only do unwind sections for
415 IA64.
416
1c6fb4fe
L
4172001-03-28 H.J. Lu <hjl@gnu.org>
418
419 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
420 * Makefile.in: Regenerate.
421
0879a67a
AJ
4222001-03-26 Andreas Jaeger <aj@suse.de>
423
424 * binutils.texi (nm): Fix texi syntax.
425
0285c67d
NC
4262001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
427
428 * binutils.texi: Put @c man begin and @c man end indications
429 to generate man pages using texi2pod and pod2man. Put @c man title
430 to identify each man. Add SEEALSO entries.
431 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
432 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
433 sort the list.
434 (*.1): Build the man pages from binutils.texi.
435 * Makefile.in: Regenerate.
436
04847a4d
CF
4372001-03-13 Eric Kohl <ekohl@rz-online.de>
438
439 * defparse.y (opt_equal_name): allow "." in name.
440 * dlltool.c (def_exports): Added ability to generate forwarded exports.
441 (gen_exp_file): Likewise.
442
43a0748c
NC
4432001-03-12 Stefan Geuken <mail@stefan-geuken.de>
444
445 * NEWS: Document addition of -B switch to objcopy.
446 * binutils.texi: Document addition of -B switch to objcopy.
447 * objcopy.c: (copy_options): Add --binary-architecture.
448 (copy_usage): Document -B/--binary-architecture.
449 (copy_main): Support -B/--binary-architecture. Set
450 bfd_external_binary_architecture.
0879a67a 451
b7498e0e
NC
4522001-03-11 Andreas Jaeger <aj@suse.de>
453
454 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
455 (dump_relocations): Likewise.
456 (get_machine_name): Likewise.
457
a59e3bd7
NC
4582001-02-28 Nick Clifton <nickc@redhat.com>
459
460 * readelf.c: (struct unw_aux_info): Remove const modifier for
461 'strtab' field.
462 (process_unwind): Remove non-K&R compliant LHS type cast in call
463 to GET_DATA_ALLOC macro.
464
a5bcd848
PB
4652001-02-28 Philip Blundell <pb@futuretv.com>
466
467 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
468 ABI is in use; remove ambiguity between the "unknown" EABI and
469 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
470 renamed EF_xx constants.
471
27b7e12d
AM
4722001-02-27 Alan Modra <alan@linuxcare.com.au>
473
474 * configure.in (BFD_VERSION): New.
475 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
476 * configure: Regenerate.
477 * Makefile.am: Run "make dep-am"
478 * Makefile.in: Regenerate.
479
a9f10786
NC
4802001-02-14 Nick Clifton <nickc@redhat.com>
481
482 * MAINTAINERS: Add "Obvious Fix" rule.
483
3c44da9a
MS
4842001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
485
486 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
487 literal concatenation.
488
ecd03389
MS
4892001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
490
491 * readelf.c (struct unw_aux_info): Remove const from the info member.
492 (process_unwind): Don't type-cast the third argument to the
493 GET_DATA_ALLOC macro.
494
88ec60c7
NC
4952001-02-11 Nick Clifton <nickc@redhat.com>
496
497 * readelf.c (dump_relocations): Free corrected allocated
498 array.
499 (process_unwind): Fix compile time warning.
500
f5e21966
NC
5012001-02-10 Nick Clifton <nickc@redhat.com>
502
503 * binutils.texi: Document new --unwind option to readelf.
504
a85d7ed0
NC
5052001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
506
507 * readelf.c: Add linux target for S/390.
508
7bb10502
AM
5092001-02-10 Alan Modra <alan@linuxcare.com.au>
510
511 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
512 printf is a macro.
513
8ca8f343
HPN
5142001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
515
516 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
517 * aclocal.m4: Regenerate.
518 * configure: Regenerate.
519
7340082d
NC
5202001-02-07 Todd Vierling <tv@wasabisystems.com>
521
522 * bucomm.c (bfd_target_vector): Change extern array to pointer.
523 * objdump.c (bfd_target_vector): Likewise.
524
4d6ed7c8
NC
5252001-02-07 David Mosberger <davidm@hpl.hp.com>
526
527 * readelf.c (process_unwind): New function.
528 (slurp_ia64_unwind_table): Ditto.
529 (dump_ia64_unwind): Ditto.
530 (find_symbol_for_address): Ditto.
531 (slurp_rela_relocs): New function (split off from dump_relocations()).
532 (slurp_rel_relocs): Ditto.
533 (parse_args): Handle '-u' option.
534
535 * unwind-ia64.c: New file.
536 * unwind-ia64.h: New file.
537 * Makefile.am: Include unwind-ia64.c in readelf build.
538 * Makefile.in: Regenerate.
7340082d 539 * po/binutils.pot: Regenerate.
4d6ed7c8 540
c7217458
PB
5412001-02-04 Philip Blundell <philb@gnu.org>
542
543 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
544 * configure: Regenerate.
545
956eedd4
AM
5462001-01-31 Steve deRosier <sderosier@vari-lite.com>
547
548 * ieee.c (ieee_add_bb11): Don't check for backslashes
549 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
550
8855cbca
AM
5512001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
552
c7f2731e
AM
553 * ieee.c: Update copyright.
554 (ieee_start_compilation_unit): Don't check for backslashes
555 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
556
8855cbca
AM
557 * stabs.c: Update copyright. Include "filenames.h".
558 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
559
329de803 5602001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
561
562 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
563 sections are present before using them. Remove code duplication.
564 (process_symbol_table): Check if VERDEF or VERNEED sections are
565 present before using them.
566
23719f39
NC
5672001-01-17 Nick Clifton <nickc@redhat.com>
568
569 * objcopy.c (copy_object): Fail if attempting to convert the
570 endianness of the input object file.
571
572 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 573
f726e849
NC
5742001-01-16 Nick Clifton <nickc@redhat.com>
575
576 * readelf.c (string_table_length): New variable.
577 (SECTION_NAME): Catch out of range indices and missing section
578 pointers.
579 (process_section_headers): Delete useless local variable
580 string_table_offset. Set the value of string_table_length
581 after loading the string table.
582 (process_mips_specific): Use SECTION_NAME macro.
583 (process_file): Set string_table_length to 0 when it is freed.
584
d0398d6a
NC
5852001-01-12 Nick Clifton <nickc@redhat.com>
586
587 * version.c (print_version): Update copyright date.
588
0d2bcfaf
NC
5892001-01-11 Peter Targett <peter.targett@arccores.com>
590
591 * readelf.c (dump_relocations): Include selection with EM_ARC.
592 (get_machine_name) Update name to "ARC".
593
8b1e6df3
NC
5942001-01-09 Nick Clifton <nickc@redhat.com>
595
596 * Makefile.am: Add rule to build objdump.o from objdump.c and
597 using OBJDUMP_DEFS.
598 * Makefile.in: Regenerate.
599
600 * configure.in: Define OBJDUMP_DEFS. Default to empty.
601 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
602 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 603 * configure: Regenerate.
8b1e6df3
NC
604
605 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
606 is defined read in the relocs even if dump_reloc_info is
607 false.
608
2f952d20
PB
6092001-01-07 Philip Blundell <philb@gnu.org>
610
611 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
612 `bug-binutils'.
613 * README: Likewise.
614
a8c548cb
NC
6152000-12-19 Nick Clifton <nickc@redhat.com>
616
617 * dlltool.c: Add missing support for arm-epoc-pe.
618 * configure.in: Add missing support for arm-epoc-pe.
619 * configure: Regenerate.
620
cc5fda35
NC
6212000-12-15 Nick Clifton <nickc@redhat.com>
622
623 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
624 Mode parts of the x86 port.
625
bcedfee6
NC
6262000-12-04 Andreas Jaeger <aj@suse.de>
627
628 * readelf.c (guess_is_rela): Add EM_X86_64.
629 (dump_relocations): Add EM_X86_64.
630 (get_machine_name): Add EM_X86_64.
631 Include "elf/x86-64.h".
632
584da044
NC
6332000-12-12 Nick Clifton <nickc@redhat.com>
634
635 * readelf.c: Fix formatting.
636
b8355149
JH
637Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
638
639 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
640
a98cc2b2
AH
6412000-12-07 Andrew Haley <aph@redhat.com>
642
643 * readelf.c (display_debug_frames): Only display columns that are
644 referenced by the frame debug info.
645
c7987a69
NC
6462000-12-05 Nick Clifton <nickc@redhat.com>
647
648 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
649
09fd7e38
JM
6502000-12-04 Jason Merrill <jason@redhat.com>
651
652 * readelf.c (process_section_headers): Handle linkonce.wi sections.
653 (display_debug_section): Likewise.
654 (display_debug_info): Display CU header before bailing.
655
e7af610e
NC
6562000-12-01 Chris Demetriou <cgd@sibyte.com>
657
09fd7e38
JM
658 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
659 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
660 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 661
09fd7e38
JM
662 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
663 and E_MIPS_ARCH_64.
84ea6cf2 664
09fd7e38
JM
665 * readelf.c (get_machine_flags): Add case for
666 E_MIPS_MACH_SB1.
c6c98b38 667
75066968
DD
6682000-11-30 Richard Earnshaw <rearnsha@arm.com>
669
670 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
671
5c4666ea
HPN
6722000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
673