aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorMark Harmstone <mark@harmstone.com>2023-01-23 23:01:54 +0000
committerMark Harmstone <mark@harmstone.com>2023-01-25 22:26:18 +0000
commit9a02fbd1984021c1db08cfd855df0660745a0858 (patch)
tree9d71b128a9b0d902ac0e0bf8bccab9452c19ceaa /ld/configure.tgt
parent5cf11483141a58314834653003e49709b47822d5 (diff)
downloadgdb-9a02fbd1984021c1db08cfd855df0660745a0858.zip
gdb-9a02fbd1984021c1db08cfd855df0660745a0858.tar.gz
gdb-9a02fbd1984021c1db08cfd855df0660745a0858.tar.bz2
ld: Add pdb support to aarch64-w64-mingw32
This extends PDB support to the aarch64 PE targets. The changes to the test files are just to make it so they can be assembled as either x86, x86_64, or aarch64, mainly by changing the comment style. The only actual code change here is in adding the architecture constants to pdb.c.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 4f9a61f..efd4309 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -121,7 +121,7 @@ aarch64-*-haiku*) targ_emul=aarch64haiku
aarch64-*-pe* | aarch64-*-mingw*)
targ_emul=aarch64pe
targ_extra_emuls="arm64pe"
- targ_extra_ofiles="deffilep.o pep-dll-aarch64.o pe-dll.o"
+ targ_extra_ofiles="deffilep.o pep-dll-aarch64.o pe-dll.o pdb.o"
;;
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
targ_emul=elf64alpha_fbsd