118334Speter! crtn.s for Solaris 2, x86.
218334Speter
318334Speter!   Copyright (C) 1993 Free Software Foundation, Inc.
418334Speter!   Written By Fred Fish, Nov 1992
518334Speter! 
618334Speter! This file is free software; you can redistribute it and/or modify it
718334Speter! under the terms of the GNU General Public License as published by the
818334Speter! Free Software Foundation; either version 2, or (at your option) any
918334Speter! later version.
1018334Speter! 
1118334Speter! In addition to the permissions in the GNU General Public License, the
1218334Speter! Free Software Foundation gives you unlimited permission to link the
1318334Speter! compiled version of this file with other programs, and to distribute
1418334Speter! those programs without any restriction coming from the use of this
1518334Speter! file.  (The General Public License restrictions do apply in other
1618334Speter! respects; for example, they cover modification of the file, and
1718334Speter! distribution when not linked into another program.)
1818334Speter! 
1918334Speter! This file is distributed in the hope that it will be useful, but
2018334Speter! WITHOUT ANY WARRANTY; without even the implied warranty of
2118334Speter! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
2218334Speter! General Public License for more details.
2318334Speter! 
2418334Speter! You should have received a copy of the GNU General Public License
2518334Speter! along with this program; see the file COPYING.  If not, write to
26169689Skan! the Free Software Foundation, 51 Franklin Street, Fifth Floor,
27169689Skan! Boston, MA 02110-1301, USA.
2818334Speter! 
2918334Speter!    As a special exception, if you link this library with files
3018334Speter!    compiled with GCC to produce an executable, this does not cause
3118334Speter!    the resulting executable to be covered by the GNU General Public License.
3218334Speter!    This exception does not however invalidate any other reasons why
3318334Speter!    the executable file might be covered by the GNU General Public License.
3418334Speter! 
3518334Speter
3618334Speter! This file just supplies returns for the .init and .fini sections.  It is
3718334Speter! linked in after all other files.
3818334Speter
3918334Speter	.file	"crtn.o"
4018334Speter	.ident	"GNU C crtn.o"
4118334Speter
4218334Speter	.section .init
4318334Speter	ret    $0x0
4418334Speter
4518334Speter	.section .fini
4618334Speter	ret    $0x0
47