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.am | |
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.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 12b2c3c..bfc2453 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -389,6 +389,7 @@ ALL_64_EMULATION_SOURCES = \ eaarch64linux32b.c \ eaarch64linuxb.c \ eaarch64pe.c \ + earm64pe.c \ eelf32_x86_64.c \ eelf32b4300.c \ eelf32bmip.c \ @@ -881,6 +882,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@ |