]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove rust_type_alignment
authorTom Tromey <tom@tromey.com>
Mon, 23 Apr 2018 19:23:02 +0000 (13:23 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 17:25:32 +0000 (11:25 -0600)
commit2fff16dd8c25831fb5fbf198ca86d5befff629be
tree02b9688a9d17d6c872135e016f600ab9a0277f7c
parent6d7bb8246b3beaf60ea9c2abe183705e876519cd
Remove rust_type_alignment

rust_type_alignment is not needed now that gdb has type alignment
code.  So, this removes it.

2018-04-30  Tom Tromey  <tom@tromey.com>

* rust-lang.c (rust_type_alignment): Remove.
(rust_composite_type): Use type_align.
gdb/ChangeLog
gdb/rust-lang.c