|
@@ -594,7 +594,7 @@ ait_stab_function_name : ;
|
|
|
|
|
|
procedure writeexternal(p:pnamedindexobject);{$ifndef FPC}far;{$endif}
|
|
|
begin
|
|
|
- if pasmsymbol(p)^.bind=AB_EXTERNAL then
|
|
|
+ if pasmsymbol(p)^.defbind=AB_EXTERNAL then
|
|
|
currentasmlist^.AsmWriteln(#9'EXTRN'#9+p^.name);
|
|
|
end;
|
|
|
|
|
@@ -645,7 +645,10 @@ ait_stab_function_name : ;
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.3 2000-07-13 12:08:24 michael
|
|
|
+ Revision 1.4 2000-08-20 17:38:21 peter
|
|
|
+ * smartlinking fixed for linux (merged)
|
|
|
+
|
|
|
+ Revision 1.3 2000/07/13 12:08:24 michael
|
|
|
+ patched to 1.1.0 with former 1.09patch from peter
|
|
|
|
|
|
Revision 1.2 2000/07/13 11:32:30 michael
|