Commit 75334508 by Ben Elliston Committed by Ben Elliston

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
parent 16c44183
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
config/dfp-bit.c.
......
......@@ -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;
......
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