mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Fix exp-bbv testcases such that they can be built out-of-tree.
Part of fixing #333628. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13982
This commit is contained in:
parent
f0cbcd63c3
commit
6eb77b4746
@ -23,7 +23,7 @@ EXTRA_DIST = \
|
||||
rep_prefix.stderr.exp \
|
||||
rep_prefix.vgtest
|
||||
|
||||
AM_CCASFLAGS += -ffreestanding
|
||||
AM_CCASFLAGS += -ffreestanding -Xassembler -I$(top_srcdir)/exp-bbv/tests
|
||||
|
||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#
|
||||
|
||||
|
||||
.include "../logo.include"
|
||||
.include "logo.include"
|
||||
|
||||
# offsets into the results returned by the uname syscall
|
||||
.equ U_SYSNAME,0
|
||||
@ -563,7 +563,7 @@ two: .ascii "Two\0\0\0"
|
||||
three: .ascii "Three\0"
|
||||
four: .ascii "Four\0"
|
||||
|
||||
.include "../logo.lzss_new"
|
||||
.include "logo.lzss_new"
|
||||
|
||||
disk_buffer:
|
||||
.ascii "processor : 0\n"
|
||||
|
||||
@ -14,7 +14,7 @@ EXTRA_DIST = \
|
||||
million.post.exp \
|
||||
million.vgtest
|
||||
|
||||
AM_CCASFLAGS += -ffreestanding
|
||||
AM_CCASFLAGS += -ffreestanding -Xassembler -I$(top_srcdir)/exp-bbv/tests
|
||||
|
||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# Modified to remove non-deterministic system calls
|
||||
# And to avoid reading from /proc
|
||||
|
||||
.include "../logo.include"
|
||||
.include "logo.include"
|
||||
|
||||
# offsets into the results returned by the uname syscall
|
||||
.equ U_SYSNAME,0
|
||||
@ -480,7 +480,7 @@ disk_buffer:
|
||||
sysinfo_buff:
|
||||
.long 0,0,0,0,512*1024*1024,0,0,0
|
||||
|
||||
.include "../logo.lzss_new"
|
||||
.include "logo.lzss_new"
|
||||
|
||||
|
||||
#============================================================================
|
||||
|
||||
@ -14,7 +14,7 @@ EXTRA_DIST = \
|
||||
million.post.exp \
|
||||
million.vgtest
|
||||
|
||||
AM_CCASFLAGS += -ffreestanding -m32
|
||||
AM_CCASFLAGS += -ffreestanding -m32 -Xassembler -I$(top_srcdir)/exp-bbv/tests
|
||||
|
||||
LDFLAGS += -nostartfiles -nodefaultlibs -m32
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
.equ BSS_BEGIN,25
|
||||
.equ DATA_BEGIN,26
|
||||
|
||||
.include "../logo.include"
|
||||
.include "logo.include"
|
||||
|
||||
.globl _start
|
||||
_start:
|
||||
@ -503,7 +503,7 @@ stdout_num:
|
||||
|
||||
data_begin:
|
||||
|
||||
.include "../logo.lzss_new"
|
||||
.include "logo.lzss_new"
|
||||
|
||||
ver_string: .ascii " Version \0"
|
||||
compiled_string: .ascii ", Compiled \0"
|
||||
|
||||
@ -14,7 +14,7 @@ EXTRA_DIST = \
|
||||
ll.post.exp \
|
||||
ll.vgtest
|
||||
|
||||
AM_CCASFLAGS += -ffreestanding
|
||||
AM_CCASFLAGS += -ffreestanding -Xassembler -I$(top_srcdir)/exp-bbv/tests
|
||||
|
||||
LDFLAGS += @FLAG_M32@ -static -nostartfiles -nodefaultlibs
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
# And to avoid reading from /proc
|
||||
#
|
||||
|
||||
.include "../logo.include"
|
||||
.include "logo.include"
|
||||
|
||||
# offsets into the results returned by the uname syscall
|
||||
.equ U_SYSNAME,0
|
||||
@ -563,7 +563,7 @@ two: .ascii "Two\0\0\0"
|
||||
three: .ascii "Three\0"
|
||||
four: .ascii "Four\0"
|
||||
|
||||
.include "../logo.lzss_new"
|
||||
.include "logo.lzss_new"
|
||||
|
||||
disk_buffer:
|
||||
.ascii "processor : 0\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user