mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +02:00
* symbol count fix merged
This commit is contained in:
parent
2183d2edde
commit
8a5d95d911
@ -563,7 +563,8 @@ uses
|
|||||||
|
|
||||||
procedure tai.checkredefinesym(sym:tasmsymbol);
|
procedure tai.checkredefinesym(sym:tasmsymbol);
|
||||||
begin
|
begin
|
||||||
{ if assigned(sym.taiowner) then
|
{ if assigned(sym.taiowner) and
|
||||||
|
(target_asm.id in binassem) then
|
||||||
begin
|
begin
|
||||||
Message1(asmw_e_redefined_label,sym.name);
|
Message1(asmw_e_redefined_label,sym.name);
|
||||||
end
|
end
|
||||||
@ -1708,7 +1709,10 @@ uses
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2002-11-17 16:31:55 carl
|
Revision 1.14 2002-12-06 17:50:21 peter
|
||||||
|
* symbol count fix merged
|
||||||
|
|
||||||
|
Revision 1.13 2002/11/17 16:31:55 carl
|
||||||
* memory optimization (3-4%) : cleanup of tai fields,
|
* memory optimization (3-4%) : cleanup of tai fields,
|
||||||
cleanup of tdef and tsym fields.
|
cleanup of tdef and tsym fields.
|
||||||
* make it work for m68k
|
* make it work for m68k
|
||||||
|
Loading…
Reference in New Issue
Block a user