OSDN Git Service

* objc/encoding.c (objc_sizeof_type): Should assign from ROUND,
authorkrab <krab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 1994 15:51:03 +0000 (15:51 +0000)
committerkrab <krab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Aug 1994 15:51:03 +0000 (15:51 +0000)
commit48998b7181688f4021fd772dd847b96f4a87915a
treeccc6608f862459a0eaa667d2c3dfb0c45ea966b6
parent6cb80234ed1c47955c75b1ca0438290dcf3c9aea
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7928 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/objc/selector.c