This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: [Bug bootstrap/27644] [4.1 regression] Bootstrap failure on native ARM targets]
On May 17, 2006, at 11:44 PM, Mark Mitchell wrote:
How does PowerPC communicate 32-bit vs. 64-bit mode to the
assembler and
other tools?
well for one, it creates two different versions of ASM_SPEC.
One for defaulting to 32bit and one for defaulting to 64bit.
Which is what x86 really should be doing anyways. In fact the only
reason why %{m64:--64} was added was to support that.
-- Pinski