Announce 1.8.0

This commit is contained in:
Denis Vlasenko
2007-11-04 15:43:26 +00:00
parent 360362dc57
commit 6cee58e9cf
7 changed files with 132 additions and 23 deletions

View File

@ -2983,7 +2983,7 @@ obj_string_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,
memcpy(loc, string, len);
}
static void
static void
obj_symbol_patch(struct obj_file *f, int secidx, ElfW(Addr) offset,
struct obj_symbol *sym)
{