From 9a02fbd1984021c1db08cfd855df0660745a0858 Mon Sep 17 00:00:00 2001 From: Mark Harmstone Date: Mon, 23 Jan 2023 23:01:54 +0000 Subject: 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. --- ld/configure.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/configure.tgt') 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 -- cgit v1.1