objc-act.c (encode_type): Encode INTEGER_TYPEs and REAL_TYPEs based on the bitsize...
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 29 Sep 2003 22:28:58 +0000 (22:28 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 29 Sep 2003 22:28:58 +0000 (22:28 +0000)
commit563556ca7a4998396cb1caf1daaf2eb2e0af39c9
tree1892a62a80adce92264197d13022ce8b65e53e62
parent21e6f0257f9539fbdfb406bb99b08af80d12fb97
objc-act.c (encode_type): Encode INTEGER_TYPEs and REAL_TYPEs based on the bitsize of the type's mode...

* objc/objc-act.c (encode_type): Encode INTEGER_TYPEs and
REAL_TYPEs based on the bitsize of the type's mode, not the
mode directly.

From-SVN: r71923
gcc/ChangeLog
gcc/objc/objc-act.c