]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd: fix undefined references to aarch64_pe_le_vec
authorAndrew Burgess <aburgess@redhat.com>
Wed, 19 Oct 2022 11:00:42 +0000 (12:00 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Wed, 19 Oct 2022 11:12:37 +0000 (12:12 +0100)
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.

bfd/Makefile.in
bfd/configure

index 3f520355829c32c103d33f9177191274b9d6e09f..b906976a1c09c7054de8a18a84167d79a687e5e8 100644 (file)
@@ -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@
index bae9d17c515b2a744d461397d6878f21538728d4..1c1760670cbafd7d1751375bcc02c6817cc509cc 100755 (executable)
@@ -13604,7 +13604,7 @@ do
     aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
     aarch64_mach_o_vec)                 tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
     aarch64_pei_le_vec)                 tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
-    aarch64_pe_le_vec)     tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
+    aarch64_pe_le_vec)          tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
     alpha_ecoff_le_vec)                 tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
     alpha_elf64_vec)            tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
     alpha_elf64_fbsd_vec)       tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;