From: ian Date: Tue, 19 Nov 2013 15:02:27 +0000 (+0000) Subject: runtime: Update for change to libbacktrace library. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8011b3ea7f5f8babca8a61f38c04eb3bb0e2d5e8;p=thirdparty%2Fgcc.git runtime: Update for change to libbacktrace library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205031 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgo/runtime/go-caller.c b/libgo/runtime/go-caller.c index c49704df4163..e97b85097bc1 100644 --- a/libgo/runtime/go-caller.c +++ b/libgo/runtime/go-caller.c @@ -135,7 +135,7 @@ __go_file_line (uintptr pc, String *fn, String *file, intgo *line) static void syminfo_callback (void *data, uintptr_t pc __attribute__ ((unused)), const char *symname __attribute__ ((unused)), - uintptr_t address) + uintptr_t address, uintptr_t size __attribute__ ((unused))) { uintptr_t *pval = (uintptr_t *) data;