• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision9494d9636612cd9bd22e38625fbc89147beafea7 (tree)
Time2017-03-15 18:23:19
AuthorTristan Gingold <gingold@adac...>
CommiterTristan Gingold

Log Message

ld-checks: tweak overflow checks.

* testsuite/ld-checks/checks.exp (overflow_check): Disable for
non-elf targets.

Change Summary

Incremental Difference

--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
1+2017-03-15 Tristan Gingold <gingold@adacore.com>
2+
3+ * testsuite/ld-checks/checks.exp (overflow_check): Disable for
4+ non-elf targets.
5+
16 2017-03-14 H.J. Lu <hongjiu.lu@intel.com>
27
38 * ldlang.c (lang_check_section_addresses): Use addr_mask to
--- a/ld/testsuite/ld-checks/checks.exp
+++ b/ld/testsuite/ld-checks/checks.exp
@@ -85,6 +85,9 @@ proc overflow_check {} {
8585 && ![istarget arm*-*-*] } {
8686 return
8787 }
88+ if ![is_elf_format] {
89+ return
90+ }
8891
8992 run_dump_test "over"
9093 run_dump_test "over2"