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: darwin and pic/dynamic-no-pic


	The rs6000.* changes look okay.  An Apple maintainer should okay
the darwin.* changes.

	Why is MACHO_DYNAMIC_NO_PIC_P() a macro with parentheses but no
arguments? 

	And please correct the formatting, e.g.,

+#if TARGET_MACHO
+         if ( MACHO_DYNAMIC_NO_PIC_P ())
           ---^--- extra space
+             output_asm_insn (\"{liu|lis} %L0,ha16(%2+4)\", operands);
+         else
+#endif

Thanks, David


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