X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Funwind-ia64.h;h=15d1b7b48056b99e894d8e7374c74dff925d3bc1;hb=e43fb83166ca5610e34cfba1dcf1216d0953aa8c;hp=b004bc3414e3d1cb90724a548a9ca76e7405b338;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h index b004bc3414..15d1b7b480 100644 --- a/binutils/unwind-ia64.h +++ b/binutils/unwind-ia64.h @@ -1,5 +1,5 @@ /* unwind-ia64.h -- dump IA-64 unwind info. - Copyright 2000, 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GNU Binutils. @@ -29,4 +29,4 @@ #define UNW_FLAG_UHANDLER(x) ((x) & 0x0000000200000000LL) #define UNW_LENGTH(x) ((x) & 0x00000000ffffffffLL) -extern const unsigned char *unw_decode (const unsigned char *, int, void *); +extern const unsigned char *unw_decode (const unsigned char *, int, void *, const unsigned char *);