diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2002-02-23 21:47:20 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-02-23 21:47:20 +0000 |
| commit | 30d514918ad2fa77406e39c33535984287044425 (patch) | |
| tree | 1b6c373da1b4531f07c245beff56530e76cbfb28 | |
| parent | 4895e965c3898e22443f9da4600a94e1e3c3d795 (diff) | |
Notes
| -rw-r--r-- | lib/csu/sparc64/crt1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c index 311fec5a0585..a2e94a3ace13 100644 --- a/lib/csu/sparc64/crt1.c +++ b/lib/csu/sparc64/crt1.c @@ -45,6 +45,7 @@ extern int _DYNAMIC; extern void _init(void); extern void _fini(void); extern int main(int, char **, char **); +extern void __sparc64_utrap_setup(void); #ifdef GCRT extern void _mcleanup(void); @@ -97,6 +98,7 @@ _start(char **ap, __progname = s + 1; } + __sparc_utrap_setup(); #if 0 /* * If the kernel or a shared library wants us to call |
