[Gc] Re: [Patch 2/2] Aarch64 libatomic_ops and Gc basic port
Marcus Shawcroft
marcus.shawcroft at arm.com
Wed Jan 23 10:15:10 PST 2013
On 23/01/13 17:53, Yvan Roux wrote:
> @@ -557,6 +568,7 @@
> /* running Amdahl UTS4 */
> /* S390 ==> 390-like machine */
> /* running LINUX */
> + /* AARCH64 ==> ARM 64-bit */
The define AARCH64 represents the ARM AArch64 execution state therefore
I think this comment should read:
AARCH64 -> ARM AArch64
> +# define DATASTART ((ptr_t)__data_start)
> + /* __stack_base__ is set in newlib/libc/sys/arm/crt0.S */
That comment doesn't make sense in this context.
Cheers
/Marcus
More information about the Gc
mailing list