summaryrefslogtreecommitdiff
path: root/gas/doc/Makefile.in
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/doc/Makefile.in
parent619ed720087c20a96b6b9a7892217c5193eb3b8f (diff)
downloadbinutils-gdb-b6605dddac58805d735211f0d38805bf87b6db04.tar.gz
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/doc/Makefile.in')
-rw-r--r--gas/doc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 2db51216700..4b5f4b7f3fc 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -333,8 +333,9 @@ CPU_DOCS = \
c-tic6x.texi \
c-tilegx.texi \
c-tilepro.texi \
- c-vax.texi \
c-v850.texi \
+ c-vax.texi \
+ c-visium.texi \
c-xgate.texi \
c-xstormy16.texi \
c-xtensa.texi \