* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.

From-SVN: r60640
This commit is contained in:
Andreas Jaeger 2002-12-30 19:22:36 +01:00 committed by Andreas Jaeger
parent c73aecdfc0
commit 47ab0cbb90
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-12-30 Andreas Jaeger <aj@suse.de>
* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
2002-12-30 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): New.

View File

@ -166,7 +166,7 @@ next_fde (fde *f)
extern fde * _Unwind_Find_FDE (void *, struct dwarf_eh_bases *);
static inline int
last_fde (struct object *obj, fde *f)
last_fde (struct object *obj ATTRIBUTE_UNUSED, fde *f)
{
#ifdef DWARF2_OBJECT_END_PTR_EXTENSION
return (char *)f == obj->fde_end || f->length == 0;