From c9285162a134ae779934aa543677f77e52406172 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 3 Mar 1999 11:41:51 +0000 Subject: [PATCH] + stabs info corrected to give results near to GAS output * local labels (with .L are not stored in object anymore) so we get the same number of symbols as from GAS ! --- compiler/systems.pas | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index ca6203141b..67cfac6be6 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -540,7 +540,7 @@ implementation asmbin : ''; asmcmd : ''; externals : true; - labelprefix : 'L'; + labelprefix : '.L'; comment : '' ) ,( @@ -1354,7 +1354,12 @@ begin end. { $Log$ - Revision 1.60 1999-02-26 00:48:25 peter + Revision 1.61 1999-03-03 11:41:51 pierre + + stabs info corrected to give results near to GAS output + * local labels (with .L are not stored in object anymore) + so we get the same number of symbols as from GAS ! + + Revision 1.60 1999/02/26 00:48:25 peter * assembler writers fixed for ag386bin Revision 1.59 1999/02/25 21:02:53 peter