aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 39dab96..180a894 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
+2020-09-09 Alan Modra <amodra@gmail.com>
+
+ * libbfd-in.h (_bfd_write_unsigned_leb128): Declare.
+ * libbfd.h: Regenerate.
+
2020-09-08 Jozef Lawrynowicz <jozef.l@mittosystems.com>
- Kuan-Lin Chen <kuanlinchentw@gmail.com>
+ Kuan-Lin Chen <kuanlinchentw@gmail.com>
* bfd-in2.h (bfd_reloc_code_real): Add
BFD_RELOC_MSP430_{SET,SUB}_ULEB128.