⛏️ index : buildtools.git

author Jérôme Duval <jerome.duval@gmail.com> 2012-01-22 11:42:44.0 +01:00:00
committer Jérôme Duval <jerome.duval@gmail.com> 2012-01-22 11:55:38.0 +01:00:00
commit
a2012848e3c628083a37416cb7ccc351d42fbb1e [patch]
tree
affc36e251095803d9c6fef7f0a1d645daf51041
parent
4c871ab97bb2c7951c50ee403cf17de4069b132b
download
a2012848e3c628083a37416cb7ccc351d42fbb1e.tar.gz

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.

Diff

 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
+++ a/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.