summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-01-17 02:29:57 +0000
committerRoland McGrath <roland@gnu.org>1996-01-17 02:29:57 +0000
commit5f3d5c2bbb4757e9cc5b30bc66b1d7555739bc4a (patch)
tree57d9fa3f28869526d8a1482982bc01cefdacbcb6 /ChangeLog
parentd99d7e264430e26e9070b4908a6e81103aa92747 (diff)
* csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).
* csu/gmon-start.c (__gmon_start__): Renamed from gmon_start, made global. [! HAVE_INITFINI]: Only make it a constructor in this case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6fc5701cc..5a85adf042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
Tue Jan 16 17:37:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).
+ * csu/gmon-start.c (__gmon_start__): Renamed from gmon_start, made
+ global.
+ [! HAVE_INITFINI]: Only make it a constructor in this case.
+
* gmon/Makefile (CFLAGS-mcount.c): New variable.
(mcount.po): New target.