mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
8 lines
350 B
D
8 lines
350 B
D
|
#PROG: objcopy
|
||
|
#source: bintest.s
|
||
|
#objcopy: -G fred --globalize-symbol jim bintest.o bintest.copy.o
|
||
|
# A few targets cannot assemble the bintest.s source file...
|
||
|
#notarget: pdp11-* *-darwin
|
||
|
#name: Error when using --keep-global-symbol with --globalize-symbol
|
||
|
#error: \A[^\n]*: --globalize-symbol\(s\) is incompatible with -G/--keep-global-symbol\(s\)
|