diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-21 06:03:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-21 06:03:27 +0000 |
commit | 8b60020b204dcaebc346d94f3d9972f741a8cbe1 (patch) | |
tree | d8d466e58a59661fcb87c770d431e90beeca1736 /ChangeLog | |
parent | 37f91d336d8d93b1416c121627ffe88e548b251d (diff) | |
download | glibc-8b60020b204dcaebc346d94f3d9972f741a8cbe1.tar.gz glibc-8b60020b204dcaebc346d94f3d9972f741a8cbe1.tar.xz glibc-8b60020b204dcaebc346d94f3d9972f741a8cbe1.zip |
* sysdeps/unix/start.c (errno): Only define if it's not #define'd
as a macro. [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol indirection.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3403a139ab..4baa630c27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Tue Feb 21 00:10:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * sysdeps/unix/start.c (errno): Only define if it's not #define'd + as a macro. + [! NO_UNDERSCORES]: Define `start' as a weak alias, not a symbol + indirection. + * csu/Makefile (crtstuff): New variable consolidates crti, crtn; add crti_s, crtn_s. (install-lib, extra-objs, generated-, omit-deps): Use that. |