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: Patch to fix -falign-labels


On Mon, Sep 16, 2002 at 05:38:31PM -0700, Samuel Figueroa wrote:
> 	* final.c (final_scan_insn): Use new macro ASM_OUTPUT_ALIGN_WITH_NOP.
> 	*sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP) New macro.
> 	* doc/tm.texi (ASM_OUTPUT_ALIGN_WITH_NOP) New description.

I guess this is ok for now.

If we ever convert the alignment bits to a target hook, we should
combine ASM_OUTPUT_ALIGN with ASM_OUTPUT_MAX_SKIP_ALIGN and have
an argument that indicates code vs data.



r~


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