mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Re: PR29466, APP/NO_APP with linefile
It looks like I copied the SIZE init across from binutils/testsuite/config/default.exp without some necessary editing. * testsuite/config/default.exp (SIZE): Adjust relative path.
This commit is contained in:
@ -53,7 +53,7 @@ if ![info exists NMFLAGS] then {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ![info exists SIZE] then {
|
if ![info exists SIZE] then {
|
||||||
set SIZE [findfile $base_dir/size]
|
set SIZE [findfile $base_dir/../../binutils/size]
|
||||||
}
|
}
|
||||||
|
|
||||||
if ![info exists SIZEFLAGS] then {
|
if ![info exists SIZEFLAGS] then {
|
||||||
|
Reference in New Issue
Block a user