lkml.org 
[lkml]   [2009]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: git pull request for tip/tracing/urgent
Hello,

Ingo Molnar wrote:
> This bit:
>
> ".section .fixup, \"ax\"\n"
> "4: movl $1, %[faulted]\n"
> " jmp 3b\n"
> ".previous\n"
>
> Can be thought of as an 'embedded' or 'nested' section - the '.previous'
> directive jumps back to whatever section we were in before. This can be
> nested multiple times too:
>
> .section A
> [...]
> .section B
> [...]
> .section C
> [...]
> .previous
> [...]
> .previous
> [...]
> .previous

That will result in...

A->B->C->B->C->B

.pushsection and .popsection should be used for nesting, right?

Thanks.

--
tejun


\
 
 \ /
  Last update: 2009-02-11 10:19    [W:0.064 / U:25.960 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site