diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/microblaze/bits/setjmp.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0278dff4cc..7ab73a7814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-01-04 Joseph Myers <joseph@codesourcery.com> + * sysdeps/microblaze/bits/setjmp.h (__jmp_buf): Give struct tag + __jmp_buf_internal_tag. + * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Always preserve NaN payload if [__mips_nan2008]. * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise. diff --git a/sysdeps/microblaze/bits/setjmp.h b/sysdeps/microblaze/bits/setjmp.h index d54db9c12c..fd175dac2b 100644 --- a/sysdeps/microblaze/bits/setjmp.h +++ b/sysdeps/microblaze/bits/setjmp.h @@ -25,7 +25,7 @@ # error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead." #endif -typedef struct +typedef struct __jmp_buf_internal_tag { /* There are 21 4-byte registers that should be saved: r1, r2, r13-r31. Actually, there seems no need to save |