entered into RCS

This commit is contained in:
Brendan Kehoe 1993-12-05 06:54:56 +00:00
parent d1c66cfdd0
commit 39208af467
1 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,15 @@
/* Copyright (C) 1993 Free Software Foundation, Inc.
Contributed by Brendan Kehoe (brendan@zen.org).
The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
@ -24,7 +32,7 @@ ENTRY(__start)
lw t0, 0(sp)
nop
/* Set up the global pointer. We take up a nop spot here. */
/* Set up the global pointer. */
la gp, _gp
/* Then set up argv. */