Enable 64-bit integer handling for gas even on 32-bit host since

sparc64 kernel now uses 64-bit constant with %hh operator.

Fix for PR toolchain/48630.
This commit is contained in:
nakayama 2014-03-10 12:01:19 +00:00
parent 6552b0e2b0
commit 8813083ebc
1 changed files with 1 additions and 0 deletions

View File

@ -1460,6 +1460,7 @@ case "${targ}" in
sparc-*-netbsdelf*)
targ_defvec=bfd_elf32_sparc_vec
targ_selvecs="sparcnetbsd_vec sunos_big_vec"
want64=true
;;
sparc-*-netbsd*)
targ_defvec=sparcnetbsd_vec