mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
[COFF] Add support for the .secidx directive
Reviewed at http://llvm-reviews.chandlerc.com/D2445 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -411,6 +411,11 @@ public:
|
||||
/// EndCOFFSymbolDef - Marks the end of the symbol definition.
|
||||
virtual void EndCOFFSymbolDef() = 0;
|
||||
|
||||
/// EmitCOFFSectionIndex - Emits a COFF section index.
|
||||
///
|
||||
/// @param Symbol - Symbol the section number relocation should point to.
|
||||
virtual void EmitCOFFSectionIndex(MCSymbol const *Symbol);
|
||||
|
||||
/// EmitCOFFSecRel32 - Emits a COFF section relative relocation.
|
||||
///
|
||||
/// @param Symbol - Symbol the section relative relocation should point to.
|
||||
|
Reference in New Issue
Block a user