Remove unneeded checks on type lengths.
authorJohn Baldwin <jhb@FreeBSD.org>
Sat, 11 Jun 2016 20:10:48 +0000 (13:10 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 14 Jun 2016 18:50:58 +0000 (11:50 -0700)
commit4bf5402d913e9a5d17d9ffb8701dbd054e1d158c
treed1a2a1b9c910c64d81e33dcbcd4926ae9ca89d2e
parent683cd65eb4787e3e2921076699e0ca9b00762df3
Remove unneeded checks on type lengths.

Type lengths are unsigned, so they are always greater than or equal to
zero.  A check against the length of 'tgt_type' is retained to prevent
dividing by zero.

gdb/ChangeLog:

* v850-tdep.c (v850_use_struct_convention): Trim type length checks.
gdb/ChangeLog
gdb/v850-tdep.c
This page took 0.024823 seconds and 4 git commands to generate.