version 1.2, 2012/02/05 07:14:36
|
version 1.4, 2019/04/05 00:03:18
|
Line 53 While the thumb mode userspace boots and
|
Line 53 While the thumb mode userspace boots and
|
|
|
* thumb mode gcc segfaults on target |
* thumb mode gcc segfaults on target |
|
|
# cat > test.c << EOF |
`# cat > test.c << EOF` |
> int main(void){ |
> int main(void){ |
> return 0; |
> return 0; |
> } |
> } |
> EOF |
> EOF |
# gcc --verbose -Wall test.c |
`# gcc --verbose -Wall test.c` |
Using built-in specs. |
Using built-in specs. |
Target: arm--netbsdelf |
Target: arm--netbsdelf |
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-longtThread model: posix |
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-longtThread model: posix |
gcc version 4.1.3 20080704 prerelease (NetBSD nb1 20080202) |
gcc version 4.1.3 20080704 prerelease (NetBSD nb1 20080202) |
/usr/libexec/cc1 -quiet -v test.c -quiet -dumpbase test.c -auxbase test -Wall s#include "..." search starts here: |
/usr/libexec/cc1 -quiet -v test.c -quiet -dumpbase test.c -auxbase test -Wall s#include "..." search starts here: |
#include <...> search starts here: |
`#include <...> search starts here:` |
/usr/include |
/usr/include |
End of search list. |
End of search list. |
GNU C version 4.1.3 20080704 prerelease (NetBSD nb1 20080202) (arm--netbsdelf) |
GNU C version 4.1.3 20080704 prerelease (NetBSD nb1 20080202) (arm--netbsdelf) |