9af1437233
* gas/all/weakref1.d: Check for "$CODE$" as well as ".text". * gas/all/weakref1.s: Indent "-ld1 = l". * gas/all/weakref1g.d: Remove --no-sort option. * gas/all/weakref1l.d: Likewise. * gas/all/weakref1u.d: Likewise. Sort expected results. * gas/all/weakref1w.d: Likewise. * gas/all/weakref2.s: Indent directives. * gas/all/weakref3.s: Likewise.
18 lines
468 B
Makefile
18 lines
468 B
Makefile
#nm: --defined-only --extern-only
|
|
#name: weakref tests, global syms
|
|
#source: weakref1.s
|
|
# see weakref1.d for comments on the not-targets
|
|
# ecoff (OSF/alpha) lacks .weak support
|
|
# pdp11 lacks .long
|
|
#not-target: alpha*-*-osf* *-*-ecoff pdp11-*-aout
|
|
|
|
# the rest of this file is generated with the following script:
|
|
# # script begin
|
|
# echo \#...
|
|
# sed -n 's,^[ ]*\.global \(g.*\),.* T \1,p' weakref1.s | uniq
|
|
# echo \#pass
|
|
# # script output:
|
|
#...
|
|
.* T gd6
|
|
.* T gd7
|
|
#pass
|