--- gcc/objc/README 2018/04/24 18:10:14 1.1 +++ gcc/objc/README 2018/04/24 18:13:33 1.1.1.2 @@ -1,4 +1,6 @@ +[ This is probably out of date -- ask Kresten for details if needed ] + GNU Objective C release notes for gcc 2.4 ***************************************** @@ -72,18 +74,6 @@ e.g. an instance variable). In general, read in until the -awake method is called. -argframe manipulation -===================== - -performv:: will not work properly on all targets. A primitive -heuristics is included which tries to determine if and how it should -be done. You will get a warning when compiling `objc-msg.c' if the -euristics doesn't work. - Currently there is no notion of the marg_... macros available on the -NeXT. That is, the arguments to forward:: can only be used to apply -the arguments in the stylle of performv::. We are working on this. - - Acknowledgements ================