This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4/3.5 PATCH: Fix IRIX 5 bootstrap
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: Rainer Orth <ro at techfak dot uni-bielefeld dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 05 Feb 2004 20:48:45 +0000
- Subject: Re: 3.4/3.5 PATCH: Fix IRIX 5 bootstrap
- References: <16398.52330.600316.363509@xayide.TechFak.Uni-Bielefeld.DE><87fze959oe.fsf@redhat.com><16418.42549.392583.567119@xayide.TechFak.Uni-Bielefeld.DE>
Thanks for taking the time to do this.
Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
> +/* Dummy definition which allows EXTRA_SECTION_FUNCTIONS to be the same
> + for IRIX 5 and 6. */
> +#define BSS_SECTION_ASM_OP "\t.data"
> +
If this macro truly isn't used for the native o32 assembler, couldn't
you just define it to "\t.section\t.bss" unconditionally? And get rid
of the BSS_SECTION_ASM_OP_{32,64} in iris6.h?
Everything else looks good.
Richard