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] doc - document how gcc relies on the length of an asm


> This is a documentation update in response to PR 11442 where the user had 
> put a .skip directive in an ASM statement and this broke GCC's asm size 
> estimation rules.  It tries to make it clear that this is a user error 
> that will only be detected by the assembler.
> 
> Comments?  If I don't hear any objections I'll commit this in a few days.
> 
> R.
> 
> <date>  Richard Earnshaw  <rearnsha@arm.com>
> 
> 	* extend.texi: Document how GCC estimates and relies on the size
> 	of an asm.
> 

I tweaked the wording slightly and installed the following:


Attachment: asm-size.patch
Description: asm-size.patch


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