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 Nick,
> 
> I see how this prevents align 0 from being emitted, but I fail to see how
> these macros can be used to force byte alignment now.  Am I missing
> something?

The assembler works in bytes, so everything is always "byte aligned".

R.



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