This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] SPU Initialize __ea_local_store via register 6
- From: Andrew_Pinski at PlayStation dot Sony dot Com
- To: Patrick Mansfield <patmans at us dot ibm dot com>
- Cc: Jeff Johnston <jjohnstn at redhat dot com>, newlib at sourceware dot org
- Date: Mon, 17 Sep 2007 15:05:37 -0700
- Subject: Re: [PATCH] SPU Initialize __ea_local_store via register 6
newlib-owner@sourceware.org wrote on 09/17/2007 02:41:32 PM:
> The effective address (EA) of the local store (LS) is now passed via
> register 6, store it into a global variable.
> +.comm __ea_local_store,16,16
Do you really want a common symbol here?
Thanks,
Andrew Pinski