[ example updated ]
Hi,
Since at least 3.4, the GCC manual says:
Use the `section' attribute with an _initialized_ definition of a
_global_ variable, as shown in the example. GCC issues a warning
and otherwise ignores the `section' attribute in uninitialized
variable declara
Hi,
Since at least 3.4, the GCC manual says:
Use the `section' attribute with an _initialized_ definition of a
_global_ variable, as shown in the example. GCC issues a warning
and otherwise ignores the `section' attribute in uninitialized
variable declarations.
but this does
On Nov 13, 2007 3:37 PM, Kevin D. Kissell <[EMAIL PROTECTED]> wrote:
> Franck a dit:
> > > Another reason is to get rid of the classic trampoline the kernel installs
> > > on the stack. On some multiprocessor systems it requires a cacheflush
> > > operation to be performed on all processors which
On Nov 13, 2007 3:00 PM, Ralf Baechle <[EMAIL PROTECTED]> wrote:
>
> On Tue, Nov 13, 2007 at 02:14:58PM +0100, Franck Bui-Huu wrote:
>
> > > > David Daney writes:
> > > > > With the current kernel (2.6.23.1) in my R5000 based O2 it seems
> >
On Nov 13, 2007 1:10 PM, Ralf Baechle <[EMAIL PROTECTED]> wrote:
>
> On Tue, Nov 13, 2007 at 11:48:53AM +, Andrew Haley wrote:
>
> > David Daney writes:
> > > With the current kernel (2.6.23.1) in my R5000 based O2 it seems
> > > impossible for GCC's exception unwinding machinery to unwind th