📄 linux-aout.h
字号:
/* Definitions for ARM running Linux-based GNU systems using a.out. Copyright (C) 1993, 1994, 1997, 1998 Free Software Foundation, Inc. Contributed by Russell King <rmk92@ecs.soton.ac.uk>.This file is part of GNU CC.GNU CC is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, or (at your option)any later version.GNU CC is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; see the file COPYING. If not, write tothe Free Software Foundation, 59 Temple Place - Suite 330,Boston, MA 02111-1307, USA. */#include <linux-aout.h>/* these are different... */#undef STARTFILE_SPEC#define STARTFILE_SPEC \"%{pg:gcrt0.o%s} %{!pg:%{p:gcrt0.o%s} %{!p:crt0.o%s}} %{static:-static}"#undef ASM_APP_ON#undef ASM_APP_OFF#undef COMMENT_BEGIN /* We default to ARM3. */#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm3#undef CPP_PREDEFINES#define CPP_PREDEFINES \"-Dunix -Darm -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)"#undef LIB_SPEC#define LIB_SPEC \ "%{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} %{!ggdb:-lc} %{ggdb:-lg}"#define HANDLE_SYSV_PRAGMA /* Run-time Target Specification. */#define TARGET_VERSION fputs (" (ARM GNU/Linux with a.out)", stderr);/* * Maths operation domain error number, EDOM * We don't really want this for libc6. However, taking it out would be * too much of a pain for now and it doesn't hurt much. */#define TARGET_EDOM 33#include "arm/aout.h"#include "arm/linux-gas.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -