diff options
author | Alan Modra <amodra@gmail.com> | 2006-06-02 00:32:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-06-02 00:32:00 +0000 |
commit | f0b5bb34d5c2c7023c5e54789743e398ab5669c0 (patch) | |
tree | ce9ee9b9bbfde2a148a709a914490b1021eda21d /ld/testsuite/ld-alpha | |
parent | 57078fa5d1382256f1e4bb46f609c448569f94a3 (diff) | |
download | gdb-f0b5bb34d5c2c7023c5e54789743e398ab5669c0.zip gdb-f0b5bb34d5c2c7023c5e54789743e398ab5669c0.tar.gz gdb-f0b5bb34d5c2c7023c5e54789743e398ab5669c0.tar.bz2 |
bfd/
PR ld/2723
* elflink.c (bfd_elf_final_link): Don't output section symbols
for special ELF sections.
ld/testsuite/
Update for removal of some section syms.
Diffstat (limited to 'ld/testsuite/ld-alpha')
-rw-r--r-- | ld/testsuite/ld-alpha/tlsbin.rd | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-alpha/tlsbinr.rd | 3 | ||||
-rw-r--r-- | ld/testsuite/ld-alpha/tlspic.rd | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/ld/testsuite/ld-alpha/tlsbin.rd b/ld/testsuite/ld-alpha/tlsbin.rd index 6186536..e92e55f 100644 --- a/ld/testsuite/ld-alpha/tlsbin.rd +++ b/ld/testsuite/ld-alpha/tlsbin.rd @@ -80,9 +80,6 @@ Symbol table '.symtab' contains [0-9]+ entries: [0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +11 [0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +12 [0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +13 -[0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +14 -[0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +15 -[0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +16 [0-9 ]+: [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +9 sl1 [0-9 ]+: [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +9 sl2 [0-9 ]+: [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +9 sl3 diff --git a/ld/testsuite/ld-alpha/tlsbinr.rd b/ld/testsuite/ld-alpha/tlsbinr.rd index d55e6ca..4938a14 100644 --- a/ld/testsuite/ld-alpha/tlsbinr.rd +++ b/ld/testsuite/ld-alpha/tlsbinr.rd @@ -75,9 +75,6 @@ Symbol table '.symtab' contains [0-9]+ entries: [0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +11 [0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +12 [0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +13 -[0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +14 -[0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +15 -[0-9 ]+: [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +16 [0-9 ]+: [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +9 sl1 [0-9 ]+: [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +9 sl2 [0-9 ]+: [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +9 sl3 diff --git a/ld/testsuite/ld-alpha/tlspic.rd b/ld/testsuite/ld-alpha/tlspic.rd index 38f5ea1..9de2a00 100644 --- a/ld/testsuite/ld-alpha/tlspic.rd +++ b/ld/testsuite/ld-alpha/tlspic.rd @@ -90,9 +90,6 @@ Symbol table '.symtab' contains [0-9]+ entries: .* [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +10 .* [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +11 .* [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +12 -.* [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +13 -.* [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +14 -.* [0-9a-f]+ +0 SECTION LOCAL +DEFAULT +15 .* [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +8 sl1 .* [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +8 sl2 .* [0-9a-f]+ +0 TLS +LOCAL +DEFAULT +8 sl3 |