newlib-cygwin/newlib/libc/machine/or1k
Martin Erik Werner 739e89cbe6 or1k: Avoid write outside setjmp buf & shrink buf
Update the offsets used to save registers into the stejmp jmp_buf
structure in order to:

* Avoid writing the supervision register outside the buffer and thus
  clobbering something on the stack. Previously the supervision register
  was written at offset 124 while the buffer was of length 124.

* Shrink the jmp_buf down to the size actually needed, by avoiding holes
  at the locations of omitted registers.
2019-06-27 12:51:54 +02:00
..
Makefile.am * configure.host: Remove or16 and or32 targets and add or1k. 2014-07-17 18:43:05 +00:00
Makefile.in 2014-12-18 Jeff Johnston <jjohnstn@redhat.com> 2014-12-18 20:30:11 +00:00
aclocal.m4 2014-12-18 Jeff Johnston <jjohnstn@redhat.com> 2014-12-18 20:30:11 +00:00
configure Bump release to 3.1.0 for yearly snapshot 2018-12-31 23:40:11 -05:00
configure.in * configure.host: Remove or16 and or32 targets and add or1k. 2014-07-17 18:43:05 +00:00
setjmp.S or1k: Avoid write outside setjmp buf & shrink buf 2019-06-27 12:51:54 +02:00