ea0a321df9
* ld-elfvers/vers.exp: Run tests on alpha-linux. * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match Alpha's use of st_other. 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * ld-elfvers/vers.exp (vers16, vers16a): New tests. * ld-elfvers/{vers16.*, vers16a.*}: New files.
10 lines
95 B
C
10 lines
95 B
C
int show_bar ()
|
|
{
|
|
return 0;
|
|
}
|
|
extern int show_foo ();
|
|
|
|
int main ()
|
|
{
|
|
return show_foo ();
|
|
}
|