https://sourceware.org/bugzilla/show_bug.cgi?id=34550
--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> --- (In reply to Andreas K. Huettel from comment #7) > (In reply to Andreas Schwab from comment #6) > > Nothing wrong with sh_info. > > That cryptic remark is even somewhat informative, thanks. > > Here's all that is neither OBJECT nor FUNC, but the entry at 5712 (indicated > by the error) does not look special to clueless me. > > Symbol table '.dynsym' contains 5874 entries: > Num: Value Size Type Bind Vis Ndx Name > 0: 00000000 0 NOTYPE LOCAL DEFAULT UND > 1: 000a2920 0 SECTION LOCAL DEFAULT 10 .init > 52: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__ > 129: 00000000 0 NOTYPE WEAK DEFAULT UND > _ITM_deregisterTMCloneTable > 149: 00000000 0 NOTYPE WEAK DEFAULT UND _ITM_registerTMCloneTable > 3441: 0040cc2c 0 NOTYPE GLOBAL PROTECTED 26 > __stop_SYSTEMD_BUS_ERROR_MAP@@SD_SHARED > 4816: 0040c6ac 0 NOTYPE GLOBAL PROTECTED 26 > __start_SYSTEMD_BUS_ERROR_MAP@@SD_SHARED > 5712: 00000000 0 NOTYPE LOCAL DEFAULT UND The local symbols must be placed before global ones. -- You are receiving this mail because: You are on the CC list for the bug.
