mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests/tcg/i386: expand .data sections for system tests
Newer compilers might end up putting some data in .data.rel.local which was getting skipped resulting in hilarious confusion on some tests. Fix that. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210401102530.12030-6-alex.bennee@linaro.org>
This commit is contained in:
parent
08341b4fa6
commit
4011a686cc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ SECTIONS {
|
|||
}
|
||||
|
||||
.data : {
|
||||
*(.data)
|
||||
*(.data*)
|
||||
__load_en = .;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue