unwind-arm.h (__gnu_unwind_24bit): Mark parameters as unused.
2012-10-07 Matthias Klose <doko@ubuntu.com> * config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters as unused. (_Unwind_decode_typeinfo_ptr): Mark base as unused. From-SVN: r192181
This commit is contained in:
parent
d39e4c0c0b
commit
acb72498a7
@ -1,3 +1,9 @@
|
|||||||
|
2012-10-07 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
|
* config/arm/unwind-arm.h (__gnu_unwind_24bit): Mark parameters
|
||||||
|
as unused.
|
||||||
|
(_Unwind_decode_typeinfo_ptr): Mark base as unused.
|
||||||
|
|
||||||
2012-10-06 Mark Kettenis <kettenis@openbsd.org>
|
2012-10-06 Mark Kettenis <kettenis@openbsd.org>
|
||||||
|
|
||||||
* config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
|
* config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
|
||||||
|
@ -39,7 +39,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
/* Decode an R_ARM_TARGET2 relocation. */
|
/* Decode an R_ARM_TARGET2 relocation. */
|
||||||
static inline _Unwind_Word
|
static inline _Unwind_Word
|
||||||
_Unwind_decode_typeinfo_ptr (_Unwind_Word base, _Unwind_Word ptr)
|
_Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
|
||||||
|
_Unwind_Word ptr)
|
||||||
{
|
{
|
||||||
_Unwind_Word tmp;
|
_Unwind_Word tmp;
|
||||||
|
|
||||||
@ -65,7 +66,9 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static inline _Unwind_Reason_Code
|
static inline _Unwind_Reason_Code
|
||||||
__gnu_unwind_24bit (_Unwind_Context * context, _uw data, int compact)
|
__gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
|
||||||
|
_Unwind_Context *_uw data __attribute__ ((unused)),
|
||||||
|
int compact __attribute__ ((unused)))
|
||||||
{
|
{
|
||||||
return _URC_FAILURE;
|
return _URC_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user