mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +02:00
* small typo corrections by Adriaan Van Os (mantis #15652)
git-svn-id: trunk@14844 -
This commit is contained in:
parent
f90768ed6a
commit
b6e4896805
@ -4,7 +4,7 @@
|
|||||||
Implements the ARM specific part of call nodes
|
Implements the ARM specific part of call nodes
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ unit cgobj;
|
|||||||
the methods of this class are generic, while others must
|
the methods of this class are generic, while others must
|
||||||
be overriden for all new processors which will be supported
|
be overriden for all new processors which will be supported
|
||||||
by Free Pascal. For 32-bit processors, the base class
|
by Free Pascal. For 32-bit processors, the base class
|
||||||
sould be @link(tcg64f32) and not @var(tcg).
|
should be @link(tcg64f32) and not @var(tcg).
|
||||||
}
|
}
|
||||||
tcg = class
|
tcg = class
|
||||||
public
|
public
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Generates the argument location information for i386
|
Generates the argument location information for i386
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Generates the argument location information for 680x0
|
Generates the argument location information for 680x0
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Implements the M68K specific part of call nodes
|
Implements the M68K specific part of call nodes
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Implements the PowerPC specific part of call nodes
|
Implements the PowerPC specific part of call nodes
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Implements the PowerPC specific part of call nodes
|
Implements the PowerPC specific part of call nodes
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
Copyright (c) 1998-2008 by Peter Vreman
|
Copyright (c) 1998-2008 by Peter Vreman
|
||||||
|
|
||||||
This unit implements support information structures for FreeBSD/NetBSD
|
This unit implements support information structures for FreeBSD/NetBSD,
|
||||||
|
OpenBSD and Darwin (Mac OS X)
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
virtual instruction set machine
|
virtual instruction set machine
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Generates the argument location information for x86-64 target
|
Generates the argument location information for x86-64 target
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Implements the x86-64 specific part of call nodes
|
Implements the x86-64 specific part of call nodes
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published bymethodpointer
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user