On Tuesday 17 January 2006 04:06, D. Bahi wrote:
> yes, blaise,
You've actually got the right meaning of my nick I named myself after
Blaise Pascal :-) (referring to the Pascal language, indeed)!
> i read your comment from the november posting to the list in response to
> this problem report
yes, blaise,
i read your comment from the november posting to the list in response to
this problem reported then and tried it...
#ifdef CONFIG_MODE_TT
/* This is for use by the tracing thread in special situations (see
below). */
static int indirect_set_thread_area_tt(struct user_desc *info) {
On Monday 16 January 2006 18:10, D. Bahi wrote:
> for the second problem try the attached patch of a patch.
That's bogus, indirect_set_thread_area() should be moved outside #ifdef. It
has the needed CHOOSE_MODE (or should have it). At least, don't run with it
in TT mode.
> Antoine Martin wrote:
Thanks, that fixes it.
On Mon, 2006-01-16 at 12:10 -0500, D. Bahi wrote:
> for the second problem try the attached patch of a patch.
>
> Antoine Martin wrote:
> > On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote:
> >
> >> Failed right at the end... (TT disabled)
> >>
> >> LD .tmp
for the second problem try the attached patch of a patch.
Antoine Martin wrote:
> On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote:
>
>> Failed right at the end... (TT disabled)
>>
>> LD .tmp_vmlinux1
>> arch/um/sys-i386/built-in.o(.text+0x2f8e): In function `load_TLS':
>> : undef
On Fri, 2006-01-06 at 17:41 +, Antoine Martin wrote:
> Failed right at the end... (TT disabled)
>
> LD .tmp_vmlinux1
> arch/um/sys-i386/built-in.o(.text+0x2f8e): In function `load_TLS':
> : undefined reference to `indirect_set_thread_area'
Tried again today, problems:
* static build fai