This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
Retro68
Watch
1
Star
0
Fork
0
You've already forked Retro68
mirror of
https://github.com/autc04/Retro68.git
synced
2024-12-12 11:29:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
90e056166b
Retro68
/
binutils
/
ld
/
testsuite
/
ld-elfvers
/
vers23a.c
14 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Update binutils to version 2.24 to work around a build problem
2014-09-12 22:14:23 +00:00
#
include
"vers.h"
SYMVER
(
_old_bar
,
bar
@
VERS
.0
)
;
add binutils-2.20.1
2012-03-26 19:18:29 +00:00
void
_old_bar
(
void
)
{
}
void
foo
(
void
)
{
}
Reference in New Issue
Copy Permalink