renamed program to boot_space, as in object_space at boot time. thats the way its going
This commit is contained in:
@ -8,7 +8,7 @@ module Elf
|
||||
class ObjectWriter
|
||||
def initialize(program , target)
|
||||
@object = Elf::ObjectFile.new(target)
|
||||
@program = program
|
||||
@object_space = program
|
||||
sym_strtab = Elf::StringTableSection.new(".strtab")
|
||||
@object.add_section sym_strtab
|
||||
@symbol_table = Elf::SymbolTableSection.new(".symtab", sym_strtab)
|
||||
|
Reference in New Issue
Block a user