]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/i386-tdep.c
gdb: Use TYPE_LENGTH macro
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 11 Dec 2015 17:06:35 +0000 (17:06 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 14 Dec 2015 10:54:21 +0000 (10:54 +0000)
commit132874d7e3c94d8cc6f865b57f286cf62e5ad0b8
treec40a4ed4653090e95bd0ac1b57d8095d76ab99f6
parent92e18d93433197e0cee12366b17297a984e76bd8
gdb: Use TYPE_LENGTH macro

Fixes a couple of places where we access the length field of the type
structure directly, rather than using the TYPE_LENGTH macro.

gdb/ChangeLog:

* i386-tdep.c (i386_mpx_info_bounds): Use TYPE_LENGTH.
(i386_mpx_set_bounds): Likewise.
* solib-darwin.c (darwin_load_image_infos): Likewise.
(darwin_solib_read_all_image_info_addr): Likewise.
gdb/ChangeLog
gdb/i386-tdep.c
gdb/solib-darwin.c