mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
9a99bec198
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20228 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
422 B
Makefile
14 lines
422 B
Makefile
#target: cris-*-*elf*
|
|
#ld: --section-start=.text=0xc0010000
|
|
#objdump: -s -j .text
|
|
|
|
# Check that we don't get a "relocation truncated to fit", when a
|
|
# relocation would overflow if it hadn't been wrapping. We always
|
|
# want 32-bit-wrapping on a 32-bit target for the benefit of Linux
|
|
# address-mapping macros.
|
|
|
|
.*: file format elf32.*-cris
|
|
|
|
Contents of section \.text:
|
|
c0010000 04200100 00200100 .*
|