X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Ftestsuite%2Fbinutils-all%2Fbintest.s;h=dcf742f7dcf77d86cad281bcc1f1fbb6e6f5307f;hb=51457761649bab6868343b3da2258d73a62901f7;hp=9e006502219df8a8fd691a08cf18d94f5ed8b1c1;hpb=5b64ad42d36e6d487e1f7287d37fbc243a178e72;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/testsuite/binutils-all/bintest.s b/binutils/testsuite/binutils-all/bintest.s index 9e00650221..dcf742f7dc 100644 --- a/binutils/testsuite/binutils-all/bintest.s +++ b/binutils/testsuite/binutils-all/bintest.s @@ -10,3 +10,11 @@ data_symbol: static_data_symbol: .long 2 .comm common_symbol,4 + .text + .global text_symbol2 +text_symbol2: + .long 2 + .global text_symbol3 +text_symbol3: + .long 3 +