tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [PATCH] improving solaris/illumos support


From: David CARLIER
Subject: Re: [Tinycc-devel] [PATCH] improving solaris/illumos support
Date: Mon, 28 Feb 2022 08:20:09 +0000

> Hello David,

> Funny, I considered to try this port last year, unfortunately my Solaris VM is
> broken I only have true Solaris 10 sparc machines (with of course No chances 
> it
> works on a sparc CPU).

> What is the status of Solaris port after this patch?

It is the initial step for proper support. It would take further steps
to fix tests (e.g. no support for some linkers features, etc)

 thus simplify the reviews.

> Does it works, I think you have some ELF reloc issues (a big classic for a new
> port), do you?

> You missed the correct values for:
> #elif defined(__sun)
> +#define BOUND_TID_TYPE   pid_t
> +#define BOUND_GET_TID    syscall (SYS_xxxx)


True but I did not port bound check, anyway there is no equivalent for
gettid, part the classic pthread_self/getpid.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]