xtensa: fix PR ld/25861
[deliverable/binutils-gdb.git] / binutils / unwind-ia64.h
index b004bc3414e3d1cb90724a548a9ca76e7405b338..f83f39d859ada38d95a5e6526ac60754ff8013c8 100644 (file)
@@ -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-2020 Free Software Foundation, Inc.
        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
    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 *);
This page took 0.025373 seconds and 4 git commands to generate.