Deleted Added
full compact
sol2-ci.asm (50397) sol2-ci.asm (52284)
1! crti.s for solaris 2.0.
2
3! Copyright (C) 1992 Free Software Foundation, Inc.
4! Written By David Vinayak Henkel-Wallace, June 1992
5!
6! This file is free software; you can redistribute it and/or modify it
7! under the terms of the GNU General Public License as published by the
8! Free Software Foundation; either version 2, or (at your option) any

--- 34 unchanged lines hidden (view full) ---

43 .file "crti.s"
44
45 .section ".init"
46 .proc 022
47 .global _init
48 .type _init,#function
49 .align 4
50_init:
1! crti.s for solaris 2.0.
2
3! Copyright (C) 1992 Free Software Foundation, Inc.
4! Written By David Vinayak Henkel-Wallace, June 1992
5!
6! This file is free software; you can redistribute it and/or modify it
7! under the terms of the GNU General Public License as published by the
8! Free Software Foundation; either version 2, or (at your option) any

--- 34 unchanged lines hidden (view full) ---

43 .file "crti.s"
44
45 .section ".init"
46 .proc 022
47 .global _init
48 .type _init,#function
49 .align 4
50_init:
51#ifdef __sparcv9
52 save %sp, -176, %sp
53#else
51 save %sp, -96, %sp
54 save %sp, -96, %sp
55#endif
52
53
54 .section ".fini"
55 .proc 022
56 .global _fini
57 .type _fini,#function
58 .align 4
59_fini:
56
57
58 .section ".fini"
59 .proc 022
60 .global _fini
61 .type _fini,#function
62 .align 4
63_fini:
64#ifdef __sparcv9
65 save %sp, -176, %sp
66#else
60 save %sp, -96, %sp
67 save %sp, -96, %sp
68#endif