Improve objcopy's note mergeing capabilities.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / note-4-64.s
index 1901682bb941abd19cd5a1c3a097d36281d07aec..70b2e57f77c38f4d77ecf9d44e9d61aca87c7ef8 100644 (file)
@@ -22,8 +22,8 @@ note_4.s_end:
        .dc.l 16
        .dc.l 0x100
        .asciz "GA$\ 13p3"
-       .8byte note_4.s - 2
-       .8byte note_4.s_end
+       .8byte 0x100 /* note_4.s - 2 */
+       .8byte 0x120 /* note_4.s_end */
 
        .dc.l 23
        .dc.l 0
@@ -67,12 +67,18 @@ note_4.s_end:
        .dc.b 0x47, 0x41, 0x2a, 0x6, 0xf2, 0x3, 0x38, 0xee, 0xce, 0xfa, 0x5e, 0x3c, 0
        .dc.b 0, 0, 0
 
+       .dc.l 6
+       .dc.l 0
+       .dc.l 0x100
+       .dc.b 0x47, 0x41, 0x2a, 0x7, 0x2, 0
+       .dc.b 0, 0
+
        .dc.l 6
        .dc.l 16
        .dc.l 0x101
        .dc.b 0x47, 0x41, 0x2a, 0x2, 0x3, 0
        .dc.b 0, 0
-       .8byte bar
-       .8byte bar_end
+       .8byte 0x110 /* bar */
+       .8byte 0x120 /* bar_end */
        
        .popsection
This page took 0.024775 seconds and 4 git commands to generate.