From 298c70f47122810f14b7b692a37aaeedc2b8e875 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Dec 2000 04:05:42 +0000 Subject: Update. 2000-12-05 Ulrich Drepper * sysdeps/alpha/elf/start.S (__data_start): Define. --- sysdeps/alpha/elf/start.S | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/alpha/elf/start.S b/sysdeps/alpha/elf/start.S index b5e5df102a..90f59f0452 100644 --- a/sysdeps/alpha/elf/start.S +++ b/sysdeps/alpha/elf/start.S @@ -1,5 +1,5 @@ /* Startup code for Alpha/ELF. - Copyright (C) 1993, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1993,1995,1996,1997,1998,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson @@ -59,3 +59,11 @@ _start: /* For ECOFF backwards compatibility. */ weak_alias(_start, __start) + +/* 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 -- cgit v1.2.3