[Webkit-unassigned] [Bug 137434] [JSC] Segfault on ARM64 with gcc in elf_dynamic_do_Rela

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 6 01:22:32 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137434





--- Comment #2 from Akos Kiss <akiss at inf.u-szeged.hu>  2014-10-06 01:22:28 PST ---
Update: According to conversations with gcc devs (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63461), it seems that this is not a bug in gcc but expected (alternatively: intentionally undefined) behaviour.

The solution proposed at gcc bugzilla is to use .pushsection/.popsection, however, I'd still propose for the current .text/.data approach. .text is apropriately translated to .section __TEXT,__text on Mac and to .section .text on Linux (.data similarly), while .pushsection ".text" would not be so portable. If I got it right.

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



More information about the webkit-unassigned mailing list