mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* ld-scripts/alignof.exp: Skip on non-elf
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-02 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* ld-scripts/alignof.exp: Skip on non-elf
|
||||||
|
|
||||||
2007-06-29 Joseph Myers <joseph@codesourcery.com>
|
2007-06-29 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d,
|
* ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d,
|
||||||
|
@ -15,6 +15,12 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
|
# Only ELF targets record section alignment.
|
||||||
|
|
||||||
|
if ![is_elf_format] {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
set testname "ALIGNOF"
|
set testname "ALIGNOF"
|
||||||
|
|
||||||
if ![ld_assemble $as $srcdir/$subdir/alignof.s tmpdir/alignof.o] {
|
if ![ld_assemble $as $srcdir/$subdir/alignof.s tmpdir/alignof.o] {
|
||||||
|
Reference in New Issue
Block a user