Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4346] TOC relocation error on PPC64

Date: Tue, 22 Dec 2009 12:58:24 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

--- Comment #2 from Radek Vokál <rvokal@xxxxxxxxxx> 2009-12-22 12:58:23 PST ---
True. I've just discussed it with gcc maintainer and there's no easy workaround
or gcc option to fix this error on ppc64. The only workaround is to generate
smaller files or to move all const literals to something like const char
*strings[] = {"", " ..2", "..3"} and use the array to access them.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.