X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Funwind-ia64.h;h=b62fe4a8165d9fed6c182e0b652238f8bd4bbdf3;hb=7243d0118af6f72e3e72db1eb66941fec4530963;hp=1cc598dfa523a2afff559db2f7dd45f8183fd37d;hpb=32866df75ece22ec1fd88e99e3c5effe9238e072;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/unwind-ia64.h b/binutils/unwind-ia64.h index 1cc598dfa5..b62fe4a816 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, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2018 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 *);