657a658,660
> if (objFile->getArch() != ObjectFile::Alpha)
> fatal("Object file architecture does not match compiled ISA (Alpha).");
>
663,664d665
< if (objFile->getArch() != ObjectFile::Alpha)
< fatal("Object file architecture does not match compiled ISA (Alpha).");
669a671,673
> case ObjectFile::UnknownOpSys:
> warn("Unknown operating system; assuming Linux.");
> // fall through
678c682,683
< if (objFile->getArch() != ObjectFile::SPARC64 && objFile->getArch() != ObjectFile::SPARC32)
---
> if (objFile->getArch() != ObjectFile::SPARC64 &&
> objFile->getArch() != ObjectFile::SPARC32)
680a686,688
> case ObjectFile::UnknownOpSys:
> warn("Unknown operating system; assuming Linux.");
> // fall through
692a701
>
699a709,711
> case ObjectFile::UnknownOpSys:
> warn("Unknown operating system; assuming Linux.");
> // fall through
702a715
>
709a723,725
> case ObjectFile::UnknownOpSys:
> warn("Unknown operating system; assuming Linux.");
> // fall through
720a737,739
> case ObjectFile::UnknownOpSys:
> warn("Unknown operating system; assuming Linux.");
> // fall through