diff options
author | Alan Modra <amodra@gmail.com> | 2022-02-05 17:35:09 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-02-05 17:37:19 +1030 |
commit | cd8adbf3017272877c7e196e2e326f888f207bd9 (patch) | |
tree | 2ceb025c769c673fc775dfc4b1284f8ed8ca5b74 /binutils/testsuite | |
parent | 8df52eeeb06efcccd6b840689ad8e11ebb264e7f (diff) | |
download | binutils-cd8adbf3017272877c7e196e2e326f888f207bd9.zip binutils-cd8adbf3017272877c7e196e2e326f888f207bd9.tar.gz binutils-cd8adbf3017272877c7e196e2e326f888f207bd9.tar.bz2 |
Enable "size" as a dumpprog in ld
binutils/
* testsuite/lib/binutils-common.exp (run_dump_test): Reference
global SIZE and SIZEFLAGS.
ld/
* testsuite/config/default.exp: Define SIZE and SIZEFLAGS.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/lib/binutils-common.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index 2a2aaf4..55b9698 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -866,6 +866,7 @@ proc run_dump_test { name {extra_options {}} } { global ADDR2LINE ADDR2LINEFLAGS AS ASFLAGS CC_FOR_TARGET CFLAGS_FOR_TARGET global ELFEDIT ELFEDITFLAGS LD LDFLAGS NM NMFLAGS OBJCOPY OBJCOPYFLAGS global OBJDUMP OBJDUMPFLAGS READELF READELFFLAGS STRIP STRIPFLAGS + global SIZE SIZEFLAGS global copyfile env runtests srcdir subdir verbose global DT_RELR_LDFLAGS NO_DT_RELR_LDFLAGS |