source: scripts/patch/gcc/4.4.0/10-libgomp_multilib-fixes.patch @ 76c9fbb

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 76c9fbb was 76c9fbb, checked in by Jim Gifford <clfs@…>, 15 years ago

Modifications to GCC to fix PPC Build Issues

  • Property mode set to 100644
File size: 580 bytes
  • libgomp/omp.h.in

    2008-06-09  Jakub Jelinek  <jakub@redhat.com>
    
    	* omp.h.in (omp_nest_lock_t): Fix up for Linux multilibs.
    
    diff -Naur gcc-4.4.0.orig/libgomp/omp.h.in gcc-4.4.0/libgomp/omp.h.in
    old new  
    3939
    4040typedef struct
    4141{
    42   unsigned char _x[@OMP_NEST_LOCK_SIZE@]
    43     __attribute__((__aligned__(@OMP_NEST_LOCK_ALIGN@)));
     42  unsigned char _x[8 + sizeof (void *)]
     43    __attribute__((__aligned__(sizeof (void *))));
    4444} omp_nest_lock_t;
    4545#endif
    4646
Note: See TracBrowser for help on using the repository browser.