mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:39:38 +01:00
* tai_symbol no longer derives from tailineinfo, so line number stabs come after
symbols instead of before them git-svn-id: trunk@3675 -
This commit is contained in:
parent
1bd43869d0
commit
670393533b
@ -219,7 +219,7 @@ interface
|
||||
ait_cutobject,ait_marker,ait_align,ait_section,ait_comment,
|
||||
ait_const,
|
||||
ait_real_32bit,ait_real_64bit,ait_real_80bit,ait_comp_64bit,ait_real_128bit,
|
||||
ait_file,ait_loc
|
||||
ait_file,ait_loc,ait_symbol
|
||||
];
|
||||
|
||||
|
||||
@ -297,7 +297,7 @@ interface
|
||||
end;
|
||||
|
||||
{ Generates a common label }
|
||||
tai_symbol = class(tailineinfo)
|
||||
tai_symbol = class(tai)
|
||||
is_global : boolean;
|
||||
sym : tasmsymbol;
|
||||
size : longint;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user