diff options
| author | Quentin Carbonneaux <[email protected]> | 2024-04-12 11:32:36 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2024-04-12 11:33:58 +0200 |
| commit | 8ded7a56a2d7f1922b4f58a953f9ac37aa8be737 (patch) | |
| tree | 863aa56ca7b0b35cf33539ae82960db75c27fe20 /all.h | |
| parent | 4a809d69b5647aabc8f6a9e22e0bc889f9c779ed (diff) | |
add common linkage for data
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -371,6 +371,7 @@ struct Addr { /* amd64 addressing */ struct Lnk { char export; char thread; + char common; char align; char *sec; char *secf; |
