]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove check for negative size.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 11 Jun 2016 14:38:42 +0000 (07:38 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 6 Jul 2016 13:08:04 +0000 (06:08 -0700)
commitd66ff635bec25bf940cc6d173a92f7796f18b310
tree78d246203d687c6f2bffae48d3302485747e6272
parentee950322ca2c77494b1742f304632f667ed6ce79
Remove check for negative size.

Since CORE_ADDR is unsigned, this value can never be negative.

gdb/ChangeLog:

* score-tdep.c (score7_malloc_and_get_memblock): Remove check for
negative size.
gdb/ChangeLog
gdb/score-tdep.c