summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k/README.m68k
Commit message (Collapse)AuthorAgeFilesLines
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-2/+2
| | | | I had clearly run search/replace on that were cluttering things up.
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-10/+0
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen2001-01-121-0/+64
Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik