Commit e8f4008a by Gerald Pfeifer Committed by Gerald Pfeifer

re PR bootstrap/54611 (Bootstrap failure: conflicting types for 'backtrace_simple')

	PR bootstrap/54611
	* nounwind.c (backtrace_simple): Add state parameter.

From-SVN: r191405
parent 2611b5ba
2012-09-17 Gerald Pfeifer <gerald@pfeifer.com>
PR bootstrap/54611
* nounwind.c (backtrace_simple): Add state parameter.
2012-09-17 Ian Lance Taylor <iant@google.com> 2012-09-17 Ian Lance Taylor <iant@google.com>
PR bootstrap/54609 PR bootstrap/54609
......
...@@ -53,7 +53,8 @@ backtrace (int skip ATTRIBUTE_UNUSED, ...@@ -53,7 +53,8 @@ backtrace (int skip ATTRIBUTE_UNUSED,
} }
int int
backtrace_simple (int skip ATTRIBUTE_UNUSED, backtrace_simple (struct backtrace_state *state ATTRIBUTE_UNUSED,
int skip ATTRIBUTE_UNUSED,
backtrace_simple_callback callback ATTRIBUTE_UNUSED, backtrace_simple_callback callback ATTRIBUTE_UNUSED,
backtrace_error_callback error_callback, void *data) backtrace_error_callback error_callback, void *data)
{ {
......
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