* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
From-SVN: r60640
This commit is contained in:
parent
c73aecdfc0
commit
47ab0cbb90
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user