mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 04:49:42 +01:00
the use of Objective-C 1.0 constructs. Because it is a mode switch, it
can be used cumulatively with every syntax mode. Note that a {$mode xxx}
statement resets all mode switches as well, so you cannot use the
-Mobjectivec1 variant if you have such a statement in a unit. This
modeswitch is currently only enabled for Darwin/PowerPC and Darwin/i386,
as the backend support is not yet implemented for other platforms.
+ implemented selector() statement that can be used to create an Objective-C
selector for the message with the specified *constant* name (in the future,
it will also work for Objective-C method identifiers)
+ added SEL type to the system unit (the selector() statement returns it)
+ added all Objective-C segments to the assembler writers
+ (currently mostly dummy) objc1 unit that is automatically included if the
{$modeswitch objectivec1} statement is used
+ some tests for the selector() statement
git-svn-id: trunk@12870 -
|
||
|---|---|---|
| .. | ||
| ag386nsm.pas | ||
| aopt386.pas | ||
| cgcpu.pas | ||
| cpubase.inc | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| csopt386.pas | ||
| daopt386.pas | ||
| i386att.inc | ||
| i386atts.inc | ||
| i386int.inc | ||
| i386nop.inc | ||
| i386op.inc | ||
| i386prop.inc | ||
| i386tab.inc | ||
| n386add.pas | ||
| n386cal.pas | ||
| n386inl.pas | ||
| n386mat.pas | ||
| n386mem.pas | ||
| n386set.pas | ||
| optbase.pas | ||
| popt386.pas | ||
| r386ari.inc | ||
| r386att.inc | ||
| r386con.inc | ||
| r386dwrf.inc | ||
| r386int.inc | ||
| r386iri.inc | ||
| r386nasm.inc | ||
| r386nor.inc | ||
| r386nri.inc | ||
| r386num.inc | ||
| r386op.inc | ||
| r386ot.inc | ||
| r386rni.inc | ||
| r386sri.inc | ||
| r386stab.inc | ||
| r386std.inc | ||
| ra386att.pas | ||
| ra386int.pas | ||
| rgcpu.pas | ||
| rropt386.pas | ||