mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79777 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -80,7 +80,7 @@ ELFWriter::ELFWriter(raw_ostream &o, TargetMachine &tm)
|
||||
isLittleEndian(TM.getTargetData()->isLittleEndian()),
|
||||
ElfHdr(isLittleEndian, is64Bit) {
|
||||
|
||||
TAI = TM.getMCAsmInfo();
|
||||
MAI = TM.getMCAsmInfo();
|
||||
TEW = TM.getELFWriterInfo();
|
||||
|
||||
// Create the object code emitter object for this target.
|
||||
@@ -687,7 +687,7 @@ bool ELFWriter::doFinalization(Module &M) {
|
||||
SymbolList.push_back(ELFSym::getExtSym(*I));
|
||||
|
||||
// Emit non-executable stack note
|
||||
if (TAI->getNonexecutableStackDirective())
|
||||
if (MAI->getNonexecutableStackDirective())
|
||||
getNonExecStackSection();
|
||||
|
||||
// Emit a symbol for each section created until now, skip null section
|
||||
|
Reference in New Issue
Block a user