mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
[__ASSEMBLY__]: Define it.
This commit is contained in:
parent
910250c575
commit
5c8f22b4fb
@ -1,5 +1,5 @@
|
|||||||
/* Startup code compliant to the ELF Mips ABI.
|
/* Startup code compliant to the ELF Mips ABI.
|
||||||
Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc.
|
Copyright (C) 1995, 1997, 2000, 2001 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -17,6 +17,7 @@
|
|||||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#define __ASSEMBLY__ 1
|
||||||
#include <entry.h>
|
#include <entry.h>
|
||||||
|
|
||||||
#ifndef ENTRY_POINT
|
#ifndef ENTRY_POINT
|
||||||
|
Loading…
Reference in New Issue
Block a user