diff options
Diffstat (limited to 'x86_64-link.c')
| -rw-r--r-- | x86_64-link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x86_64-link.c b/x86_64-link.c index 7ab07b9..1485e05 100644 --- a/x86_64-link.c +++ b/x86_64-link.c @@ -50,7 +50,7 @@ int code_reloc (int reloc_type) return -1; } -/* Returns an enumerator to describe wether and when the relocation needs a +/* Returns an enumerator to describe whether and when the relocation needs a GOT and/or PLT entry to be created. See tcc.h for a description of the different values. */ int gotplt_entry_type (int reloc_type) @@ -95,7 +95,7 @@ ST_FUNC unsigned create_plt_entry(TCCState *s1, unsigned got_offset, struct sym_ modrm = 0x25; - /* empty PLT: create PLT0 entry that pushes the library indentifier + /* empty PLT: create PLT0 entry that pushes the library identifier (GOT + PTR_SIZE) and jumps to ld.so resolution routine (GOT + 2 * PTR_SIZE) */ if (plt->data_offset == 0) { |
