comparison libgomp/libgomp.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. 1 /* Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
2 Contributed by Richard Henderson <rth@redhat.com>. 2 Contributed by Richard Henderson <rth@redhat.com>.
3 3
4 This file is part of the GNU OpenMP Library (libgomp). 4 This file is part of the GNU OpenMP Library (libgomp).
5 5
6 Libgomp is free software; you can redistribute it and/or modify it 6 Libgomp is free software; you can redistribute it and/or modify it
512 #include "omp.h.in" 512 #include "omp.h.in"
513 513
514 #if !defined (HAVE_ATTRIBUTE_VISIBILITY) \ 514 #if !defined (HAVE_ATTRIBUTE_VISIBILITY) \
515 || !defined (HAVE_ATTRIBUTE_ALIAS) \ 515 || !defined (HAVE_ATTRIBUTE_ALIAS) \
516 || !defined (HAVE_AS_SYMVER_DIRECTIVE) \ 516 || !defined (HAVE_AS_SYMVER_DIRECTIVE) \
517 || !defined (PIC) 517 || !defined (PIC) \
518 || !defined (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT)
518 # undef LIBGOMP_GNU_SYMBOL_VERSIONING 519 # undef LIBGOMP_GNU_SYMBOL_VERSIONING
519 #endif 520 #endif
520 521
521 #ifdef LIBGOMP_GNU_SYMBOL_VERSIONING 522 #ifdef LIBGOMP_GNU_SYMBOL_VERSIONING
522 extern void gomp_init_lock_30 (omp_lock_t *) __GOMP_NOTHROW; 523 extern void gomp_init_lock_30 (omp_lock_t *) __GOMP_NOTHROW;