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: Prevent arm-elf gcc from emiting ".align 0" directives


Hi Richard,

: > 2000-02-16  Nick Clifton  <nickc@cygnus.com>
: > 	* config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
: > 	anything for an alignment of zero.
: > 	* config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
: > 	anything for an alignment of zero.
: 
: 
: This is fine by me.  What about the other object formats (a.out, coff)?

They all use the defintion in arm/aout.h which does the right thing.

: I assume you will apply it to the branch as well.

Yup.

Patch going in.

Cheers
	Nick

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