|
Last change
on this file since 594 was 594, checked in by bird, 22 years ago |
|
Initial testcase.
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
600 bytes
|
| Line | |
|---|
| 1 | .file "570asm.s"
|
|---|
| 2 |
|
|---|
| 3 | .text
|
|---|
| 4 |
|
|---|
| 5 | .globl ExternCVoid
|
|---|
| 6 | ExternCVoid:
|
|---|
| 7 | ret
|
|---|
| 8 |
|
|---|
| 9 | .globl ExternCPVoid
|
|---|
| 10 | ExternCPVoid:
|
|---|
| 11 | ret
|
|---|
| 12 |
|
|---|
| 13 | .globl ExternCInt
|
|---|
| 14 | ExternCInt:
|
|---|
| 15 | ret
|
|---|
| 16 |
|
|---|
| 17 | .globl ExternCPType
|
|---|
| 18 | ExternCPType:
|
|---|
| 19 | ret
|
|---|
| 20 |
|
|---|
| 21 | .globl Void
|
|---|
| 22 | Void:
|
|---|
| 23 | ret
|
|---|
| 24 |
|
|---|
| 25 | .globl PVoid
|
|---|
| 26 | PVoid:
|
|---|
| 27 | ret
|
|---|
| 28 |
|
|---|
| 29 | .globl Int
|
|---|
| 30 | Int:
|
|---|
| 31 | ret
|
|---|
| 32 |
|
|---|
| 33 | .globl PType
|
|---|
| 34 | PType:
|
|---|
| 35 | ret
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | .globl __ZN3foo16StaticMemberVoidEv
|
|---|
| 39 | __ZN3foo16StaticMemberVoidEv:
|
|---|
| 40 | ret
|
|---|
| 41 |
|
|---|
| 42 | .globl __ZN3foo17StaticMemberPVoidEv
|
|---|
| 43 | __ZN3foo17StaticMemberPVoidEv:
|
|---|
| 44 | ret
|
|---|
| 45 |
|
|---|
| 46 | .globl __ZN3foo15StaticMemberIntEv
|
|---|
| 47 | __ZN3foo15StaticMemberIntEv:
|
|---|
| 48 | ret
|
|---|
| 49 |
|
|---|
| 50 | .globl __ZN3foo17StaticMemberPTypeEv
|
|---|
| 51 | __ZN3foo17StaticMemberPTypeEv:
|
|---|
| 52 | ret
|
|---|
| 53 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.