mirror of
https://github.com/rui314/mold.git
synced 2024-11-15 04:10:40 +03:00
temporary
This commit is contained in:
parent
a061afd3c5
commit
f79ee43255
@ -84,12 +84,6 @@ class SymbolTable;
|
|||||||
class InputSection;
|
class InputSection;
|
||||||
class ObjectFile;
|
class ObjectFile;
|
||||||
|
|
||||||
class Symbol {
|
|
||||||
public:
|
|
||||||
StringRef name;
|
|
||||||
ObjectFile *file;
|
|
||||||
};
|
|
||||||
|
|
||||||
class InputSection {
|
class InputSection {
|
||||||
public:
|
public:
|
||||||
InputSection(ObjectFile *file, ELF64LE::Shdr *hdr, StringRef name);
|
InputSection(ObjectFile *file, ELF64LE::Shdr *hdr, StringRef name);
|
||||||
|
Loading…
Reference in New Issue
Block a user