diff options
author | Mark Harmstone <mark@harmstone.com> | 2023-01-25 23:54:37 +0000 |
---|---|---|
committer | Mark Harmstone <mark@harmstone.com> | 2023-01-27 04:03:15 +0000 |
commit | c194b6ac4874d7a7eefdf4bd13376c3fc5f3eb7b (patch) | |
tree | 749f87a60970a05f639af5dd42a81ff657966842 /gas/codeview.h | |
parent | c95d486d35f87b4e32941f20bed56f57ebd58d8b (diff) | |
download | binutils-c194b6ac4874d7a7eefdf4bd13376c3fc5f3eb7b.zip binutils-c194b6ac4874d7a7eefdf4bd13376c3fc5f3eb7b.tar.gz binutils-c194b6ac4874d7a7eefdf4bd13376c3fc5f3eb7b.tar.bz2 |
gas: Add CodeView constant for aarch64
Adds the correct constant to the S_COMPILE3 CodeView record when
assembling aarch64-w64-mingw32 with the -gcodeview flag.
Diffstat (limited to 'gas/codeview.h')
-rw-r--r-- | gas/codeview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/codeview.h b/gas/codeview.h index def2a39..2a3d8fc 100644 --- a/gas/codeview.h +++ b/gas/codeview.h @@ -38,6 +38,7 @@ #define CV_CFL_80386 0x03 #define CV_CFL_X64 0xD0 +#define CV_CFL_ARM64 0xF6 #define CHKSUM_TYPE_MD5 1 |