Ticket #3633: armfix.patch

File armfix.patch, 958 bytes (added by pfoetchen_, 15 years ago)

Patch for gcc

  • gcc/gcc/config.gcc

     
    737737    tmake_file="${tmake_file} t-haiku arm/t-arm arm/t-arm-elf"
    738738    tm_file="dbxelf.h elfos.h haiku.h arm/elf.h arm/aout.h arm/haiku.h arm/arm.h"
    739739    tm_defines="USE_GAS"
    740     use_fixproto=yes
    741740    ;;
    742741arm*-*-linux*)          # ARM GNU/Linux with ELF
    743742    tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h"
  • gcc/gcc/config/arm/haiku.h

     
    2121
    2222#undef TARGET_VERSION
    2323#define TARGET_VERSION fprintf (stderr, " (ARM Haiku/ELF)");
    24 
     24#undef ASM_COMMENT_START
     25#define ASM_COMMENT_START "@"
    2526/* Unsigned chars produces much better code than signed.  */
    2627#define DEFAULT_SIGNED_CHAR  0
    2728