Deleted Added
full compact
sol2-c1.asm (18334) sol2-c1.asm (50397)
1! crt1.s for Solaris 2, x86
2
1! crt1.s for Solaris 2, x86
2
3! Copyright (C) 1993 Free Software Foundation, Inc.
3! Copyright (C) 1993, 1998 Free Software Foundation, Inc.
4! Written By Fred Fish, Nov 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
9! later version.
10!
11! In addition to the permissions in the GNU General Public License, the

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

144
145 hlt
146 .type _start,@function
147 .size _start,.-_start
148
149! A dummy profiling support routine for non-profiling executables,
150! in case we link in some objects that have been compiled for profiling.
151
4! Written By Fred Fish, Nov 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
9! later version.
10!
11! In addition to the permissions in the GNU General Public License, the

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

144
145 hlt
146 .type _start,@function
147 .size _start,.-_start
148
149! A dummy profiling support routine for non-profiling executables,
150! in case we link in some objects that have been compiled for profiling.
151
152 .globl _mcount
152 .weak _mcount
153_mcount:
154 ret
155 .type _mcount,@function
156 .size _mcount,.-_mcount
153_mcount:
154 ret
155 .type _mcount,@function
156 .size _mcount,.-_mcount