mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 05:37:44 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
437 B
Makefile
14 lines
437 B
Makefile
# name: include-1
|
|
# source: include.s
|
|
# ld: -T include-1.t
|
|
# objdump: -w -h
|
|
# xfail: "*-aix*"
|
|
# AIX targets rename the .text and .data sectons...
|
|
|
|
.*: file format .*
|
|
|
|
Sections:
|
|
Idx +Name +Size +VMA +LMA +File off +Algn +Flags
|
|
0 .text 0+0000020 0+0000000 0+0000000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD,.*CODE
|
|
1 .data 0+0000010 0+0100000 0+0100000 [0-9a-f]+ 2\*\*[0-9]+ CONTENTS, ALLOC, LOAD, DATA
|