]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Fix gas 68HC12 indexed addressing code generation
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
8b1e6df3
NC
12001-01-09 Nick Clifton <nickc@redhat.com>
2
3 * Makefile.am: Add rule to build objdump.o from objdump.c and
4 using OBJDUMP_DEFS.
5 * Makefile.in: Regenerate.
6
7 * configure.in: Define OBJDUMP_DEFS. Default to empty.
8 (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to
9 -DDISASSEMBLER_NEEDS_RELOCS.
34cc70e3 10 * configure: Regenerate.
8b1e6df3
NC
11
12 * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS
13 is defined read in the relocs even if dump_reloc_info is
14 false.
15
2f952d20
PB
162001-01-07 Philip Blundell <philb@gnu.org>
17
18 * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with
19 `bug-binutils'.
20 * README: Likewise.
21
a8c548cb
NC
222000-12-19 Nick Clifton <nickc@redhat.com>
23
24 * dlltool.c: Add missing support for arm-epoc-pe.
25 * configure.in: Add missing support for arm-epoc-pe.
26 * configure: Regenerate.
27
cc5fda35
NC
282000-12-15 Nick Clifton <nickc@redhat.com>
29
30 * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel
31 Mode parts of the x86 port.
32
bcedfee6
NC
332000-12-04 Andreas Jaeger <aj@suse.de>
34
35 * readelf.c (guess_is_rela): Add EM_X86_64.
36 (dump_relocations): Add EM_X86_64.
37 (get_machine_name): Add EM_X86_64.
38 Include "elf/x86-64.h".
39
584da044
NC
402000-12-12 Nick Clifton <nickc@redhat.com>
41
42 * readelf.c: Fix formatting.
43
b8355149
JH
44Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
45
46 * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
47
a98cc2b2
AH
482000-12-07 Andrew Haley <aph@redhat.com>
49
50 * readelf.c (display_debug_frames): Only display columns that are
51 referenced by the frame debug info.
52
c7987a69
NC
532000-12-05 Nick Clifton <nickc@redhat.com>
54
55 * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.
56
09fd7e38
JM
572000-12-04 Jason Merrill <jason@redhat.com>
58
59 * readelf.c (process_section_headers): Handle linkonce.wi sections.
60 (display_debug_section): Likewise.
61 (display_debug_info): Display CU header before bailing.
62
e7af610e
NC
632000-12-01 Chris Demetriou <cgd@sibyte.com>
64
09fd7e38
JM
65 * readelf.c (get_machine_flags): Recognize MIPS32 ISA in
66 EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with
67 E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly.
e7af610e 68
09fd7e38
JM
69 * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
70 and E_MIPS_ARCH_64.
84ea6cf2 71
09fd7e38
JM
72 * readelf.c (get_machine_flags): Add case for
73 E_MIPS_MACH_SB1.
c6c98b38 74
75066968
DD
752000-11-30 Richard Earnshaw <rearnsha@arm.com>
76
77 * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
78
5c4666ea
HPN
792000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
80
81