X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fsysdep.h;h=efb7323df290a5d84dd9d267c035c34cf523b95c;hb=ab9f654ca3f1222f63533aabfffc223ae1fc69dc;hp=4258a0de27f4761570526337da76a48dabcf9b25;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/sysdep.h b/opcodes/sysdep.h index 4258a0de27..efb7323df2 100644 --- a/opcodes/sysdep.h +++ b/opcodes/sysdep.h @@ -1,5 +1,5 @@ /* Random host-dependent support code. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2019 Free Software Foundation, Inc. Written by Ken Raeburn. This file is part of the GNU opcodes library. @@ -56,6 +56,8 @@ extern char *stpcpy (char *__dest, const char *__src); #endif +#define opcodes_error_handler _bfd_error_handler + /* Use sigsetjmp/siglongjmp without saving the signal mask if possible. It is faster than setjmp/longjmp on systems where the signal mask is saved. */