summaryrefslogtreecommitdiff
path: root/gas/Makefile.am
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2014-12-06 16:42:26 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-12-06 16:42:26 +0100
commitb6605dddac58805d735211f0d38805bf87b6db04 (patch)
treecb1423042bf504857dc6e9e6e5cb1139c0560eba /gas/Makefile.am
parent619ed720087c20a96b6b9a7892217c5193eb3b8f (diff)
Add Visium support to gas
gas/ * configure.tgt: Add Visium support. * Makefile.am (TARGET_CPU_CFILES): Move config/tc-vax.c around and add config/tc-visium.c. (TARGET_CPU_HFILES): Move config/tc-vax.h around and add config/tc-visium.h. * Makefile.in: Regenerate. * config/tc-visium.c: New file. * config/tc-visium.h: Likewise. * po/POTFILES.in: Regenerate. gas/testsuite/ * gas/elf/elf.exp: Skip ifunc-1 for Visium. * gas/visium/: New directory.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 55c86b2d4f..f65225fa62 100644
--- a/gas/Makefile.am
+++ b/gas/Makefile.am
@@ -185,8 +185,9 @@ TARGET_CPU_CFILES = \
config/tc-tic6x.c \
config/tc-tilegx.c \
config/tc-tilepro.c \
- config/tc-vax.c \
config/tc-v850.c \
+ config/tc-vax.c \
+ config/tc-visium.c \
config/tc-xstormy16.c \
config/tc-xc16x.c \
config/tc-xgate.c \
@@ -256,8 +257,9 @@ TARGET_CPU_HFILES = \
config/tc-tic6x.h \
config/tc-tilegx.h \
config/tc-tilepro.h \
- config/tc-vax.h \
config/tc-v850.h \
+ config/tc-vax.h \
+ config/tc-visium.h \
config/tc-xstormy16.h \
config/tc-xc16x.h \
config/tc-xgate.h \