Commit graph

5 commits

Author SHA1 Message Date
rillig
aca4c430bb ISO C90 does not allow declarations after code. 2005-09-22 12:05:39 +00:00
xtraeme
4d73f836bb Update to 2.0
New in 2.0:

* Use ucontext.h provided functions for thread creation and switching.
  In case those are not available use sigaltstack for thread creation
  and sigsetjmp/siglongjump for thread switching, and if sigaltstack
  doesn't exist fall back on the old process.S assembly code.
* Simplified pthread support a bit, now it builds and runs on cygwin.
* RPM .spec file fix to allow non-root users to build (Matthew Rich).
* Included AIX process.S assembly, since I don't know the right ifdefs,
  it isn't actually part of process.S yet.
* This library is binary compatible with previous releases. But some of
  the prototypes of callback functions got cleaned up a bit so that
  building against this version of LWP will give some trivially fixable
  compile warnings or errors.

New in 1.13:

* Stack switching code for AMD64 processors (Brett Lymn).
2005-08-15 01:14:05 +00:00
blymn
fa919b44f9 Add support for x86_64 (amd64) architecture 2004-12-04 11:54:54 +00:00
phil
f9dfc1ff7a Update to a much more current version, 1.6. (1.7 is out but has
changes mostly to support Mac OS and shouldn't be different for NetBSD.)
2001-04-27 19:00:36 +00:00
dmcmahill
a9b818f711 - add NOT_FOR_PLATFORM *-*-mips* along with a note on where work is needed for
full support.

-add partial mips support, but still get:
  process.s:177: Warning: MIPS PIC call to register other than $25
  process.s:177: Warning: No .cprestore pseudo-op used in PIC code
2000-07-24 22:04:05 +00:00