GNU Binutils with patches for OS216
修訂 | 06e78fc77dfcb8a63e44a790c9731db0eaebe87d (tree) |
---|---|
時間 | 2015-06-26 02:14:13 |
作者 | H.J. Lu <hjl.tools@gmai...> |
Commiter | H.J. Lu |
Run ld-elf/strtab only on linux/gnu targets
Since not all ELF targets support -shared, we limit ld-elf/strtab to
linux and gnu targets.
* ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets.
@@ -1,5 +1,9 @@ | ||
1 | 1 | 2015-06-25 H.J. Lu <hongjiu.lu@intel.com> |
2 | 2 | |
3 | + * ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets. | |
4 | + | |
5 | +2015-06-25 H.J. Lu <hongjiu.lu@intel.com> | |
6 | + | |
3 | 7 | * ld-mmix/bspec1.d: Updated. |
4 | 8 | * ld-mmix/bspec2.d: Likewise. |
5 | 9 | * ld-mmix/undef-3.d: Likewise. |
@@ -1,5 +1,6 @@ | ||
1 | 1 | #ld: -shared |
2 | 2 | #readelf: -W -x .strtab |
3 | +#target: *-*-linux* *-*-gnu* | |
3 | 4 | |
4 | 5 | #failif |
5 | 6 | #... |