This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: altivec patches
> Date: Tue, 6 Nov 2001 19:12:03 -0500
> From: Daniel Jacobowitz <drow@mvista.com>
> Cc: Dale Johannesen <dalej@apple.com>, gcc patches <gcc-patches@gcc.gnu.org>,
> Geoff Keating <geoffk@cygnus.com>
> Is there any reasonable way to reflect that in the generated objects,
> then? Is there a spare bit in the ELF header for this?
You can create a special .note section. Using bits in the ELF header
for this is not recommended; consider the problems it causes on MIPS for
instance.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>