Re: [PATCH] [2/10] AArch64 Port

2012-10-23 Thread Marcus Shawcroft
On 23/10/12 15:39, Joseph S. Myers wrote: On Tue, 23 Oct 2012, Marcus Shawcroft wrote: +@item -mcmodel=tiny +@opindex mcmodel=tiny +Generate code for the tiny code model. The program and its statically defined +symbols must be within 1GB of each other. Pointers are 64 bits. Programs can +be

Re: [PATCH] [2/10] AArch64 Port

2012-10-23 Thread Jeff Law
On 10/23/2012 03:42 AM, Marcus Shawcroft wrote: This patch contains the additions to the gcc/doc files to document the AArch64 port. Proposed ChangeLog: * doc/invoke.texi (AArch64 Options): New. * doc/md.texi (Machine Constraints): Add AArch64. This is fine. Please install

Re: [PATCH] [2/10] AArch64 Port

2012-10-23 Thread Joseph S. Myers
On Tue, 23 Oct 2012, Marcus Shawcroft wrote: > +@item -mcmodel=tiny > +@opindex mcmodel=tiny > +Generate code for the tiny code model. The program and its statically > defined > +symbols must be within 1GB of each other. Pointers are 64 bits. Programs > can > +be statically or dynamically lin

[PATCH] [2/10] AArch64 Port

2012-10-23 Thread Marcus Shawcroft
This patch contains the additions to the gcc/doc files to document the AArch64 port. Proposed ChangeLog: * doc/invoke.texi (AArch64 Options): New. * doc/md.texi (Machine Constraints): Add AArch64. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a9a79343985bdc6bcd0