aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/elf/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/elf/start.S')
-rw-r--r--sysdeps/i386/elf/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/elf/start.S b/sysdeps/i386/elf/start.S
index 67d7916ad6..c5796e8db9 100644
--- a/sysdeps/i386/elf/start.S
+++ b/sysdeps/i386/elf/start.S
@@ -90,3 +90,5 @@ nofini:
.globl __data_start
__data_start:
.long 0
+ .weak data_start
+ data_start = __data_start