Commit 47ab0cbb by Andreas Jaeger Committed by Andreas Jaeger

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

From-SVN: r60640
parent c73aecdf
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> 2002-12-30 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): New. * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): New.
......
...@@ -166,7 +166,7 @@ next_fde (fde *f) ...@@ -166,7 +166,7 @@ next_fde (fde *f)
extern fde * _Unwind_Find_FDE (void *, struct dwarf_eh_bases *); extern fde * _Unwind_Find_FDE (void *, struct dwarf_eh_bases *);
static inline int 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 #ifdef DWARF2_OBJECT_END_PTR_EXTENSION
return (char *)f == obj->fde_end || f->length == 0; return (char *)f == obj->fde_end || f->length == 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment