aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-10-19 12:00:42 +0100
committerAndrew Burgess <aburgess@redhat.com>2022-10-19 12:12:37 +0100
commit6d6ae7c23dd59fe16f3e366e969b927d97fe5e01 (patch)
treea58e9e7dbab97ec20faea84a351b05ae23c3db02 /bfd/Makefile.in
parentc60b3806799abf1d7f6cf5108a1b0e733a950b13 (diff)
downloadbinutils-6d6ae7c23dd59fe16f3e366e969b927d97fe5e01.zip
binutils-6d6ae7c23dd59fe16f3e366e969b927d97fe5e01.tar.gz
binutils-6d6ae7c23dd59fe16f3e366e969b927d97fe5e01.tar.bz2
bfd: fix undefined references to aarch64_pe_le_vec
After commit: commit c60b3806799abf1d7f6cf5108a1b0e733a950b13 Date: Wed Oct 19 10:57:12 2022 +0200 aarch64-pe support for LD, GAS and BFD It appears that bfd/Makefile.in and bfd/configure were not regenerated correctly. The differences in the configure file are only whitespace, but in Makefile.in a critical reference to pe-aarch64.lo was missing.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 3f52035..b906976 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1048,6 +1048,7 @@ BFD64_BACKENDS = \
pe-loongarch64igen.lo \
pe-x86_64.lo \
pei-aarch64.lo \
+ pe-aarch64.lo \
pei-ia64.lo \
pei-loongarch64.lo \
pei-x86_64.lo \
@@ -1700,6 +1701,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pc532-mach.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdb.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-aarch64.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-aarch64igen.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm-wince.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm.Plo@am__quote@