|
SH initfini.awk problems ?: msg#00195lib.uclibc.general
> BTW, any luck with the initfini.{awk,c} fixes? I'm still getting segfaults > and error messages from the _init/_fini code (I assume) on shared and > static executables. I assume this is the _init/_fini code since > executables without _init/_fini initializations run normally. Hmmm... Should I assume the previous perl script wouldn't work there either ? I didn't know initfini.awk underwent so many changes... >> if(/_GLOBAL_OFFSET_TABLE_/) { >> sub (":","",last); >> glb_label[glb_idx] = last; >> glb_idx += 1; >> glb = $0; >> } >> last = $1; Do you have the .s files associated to this problem ? If someone could send me these files and the expected results, I can have a quick look, FWIW. The only thing I see as a problem is the use of tables, with an index which could be *much* greater than just 0 or 1 (glb_idx is assumed somewhere else in the code to be either 0 or 1). Just my 2c. Christian ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | uClibc]unsubsribe: 00195, Shrikar |
|---|---|
| Next by Date: | Fwd: OpenSSH problems: 00195, Valera |
| Previous by Thread: | [PATCH] Add more relocs to SH ldsoi: 00195, M. R. Brown |
| Next by Thread: | Re: SH initfini.awk problems ?: 00195, Stefan Allius |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |