Browse Source

Change plt_name size from 100 to 200.

I have jni code with very large symbol names (150 chars max).
This change avoids having names classes.
mob
herman ten brugge 1 year ago
parent
commit
2647dc063d
  1. 2
      tccelf.c

2
tccelf.c

@ -1069,7 +1069,7 @@ static struct sym_attr * put_got_entry(TCCState *s1, int dyn_reloc_type,
ElfW(Sym) *sym;
struct sym_attr *attr;
unsigned got_offset;
char plt_name[100];
char plt_name[200];
int len;
Section *s_rel;

Loading…
Cancel
Save