From 093b4f688a24d51d9e71fe074902f7dc916cd1f0 Mon Sep 17 00:00:00 2001 From: Jérôme Duval Date: Wed, 06 May 2009 20:34:18 +0000 Subject: [PATCH] Applied patch for arm haiku target from Johannes Wischert (bug #3633) The cross tools build still needs the arm specific headers in Haiku to complete (bug #3763) git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30652 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/gcc/config.gcc | 1 - gcc/gcc/config/arm/haiku.h | 3 +++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc index d1bbf88..4fe00b0 100644 --- a/gcc/gcc/config.gcc +++ b/gcc/gcc/config.gcc @@ -737,7 +737,6 @@ tmake_file="${tmake_file} t-haiku arm/t-arm arm/t-arm-elf" tm_file="dbxelf.h elfos.h haiku.h arm/elf.h arm/aout.h arm/haiku.h arm/arm.h" tm_defines="USE_GAS" - use_fixproto=yes ;; arm*-*-linux*) # ARM GNU/Linux with ELF tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h" diff --git a/gcc/gcc/config/arm/haiku.h b/gcc/gcc/config/arm/haiku.h index 3275d4b..1a21890 100644 --- a/gcc/gcc/config/arm/haiku.h +++ b/gcc/gcc/config/arm/haiku.h @@ -21,7 +21,8 @@ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (ARM Haiku/ELF)"); - +#undef ASM_COMMENT_START +#define ASM_COMMENT_START "@" /* Unsigned chars produces much better code than signed. */ #define DEFAULT_SIGNED_CHAR 0 -- gitore 0.2.2