mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
2010-06-17 Tristan Gingold <gingold@adacore.com>
* Makefile.am (BFD32_BACKENDS_CFILES): Move vms-alpha.c to ... (BFD64_BACKENDS_CFILES): ... here. (BFD32_BACKENDS): Move vms-alpha.lo to ... (BFD64_BACKENDS): ... here. * Makefile.in: Regenerate.
This commit is contained in:
@ -689,7 +689,6 @@ BFD32_BACKENDS = \
|
||||
vaxbsd.lo \
|
||||
vaxnetbsd.lo \
|
||||
versados.lo \
|
||||
vms-alpha.lo \
|
||||
vms-lib.lo \
|
||||
vms-misc.lo \
|
||||
xcofflink.lo \
|
||||
@ -871,7 +870,6 @@ BFD32_BACKENDS_CFILES = \
|
||||
vaxbsd.c \
|
||||
vaxnetbsd.c \
|
||||
versados.c \
|
||||
vms-alpha.c \
|
||||
vms-lib.c \
|
||||
vms-misc.c \
|
||||
xcofflink.c \
|
||||
@ -916,7 +914,8 @@ BFD64_BACKENDS = \
|
||||
pei-ia64.lo \
|
||||
pei-x86_64.lo \
|
||||
pepigen.lo \
|
||||
pex64igen.lo
|
||||
pex64igen.lo \
|
||||
vms-alpha.lo
|
||||
|
||||
BFD64_BACKENDS_CFILES = \
|
||||
aix5ppc-core.c \
|
||||
@ -945,7 +944,8 @@ BFD64_BACKENDS_CFILES = \
|
||||
nlm64.c \
|
||||
pe-x86_64.c \
|
||||
pei-ia64.c \
|
||||
pei-x86_64.c
|
||||
pei-x86_64.c \
|
||||
vms-alpha.c
|
||||
|
||||
OPTIONAL_BACKENDS = \
|
||||
aix386-core.lo \
|
||||
|
Reference in New Issue
Block a user