about summary refs log tree commit diff
path: root/sysdeps/generic/initfini.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-09-101-22/+11
| | | | | | | | | | | | 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.
* Update.Ulrich Drepper2000-06-281-3/+3
| | | | | * sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon. Add it where it is needed now.
* Update.Ulrich Drepper2000-06-021-4/+5
| | | | | * sysdeps/generic/initfini.c (_init): One less relocation. Don't have extra call to __gmon_start__, use the pointer we already have.
* Update.Ulrich Drepper2000-05-081-0/+138
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).