aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/localize-hidden-1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/localize-hidden-1.s')
-rw-r--r--binutils/testsuite/binutils-all/localize-hidden-1.s36
1 files changed, 0 insertions, 36 deletions
diff --git a/binutils/testsuite/binutils-all/localize-hidden-1.s b/binutils/testsuite/binutils-all/localize-hidden-1.s
deleted file mode 100644
index bdaa69d..0000000
--- a/binutils/testsuite/binutils-all/localize-hidden-1.s
+++ /dev/null
@@ -1,36 +0,0 @@
- .globl Gdefault
- .globl Ghidden
- .globl Ginternal
- .globl Gprotected
-
- .weak Wdefault
- .weak Whidden
- .weak Winternal
- .weak Wprotected
-
- .hidden Lhidden
- .hidden Ghidden
- .hidden Whidden
-
- .internal Linternal
- .internal Ginternal
- .internal Winternal
-
- .protected Lprotected
- .protected Gprotected
- .protected Wprotected
-
- .equ Ldefault, 0x1100
- .equ Lhidden, 0x1200
- .equ Linternal, 0x1300
- .equ Lprotected, 0x1400
-
- .equ Gdefault, 0x2100
- .equ Ghidden, 0x2200
- .equ Ginternal, 0x2300
- .equ Gprotected, 0x2400
-
- .equ Wdefault, 0x3100
- .equ Whidden, 0x3200
- .equ Winternal, 0x3300
- .equ Wprotected, 0x3400