diff options
author | Nick Clifton <nickc@redhat.com> | 2023-01-05 11:00:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-01-05 11:00:35 +0000 |
commit | beb6b61d1e648df177146d5e7a9a10c21714e73d (patch) | |
tree | 1a1902beb9b758d7421e0cc665e38243eb73c191 /ld/Makefile.in | |
parent | b26c8438c71d44427fc9c7ef6fa2ab1742d220a9 (diff) | |
download | gdb-beb6b61d1e648df177146d5e7a9a10c21714e73d.zip gdb-beb6b61d1e648df177146d5e7a9a10c21714e73d.tar.gz gdb-beb6b61d1e648df177146d5e7a9a10c21714e73d.tar.bz2 |
Add an extra emulation called arm64pe to the aarch64pe emulation.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 3d5685d..d201a58 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -889,6 +889,7 @@ ALL_64_EMULATION_SOURCES = \ eaarch64linux32b.c \ eaarch64linuxb.c \ eaarch64pe.c \ + earm64pe.c \ eelf32_x86_64.c \ eelf32b4300.c \ eelf32bmip.c \ @@ -1277,6 +1278,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_nps.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elfx.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm64pe.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm_wince_pe.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fbsd.Po@am__quote@ @@ -2555,6 +2557,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS) @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64pe.Pc@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm64pe.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Pc@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Pc@am__quote@ |