diff options
author | Nick Clifton <nickc@redhat.com> | 2012-05-03 13:04:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-05-03 13:04:57 +0000 |
commit | a8acc5fb18af9d4b0da318218680534414325e13 (patch) | |
tree | ddfb438efe30f3cbb98fe76cf5ff105713254d7d /bfd/Makefile.in | |
parent | fec1623758b5b14d80c4a61e82568c65b71aa6d7 (diff) | |
download | gdb-a8acc5fb18af9d4b0da318218680534414325e13.zip gdb-a8acc5fb18af9d4b0da318218680534414325e13.tar.gz gdb-a8acc5fb18af9d4b0da318218680534414325e13.tar.bz2 |
Add support for Motorola XGATE embedded CPU
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 6d9c760..bf3a162 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -441,6 +441,7 @@ ALL_MACHINES = \ cpu-w65.lo \ cpu-we32k.lo \ cpu-xc16x.lo \ + cpu-xgate.lo \ cpu-xstormy16.lo \ cpu-xtensa.lo \ cpu-z80.lo \ @@ -518,6 +519,7 @@ ALL_MACHINES_CFILES = \ cpu-w65.c \ cpu-we32k.c \ cpu-xc16x.c \ + cpu-xgate.c \ cpu-xstormy16.c \ cpu-xtensa.c \ cpu-z80.c \ @@ -637,6 +639,7 @@ BFD32_BACKENDS = \ elf32-v850.lo \ elf32-vax.lo \ elf32-xc16x.lo \ + elf32-xgate.lo \ elf32-xstormy16.lo \ elf32-xtensa.lo \ elf32.lo \ @@ -824,6 +827,7 @@ BFD32_BACKENDS_CFILES = \ elf32-v850.c \ elf32-vax.c \ elf32-xc16x.c \ + elf32-xgate.c \ elf32-xstormy16.c \ elf32-xtensa.c \ elf32.c \ @@ -1333,6 +1337,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xgate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xtensa.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z80.Plo@am__quote@ @@ -1412,6 +1417,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xgate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@ |