Hi Mark,
On Wed, 3 Oct 2012 09:29:09 +0200, Mark Marshall
wrote:
> I've just had a quick look at this in passing, but at least some of
> these changes seem wrong to me. For example, the code in
> board/ti/omap2420h4/sys_info.c :: display_board_info
> should be:
>
> void display_board_info(u32
Hi Albert,
Am Dienstag, den 02.10.2012, 20:46 +0200 schrieb Albert ARIBAUD:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were
On Tue, Oct 02, 2012 at 08:46:04PM +0200, Albert ARIBAUD wrote:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were unneeded, an
Albert ARIBAUD wrote on 2012/10/02 22:05:40:
>
> Hi Joakim,
>
> On Tue, 2 Oct 2012 21:13:39 +0200, Joakim Tjernlund
> wrote:
>
> >
> >
> > > */
> > > void display_board_info(u32 btype)
> > > {
> > > - char cpu_2420[] = "242
I've just had a quick look at this in passing, but at least some of
these changes seem wrong to me. For example, the code in
board/ti/omap2420h4/sys_info.c :: display_board_info
should be:
void display_board_info(u32 btype)
{
static const char cpu_2420[] = "2420"; /* cpu type */
Albert ARIBAUD writes:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were unneeded, and for
> files known to contain such ini
Hi Stephen,
On Tue, 02 Oct 2012 14:06:53 -0600, Stephen Warren
wrote:
> > +c) Relax the -munified-access rule globally. This will prevent native
>
> I assume that's meant to say -munaligned-access?
> > + until the target gets compiled with m-unaligned-access.
>
> s/m-/-m/
> > +d) Relax the
On 10/02/2012 12:46 PM, Albert ARIBAUD wrote:
> Under option -munaligned-access, gcc can perform local char
> or 16-bit array initializations using misaligned native
> accesses which will throw a data abort exception. Fix files
> where these array initializations were unneeded, and for
> files know
Hi Joakim,
On Tue, 2 Oct 2012 21:13:39 +0200, Joakim Tjernlund
wrote:
>
>
> > */
> > void display_board_info(u32 btype)
> > {
> > - char cpu_2420[] = "2420"; /* cpu type */
> > - char cpu_2422[] = "2422";
> > - cha
> */
> void display_board_info(u32 btype)
> {
> - char cpu_2420[] = "2420"; /* cpu type */
> - char cpu_2422[] = "2422";
> - char cpu_2423[] = "2423";
> - char db_men[] = "Menelaus"; /* board type */
> - char db_i
10 matches
Mail list logo