Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr

2009-12-14 Thread Joakim Tjernlund
Wolfgang Denk wrote on 03/11/2009 20:40:50: > From: Wolfgang Denk > To: Joakim Tjernlund > Cc: u-boot@lists.denx.de > Date: 03/11/2009 20:40 > Subject: Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr > > Dear Joakim Tjernlund, > > In message <12

Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr

2009-11-03 Thread Joakim Tjernlund
Wolfgang Denk wrote on 03/11/2009 20:40:50: > > Dear Joakim Tjernlund, > > In message <1257180242-1299-1-git-send-email-joakim.tjernl...@transmode.se> > you wrote: > > This series removes the needs to access the GOT in > > IRQ handlers, then switches GOT PTR in start.S asm to > > use r12 instead

Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr

2009-11-03 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1257180242-1299-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > This series removes the needs to access the GOT in > IRQ handlers, then switches GOT PTR in start.S asm to > use r12 instead of r14. This leads up to the removal of > -ffixed-r14 gcc op

Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr

2009-11-02 Thread Joakim Tjernlund
Joakim Tjernlund wrote on 02/11/2009 17:43:59: > > This series removes the needs to access the GOT in > IRQ handlers, then switches GOT PTR in start.S asm to > use r12 instead of r14. This leads up to the removal of > -ffixed-r14 gcc option for ppc > > Joakim Tjernlund (3): > ppc: Loose GOT acce

[U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr

2009-11-02 Thread Joakim Tjernlund
This series removes the needs to access the GOT in IRQ handlers, then switches GOT PTR in start.S asm to use r12 instead of r14. This leads up to the removal of -ffixed-r14 gcc option for ppc Joakim Tjernlund (3): ppc: Loose GOT access in IRQ ppc: Use r12 instead of r14 as GOT pointer. ppc: