aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2014-12-06 16:35:18 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-12-06 16:35:18 +0100
commitd924db559be94e668253a272f70870c85aecc60e (patch)
treeedba5d6308cf015a64370790ef99ed31fe20cfbe /bfd/Makefile.am
parent1945cfa59de0a6093011891e1974ac2b6d25658f (diff)
downloadgdb-d924db559be94e668253a272f70870c85aecc60e.zip
gdb-d924db559be94e668253a272f70870c85aecc60e.tar.gz
gdb-d924db559be94e668253a272f70870c85aecc60e.tar.bz2
Add Visium support to bfd
bfd/ * config.bfd: Add Visium support. * configure.ac: Likewise. * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add cpu-visium.lo. (ALL_MACHINES_CFILES): Add cpu-visium.c. (BFD32_BACKENDS): Add elf32-visium.lo. (BFD32_BACKENDS_CFILES): Add elf32-visium.c. * Makefile.in: Regenerate. * archures.c (DESCRIPTION): Add Visium support. (bfd_visium_arch): Declare. (bfd_archures_list): Add bfd_visium_arch. * reloc.c: Add Visium relocations. * targets.c (visium_elf32_vec): Declare. (_bfd_target_vector): Add visium_elf32_vec. * bfd-in2.h: Regenerate. * libbfd.h: Likewise. * cpu-visium.c: New file. * elf32-visium.c: Likewise. * po/SRC-POTFILES.in: Regenerate. include/elf/ * common.h (EM_VISIUM): Define. * visium.h: New file.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 6f64f06..cea3794 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -159,6 +159,7 @@ ALL_MACHINES = \
cpu-v850.lo \
cpu-v850_rh850.lo \
cpu-vax.lo \
+ cpu-visium.lo \
cpu-w65.lo \
cpu-we32k.lo \
cpu-xc16x.lo \
@@ -243,6 +244,7 @@ ALL_MACHINES_CFILES = \
cpu-v850.c \
cpu-v850_rh850.c \
cpu-vax.c \
+ cpu-visium.c \
cpu-w65.c \
cpu-we32k.c \
cpu-xc16x.c \
@@ -364,6 +366,7 @@ BFD32_BACKENDS = \
elf32-tilepro.lo \
elf32-v850.lo \
elf32-vax.lo \
+ elf32-visium.lo \
elf32-xc16x.lo \
elf32-xgate.lo \
elf32-xstormy16.lo \
@@ -551,6 +554,7 @@ BFD32_BACKENDS_CFILES = \
elf32-tilepro.c \
elf32-v850.c \
elf32-vax.c \
+ elf32-visium.c \
elf32-xc16x.c \
elf32-xgate.c \
elf32-xstormy16.c \