aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/initfini.c
AgeCommit message (Collapse)Author
2000-09-10Update.Ulrich Drepper
2000-09-10 Ulrich Drepper <drepper@redhat.com> * shlib-versions: Simplify libm entries. Correct a few Hurd entries. * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the ugly GMON_WEAK_START hack. Patch by Philip Blundell <philb@gnu.org>. * sysdeps/i386/i486/bits/string.h: Pretty printing.
2000-06-28Update.Ulrich Drepper
* sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon. Add it where it is needed now.
2000-06-02Update.Ulrich Drepper
* sysdeps/generic/initfini.c (_init): One less relocation. Don't have extra call to __gmon_start__, use the pointer we already have.
2000-05-08Update.Ulrich Drepper
2000-05-07 H.J. Lu <hjl@gnu.org> * csu/initfini.c: Moved to .... * sysdeps/generic/initfini.c: ...here. * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).