Files
jerryscript/jerry-libc
Akos Kiss a7f015ef47 Implement raise () in libc
The core functionality (i.e., the equivalent of `kill (getpid (), sig);`)
was already there in the implementation of `abort ()`. Now, it got
factored out to `raise ()` so that others (most importantly,
`__aeabi_ldiv0`) can call and link to it as well.

Also, removed `LIBC_UNREACHABLE_STUB_FOR` macro, as it is not used anymore.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
2016-04-12 22:45:01 +02:00
..
2016-04-12 22:45:01 +02:00
2016-02-15 18:05:01 +01:00
2016-04-12 22:45:01 +02:00
2015-06-02 18:12:29 +02:00