]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
Ensure that space allocated by assembler directives converts from an octet count...
authorNick Clifton <nickc@redhat.com>
Fri, 18 Sep 2020 12:28:46 +0000 (13:28 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 18 Sep 2020 12:28:46 +0000 (13:28 +0100)
commit5947daaf7545b2887abb977af6700b4cc9a807be
tree3341c8ba5459bb3efc51ec314ff33f81091212e6
parentd0edc2b8060e78eebf3dc39321e5546e9a94842c
Ensure that space allocated by assembler directives converts from an octet count to a byte count.

PR 26556
* read.c (bss_alloc): Convert size parameter from octets to
bytes.
gas/ChangeLog
gas/read.c