projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
37f8091
)
(__data_start): Make it global.
author
drepper
<drepper>
Wed, 3 Jan 2001 04:49:57 +0000
(
04:49
+0000)
committer
drepper
<drepper>
Wed, 3 Jan 2001 04:49:57 +0000
(
04:49
+0000)
sysdeps/powerpc/elf/start.S
patch
|
blob
|
history
diff --git
a/sysdeps/powerpc/elf/start.S
b/sysdeps/powerpc/elf/start.S
index
632505f
..
c3d85bb
100644
(file)
--- a/
sysdeps/powerpc/elf/start.S
+++ b/
sysdeps/powerpc/elf/start.S
@@
-1,5
+1,5
@@
/* Startup code for programs linked with GNU libc.
/* Startup code for programs linked with GNU libc.
- Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000
, 2001
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-61,5
+61,6
@@
END(_start)
/* Define a symbol for the first piece of initialized data. */
.section ".data"
/* Define a symbol for the first piece of initialized data. */
.section ".data"
+ .globl __data_start
__data_start:
weak_alias (__data_start, data_start)
__data_start:
weak_alias (__data_start, data_start)