aboutsummaryrefslogtreecommitdiff
path: root/ld/pdb.h
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/pdb.h
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/pdb.h')
-rw-r--r--ld/pdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/pdb.h b/ld/pdb.h
index ea2db5f..18e18e7 100644
--- a/ld/pdb.h
+++ b/ld/pdb.h
@@ -820,6 +820,7 @@ struct objname
#define CV_CFL_80386 0x03
#define CV_CFL_X64 0xD0
+#define CV_CFL_ARM64 0xF6
#define CV_CFL_LINK 0x07