aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2024-04-12 11:32:36 +0200
committerQuentin Carbonneaux <[email protected]>2024-04-12 11:33:58 +0200
commit8ded7a56a2d7f1922b4f58a953f9ac37aa8be737 (patch)
tree863aa56ca7b0b35cf33539ae82960db75c27fe20 /all.h
parent4a809d69b5647aabc8f6a9e22e0bc889f9c779ed (diff)
add common linkage for data
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index bd61510..bb6f096 100644
--- a/all.h
+++ b/all.h
@@ -371,6 +371,7 @@ struct Addr { /* amd64 addressing */
struct Lnk {
char export;
char thread;
+ char common;
char align;
char *sec;
char *secf;