mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:24:24 +02:00

+ parsing of section directive for variables + section test + write section names in the assembler/binary writers correctly * allow section only after ; and for embedded targets git-svn-id: branches/usersections@17154 -
7 lines
67 B
ObjectPascal
7 lines
67 B
ObjectPascal
{ %target=embedded }
|
|
var
|
|
d : longint;section '.bss';
|
|
|
|
begin
|
|
end.
|