bfd/ * aout-tic30.c: Delete file. * Makefile.am (BFD32_BACKENDS): Remove aout-tic30.lo. (BFD32_BACKENDS_CFILES): Remove aout-tic30.c. * config.bfd (c30-*-*aout*, tic30-*-*aout*): Remove entry. (xc16x-*-elf): Sort properly. * configure.ac: Remove tic30_aout_vec. * targets.c: Likewise. * Makefile.in: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. gas/ * config/tc-tic30.h: Remove OBJ_AOUT support. * configure.tgt: Delete tic30-*-*aout* entry. ld/ * emulparams/tic30aout.sh: Delete file. * scripttempl/tic30aout.sc: Delete file. * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and delete dependency. * configure.tgt: Delete tic30-*-*aout* entry. * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention. * testsuite/ld-scripts/segment-start.d: Likewise. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate.
20 lines
510 B
Makefile
20 lines
510 B
Makefile
#name: SEGMENT_START expression not absolute
|
|
#source: segment-start.s
|
|
#ld: -e 0 -u __executable_start -T segment-start.ld
|
|
#nm: -B
|
|
#xfail: mmix-*-* pdp11-*-* powerpc-*-aix* powerpc-*-beos* rs6000-*-* sh-*-pe
|
|
#xfail: tic30-*-*aout* c54x*-*-*coff* tic54x-*-*coff*
|
|
# XFAIL targets that are not expected to handle SEGMENT_START correctly.
|
|
|
|
# Make sure `__executable_start' is regular:
|
|
#
|
|
# 10000000 T __executable_start
|
|
#
|
|
# not absolute:
|
|
#
|
|
# 10000000 A __executable_start
|
|
|
|
#...
|
|
0*10000000 T __executable_start
|
|
#pass
|