encoding.c (objc_sizeof_type): Should assign from ROUND, not increment.
authorKresten Krab Thorup <krab@gcc.gnu.org>
Mon, 15 Aug 1994 15:51:03 +0000 (15:51 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Mon, 15 Aug 1994 15:51:03 +0000 (15:51 +0000)
commit121b312b9074813750141689cf9359576da87d81
treeccc6608f862459a0eaa667d2c3dfb0c45ea966b6
parent6b2821189ae15b06dd37875e4ed64b6630de2b6a
encoding.c (objc_sizeof_type): Should assign from ROUND, not increment.

* objc/encoding.c (objc_sizeof_type): Should assign from ROUND,
not increment.  Remove ; after while to fix infinite loop.
Add support for floats and doubles.
(objc_alignof_type):  Add support for floats and doubles.
* objc/selector.c (): Use __objc_selector_names, not
__objc_selector_array.
(sel_types_match): New function.
(sel_get_typed_uid): Modified to use sel_types_match, so that we
can get typed selectors in an architecture-independent way.  Fixed
strcmp that should have been !strcmp.

From-SVN: r7928
gcc/objc/selector.c