Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-pe / symbols-ordinals-hints-exports-dlltool.d
blobfad59eab604bb2ee694e544968b150c87f351629
1 #source: symbols-ordinals-hints-exports.s
2 #dlltool: -d ${srcdir}/${subdir}/symbols-ordinals-hints.def -e tmpdir/exports-dlltool.o
3 #ld: -shared tmpdir/exports-dlltool.o
4 #objdump: -p
6 # Rules for Ordinal/Name Pointer Table:
7 # - Table rows must be lexicographically sorted by symbol names
8 # - Hint numbers must be in sequence starting from zero
9 # - Ordinal numbers must match the @ordinal keyword from .def file
10 # - Symbols in .def file without @ordinal keyword have assigned the first free ordinal starting from 1
11 # - Symbols in .def file with NONAME keyword must not be present in Name Pointer Table
13 #...
14 .*\[Ordinal/Name Pointer\] Table -- Ordinal Base.*
15 .* Ordinal Hint Name
16 .*\+base\[ 2\] 0000 sym1
17 .*\+base\[ 5\] 0001 sym2
18 .*\+base\[ 3\] 0002 sym4
19 .*\+base\[ 4\] 0003 sym5
21 #pass