This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[gas-980322]: Failures due to new .section ".text"


Fri Mar 20 18:51:49 1998  Frank Ch. Eigler  <fche@cygnus.com>

	* gas/all/align.s: Identify ".text" section explicitly.
	* gas/macros/semi.s: Ditto.
	

Why has this change been done? I'm now getting failures on at least
sparc-sun-sunos4.1.4 and m88k-motorola-sysv3:

../as-new   -o dump.o /u/b60/manfred/work/GNU/gas-980322/gas/testsuite/gas/all/align.s
/u/b60/manfred/work/GNU/gas-980322/gas/testsuite/gas/all/align.s: Assembler messages:
/u/b60/manfred/work/GNU/gas-980322/gas/testsuite/gas/all/align.s:2: Error: Unknown pseudo-op:  `.section'
FAIL: align
../as-new   -o dump.o /u/b60/manfred/work/GNU/gas-980322/gas/testsuite/gas/macros/semi.s
/u/b60/manfred/work/GNU/gas-980322/gas/testsuite/gas/macros/semi.s: Assembler messages:
/u/b60/manfred/work/GNU/gas-980322/gas/testsuite/gas/macros/semi.s:1: Error: Unknown pseudo-op:  `.section'
FAIL: semi

The old, simple .text was OK.

manfred