mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
except one: the binaries produced by this version of binutils crashes the loader of BeOS versions BONE, Dano (and probably Zeta, too). That's a pity, but I currently do not know how to fix this (as the fix available for older versions of binutils does not work anymore). git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20192 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
502 B
Makefile
19 lines
502 B
Makefile
#source: size-2.s
|
|
#ld: -T size-2.t
|
|
#readelf: -l --wide
|
|
#xfail: "hppa64-*-*" "v850-*-*"
|
|
|
|
#...
|
|
Program Headers:
|
|
+Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg +Align
|
|
+PHDR +0x[0-9a-f]+ 0x0+0000 0x0+0000 0x[0-9a-f]+ 0x[0-9a-f]+ R +0x[0-9a-f]+
|
|
#...
|
|
+LOAD +0x[0-9a-f]+ 0x0+0100 0x0+0100 0x0+0030 0x0+0030 R E +0x[0-9a-f]+
|
|
+TLS +0x[0-9a-f]+ 0x0+0108 0x0+0108 0x0+0014 0x0+002c R +0x[0-9a-f]+
|
|
|
|
Section to Segment mapping:
|
|
+Segment Sections\.\.\.
|
|
+00 .*
|
|
+01.*\.text.*\.tdata.*
|
|
+02.*\.tdata.*
|