mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
entered into RCS
This commit is contained in:
parent
d1c66cfdd0
commit
39208af467
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user