summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/h8300
Commit message (Collapse)AuthorAgeFilesLines
* Remove the C++ support stubs, since these now live elsewhere andEric Andersen2002-03-161-14/+0
| | | | | these stubs were preventing the real stuff from working properly. -Erik
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
| | | | | can live with much better the what glibc does. -Erik
* Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen2002-03-022-498/+1
|
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
| | | | -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0172-8551/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix upEric Andersen2002-02-161-2/+13
| | | | ptrace for the Hitachi h8300
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-2/+4
| | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-0279-0/+9399
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>