Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jan 10, 2022
1 parent b18d488 commit cf7cc2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elf/passes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ void scan_rels(Context<E> &ctx) {
}
};


// Assign offsets in additional tables for each dynamic symbol.
for (Symbol<E> *sym : syms) {
add_aux(sym);
Expand Down Expand Up @@ -831,7 +830,7 @@ void clear_padding(Context<E> &ctx) {
// ELF header
// program header
// .interp
// note
// alloc note
// alloc readonly data
// alloc readonly code
// alloc writable tdata
Expand Down

0 comments on commit cf7cc2b

Please sign in to comment.