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
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
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
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