* gas/all/relax.s: New.
	* gas/all/relax.d: New.
	* gas/all/gas.exp: Run it.
This commit is contained in:
Alan Modra 2007-03-14 11:04:12 +00:00
parent d1c5f15864
commit cd0c2fe2c3
3 changed files with 40 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2007-03-14 Alan Modra <amodra@bigpond.net.au>
PR 4029
* gas/all/relax.s: New.
* gas/all/relax.d: New.
* gas/all/gas.exp: Run it.
2007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
* gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:

View File

@ -0,0 +1,13 @@
#objdump : -s -j .data -j "\$DATA\$"
#name : relax .uleb128
.*: .*
Contents of section .*
0000 01020381 01000000 00000000 00000000.*
#...
0080 00000004 ffff0500 06078380 01000000.*
#...
4080 00000000 00000000 00000008 ffffffff.*
4090 09090909 09090909 09090909 09090909.*
#pass

View File

@ -0,0 +1,20 @@
.data
.byte 1, 2, 3
.uleb128 L2 - L1
L1:
.space 128 - 2
.byte 4
.p2align 1, 0xff
L2:
.byte 5
.p2align 2
.byte 6, 7
.uleb128 L4 - L3
L3:
.space 128*128 - 2
.byte 8
.p2align 2, 0xff
L4:
.byte 9
.p2align 4, 9