Date: Mon, 20 Jan 1997 13:03:42 +0100 From: Hans-Bernhard Broeker Subject: Re: trouble making libm library To: mpenacho AT tezcat DOT com (Mark Penacho) Cc: djgpp-workers AT delorie DOT com Message-id: <01IEFQP3Y5YQB7ALZ8@mail> Organization: RWTH Aachen, III. physikalisches Institut B Content-transfer-encoding: 7BIT Newsgroups: comp.os.msdos.djgpp > [F:\djbuild\src\libm\src] 19:51:24.92 > F>make > gcc @../../gcc.opt -I. -I- -I../../../include -Wno-error > -Wno-strict-prototypes -D_USE_LIBM_MATH_H -c s_finite.S > f:/djgpp/tmp\ccbaaaaa: Assembler messages: > f:/djgpp/tmp\ccbaaaaa:114: Error: register does not match opcode suffix > make.exe: *** [s_finite.o] Error 1 That's another point hit by the update to gas from binutils-2.7. The relevant line needs to be given the correct opcode suffix for bytes: ldb al The same thing happens in sf_finite.S HBB