In the last episode (Dec 22), Daniel Eischen said:
> I'd like to stay away from maintaining libc_r any further; not that
> it can't be done, but with libkse and libthr around, why?
Do gdb and pstack (in ports) handle libkse or libthr threads? libc_r
is a great debugging tool, if nothing else. I
In message <[EMAIL PROTECTED]>, "Daniel O'Connor" wrote:
>On Monday 22 December 2003 14:39, David Gilbert wrote:
>> Has anyone looked into supporting USB link cables? I see a number of
>> these on eBay ... they appear to have two usb host connectors and some
>> small bit of electronics (by the des
On Monday 22 December 2003 14:39, David Gilbert wrote:
> Has anyone looked into supporting USB link cables? I see a number of
> these on eBay ... they appear to have two usb host connectors and some
> small bit of electronics (by the description). Are these propriatary
> ... or is there some sens
On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> * Daniel Eischen <[EMAIL PROTECTED]> [031221 14:31] wrote:
> > On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> >
> > > * Daniel Eischen <[EMAIL PROTECTED]> [031221 12:08] wrote:
> > > > On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> > > >
> > > > > *
Has anyone looked into supporting USB link cables? I see a number of
these on eBay ... they appear to have two usb host connectors and some
small bit of electronics (by the description). Are these propriatary
... or is there some sensible way this would work?
Dave.
--
=
* Daniel Eischen <[EMAIL PROTECTED]> [031221 14:31] wrote:
> On Sun, 21 Dec 2003, Alfred Perlstein wrote:
>
> > * Daniel Eischen <[EMAIL PROTECTED]> [031221 12:08] wrote:
> > > On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> > >
> > > > * Alfred Perlstein <[EMAIL PROTECTED]> [031221 02:47] wrote:
On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> * Daniel Eischen <[EMAIL PROTECTED]> [031221 12:08] wrote:
> > On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> >
> > > * Alfred Perlstein <[EMAIL PROTECTED]> [031221 02:47] wrote:
> > > > How do I get __thread to work for me?
> > > >
> > > > http://g
On Sun, 2003-12-21 at 12:08, Daniel Eischen wrote:
> On Sun, 21 Dec 2003, Alfred Perlstein wrote:
>
> > * Alfred Perlstein <[EMAIL PROTECTED]> [031221 02:47] wrote:
> > > How do I get __thread to work for me?
> > >
> > > http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html
> > >
> > > it seems th
* Daniel Eischen <[EMAIL PROTECTED]> [031221 12:08] wrote:
> On Sun, 21 Dec 2003, Alfred Perlstein wrote:
>
> > * Alfred Perlstein <[EMAIL PROTECTED]> [031221 02:47] wrote:
> > > How do I get __thread to work for me?
> > >
> > > http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html
> > >
> > > it
On Sun, 21 Dec 2003, Alfred Perlstein wrote:
> * Alfred Perlstein <[EMAIL PROTECTED]> [031221 02:47] wrote:
> > How do I get __thread to work for me?
> >
> > http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html
> >
> > it seems the assembler chokes on it?
We don't have support for it yet. Why d
* Alfred Perlstein <[EMAIL PROTECTED]> [031221 02:47] wrote:
> How do I get __thread to work for me?
>
> http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html
>
> it seems the assembler chokes on it?
Taking this code:
#include
__thread int x;
int
main(int argc, char **argv)
{
printf("duh
How do I get __thread to work for me?
http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html
it seems the assembler chokes on it?
--
- Alfred Perlstein
- Research Engineering Development Inc.
- email: [EMAIL PROTECTED] cell: 408-480-4684
___
[EMAIL PRO
12 matches
Mail list logo