diff options
| author | jiang <30155751@qq.com> | 2014-05-01 20:58:43 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-05-01 20:58:43 +0800 |
| commit | 59a22d59a20a472af772fce62c606209e99a5af0 (patch) | |
| tree | aa50a0c54c60d71790e952e46aaad4793030e8b7 /tccelf.c | |
| parent | 2742fbcf95c25a36af23fcfa63ba6c78bc20abcc (diff) | |
| download | tinycc-59a22d59a20a472af772fce62c606209e99a5af0.tar.gz tinycc-59a22d59a20a472af772fce62c606209e99a5af0.tar.bz2 | |
update for x86_64-gen.c
Diffstat (limited to 'tccelf.c')
| -rw-r--r-- | tccelf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1596,7 +1596,7 @@ ST_FUNC void fill_got_entry(TCCState *s1, ElfW_Rel *rel) put32(s1->got->data + offset, sym->st_value & 0xffffffff); } -/* Perform relocation to GOT or PLTĀ entries */ +/* Perform relocation to GOT or PLT entries */ ST_FUNC void fill_got(TCCState *s1) { Section *s; @@ -2469,7 +2469,7 @@ static int elf_output_file(TCCState *s1, const char *filename) goto the_end; } - /* Perform relocation to GOT or PLTĀ entries */ + /* Perform relocation to GOT or PLT entries */ if (file_type == TCC_OUTPUT_EXE && s1->static_link) fill_got(s1); |
