mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Framework for relocation scanning. Implement simple static TLS
relocations.
This commit is contained in:
@ -300,7 +300,7 @@ Archive::include_member(Symbol_table* symtab, Layout* layout,
|
||||
gold_exit(false);
|
||||
}
|
||||
|
||||
Object* obj = make_elf_object((std::string(this->input_file_->name())
|
||||
Object* obj = make_elf_object((std::string(this->input_file_->filename())
|
||||
+ "(" + n + ")"),
|
||||
this->input_file_, memoff, p, bytes);
|
||||
|
||||
|
Reference in New Issue
Block a user