netware-libgcc.def: Update copyright.
authorJan Beulich <jbeulich@novell.com>
Mon, 20 Jun 2005 06:45:27 +0000 (06:45 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Mon, 20 Jun 2005 06:45:27 +0000 (06:45 +0000)
commit019275a2ca09d2b4f2b8df9164b1e8072b80c0d8
treeb0ae8a378c02cd5ad47248778b5d76adebef2901
parent574932784c71f152d36548edd50388def8cfca57
netware-libgcc.def: Update copyright.

gcc/
2005-06-20  Jan Beulich  <jbeulich@novell.com>

* config/i386/netware-libgcc.def: Update copyright.
* config/i386/netware-libgcc.exp (__divdc3, __divsc3, __divxc3,
__muldc3, __mulsc3, __mulxc3, __powidf2, __powisf2, __powixf2): Add.
* config/i386/netware.c (gen_stdcall_decoration,
gen_fastd_decoration): Merge into ...
(gen_stdcall_or_fastcall_decoration): ... this. Adjust to match
WinNT's changes.
(gen_regparm_prefix): Adjust to match i386_nlm_encode_section_info.
(i386_nlm_encode_section_info): Adjust to match WinNT's changes.
* config/i386/t-nwld (SHLIB_LINK): Also create libgcc.imp alias of
libgcc_s.imp. Use 'expr' rather than $(()) shell expressions.
* gthr-nks.h (__gthread_objc_mutex_allocate): Kill another dubious
use of NX_MUTEX_RECURSIVE.

gcc/testsuite/
2005-06-20  Jan Beulich  <jbeulich@novell.com>

* g++.old-deja/g++.jason/thunk2.C: On NetWare, also account for
unsupportable relocations.
* g++.old-deja/g++.other/store-expr1.C: Likewise.
* gcc.dg/20050321-2.c: xfail for NetWare.

From-SVN: r101203
gcc/ChangeLog
gcc/config/i386/netware-libgcc.def
gcc/config/i386/netware-libgcc.exp
gcc/config/i386/netware.c
gcc/config/i386/t-nwld
gcc/gthr-nks.h
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk2.C
gcc/testsuite/g++.old-deja/g++.other/store-expr1.C
gcc/testsuite/gcc.dg/20050321-2.c