Add ability for objcopy to insert new symbols into a binary.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / nm-1.s
index 5fe4cd769571a051140aae8dad484c3212ea89ca..7f1633c3c4f4c0ad7d96098ffa955a6eef18aeeb 100644 (file)
@@ -1,13 +1,15 @@
        .globl text_symbol1
        .globl text_symbol2
        .globl text_symbol3
+       .globl end_symbol
        .text
 text_symbol1:
-       .long 0
-       .long 0
-       .long 0
+       .byte 0,0,0,0
+       .byte 0,0,0,0
+       .byte 0,0,0,0
 text_symbol2:
-       .long 0
-       .long 0
+       .byte 0,0,0,0
+       .byte 0,0,0,0
 text_symbol3:
-       .long 0
+       .byte 0,0,0,0
+end_symbol:
This page took 0.032862 seconds and 4 git commands to generate.