]> gcc.gnu.org Git - gcc.git/commit
Patch from Teemu Torma to fix Solaris 2.6 EH failures.
authorTeemu Torma <tot@trema.com>
Wed, 11 Mar 1998 12:07:25 +0000 (12:07 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 11 Mar 1998 12:07:25 +0000 (04:07 -0800)
commit754d1a92e65d7a8fdfdc36e2b72e8abfdcf70f5b
tree722397066de1f2780c4301c0a26524b7d9b93805
parentffacfc7cb67870796368b9dfa000d0e1f36ab879
Patch from Teemu Torma to fix Solaris 2.6 EH failures.

* gthr.h: Changed the comment about return values.
* gthr-solaris.h (__gthread_once): Do not use errno; return the
error number instead of -1.
(__gthread_key_create): Any non-zero return value is an error.
* libgcc2.c (eh_context_initialize): Check for non-zero return
value from __gthread_once.
Check that the value of get_eh_context was really changed.

From-SVN: r18480
gcc/ChangeLog
gcc/gthr-solaris.h
gcc/gthr.h
gcc/libgcc2.c
This page took 0.061881 seconds and 5 git commands to generate.