mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
3f904b1697
* binutils-all/localize-hidden-1.s: Use "==" instead of ".set". * binutils-all/localize-hidden-2.s: Likewise. gas/testsuite/ * gas/all/gas.exp: Disable assign and assign-ok tests on blackfin. * gas/all/p2425.s: Use "==" instead of "=". * gas/all/weakref1.s: Likewise. * gas/macros/and.s: Likewise. * gas/macros/test1.s: Likewise. * gas/hppa/parse/parse.exp: Remove xfail on block1. ld/testsuite/ * ld-libs/lib-1.s: Use "==" instead of ".set". * ld-libs/lib-2.s: Likewise. * ld-scripts/defined.s: Likewise.
37 lines
583 B
ArmAsm
37 lines
583 B
ArmAsm
.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
|
|
|
|
Ldefault == 0x1100
|
|
Lhidden == 0x1200
|
|
Linternal == 0x1300
|
|
Lprotected == 0x1400
|
|
|
|
Gdefault == 0x2100
|
|
Ghidden == 0x2200
|
|
Ginternal == 0x2300
|
|
Gprotected == 0x2400
|
|
|
|
Wdefault == 0x3100
|
|
Whidden == 0x3200
|
|
Winternal == 0x3300
|
|
Wprotected == 0x3400
|