Last change
on this file since 1010 was 484, checked in by bird, 22 years ago |
playing.
|
-
Property cvs2svn:cvs-rev
set to
1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
577 bytes
|
Line | |
---|
1 | .file "weak3.c"
|
---|
2 | .text
|
---|
3 | int $3
|
---|
4 | .globl ___default
|
---|
5 | ___default:
|
---|
6 | pushl %ebp
|
---|
7 | movl %esp, %ebp
|
---|
8 | movl $1, %eax
|
---|
9 | call _weakexternal
|
---|
10 | leave
|
---|
11 | ret
|
---|
12 | .set _weakexternalwithlocaldefault, ___default
|
---|
13 | .weak _weakexternalwithlocaldefault
|
---|
14 | .weak _weakexternal
|
---|
15 |
|
---|
16 | .weak _weakfunction
|
---|
17 | _weakfunction:
|
---|
18 | call _weakexternalwithexternaldefault
|
---|
19 | movl $1, %eax
|
---|
20 | ret
|
---|
21 |
|
---|
22 | .weak _weakexternalwithexternaldefault
|
---|
23 | / .set _weakexternalwithlocaldefault, ___externaldefault
|
---|
24 | .stabs "_weakexternalwithexternaldefault",11,0,0,0
|
---|
25 | .stabs "___externaldefault",1,0,0,0
|
---|
26 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.