diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-12-16 20:19:37 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-12-16 12:19:37 -0800 |
commit | 06b1145579432ef77e572b9538b68971146f0468 (patch) | |
tree | 5624961b5cadba21d6c5047592828975c5ed7404 /libobjc/ChangeLog | |
parent | 184210e82c5572ee07f62fe342f42d38d20f54e6 (diff) | |
download | gcc-06b1145579432ef77e572b9538b68971146f0468.tar.gz |
re PR objc/25360 (Complex types are not encoded)
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/25360
* objc/objc-act.c (encode_type): Encode Complex types as 'j' followed
by the inner type.
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu>
PR objc/25360
* objc/objc-api.c (_C_COMPLEX): New define.
* encoding.c (objc_sizeof_type): Handle _C_Complex.
(objc_alignof_type): Likewise.
(objc_skip_typespec): Likewise.
From-SVN: r108675
Diffstat (limited to 'libobjc/ChangeLog')
-rw-r--r-- | libobjc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 3ac957d3baf..27378fbd79b 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,11 @@ +2005-12-14 Andrew Pinski <pinskia@physics.uc.edu> + + PR objc/25360 + * objc/objc-api.c (_C_COMPLEX): New define. + * encoding.c (objc_sizeof_type): Handle _C_Complex. + (objc_alignof_type): Likewise. + (objc_skip_typespec): Likewise. + 2005-12-15 David Ayers <d.ayers@inode.at> PR libobjc/14382 |