aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-09-09 08:38:48 +0930
committerAlan Modra <amodra@gmail.com>2020-09-09 08:41:28 +0930
commit47485a31614a79f58a9cbd00e775bec8e201c471 (patch)
tree9c4390e547f614e221d7eff46f64335fc3cc65f2 /bfd/libbfd-in.h
parent3ad6c19423eedf84dfd5ea83bc03933dff8a4579 (diff)
downloadgdb-47485a31614a79f58a9cbd00e775bec8e201c471.zip
gdb-47485a31614a79f58a9cbd00e775bec8e201c471.tar.gz
gdb-47485a31614a79f58a9cbd00e775bec8e201c471.tar.bz2
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.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index 5d24efb..84dba22 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -896,6 +896,8 @@ extern bfd_signed_vma _bfd_read_signed_leb128
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 *, bfd_byte *, bfd_vma) ATTRIBUTE_HIDDEN;
#if GCC_VERSION >= 7000
#define _bfd_mul_overflow(a, b, res) __builtin_mul_overflow (a, b, res)