Changeset 477 for trunk/testcase/weak/weak3.c
- Timestamp:
- Jul 30, 2003, 12:35:48 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/weak/weak3.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r476 r477 3 3 */ 4 4 5 void__f ()5 int __f () 6 6 { 7 7 return 1; 8 8 } 9 9 10 voidf () __attribute__ ((weak, alias ("__f")));10 int f () __attribute__ ((weak, alias ("__f"))); 11 11 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.