Subject: LP64 -> 32 bits target crosscompiling
To: None <thorpej@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: tech-toolchain
Date: 11/23/2001 22:58:44
Hiya Jason and other readers,

I think i've found a clue as to where to look for the LP64 crosscompiling
lossage for 32 bits archs..... i think you would like to visit
src/gnu/dist/toolchain/gas/read.c (emit_expr)  ... i think there is the
lossage... well for arm anyway since this is the routine i could find who 
gave the weird

.L202
	.word label+ ((2^32) + offset)

stuff (see my posting in port-arm)

Oh and shouldn't the types `valueT' and `addressT' as well as `offsetT' be 
defined in terms of the destination machine? not the compiling machine?

Cheers,
Reinoud