]> sourceware.org Git - glibc.git/commitdiff
entered into RCS
authorBrendan Kehoe <brendan@zen.org>
Sun, 5 Dec 1993 06:54:56 +0000 (06:54 +0000)
committerBrendan Kehoe <brendan@zen.org>
Sun, 5 Dec 1993 06:54:56 +0000 (06:54 +0000)
sysdeps/unix/bsd/ultrix4/mips/start.S

index 7829211cabad119a22bc5f6484c59bc9daf3cc32..108f7d97904e7d166f18a9e90eb5c52b426d996f 100644 (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\rmodify it under the terms of the GNU Library General Public License as\rpublished by the Free Software Foundation; either version 2 of the\rLicense, or (at your option) any later version.\r\rThe GNU C Library is distributed in the hope that it will be useful,\rbut WITHOUT ANY WARRANTY; without even the implied warranty of\rMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\rLibrary 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.  */
This page took 0.04558 seconds and 5 git commands to generate.