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.
This commit is contained in:
Jérôme Duval 2012-01-22 11:42:44 +01:00
parent 4c871ab97b
commit a2012848e3

View File

@ -817,6 +817,7 @@ arm*-*-netbsd*)
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.