mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
9a99bec198
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20228 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
317 B
Makefile
15 lines
317 B
Makefile
#source: expdyn1.s
|
|
#as: --no-underscore --em=criself
|
|
#ld: -m crislinux -export-dynamic tmpdir/libdso-1.so
|
|
#objdump: -T
|
|
|
|
.*: file format elf32-cris
|
|
|
|
# Exporting dynamic symbols means objects as well as functions.
|
|
|
|
DYNAMIC SYMBOL TABLE:
|
|
#...
|
|
00080... g DF .text 0+2 expfn
|
|
00082... g DO .data 0+4 expobj
|
|
#pass
|