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-980313 mips64orion problems




The same mips64orion problem which existed in gas-980310 still
exists in gas-980313.

If I am reading diffs-weekly-980310 correctly, then a chunk of
code in tc-mips.c was deleted.  My guess is that the mips gas is broken on
just about every configuration right now.

I readded the code deleted by the change in diffs-weekly-980310 and
this allowed tc-mips.c to compile but later the build failed trying
to build egcs-1.0.2-980309-prerelease with the following:

  /usr2/tools/build-mips64orion-tools/gcc/xgcc
-B/usr2/tools/build-mips64orion-tools/gcc/ -O2  -DCROSS_COMPILE -DIN_GCC
-O2 -I./include  -G 0 -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-fexceptions -Dinhibit_libc   -I. -I../../src/gcc -I../../src/gcc/config
-c -DL${name} \
      ../../src/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  /usr2/tools/build-mips64orion-tools/binutils/ar rc tmplibgcc2.a
${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
_divdi3
/tmp/cca01669.s: Assembler messages:
/tmp/cca01669.s:439: Internal error!
Assertion failure in macro_build at ../../src/gas/config/tc-mips.c line
2349.
Please report this bug.

--joel