projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73aecd
)
* unwind-dw2-fde.h (last_fde): Add unused attribute for obj.
author
Andreas Jaeger
<aj@suse.de>
Mon, 30 Dec 2002 18:22:36 +0000
(19:22 +0100)
committer
Andreas Jaeger
<aj@gcc.gnu.org>
Mon, 30 Dec 2002 18:22:36 +0000
(19:22 +0100)
From-SVN: r60640
gcc/ChangeLog
patch
|
blob
|
history
gcc/unwind-dw2-fde.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 5549bc1124a8a33e1eeaa42cfe3f4b27f6d4d82f..49e615102a02a837375e1e645f936079c8b088a9 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/unwind-dw2-fde.h
b/gcc/unwind-dw2-fde.h
index b7d96cfe992469d6d439e9f3db35d1cbb3763fa8..58e4414531883c8a34f102442487c60682a5506b 100644
(file)
--- a/
gcc/unwind-dw2-fde.h
+++ b/
gcc/unwind-dw2-fde.h
@@
-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;