forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2005-12-14 Andrew Pinski <[email protected]>
PR objc/25360 * objc/objc-act.c (encode_type): Encode Complex types as 'j' followed by the inner type. 2005-12-14 Andrew Pinski <[email protected]> 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108675 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
pinskia
committed
Dec 16, 2005
1 parent
90eef04
commit 0ee579c
Showing
5 changed files
with
150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2005-12-14 Andrew Pinski <[email protected]> | ||
|
||
PR objc/25360 | ||
* objc/objc-act.c (encode_type): Encode Complex types as 'j' followed | ||
by the inner type. | ||
|
||
2005-12-12 Andrew Pinski <[email protected]> | ||
|
||
PR objc/25348 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2005-12-14 Andrew Pinski <[email protected]> | ||
|
||
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 <[email protected]> | ||
|
||
PR libobjc/14382 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters