diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-02-12 20:51:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-02-12 20:51:13 +0000 |
commit | 1b6dd3f1297882f2450942a55189fefaae31071f (patch) | |
tree | 3034fd9f3bdc19f16a8ecfad285d150be1754f52 /ChangeLog | |
parent | ace614b8a5c03167cb92ff8ec652f788b8df6750 (diff) | |
download | glibc-1b6dd3f1297882f2450942a55189fefaae31071f.zip glibc-1b6dd3f1297882f2450942a55189fefaae31071f.tar.gz glibc-1b6dd3f1297882f2450942a55189fefaae31071f.tar.bz2 |
Make ABI tests generate .out files.
If you rerun "make check" in a tree where some tests have already been
run, it will rerun ABI tests because those do not create an output
file.
This patch changes those tests to create .out files so they only get
rerun if the dependencies (on the ABI baselines and the generated
.symlist files) indicate they should be rerun.
Tested x86_64.
* Makerules (check-abi-%): Change target to
$(objpfx)check-abi-%.out.
(check-abi target): Update dependencies.
(check-abi-pattern variable): Redirect output of diff to $@.
(check-abi variable): Likewise.
* elf/Makefile (check-abi): Update dependencies.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-02-12 Joseph Myers <joseph@codesourcery.com> + * Makerules (check-abi-%): Change target to + $(objpfx)check-abi-%.out. + (check-abi target): Update dependencies. + (check-abi-pattern variable): Redirect output of diff to $@. + (check-abi variable): Likewise. + * elf/Makefile (check-abi): Update dependencies. + * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly unused. (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted |