diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-11-02 17:24:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-11-02 17:24:54 +0000 |
commit | 04827a14fb9ef1c99f78bd94c55e94c9a18d139a (patch) | |
tree | 43d713d4e9e569aab0bb80b1ce75d21acb7afb80 /ld | |
parent | dc5e727b86cc05ea74d34a54d3aa9d3a67005dd2 (diff) | |
download | fsf-binutils-gdb-04827a14fb9ef1c99f78bd94c55e94c9a18d139a.zip fsf-binutils-gdb-04827a14fb9ef1c99f78bd94c55e94c9a18d139a.tar.gz fsf-binutils-gdb-04827a14fb9ef1c99f78bd94c55e94c9a18d139a.tar.bz2 |
2001-11-02 H.J. Lu <hjl@gnu.org>
* ld-elfvsb/elfvsb.exp: Add the "ld -r" test.
* ld-elfvsb/hidden0.d: New.
* ld-elfvsb/hidden1.d: New.
* ld-elfvsb/internal0.d: New.
* ld-elfvsb/internal1.d: New.
* ld-elfvsb/protected0.d: New.
* ld-elfvsb/protected1.d: New.
* ld-elfvsb/undef.s: New.
* ld-elfvsb/undef.s: New.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 13 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/define.s | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/elfvsb.exp | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/hidden0.d | 10 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/hidden1.d | 9 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/internal0.d | 10 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/internal1.d | 9 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/protected0.d | 10 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/protected1.d | 9 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/undef.s | 3 |
10 files changed, 86 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 91de4b3..3f98269 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,16 @@ +2001-11-02 H.J. Lu <hjl@gnu.org> + + * ld-elfvsb/elfvsb.exp: Add the "ld -r" test. + + * ld-elfvsb/hidden0.d: New. + * ld-elfvsb/hidden1.d: New. + * ld-elfvsb/internal0.d: New. + * ld-elfvsb/internal1.d: New. + * ld-elfvsb/protected0.d: New. + * ld-elfvsb/protected1.d: New. + * ld-elfvsb/undef.s: New. + * ld-elfvsb/undef.s: New. + 2001-11-02 NIIBE Yutaka <gniibe@m17n.org> * ld-sh/sh.exp: Have its own start.s for linux. diff --git a/ld/testsuite/ld-elfvsb/define.s b/ld/testsuite/ld-elfvsb/define.s new file mode 100644 index 0000000..3d29f7c --- /dev/null +++ b/ld/testsuite/ld-elfvsb/define.s @@ -0,0 +1,6 @@ + .globl protected +protected: + .globl hidden +hidden: + .globl internal +internal: diff --git a/ld/testsuite/ld-elfvsb/elfvsb.exp b/ld/testsuite/ld-elfvsb/elfvsb.exp index 6f8f2b1..8cf229f 100644 --- a/ld/testsuite/ld-elfvsb/elfvsb.exp +++ b/ld/testsuite/ld-elfvsb/elfvsb.exp @@ -42,6 +42,13 @@ if { [istarget *-*-linux*aout*] \ return } +set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] +foreach t $test_list { + # We need to strip the ".d", but can leave the dirname. + verbose [file rootname $t] + run_dump_test [file rootname $t] +} + set tmpdir tmpdir set SHCFLAG "" diff --git a/ld/testsuite/ld-elfvsb/hidden0.d b/ld/testsuite/ld-elfvsb/hidden0.d new file mode 100644 index 0000000..33356c1 --- /dev/null +++ b/ld/testsuite/ld-elfvsb/hidden0.d @@ -0,0 +1,10 @@ +#source: define.s +#source: undef.s +#ld: -r +#readelf: -s + +Symbol table '.symtab' contains .* entries: + Num: Value[ ]+Size Type Bind Vis Ndx Name +#... + .: [0-9a-fA-F]* 0 NOTYPE GLOBAL HIDDEN . hidden +#pass diff --git a/ld/testsuite/ld-elfvsb/hidden1.d b/ld/testsuite/ld-elfvsb/hidden1.d new file mode 100644 index 0000000..30032b2 --- /dev/null +++ b/ld/testsuite/ld-elfvsb/hidden1.d @@ -0,0 +1,9 @@ +#source: undef.s +#ld: -r +#readelf: -s + +Symbol table '.symtab' contains .* entries: + Num: Value[ ]+Size Type Bind Vis Ndx Name +#... + .: [0-9a-fA-F]* 0 NOTYPE GLOBAL HIDDEN UND hidden +#pass diff --git a/ld/testsuite/ld-elfvsb/internal0.d b/ld/testsuite/ld-elfvsb/internal0.d new file mode 100644 index 0000000..259ed6d --- /dev/null +++ b/ld/testsuite/ld-elfvsb/internal0.d @@ -0,0 +1,10 @@ +#source: define.s +#source: undef.s +#ld: -r +#readelf: -s + +Symbol table '.symtab' contains .* entries: + Num: Value[ ]+Size Type Bind Vis Ndx Name +#... + .: [0-9a-fA-F]* 0 NOTYPE GLOBAL INTERNAL . internal +#pass diff --git a/ld/testsuite/ld-elfvsb/internal1.d b/ld/testsuite/ld-elfvsb/internal1.d new file mode 100644 index 0000000..2d36bba --- /dev/null +++ b/ld/testsuite/ld-elfvsb/internal1.d @@ -0,0 +1,9 @@ +#source: undef.s +#ld: -r +#readelf: -s + +Symbol table '.symtab' contains .* entries: + Num: Value[ ]+Size Type Bind Vis Ndx Name +#... + .: [0-9a-fA-F]* 0 NOTYPE GLOBAL INTERNAL UND internal +#pass diff --git a/ld/testsuite/ld-elfvsb/protected0.d b/ld/testsuite/ld-elfvsb/protected0.d new file mode 100644 index 0000000..56bbdd4 --- /dev/null +++ b/ld/testsuite/ld-elfvsb/protected0.d @@ -0,0 +1,10 @@ +#source: define.s +#source: undef.s +#ld: -r +#readelf: -s + +Symbol table '.symtab' contains .* entries: + Num: Value[ ]+Size Type Bind Vis Ndx Name +#... + .: [0-9a-fA-F]* 0 NOTYPE GLOBAL PROTECTED . protected +#pass diff --git a/ld/testsuite/ld-elfvsb/protected1.d b/ld/testsuite/ld-elfvsb/protected1.d new file mode 100644 index 0000000..beaa444 --- /dev/null +++ b/ld/testsuite/ld-elfvsb/protected1.d @@ -0,0 +1,9 @@ +#source: undef.s +#ld: -r +#readelf: -s + +Symbol table '.symtab' contains .* entries: + Num: Value[ ]+Size Type Bind Vis Ndx Name +#... + .: [0-9a-fA-F]* 0 NOTYPE GLOBAL PROTECTED UND protected +#pass diff --git a/ld/testsuite/ld-elfvsb/undef.s b/ld/testsuite/ld-elfvsb/undef.s new file mode 100644 index 0000000..5b99d6f --- /dev/null +++ b/ld/testsuite/ld-elfvsb/undef.s @@ -0,0 +1,3 @@ + .protected protected + .hidden hidden + .internal internal |