+ added Tai_symbol_end

This commit is contained in:
olle 2004-02-27 13:42:52 +00:00
parent f02d3cfc4f
commit d6382f17f2
2 changed files with 15 additions and 3 deletions

View File

@ -226,6 +226,9 @@ begin
lab:=objectlibrary.newasmsymbol(procdef.mangledname); lab:=objectlibrary.newasmsymbol(procdef.mangledname);
emit_sym(A_JMP,S_NO,lab); emit_sym(A_JMP,S_NO,lab);
end; end;
exprasmList.concat(Tai_symbol_end.Createname(labelname));
exprasmlist:=oldexprasmlist; exprasmlist:=oldexprasmlist;
end; end;
@ -235,7 +238,10 @@ initialization
end. end.
{ {
$Log$ $Log$
Revision 1.30 2004-02-27 10:21:05 florian Revision 1.31 2004-02-27 13:42:52 olle
+ added Tai_symbol_end
Revision 1.30 2004/02/27 10:21:05 florian
* top_symbol killed * top_symbol killed
+ refaddr to treference added + refaddr to treference added
+ refsymbol to treference added + refsymbol to treference added

View File

@ -2,7 +2,7 @@
$Id$ $Id$
Copyright (c) 1998-2002 by Kovacs Attila Zoltan Copyright (c) 1998-2002 by Kovacs Attila Zoltan
Generate i386 assembly wrapper code interface implementor objects Generate powerpc assembly wrapper code interface implementor objects
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -158,6 +158,9 @@ begin
{ case 0 } { case 0 }
else else
asmlist.concat(taicpu.op_sym(A_B,objectlibrary.newasmsymbol(procdef.mangledname))); asmlist.concat(taicpu.op_sym(A_B,objectlibrary.newasmsymbol(procdef.mangledname)));
exprasmList.concat(Tai_symbol_end.Createname(labelname));
exprasmlist:=oldexprasmlist; exprasmlist:=oldexprasmlist;
end; end;
@ -167,7 +170,10 @@ initialization
end. end.
{ {
$Log$ $Log$
Revision 1.4 2004-02-27 10:21:05 florian Revision 1.5 2004-02-27 13:42:56 olle
+ added Tai_symbol_end
Revision 1.4 2004/02/27 10:21:05 florian
* top_symbol killed * top_symbol killed
+ refaddr to treference added + refaddr to treference added
+ refsymbol to treference added + refsymbol to treference added