This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.4/3.5 PATCH: Fix IRIX 5 bootstrap


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]