mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-11 16:46:14 +08:00
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.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets.
|
||||||
|
|
||||||
2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
|
2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-mmix/bspec1.d: Updated.
|
* ld-mmix/bspec1.d: Updated.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ld: -shared
|
#ld: -shared
|
||||||
#readelf: -W -x .strtab
|
#readelf: -W -x .strtab
|
||||||
|
#target: *-*-linux* *-*-gnu*
|
||||||
|
|
||||||
#failif
|
#failif
|
||||||
#...
|
#...
|
||||||
|
Reference in New Issue
Block a user