Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blue Swirl writes: | Mike Frysinger | 2007-09-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | I got the library to compile with the attached patches, though dynamic loader crashes early. In buildroot I changed the architecture name by hand from sparc to sparc64, otherwise the compiler produced 32-bit files with V9 (64-bit) instructions. This configuration is not supported by QEMU, so I aimed for pure 64-bit. I think Sparc64 option needs to be added to buildroot. The _Qp_ ops seem to be required by the ABI. This and setjmp patches are just hacks to get the compilation further. The _Qp_ ops can be found in glibc, would it be OK to use those? V9 assembler requires declarations for global register use. The mem* functions in sparc32 directory did not work. They are actually used only by the hybrid 32-bit + V9 CPU configuration. | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -0/+3 |
| | | | | missing headers, other jump relocs removed | ||||
* | style updates | Mike Frysinger | 2005-07-09 | 1 | -12/+12 |
| | |||||
* | Rework sparc architecture support so it will compile | Eric Andersen | 2003-01-02 | 1 | -1/+1 |
| | | | | | and run. Seems to be working... -Erik | ||||
* | Adjust sparc port do it now actually works. | Eric Andersen | 2002-02-04 | 1 | -28/+22 |
| | | | | -Erik | ||||
* | Make sure these use the local sysdep.h header file | Eric Andersen | 2001-06-12 | 1 | -1/+0 |
| | |||||
* | Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>, | Eric Andersen | 2001-05-04 | 1 | -0/+92 |
who sent this to me a month ago and I forgot to check it in. Oops. Better late then never. -Erik |