Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch with trunk @ 24160 | Carmelo Amoroso | 2008-11-27 | 1 | -2/+2 |
| | | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others. | ||||
* | Synch libc mips specific with trunk | Carmelo Amoroso | 2008-06-18 | 1 | -1/+5 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | heh | Eric Andersen | 2003-01-31 | 1 | -3/+3 |
| | |||||
* | Fix copyright | Eric Andersen | 2003-01-31 | 1 | -3/+2 |
| | |||||
* | Patch from Christophe Massiot: | Eric Andersen | 2003-01-30 | 1 | -0/+27 |
Hello, When using uClibc to compile the modutils for a MIPS target, the linker outputs an "undefined symbol: _flush_cache". After some digging, it's a syscall only available on the MIPS architecture, and the _flush_cache symbol is in the GNU libc. Attached patch defines it in uClibc as well. I'm not sure if I made it the right way, though, but it works for me. |