From a2012848e3c628083a37416cb7ccc351d42fbb1e Mon Sep 17 00:00:00 2001 From: Jérôme Duval Date: Sun, 22 Jan 2012 11:42:44 +0100 Subject: [PATCH] Fix arm regression since 4.6 * a part of arm/bpabi.h was moved to ../../libgcc/config/arm/bpabi-lib.h * reference this new header. --- gcc/gcc/config.gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc index 69d6b20..a296b27 100644 --- a/gcc/gcc/config.gcc +++ b/gcc/gcc/config.gcc @@ -817,6 +817,7 @@ arm*-*-haiku*) tmake_file="${tmake_file} t-haiku arm/t-arm arm/t-arm-elf arm/t-bpabi arm/t-haiku" tm_file="dbxelf.h elfos.h haiku.h arm/elf.h arm/bpabi.h arm/haiku.h" + tm_file="$tm_file ../../libgcc/config/arm/bpabi-lib.h" # The BPABI long long divmod functions return a 128-bit value in # registers r0-r3. Correctly modeling that requires the use of # TImode. -- gitore 0.2.2