From 47485a31614a79f58a9cbd00e775bec8e201c471 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 9 Sep 2020 08:38:48 +0930 Subject: Re: MSP430: Support relocations for subtract expressions in .uleb128 directives Put the prototype where it won't disappear on the next regen of libbfd.h. * libbfd-in.h (_bfd_write_unsigned_leb128): Declare. * libbfd.h: Regenerate. --- bfd/libbfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/libbfd.h') diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 7587e8f..74d7e41 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -902,7 +902,7 @@ extern bfd_vma _bfd_safe_read_leb128 (bfd *, bfd_byte *, unsigned int *, bfd_boolean, const bfd_byte * const) ATTRIBUTE_HIDDEN; extern bfd_byte * _bfd_write_unsigned_leb128 - (bfd_byte *p, bfd_byte *end, bfd_vma val) ATTRIBUTE_HIDDEN; + (bfd_byte *, bfd_byte *, bfd_vma) ATTRIBUTE_HIDDEN; #if GCC_VERSION >= 7000 #define _bfd_mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res) -- cgit v1.1