MantisBT - GCC-XML | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012453 | GCC-XML | (No Category) | public | 2011-09-09 23:38 | 2015-03-26 11:59 |
| Reporter | Youhei Sakurai | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | suspended | ||
| Platform | G4 PPC Macmini | OS | OS X Leopard | OS Version | 10.5.8 |
| Summary | 0012453: make fails on PPC Leopard | ||||
| Description | After cmake succeeded, I should modify "GCC/gcc/config/rs6000/host-darwin.c" to make. | ||||
| Steps To Reproduce | macmini:gccxml administrator$ mkdir build macmini:gccxml administrator$ cd build/ macmini:build administrator$ cmake ../ macmini:build administrator$ make | ||||
| Additional Information | ############################################################################ # DIFF ############################################################################ macmini:build administrator$ diff ../GCC/gcc/config/rs6000/host-darwin.c ../GCC/gcc/config/rs6000/host-darwin.c.org 39c39 < //extern int sigaltstack(const struct sigaltstack *, struct sigaltstack *); --- > extern int sigaltstack(const struct sigaltstack *, struct sigaltstack *); 81c81 < faulting_insn = *(unsigned *)uc->uc_mcontext->MC_FLD(__ss).MC_FLD(__srr0); --- > faulting_insn = *(unsigned *)uc->uc_mcontext->MC_FLD(ss).MC_FLD(srr0); 130,131c130,131 < uc->uc_mcontext->MC_FLD(__es).MC_FLD(__dar), < uc->uc_mcontext->MC_FLD(__ss).MC_FLD(__srr0)); --- > uc->uc_mcontext->MC_FLD(es).MC_FLD(dar), > uc->uc_mcontext->MC_FLD(ss).MC_FLD(srr0)); ############################################################################ # ENVIRONMENT ############################################################################ macmini:build administrator$ uname -a Darwin macmini.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh macmini:build administrator$ gcc -v Using built-in specs. Target: powerpc-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5493) macmini:build administrator$ cmake --version cmake version 2.8.5 ############################################################################ # ERROR MESSAGES ############################################################################ [ 77%] Building C object GCC/gcc/CMakeFiles/backend.dir/config/rs6000/host-darwin.c.o /Users/administrator/svn/gccxml/GCC/gcc/config/rs6000/host-darwin.c:39: error: conflicting types for ‘sigaltstack’ /usr/include/signal.h:89: error: previous declaration of ‘sigaltstack’ was here /Users/administrator/svn/gccxml/GCC/gcc/config/rs6000/host-darwin.c: In function ‘segv_handler’: /Users/administrator/svn/gccxml/GCC/gcc/config/rs6000/host-darwin.c:81: error: ‘struct __darwin_mcontext’ has no member named ‘ss’ /Users/administrator/svn/gccxml/GCC/gcc/config/rs6000/host-darwin.c:130: error: ‘struct __darwin_mcontext’ has no member named ‘es’ /Users/administrator/svn/gccxml/GCC/gcc/config/rs6000/host-darwin.c:131: error: ‘struct __darwin_mcontext’ has no member named ‘ss’ | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-09-09 23:38 | Youhei Sakurai | New Issue | |||
| 2011-09-16 16:26 | Brad King | Note Added: 0027441 | |||
| 2011-09-16 16:27 | Brad King | Assigned To | => Brad King | ||
| 2011-09-16 16:27 | Brad King | Status | new => assigned | ||
| 2015-03-26 11:59 | Brad King | Note Added: 0038320 | |||
| 2015-03-26 11:59 | Brad King | Status | assigned => resolved | ||
| 2015-03-26 11:59 | Brad King | Resolution | open => suspended | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||