mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Initial comdat implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118805 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -348,6 +348,13 @@ enum {
|
||||
SHF_MASKPROC = 0xf0000000 // Bits indicating processor-specific flags.
|
||||
};
|
||||
|
||||
// Section Group Flags
|
||||
enum {
|
||||
GRP_COMDAT = 0x1,
|
||||
GRP_MASKOS = 0x0ff00000,
|
||||
GRP_MASKPROC = 0xf0000000
|
||||
};
|
||||
|
||||
// Symbol table entries for ELF32.
|
||||
struct Elf32_Sym {
|
||||
Elf32_Word st_name; // Symbol name (index into string table)
|
||||
|
Reference in New Issue
Block a user