Skip to content

Commit

Permalink
PR bootstrap/54611
Browse files Browse the repository at this point in the history
	* nounwind.c (backtrace_simple): Add state parameter.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191405 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
gerald committed Sep 17, 2012
1 parent ac8cf5f commit 39a0a26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions libbacktrace/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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>

PR bootstrap/54609
Expand Down
3 changes: 2 additions & 1 deletion libbacktrace/nounwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ backtrace (int skip ATTRIBUTE_UNUSED,
}

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_error_callback error_callback, void *data)
{
Expand Down

0 comments on commit 39a0a26

Please sign in to comment.