You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
203 B

#name: weaken 'fo*' but not 'foo', localize foo.
#PROG: objcopy
#objcopy: -w -W \!foo -W fo\* -L foo
#source: symbols.s
#nm: -n
#...
0+ D bar
0+ [VW] foa
0+ [VW] fob
0+ d foo
0+ [VW] foo1
0+ [VW] foo2