Remove a29k support.
This commit is contained in:
parent
abed5965ca
commit
c469032f43
|
@ -1,3 +1,9 @@
|
||||||
|
2005-08-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* bfdlink.h: Remove mention of a29k.
|
||||||
|
* dis-asm.h: Remove a29k support.
|
||||||
|
* aout/encap.h: Likewise.
|
||||||
|
|
||||||
2005-08-17 Mark Kettenis <kettenis@gnu.org>
|
2005-08-17 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* floatformat.h (struct floatformat): Change type of large
|
* floatformat.h (struct floatformat): Change type of large
|
||||||
|
|
|
@ -85,7 +85,6 @@ struct coffheader
|
||||||
|
|
||||||
#define COFF_MAGIC_I386 0514 /* I386MAGIC */
|
#define COFF_MAGIC_I386 0514 /* I386MAGIC */
|
||||||
#define COFF_MAGIC_M68K 0520 /* MC68MAGIC */
|
#define COFF_MAGIC_M68K 0520 /* MC68MAGIC */
|
||||||
#define COFF_MAGIC_A29K 0x17A /* Used by asm29k cross-tools */
|
|
||||||
|
|
||||||
#ifdef COFF_MAGIC
|
#ifdef COFF_MAGIC
|
||||||
short __header_offset_temp;
|
short __header_offset_temp;
|
||||||
|
|
|
@ -510,8 +510,7 @@ struct bfd_link_callbacks
|
||||||
const char *name, const char *reloc_name, bfd_vma addend,
|
const char *name, const char *reloc_name, bfd_vma addend,
|
||||||
bfd *abfd, asection *section, bfd_vma address);
|
bfd *abfd, asection *section, bfd_vma address);
|
||||||
/* A function which is called when a dangerous reloc is performed.
|
/* A function which is called when a dangerous reloc is performed.
|
||||||
The canonical example is an a29k IHCONST reloc which does not
|
MESSAGE is an appropriate message.
|
||||||
follow an IHIHALF reloc. MESSAGE is an appropriate message.
|
|
||||||
ABFD, SECTION and ADDRESS identify the location at which the
|
ABFD, SECTION and ADDRESS identify the location at which the
|
||||||
problem occurred; if this is the result of a
|
problem occurred; if this is the result of a
|
||||||
bfd_section_reloc_link_order or bfd_symbol_reloc_link_order, then
|
bfd_section_reloc_link_order or bfd_symbol_reloc_link_order, then
|
||||||
|
|
|
@ -218,8 +218,6 @@ extern int print_insn_alpha (bfd_vma, disassemble_info *);
|
||||||
extern int print_insn_big_arm (bfd_vma, disassemble_info *);
|
extern int print_insn_big_arm (bfd_vma, disassemble_info *);
|
||||||
extern int print_insn_little_arm (bfd_vma, disassemble_info *);
|
extern int print_insn_little_arm (bfd_vma, disassemble_info *);
|
||||||
extern int print_insn_sparc (bfd_vma, disassemble_info *);
|
extern int print_insn_sparc (bfd_vma, disassemble_info *);
|
||||||
extern int print_insn_big_a29k (bfd_vma, disassemble_info *);
|
|
||||||
extern int print_insn_little_a29k (bfd_vma, disassemble_info *);
|
|
||||||
extern int print_insn_avr (bfd_vma, disassemble_info *);
|
extern int print_insn_avr (bfd_vma, disassemble_info *);
|
||||||
extern int print_insn_d10v (bfd_vma, disassemble_info *);
|
extern int print_insn_d10v (bfd_vma, disassemble_info *);
|
||||||
extern int print_insn_d30v (bfd_vma, disassemble_info *);
|
extern int print_insn_d30v (bfd_vma, disassemble_info *);
|
||||||
|
|
Loading…
Reference in New Issue