Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-02 | remove deprecated architectures v850/i960 | Waldemar Brodkorb | |
Both architectures are more or less deprecated. No Linux upstream support, no gcc support for uClinux. | |||
2012-06-15 | cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger | |
Make sure we use the new jmpbuf-*.h headers While there, adapt the offset on microblaze and the _JMPBUF_UNWINDS macro on bfin, it seems, these were changed in the meantime. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2005-11-17 | we want to compare the register value itself, not the address of the ↵ | Mike Frysinger | |
variable holding the register value | |||
2005-11-16 | update copyright and license, add _BITS_SETJMP_H protection around the file, ↵ | Mike Frysinger | |
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | |||
2002-03-05 | Re-add files which were mistakenly deleted during the big bits/ update. | Miles Bader | |
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik | |||
2001-10-11 | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | |
He sent this patch to me a month ago, but I forgot to apply it... |