aboutsummaryrefslogtreecommitdiffhomepage
path: root/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf.c')
-rw-r--r--elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf.c b/elf.c
index d25bc9b..668a599 100644
--- a/elf.c
+++ b/elf.c
@@ -21,8 +21,8 @@ struct sym {
size;
};
static vec_of(struct sym) symtab;
-uchar dataalign = 1, rodataalign = 1, bssalign = 1;
-uint nbss;
+static uchar dataalign = 1, rodataalign = 1, bssalign = 1;
+static uint nbss;
static vec_of(uchar) data, rodata;
static uint ntextrel, nrodatarel, ndatarel;
struct reloc {