source:
scripts/patch/gcc/4.4.1/10-libgomp_multilib-fixes.patch@
0252777
| Last change on this file since 0252777 was ee54da9, checked in by , 16 years ago | |
|---|---|
|
|
| File size: 580 bytes | |
| Rev | Line | |
|---|---|---|
| [ee54da9] | 1 | 2008-06-09 Jakub Jelinek <jakub@redhat.com> |
| 2 | ||
| 3 | * omp.h.in (omp_nest_lock_t): Fix up for Linux multilibs. | |
| 4 | ||
| 5 | diff -Naur gcc-4.4.0.orig/libgomp/omp.h.in gcc-4.4.0/libgomp/omp.h.in | |
| 6 | --- gcc-4.4.0.orig/libgomp/omp.h.in 2009-04-09 16:23:07.000000000 -0700 | |
| 7 | +++ gcc-4.4.0/libgomp/omp.h.in 2009-07-14 09:41:08.000000000 -0700 | |
| 8 | @@ -39,8 +39,8 @@ | |
| 9 | ||
| 10 | typedef struct | |
| 11 | { | |
| 12 | - unsigned char _x[@OMP_NEST_LOCK_SIZE@] | |
| 13 | - __attribute__((__aligned__(@OMP_NEST_LOCK_ALIGN@))); | |
| 14 | + unsigned char _x[8 + sizeof (void *)] | |
| 15 | + __attribute__((__aligned__(sizeof (void *)))); | |
| 16 | } omp_nest_lock_t; | |
| 17 | #endif | |
| 18 |
Note:
See TracBrowser
for help on using the repository browser.
