diff options
Diffstat (limited to 'gcc/config/arm/symbian.h')
-rw-r--r-- | gcc/config/arm/symbian.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/arm/symbian.h b/gcc/config/arm/symbian.h index c03b428e692..bd647d39f0c 100644 --- a/gcc/config/arm/symbian.h +++ b/gcc/config/arm/symbian.h @@ -20,9 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Use the SYMBIAN ABI by default. */ -#define ARM_DEFAULT_ABI ARM_ABI_AAPCS - /* Do not expand builtin functions (unless explicitly prefixed with "__builtin"). Symbian OS code relies on properties of the standard library that go beyond those guaranteed by the ANSI/ISO standard. @@ -53,11 +50,5 @@ #undef STARTFILE_SPEC #define STARTFILE_SPEC "crti%O%s crtbegin%O%s" -/* The generic link spec in elf.h does not support shared libraries. */ -#undef LINK_SPEC -#define LINK_SPEC "%{mbig-endian:-EB} %{mlittle-endian:-EL} " \ - "%{static:-Bstatic} %{shared:-shared} %{symbolic:-Bsymbolic} " \ - "-X" - /* Support the "dllimport" attribute. */ #define TARGET_DLLIMPORT_DECL_ATTRIBUTES 1 |