linux-unwind.h (frob_update_context): Mark `fs' parameter as unused to suppress a build warning.

* config/rs6000/linux-unwind.h (frob_update_context): Mark `fs'
	parameter as unused to suppress a build warning.

From-SVN: r111635
This commit is contained in:
Ben Elliston 2006-03-02 04:43:44 +00:00 committed by Ben Elliston
parent 16c44183bf
commit 7533450810
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-02 Ben Elliston <bje@au.ibm.com>
* config/rs6000/linux-unwind.h (frob_update_context): Mark `fs'
parameter as unused to suppress a build warning.
2006-03-02 Ben Elliston <bje@au.ibm.com>
* mklibgcc.in: Depend on config/dfp-bit.h in rules that compile

View File

@ -307,7 +307,7 @@ ppc_fallback_frame_state (struct _Unwind_Context *context,
#define MD_FROB_UPDATE_CONTEXT frob_update_context
static void
frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs ATTRIBUTE_UNUSED)
{
const unsigned int *pc = (const unsigned int *) context->ra;