merge from gcc
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
410f7a12
L
12001-08-21 H.J. Lu <hjl@gnu.org>
2
3 * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
4 (display_debug_info): Cast for 64bit hosts.
5 (display_debug_frames): Likewise.
6 (process_mips_specific): Likewise.
7
c32144ff
AJ
82001-08-21 Andreas Jaeger <aj@suse.de>
9
10 * coffgrok.h: Add missing parameter for prototype of coff_grok.
11
12 * sysdump.c: Add missing prototypes.
13 * srconv.c: Likewise.
14 * unwind-ia64.c: Likewise.
15 * coffdump.c: Likewise.
16
17 * sysinfo.y: Print prototypes, include <ansidecl.h>.
18
19 * coffgrok.c: Add missing prototypes, include libiberty.h instead
20 of declaring xcalloc.
21
d8180c76
L
222001-08-10 H.J. Lu <hjl@gnu.org>
23
24 * nm.c (print_value): Add one arg, bfd *.
25 (print_value): Replace fprintf_vma with bfd_fprintf_vma.
26 (print_symbol_info_bsd): Also pass `abfd' to print_value ().
27 (print_symbol_info_sysv): Likewise.
28 (print_symbol_info_posix): Likewise.
29
30 * objdump.c (dump_section_header): Replace printf_vma with
31 bfd_printf_vma.
32 (print_section_stabs): Likewise.
33 (dump_bfd_header): Likewise.
34 (objdump_print_value): Replace sprintf_vma with
35 bfd_sprintf_vma.
36 (disassemble_bytes): Likewise.
37 (dump_reloc_set): Likewise.
38
0218d1e4
AJ
392001-08-10 Andreas Jaeger <aj@suse.de>
40
41 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
42 to build warnings.
43 * configure: Regenerate.
44
2863d58a
AM
452001-08-09 Alan Modra <amodra@bigpond.net.au>
46
47 * readelf.c: Add missing prototypes.
48 * objdump.c: Likewise. Format existing prototypes.
49
c0e047e0
AO
502001-08-08 Alexandre Oliva <aoliva@redhat.com>
51
52 * readelf.c (display_debug_info): Add to abbrev_offset the addend
53 of any RELA relocation for the abbrev_offset memory location that
54 refers to the .debug_abbrev section symbol.
55
ff78d6d6
L
562001-08-07 H.J. Lu <hjl@gnu.org>
57
58 * readelf.c (process_file): Return 0 if OK, otherwise return 1.
59 (main): Return process_file ().
60
c36774d6
PB
612001-08-05 Philip Blundell <philb@gnu.org>
62
63 * doc/binutils.texi: Use "Thumb" not "THUMB".
64
8f9d9bd9
JH
652001-08-03 John Healy <jhealy@redhat.com>
66
67 Patch suggested by Frank Eigler <fche@redhat.com>.
68 * objdump.c (disassemble_data): Fill in section member of the
69 disasm_info structure.
70
c918cb96
DD
712001-08-03 Tom Walsh <tom@cyberiansoftware.com>
72
73 * configure.in: Added --with-windres option.
74 * configure: Regenerated.
75
c7c55b78
NC
762001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
77
78 * doc/binutils.texi: Use @command{name} for commands;
79 use @option{-opt} for options; use @table @env for list of options;
80 remove spaces arround [ | ] in synopsis.
81
82 * doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
83 center title.
84
594ef5db
NC
852001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
86
87 * objcopy.c: Fix formatting.
88 (section_rename): New structure.
89 (OPTION_RENAME_SECTION): New switch.
90 (copy_usage): Document new switch.
91 (add_section_rename): New function: Add a node to the section
92 rename list.
93 (find_section_rename): New function: Find the new name and
94 flags for a section.
95 (setup_section): Call find_section_name to determine the name
96 of the output section.
97 (copy_main): Handle OPTION_RENAME_SECTION.
98 * binutils.texi: Document new switch.
99 * NEWS: Mention new switch.
100
1f554c69
NC
1012001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
102
103 * README: Rename bug-gnu-utils@gcc.org to bug-binutils@gcc.org.
104 * MAINTAINERS: Rename bug-gnu-utils@gcc.org to
105 bug-binutils@gcc.org.
106
2f83960e
AM
1072001-07-28 Matthias Kramm <kramm@quiss.org>
108
109 * bucomm.c (list_supported_architectures): New function.
110 * bucomm.h (list_supported_architectures): Declare.
111 * objdump.c (usage): Call the above.
112
20fe0649
DB
1132001-07-25 Dave Brolley <brolley@redhat.com>
114
115 * objdump.c (SKIP_ZEROES): Only define it if it is not already defined.
116 (SKIP_ZEROES_AT_END): Only define it if it is not already defined.
117
1b577b00
NC
1182001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
119
120 * README: Update for 2.11. Change bug reporting email address.
121 * MAINTAINERS: Tidy up. Change bug reporting email address.
122
95fd336c
DD
1232001-07-16 DJ Delorie <dj@redhat.com>
124
5f16d855
DD
125 * resres.c (write_res_header): Align header size.
126 (res_align_file): Calculate alignment correctly.
127
95fd336c
DD
128 * rcparse.y (styles): use SUBLANG_SHIFT instead of 8 (or the more
129 correct 10).
130 * resrc.c (write_rc_resource): Likewise.
131 * windres.h (SUBLANG_SHIFT): Define - as 10.
132
ed8fee27
NC
1332001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
134
135 * MAINTAINERS: Add Christian Groessler as maintainer for z8k port.
136
90ab7e9a
NC
1372001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
138
139 * MAINTAINERS: Add notes about branch checkins.
140
e0c60db2
NC
1412001-07-05 Daniel Berlin <dan@cgsoftware.com>
142
143 * readelf.c (display_debug_macinfo): New function, display
144 .debug_macinfo section.
145 (do_debug_macinfo): New variable.
146 (parse_args): Handle "-w[mM]" to mean display macro info.
147 (process_section_headers): Handle debug_macinfo.
148 (debug_displays): Replace unsupported function with macinfo
0218d1e4 149 function for .debug_macinfo display.
e0c60db2
NC
150 * doc/binutils.texi: Document new command line switch.
151 * NEWS: Document new feature of readelf.
0218d1e4 152
24e01a36
L
1532001-07-05 H.J. Lu <hjl@gnu.org>
154
155 * objcopy.c (filter_symbols): Don't turn undefined symbols
156 into local.
157
4258bf4d
L
1582001-07-03 H.J. Lu <hjl@gnu.org>
159
160 * doc/Makefile.am (addr2line.1): Use addr2line.pod instead of
161 $@.pod.
162 (ar.1): Likewise.
163 (dlltool.1): Likewise.
164 (nlmconv.1): Likewise.
165 (nm.1): Likewise.
166 (objcopy.1): Likewise.
167 (objdump.1): Likewise.
168 (ranlib.1): Likewise.
169 (readelf.1): Likewise.
170 (size.1): Likewise.
171 (strings.1): Likewise.
172 (strip.1): Likewise.
173 (windres.1): Likewise.
174 (cxxfilt.man): Use $(DEMANGLER_NAME).pod instead of $@.pod.
175 ($(DEMANGLER_NAME).1): Also substitute cxxfilt with
176 $(DEMANGLER_NAME).
177 (as.1): Removed.
178 * doc/Makefile.in: Regenerated.
179
7014bc31
NC
1802001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
181
182 * MAINTAINERS: Change MIPS maintainer to Eric Christopher.
183
b811889f
NC
1842001-07-01 Daniel Berlin <dan@cgsoftware.com>
185
186 * readelf.c: Support DWARF 2.1 tags, encodings, languages.
187
12ab83a9
NC
1882001-06-29 James Cownie <jcownie@etnus.com>
189
190 * readelf.c: Support DWARF 2.1 attributes.
191
a6e9f9df
AM
1922001-06-28 Alan Modra <amodra@bigpond.net.au>
193
194 * readelf.c (GET_DATA_ALLOC): Remove.
195 (GET_DATA): Remove.
196 (get_data): New function combining above macros, with an extra
197 test for zero size.
198 (slurp_rela_relocs): Use get_data, and catch error return.
199 (slurp_rel_relocs): Likewise.
200 (get_32bit_program_headers): Likewise.
201 (get_64bit_program_headers): Likewise.
202 (get_32bit_section_headers): Likewise.
203 (get_64bit_section_headers): Likewise.
204 (get_32bit_elf_symbols): Likewise.
205 (get_64bit_elf_symbols): Likewise.
206 (process_section_headers): Likewise.
207 (process_relocs): Likewise.
208 (slurp_ia64_unwind_table): Likewise.
209 (process_unwind): Likewise.
210 (get_32bit_dynamic_segment): Likewise.
211 (get_64bit_dynamic_segment): Likewise.
212 (process_dynamic_segment): Likewise.
213 (process_version_sections): Likewise.
214 (process_symbol_table): Likewise.
215 (dump_section): Likewise.
216 (display_debug_info): Likewise.
217 (display_debug_section): Likewise.
218 (process_section_contents): Likewise.
219 (process_corefile_note_segment): Likewise.
220 (process_mips_specific): Likewise. Also free econf32, econf64.
221
af3fc3bc
AM
2222001-06-25 Alan Modra <amodra@bigpond.net.au>
223
224 * readelf.c (dump_relocations): Print "bad symbol index" if
225 symtab == NULL with non-zero symtab_index.
226 (process_relocs): Don't bomb if reloc section has no symsec.
227
6d900bf6
L
2282001-06-24 H.J. Lu <hjl@gnu.org>
229
230 * objcopy.c (strip_main): Revert the change made on 2001-05-30
231 by accident.
232 (copy_main): Apply the the change made to strip_main on
233 2001-05-30 by accident.
234
49b4e386
AJ
2352001-06-23 Andreas Jaeger <aj@suse.de>
236
237 * unwind-ia64.c (unw_decode_x1): Add unused attribute for
238 parameter 'code'.
239 (unw_decode_x2): Likewise.
240 (unw_decode_x3): Likewise.
241 (unw_decode_x4): Likewise.
242
d8dc71e3
BE
2432001-06-23 Ben Elliston <bje@redhat.com>
244
245 * MAINTAINERS: Add myself as M88k maintainer.
246
af3bdff7
NC
2472001-06-22 Jocelyn Mayer <jocelyn.mayer@netgem.com>
248
249 * objcopy.c (strip_main): Support -o or --output-file command lien
250 switch.
251
105e7211
L
2522001-06-19 H.J. Lu <hjl@gnu.org>
253
254 * doc/Makefile.in: Regenerated.
255
c45021f2
NC
2562001-06-19 Nick Clifton <nickc@cambridge.redhat.com>
257
258 * readelf.c: Restore formatting.
259
2602001-06-18 H.J. Lu <hjl@gnu.org> & Nick Clifton <nickc@redhat.com>
261
262 * Makefile.am: Move documentation into doc subdirectory.
263 * Makefile.in: Regenerated.
264 * binutils.texi: Move into doc subdirectory.
265 * addr2line.1: Removed.
266 * ar.1: Likewise.
267 * dlltool.1: Likewise.
268 * nlmconv.1: Likewise.
269 * nm.1: Likewise.
270 * objcopy.1: Likewise.
271 * objdump.1: Likewise.
272 * ranlib.1: Likewise.
273 * readelf.1: Likewise.
274 * size.1: Likewise.
275 * strings.1: Likewise.
276 * strip.1: Likewise.
277 * windres.1: Likewise.
278 * cxxfilt.man: Likewise.
279 * doc: New Directory.
280 * doc/Makefile.am: New file.
281 * doc/Makefile.in: Generate.
282
09ad7db3
AM
2832001-06-09 Alan Modra <amodra@bigpond.net.au>
284
285 * NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
286
936260fe
AM
2872001-06-01 Alan Modra <amodra@bigpond.net.au>
288
289 * MAINTAINERS: Update my email address.
290
16b2b71c
NC
2912001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp>
292
293 * objcopy.c: Add new switches: --keep-global-symbol,
294 --keep-symbols, --localize-symbols, --keep-global-symbols and
295 --weaken-symbols.
296 * binutils.texi: Document new switches.
297 * objcopy.1: Regenerate.
298 * NEWS: Announce new feature.
299
7036c0e1
AJ
3002001-05-28 Andreas Jaeger <aj@suse.de>
301
302 * readelf.c (display_debug_frames): Fix warnings: Remove unused
303 variables, fix format strings.
304
76a406e5
NC
3052001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
306
307 * objdump.c (disassemble_bytes): Remove section VMA adjustment
308 when computing the address of the line to show.
309
31b6fca6
RH
3102001-05-16 Richard Henderson <rth@redhat.com>
311
312 * readelf.c (do_debug_frames_interp): New.
313 (byte_get_little_endian): If BFD64, always read entire 8-byte fields.
314 (byte_get_big_endian): Likewise.
315 (parse_args) ['F']: Set do_debug_frames_interp.
316 (Frame_Chunk): Make data_factor signed, add fde_encoding.
317 (frame_display_row): Don't trunc pc_begin to int.
318 (size_of_encoded_value): New.
319 (display_debug_frames): Handle 64-bit targets. Print raw data
320 unless do_debug_frames_interp.
321 (debug_displays): Remove duplicate .debug_frame.
322
4fe85591
NC
3232001-05-15 Ralf Baechle <ralf@gnu.org>
324
325 * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE.
326 The former constant was never in active use and is used otherwise
327 by the ABI.
328
579f31ac
JJ
3292001-05-11 Jakub Jelinek <jakub@redhat.com>
330
331 * readelf.c (process_unwind): Print all unwind sections, not just
332 one.
333
78f4a3f7
AM
3342001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
335
336 * readelf.c (process_unwind): Remove const specifier.
337
1c529ca6
NC
3382001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz>
339
340 * strings.c (isgraphic): Do not use isascii() unless it is needed
341 for isprint() to work.
342 (main): Set the locale domain to LC_ALL not just LC_MESSAGES.
343
87e6d782
NC
3442001-04-27 Johan Rydberg <jrydberg@opencores.org>
345
346 * NEWS: Announce support for OpenRISC.
347
4bd3d870 3482001-04-17 Danny Smith <dannysmith@users.sourceforge.net>
49b4e386
AJ
349
350 * dlltool.c (do_default_excludes): Initialise to true.
351
21211521
AM
3522001-04-10 Alan Modra <amodra@one.net.au>
353
354 * MAINTAINERS: Update my email address
355 * nm.c (print_symbol_info_bsd): Use a simple printf string.
356
0c66b61e 3572001-04-05 Hans-Peter Nilsson <hp@axis.com>
ff94ebf2
HPN
358
359 * readelf.c (display_debug_lines): Fix typo for "Prologue".
360
e58d53af
L
3612001-03-30 H.J. Lu <hjl@gnu.org>
362
363 * readelf.c (process_unwind): Just return if do_unwind is 0.
364
bee72332
DD
3652001-03-28 Roger Sayle <roger@metaphorics.com>
366
367 * dlltool.c (make_one_lib_file): Fix section flags for
368 .text, .data and .bss in stub ds*.o files to match those
369 generated by gas.
370
f1467e33
L
3712001-03-29 H.J. Lu <hjl@gnu.org>
372
373 * readelf.c (process_unwind): Only do unwind sections for
374 IA64.
375
1c6fb4fe
L
3762001-03-28 H.J. Lu <hjl@gnu.org>
377
378 * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
379 * Makefile.in: Regenerate.
380
0879a67a
AJ
3812001-03-26 Andreas Jaeger <aj@suse.de>
382
383 * binutils.texi (nm): Fix texi syntax.
384
0285c67d
NC
3852001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
386
387 * binutils.texi: Put @c man begin and @c man end indications
388 to generate man pages using texi2pod and pod2man. Put @c man title
389 to identify each man. Add SEEALSO entries.
390 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable.
391 (man_MANS): Add dlltool.1, nlmconv.1, readelf.1, windres.1,
392 sort the list.
393 (*.1): Build the man pages from binutils.texi.
394 * Makefile.in: Regenerate.
395
04847a4d
CF
3962001-03-13 Eric Kohl <ekohl@rz-online.de>
397
398 * defparse.y (opt_equal_name): allow "." in name.
399 * dlltool.c (def_exports): Added ability to generate forwarded exports.
400 (gen_exp_file): Likewise.
401
43a0748c
NC
4022001-03-12 Stefan Geuken <mail@stefan-geuken.de>
403
404 * NEWS: Document addition of -B switch to objcopy.
405 * binutils.texi: Document addition of -B switch to objcopy.
406 * objcopy.c: (copy_options): Add --binary-architecture.
407 (copy_usage): Document -B/--binary-architecture.
408 (copy_main): Support -B/--binary-architecture. Set
409 bfd_external_binary_architecture.
0879a67a 410
b7498e0e
NC
4112001-03-11 Andreas Jaeger <aj@suse.de>
412
413 * readelf.c (guess_is_rela): Handle EM_S390_OLD.
414 (dump_relocations): Likewise.
415 (get_machine_name): Likewise.
416
a59e3bd7
NC
4172001-02-28 Nick Clifton <nickc@redhat.com>
418
419 * readelf.c: (struct unw_aux_info): Remove const modifier for
420 'strtab' field.
421 (process_unwind): Remove non-K&R compliant LHS type cast in call
422 to GET_DATA_ALLOC macro.
423
a5bcd848
PB
4242001-02-28 Philip Blundell <pb@futuretv.com>
425
426 * readelf.c (decode_ARM_machine_flags): Explicitly mention which
427 ABI is in use; remove ambiguity between the "unknown" EABI and
428 unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
429 renamed EF_xx constants.
430
27b7e12d
AM
4312001-02-27 Alan Modra <alan@linuxcare.com.au>
432
433 * configure.in (BFD_VERSION): New.
434 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
435 * configure: Regenerate.
436 * Makefile.am: Run "make dep-am"
437 * Makefile.in: Regenerate.
438
a9f10786
NC
4392001-02-14 Nick Clifton <nickc@redhat.com>
440
441 * MAINTAINERS: Add "Obvious Fix" rule.
442
3c44da9a
MS
4432001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
444
445 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
446 literal concatenation.
447
ecd03389
MS
4482001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
449
450 * readelf.c (struct unw_aux_info): Remove const from the info member.
451 (process_unwind): Don't type-cast the third argument to the
452 GET_DATA_ALLOC macro.
453
88ec60c7
NC
4542001-02-11 Nick Clifton <nickc@redhat.com>
455
456 * readelf.c (dump_relocations): Free corrected allocated
457 array.
458 (process_unwind): Fix compile time warning.
459
f5e21966
NC
4602001-02-10 Nick Clifton <nickc@redhat.com>
461
462 * binutils.texi: Document new --unwind option to readelf.
463
a85d7ed0
NC
4642001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
465
466 * readelf.c: Add linux target for S/390.
467
7bb10502
AM
4682001-02-10 Alan Modra <alan@linuxcare.com.au>
469
470 * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case
471 printf is a macro.
472
8ca8f343
HPN
4732001-02-08 Hans-Peter Nilsson <hp@bitrange.com>
474
475 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
476 * aclocal.m4: Regenerate.
477 * configure: Regenerate.
478
7340082d
NC
4792001-02-07 Todd Vierling <tv@wasabisystems.com>
480
481 * bucomm.c (bfd_target_vector): Change extern array to pointer.
482 * objdump.c (bfd_target_vector): Likewise.
483
4d6ed7c8
NC
4842001-02-07 David Mosberger <davidm@hpl.hp.com>
485
486 * readelf.c (process_unwind): New function.
487 (slurp_ia64_unwind_table): Ditto.
488 (dump_ia64_unwind): Ditto.
489 (find_symbol_for_address): Ditto.
490 (slurp_rela_relocs): New function (split off from dump_relocations()).
491 (slurp_rel_relocs): Ditto.
492 (parse_args): Handle '-u' option.
493
494 * unwind-ia64.c: New file.
495 * unwind-ia64.h: New file.
496 * Makefile.am: Include unwind-ia64.c in readelf build.
497 * Makefile.in: Regenerate.
7340082d 498 * po/binutils.pot: Regenerate.
4d6ed7c8 499
c7217458
PB
5002001-02-04 Philip Blundell <philb@gnu.org>
501
502 * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
503 * configure: Regenerate.
504
956eedd4
AM
5052001-01-31 Steve deRosier <sderosier@vari-lite.com>
506
507 * ieee.c (ieee_add_bb11): Don't check for backslashes
508 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
509
8855cbca
AM
5102001-01-24 Mark Elbrecht <snowball3@bigfoot.com>
511
c7f2731e
AM
512 * ieee.c: Update copyright.
513 (ieee_start_compilation_unit): Don't check for backslashes
514 unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
515
8855cbca
AM
516 * stabs.c: Update copyright. Include "filenames.h".
517 (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
518
329de803 5192001-01-23 Jakub Jelinek <jakub@redhat.com>
00d93f34
JJ
520
521 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
522 sections are present before using them. Remove code duplication.
523 (process_symbol_table): Check if VERDEF or VERNEED sections are
524 present before using them.
525
23719f39
NC
5262001-01-17 Nick Clifton <nickc@redhat.com>
527
528 * objcopy.c (copy_object): Fail if attempting to convert the
529 endianness of the input object file.
530
531 * binutils.texi: Explain that objcopy cannot convert endianness.
c7f2731e 532
f726e849
NC
5332001-01-16 Nick Clifton <nickc@redhat.com>
534
535 * readelf.c (string_table_length): New variable.
536 (SECTION_NAME): Catch out of range indices and missing section
537 pointers.
538 (process_section_headers): Delete useless local variable
539 string_table_offset. Set the value of string_table_length
540 after loading the string table.
541 (process_mips_specific): Use SECTION_NAME macro.
542 (process_file): Set string_table_length to 0 when it is freed.
543
d0398d6a
NC
5442001-01-12 Nick Clifton <nickc@redhat.com>
545
546 * version.c (print_version): Update copyright date.
547
0d2bcfaf
NC
5482001-01-11 Peter Targett <peter.targett@arccores.com>
549
550 * readelf.c (dump_relocations): Include selection with EM_ARC.
551 (get_machine_name) Update name to "ARC".
552
8b1e6df3
NC
5532001-01-09 Nick Clifton <nickc@redhat.com>
554
555 * Makefile.am: Add rule to build objdump.o from objdump.c and
556 using OBJDUMP_DEFS.
557 * Makefile.in: Regenerate.
558
559 * configure.in: Define OBJDUMP_DEFS. Default to empty.
560 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
561 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 562 * configure: Regenerate.
8b1e6df3
NC
563
564 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
565 is defined read in the relocs even if dump_reloc_info is
566 false.
567
2f952d20
PB
5682001-01-07 Philip Blundell <philb@gnu.org>
569
570 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
571 `bug-binutils'.
572 * README: Likewise.
573
a8c548cb
NC
5742000-12-19 Nick Clifton <nickc@redhat.com>
575
576 * dlltool.c: Add missing support for arm-epoc-pe.
577 * configure.in: Add missing support for arm-epoc-pe.
578 * configure: Regenerate.
579
cc5fda35
NC
5802000-12-15 Nick Clifton <nickc@redhat.com>
581
582 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
583 Mode parts of the x86 port.
584
bcedfee6
NC
5852000-12-04 Andreas Jaeger <aj@suse.de>
586
587 * readelf.c (guess_is_rela): Add EM_X86_64.
588 (dump_relocations): Add EM_X86_64.
589 (get_machine_name): Add EM_X86_64.
590 Include "elf/x86-64.h".
591
584da044
NC
5922000-12-12 Nick Clifton <nickc@redhat.com>
593
594 * readelf.c: Fix formatting.
595
b8355149
JH
596Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
597
598 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
599
a98cc2b2
AH
6002000-12-07 Andrew Haley <aph@redhat.com>
601
602 * readelf.c (display_debug_frames): Only display columns that are
603 referenced by the frame debug info.
604
c7987a69
NC
6052000-12-05 Nick Clifton <nickc@redhat.com>
606
607 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
608
09fd7e38
JM
6092000-12-04 Jason Merrill <jason@redhat.com>
610
611 * readelf.c (process_section_headers): Handle linkonce.wi sections.
612 (display_debug_section): Likewise.
613 (display_debug_info): Display CU header before bailing.
614
e7af610e
NC
6152000-12-01 Chris Demetriou <cgd@sibyte.com>
616
09fd7e38
JM
617 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
618 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
619 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 620
09fd7e38
JM
621 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
622 and E_MIPS_ARCH_64.
84ea6cf2 623
09fd7e38
JM
624 * readelf.c (get_machine_flags): Add case for
625 E_MIPS_MACH_SB1.
c6c98b38 626
75066968
DD
6272000-11-30 Richard Earnshaw <rearnsha@arm.com>
628
629 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
630
5c4666ea
HPN
6312000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
632