summaryrefslogtreecommitdiff
path: root/output/outelf64.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-07-13 21:41:33 -0400
committerH. Peter Anvin <hpa@zytor.com>2009-07-13 21:41:33 -0400
commit340ee009d63596b1352d2f648e9b1d342f447861 (patch)
treead81e0d13de58eedab60ad6ff6d790ec215d4efe /output/outelf64.c
parentad01495da81e1892dba3a8d8de7011b00c8a8511 (diff)
parent44a0d177f09b3e7c5627c3772c9b406254eaaf64 (diff)
downloadnasm-340ee009d63596b1352d2f648e9b1d342f447861.tar.gz
Merge branch 'master' into new-preproc
Conflicts: .gitignore
Diffstat (limited to 'output/outelf64.c')
-rw-r--r--output/outelf64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/output/outelf64.c b/output/outelf64.c
index cf6e378d..c98bfaed 100644
--- a/output/outelf64.c
+++ b/output/outelf64.c
@@ -1633,6 +1633,10 @@ static void debug64_typevalue(int32_t type)
ssize = 16;
stype = STT_OBJECT;
break;
+ case TY_YWORD:
+ ssize = 32;
+ stype = STT_OBJECT;
+ break;
case TY_COMMON:
ssize = 0;
stype = STT_COMMON;