From 692e7ab8e19521c4e3fa43b09c6cc0adcc646b49 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Oct 2002 19:42:02 +0000 Subject: [PATCH] 2002-02-08 Randolph Chung * sysdeps/hppa/elf/start.S: Define __data_start. --- sysdeps/hppa/elf/start.S | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sysdeps/hppa/elf/start.S b/sysdeps/hppa/elf/start.S index a5c3e52..b2f0bd2 100644 --- a/sysdeps/hppa/elf/start.S +++ b/sysdeps/hppa/elf/start.S @@ -56,3 +56,10 @@ _start: .procend +/* Define a symbol for the first piece of initialized data. */ + .data + .globl __data_start +__data_start: + .long 0 + .weak data_start + data_start = __data_start -- 2.7.4