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

2016-10-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

Guy Harris  changed:

   What|Removed |Added

  Component|GTK+ UI |Build process
 Resolution|NOTABUG |NOTOURBUG

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

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

2012-03-26 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

Jeff Morriss jeff.morriss...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #6 from Jeff Morriss jeff.morriss...@gmail.com 2012-03-26 
19:03:46 PDT ---
GCC 4.6.0 fixes this issue.  No response on whether that compiler's default
model is sufficient or if we'd need to increase it still further; assuming it
is sufficient.

Closing as NOTOURBUG or the closest we have.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe


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

2011-10-19 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

--- Comment #5 from Jeff Morriss jeff.morriss...@gmail.com 2011-10-19 
19:44:36 PDT ---
Can anyone confirm that the solution in comment 4 works?  I note that Fedora
Core 15 comes with gcc 4.6.1 (which has the solution).  The one question that
remains is: is gcc-4.6's default model (medium--up from the previous versions)
enough or does Wireshark need to use the large model [for this particular
dissector]?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are watching all bug changes.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe


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

2011-03-16 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

--- Comment #4 from Chris Maynard christopher.mayn...@gtech.com 2011-03-16 
07:46:04 PDT ---
(In reply to comment #3)
 I met this problem when build wireshark 1.4.4 on ppc64 platform against Sles10
 (libgcc 4.1.2), but build on ppc64 against Sles11 (libgcc 4.3.4) has no
 problem.
 I wonder if there is a workaround to fix the problem now? Or do I still need 
 to
 follow comment #2? Thanks.

It looks like you should be able to work around this now by upgrading gcc to
version 4.6.0, available from: http://gcc.gnu.org/.

From http://gcc.gnu.org/gcc-4.6/changes.html:
PowerPC64 GNU/Linux support for applications requiring a large TOC section has
been improved. A new command-line option, -mcmodel=MODEL, controls this
feature; valid values for MODEL are small, medium, or large.

Note that you may also need to upgrade binutils as well.  The latest available
version of binutils is currently 2.21.  It is available from:
http://ftp.gnu.org/gnu/binutils/.

Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41644#c11.

Let us know how this works out for you.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe


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

2011-03-15 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

Chunyan Liu cy...@novell.com changed:

   What|Removed |Added

 CC||cy...@novell.com

--- Comment #3 from Chunyan Liu cy...@novell.com 2011-03-15 22:29:21 PDT ---
I met this problem when build wireshark 1.4.4 on ppc64 platform against Sles10
(libgcc 4.1.2), but build on ppc64 against Sles11 (libgcc 4.3.4) has no
problem.
I wonder if there is a workaround to fix the problem now? Or do I still need to
follow comment #2? Thanks.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe


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

2009-12-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

Jeff Morriss jeff.morriss...@gmail.com changed:

   What|Removed |Added

 CC||jeff.morriss...@gmail.com

--- Comment #1 from Jeff Morriss jeff.morriss...@gmail.com 2009-12-22 
12:26:37 PST ---
This discussion:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41644

implies that it's an ABI limitation in powerpc64-linux-gnu.

Certainly the RRC dissector is big with lots of string constants...

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe


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

2009-12-22 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4346

--- Comment #2 from Radek Vokál rvo...@redhat.com 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.
___
Sent via:Wireshark-bugs mailing list wireshark-bugs@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe