mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
Declare etext.
This commit is contained in:
parent
6c6b28ea7f
commit
51e8c46a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#define BSD4_2 /* Tell code below to use getrlimit. */
|
||||
|
||||
/* Old Linux startup code won't define __data_start. */
|
||||
extern int __data_start; weak_symbol (__data_start)
|
||||
extern int etext, __data_start; weak_symbol (__data_start)
|
||||
#define start_of_data() (&__data_start ?: &etext)
|
||||
|
||||
#else /* not _LIBC */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue