mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 17:49:25 +02:00
* sparc/linux uses 64 bit CORE_ADDR always it seems
This commit is contained in:
parent
b1f04dd373
commit
2a698224ef
@ -208,7 +208,11 @@ const
|
|||||||
k=1;
|
k=1;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
{$if defined(CPUSPARC) and defined(LINUX)}
|
||||||
|
CORE_ADDR = qword;
|
||||||
|
{$else}
|
||||||
CORE_ADDR = ptrint; { might be target dependent PM }
|
CORE_ADDR = ptrint; { might be target dependent PM }
|
||||||
|
{$endif}
|
||||||
streamtype = (afile,astring);
|
streamtype = (afile,astring);
|
||||||
C_FILE = ptrint; { at least under DJGPP }
|
C_FILE = ptrint; { at least under DJGPP }
|
||||||
P_C_FILE = ^C_FILE;
|
P_C_FILE = ^C_FILE;
|
||||||
@ -2464,7 +2468,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.27 2005-01-02 12:40:42 florian
|
Revision 1.28 2005-01-07 18:47:33 florian
|
||||||
|
* sparc/linux uses 64 bit CORE_ADDR always it seems
|
||||||
|
|
||||||
|
Revision 1.27 2005/01/02 12:40:42 florian
|
||||||
* set default GDB version to 6
|
* set default GDB version to 6
|
||||||
|
|
||||||
Revision 1.26 2004/12/19 21:00:00 florian
|
Revision 1.26 2004/12/19 21:00:00 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user