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]

Re: RFA: Recording MIPS ABI selection in binaries


It doesn't sound unreasonable, though I'd prefer someone more
familiar with the mips situation in the ELF headers to comment.

On Tue, Aug 08, 2000 at 02:20:56PM -0700, Nick Clifton wrote:
> +   fprintf (stream, "\t.section .mdebug.%s\n", abi_string);
> + 
> +   /* Restore the default section.  */
> +   fprintf (stream, "\t.section .text\n");

However, I do recommend that you call named_section and
text_section instead of fiddling with fprintf like this.


r~

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