diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-19 23:25:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-19 23:25:15 +0000 |
commit | 0ddc0d16048d02a98a8a26a1c3e1ab05197d4174 (patch) | |
tree | b42d41b15352a41d56656628636003f854a4692a /ChangeLog | |
parent | bfc04a9ff126ea5fdbe08e281bfc61b93f31429b (diff) | |
download | glibc-0ddc0d16048d02a98a8a26a1c3e1ab05197d4174.tar.gz glibc-0ddc0d16048d02a98a8a26a1c3e1ab05197d4174.tar.xz glibc-0ddc0d16048d02a98a8a26a1c3e1ab05197d4174.zip |
Sun Feb 18 14:08:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* csu/initfini.c (_init): Remove bogus volatile declarations and extra variable, take the address of __gmon_start__ only implicitly to avoid the test being optimized out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d828092e1b..bf48045572 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 18 14:08:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * csu/initfini.c (_init): Remove bogus volatile declarations and + extra variable, take the address of __gmon_start__ only implicitly + to avoid the test being optimized out. + Sun Feb 18 15:08:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/posix/utimes.c (__utimes): There are 1000000 usecs in a |