Browse Source

Silly me, I forgot to include features.h

Eric Andersen 23 years ago
parent
commit
f0f449cc00
1 changed files with 5 additions and 4 deletions
  1. 5 4
      libc/sysdeps/linux/sh/crt0.S

+ 5 - 4
libc/sysdeps/linux/sh/crt0.S

@@ -1,6 +1,7 @@
 /* Startup code for SH & ELF.
 /* Startup code for SH & ELF.
    Copyright (C) 1999 Free Software Foundation, Inc.
    Copyright (C) 1999 Free Software Foundation, Inc.
    Copyright (C) 2001 Hewlett-Packard Australia
    Copyright (C) 2001 Hewlett-Packard Australia
+   Copyright (C) 2002 Stefan Allius
 
 
  This program is free software; you can redistribute it and/or modify it under
  This program 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
  the terms of the GNU Library General Public License as published by the Free
@@ -15,12 +16,9 @@
  You should have received a copy of the GNU Library General Public License
  You should have received a copy of the GNU Library General Public License
  along with this program; if not, write to the Free Software Foundation, Inc.,
  along with this program; if not, write to the Free Software Foundation, Inc.,
  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- Derived in part from the Linux-8086 C library, the GNU C Library, and several
- other sundry sources.  Files within this library are copyright by their
- respective copyright holders.
 */
 */
 
 
+
 /* This is the canonical entry point, usually the first thing in the text
 /* This is the canonical entry point, usually the first thing in the text
    segment.
    segment.
 
 
@@ -35,6 +33,9 @@
 		...
 		...
 					NULL
 					NULL
 */
 */
+
+#include <features.h>
+
 	.file "crt0.S"
 	.file "crt0.S"
 	.text
 	.text
 	.globl _start
 	.globl _start