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 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger | |
Provide common prototypes for __longjmp, __libc_longjmp, __libc_siglongjmp _longjmp_unwind, __libc_unwind_longjmp in setjmp.h in preparation for use in LT new Add __longjmp to h8300 and i960 Make common longjmp.c good for NPTL Guard _longjmp_unwind use in sh's longjmp.c for NPTL (I think sh could use the common one) Remove unneeded attribute_noreturn, prototype provides it already Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2002-06-18 | Patch from Martin Proulx <mproulx@okiok.com> to support | Eric Andersen | |
the i960 architecture. |