~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to compiler/powerpc/rppcstd.inc

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{ don't edit, this file is generated from ppcreg.dat }
2
 
'INVALID',
3
 
'r0',
4
 
'r1',
5
 
'r2',
6
 
'r3',
7
 
'r4',
8
 
'r5',
9
 
'r6',
10
 
'r7',
11
 
'r8',
12
 
'r9',
13
 
'r10',
14
 
'r11',
15
 
'r12',
16
 
'r13',
17
 
'r14',
18
 
'r15',
19
 
'r16',
20
 
'r17',
21
 
'r18',
22
 
'r19',
23
 
'r20',
24
 
'r21',
25
 
'r22',
26
 
'r23',
27
 
'r24',
28
 
'r25',
29
 
'r26',
30
 
'r27',
31
 
'r28',
32
 
'r29',
33
 
'r30',
34
 
'r31',
35
 
'F0',
36
 
'F1',
37
 
'F2',
38
 
'F3',
39
 
'F4',
40
 
'F5',
41
 
'F6',
42
 
'F7',
43
 
'F8',
44
 
'F9',
45
 
'F10',
46
 
'F11',
47
 
'F12',
48
 
'F13',
49
 
'F14',
50
 
'F15',
51
 
'F16',
52
 
'F17',
53
 
'F18',
54
 
'F19',
55
 
'F20',
56
 
'F21',
57
 
'F22',
58
 
'F23',
59
 
'F24',
60
 
'F25',
61
 
'F26',
62
 
'F27',
63
 
'F28',
64
 
'F29',
65
 
'F30',
66
 
'F31',
67
 
'M0',
68
 
'M1',
69
 
'M2',
70
 
'M3',
71
 
'M4',
72
 
'M5',
73
 
'M6',
74
 
'M7',
75
 
'M8',
76
 
'M9',
77
 
'M10',
78
 
'M11',
79
 
'M12',
80
 
'M13',
81
 
'M14',
82
 
'M15',
83
 
'M16',
84
 
'M17',
85
 
'M18',
86
 
'M19',
87
 
'M20',
88
 
'M21',
89
 
'M22',
90
 
'M23',
91
 
'M24',
92
 
'M25',
93
 
'M26',
94
 
'M27',
95
 
'M28',
96
 
'M29',
97
 
'M30',
98
 
'M31',
99
 
'CR',
100
 
'CR0',
101
 
'CR1',
102
 
'CR2',
103
 
'CR3',
104
 
'CR4',
105
 
'CR5',
106
 
'CR6',
107
 
'CR7',
108
 
'XER',
109
 
'LR',
110
 
'CTR',
111
 
'FPSCR'