aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/encoding.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when ↵Ben Elliston1-912/+0
building the front-end. Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com> * objc/config-lang.in: Do not output the name of the selected thread file when building the front-end. The Makefile for the runtime library will do this. * objc/Make-lang.in: Do not build the runtime library or install the Objective C header files. The Makefile for the runtime library will do this. * objc/Makefile.in (all.indirect): Only build the front-end. (compiler): Rename to `frontend'. (obj-runtime): Remove target. (copy-headers): Likewise. (clean): No need to remove `libobjc.a' any longer. From-SVN: r22459
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-36/+409
From-SVN: r22199
1997-02-02(objc_sizeof_type, objc_alignof_type): Replace call to abort function with ↵Richard Kenner1-5/+5
call to objc_error function. (objc_sizeof_type, objc_alignof_type): Replace call to abort function with call to objc_error function. (objc_skip_typespec): Likewise. From-SVN: r13587
1996-04-14(objc_skip_typespec): Don't abort for _C_UNDEF.Richard Kenner1-1/+2
From-SVN: r11761
1995-12-18(objc_alignof_type): Handle _C_PTR case.Richard Kenner1-0/+2
From-SVN: r10807
1995-12-14(objc_alignof_type): Handle _C_PTR case.Richard Kenner1-1/+0
From-SVN: r10723
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9970
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
From-SVN: r9712
1995-04-26Changed Class * to Class in order to match NEXTSTEP and OpenStepRichard Kenner1-5/+4
runtime. From-SVN: r9497
1994-08-15(objc_sizeof_type): Assign from ROUND,Kresten Krab Thorup1-2/+18
don't increment. Remove ; after while to fix infinite loop. Add float and double cases. (objc_alignof_type): Add float and double cases. From-SVN: r7929
1994-06-30This patch makes selectors in the Objective-C language be pointers to a ↵Kresten Krab Thorup1-11/+7
struct { void *sel_id... This patch makes selectors in the Objective-C language be pointers to a struct { void *sel_id, char *sel_types }, where the sel_types element is the type encoding of the method arguments. From-SVN: r7622
1993-08-24Initial revisionKresten Krab Thorup1-0/+525
From-SVN: r5206