Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585560 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +2 lines)
Line  Link Here
0
-- firefox-45.0/mozglue/misc/StackWalk.cpp.orig
0
++ firefox-45.0/mozglue/misc/StackWalk.cpp
Lines 42-51 Link Here
42
  (defined(XP_DARWIN) && \
42
  (defined(XP_DARWIN) && \
43
   (defined(__i386) || defined(__ppc__) || defined(HAVE__UNWIND_BACKTRACE)))
43
   (defined(__i386) || defined(__ppc__) || defined(HAVE__UNWIND_BACKTRACE)))
44
44
45
#define MOZ_STACKWALK_SUPPORTS_LINUX \
45
#define MOZ_STACKWALK_SUPPORTS_LINUX 0
46
  (defined(linux) && \
47
   ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \
48
    defined(HAVE__UNWIND_BACKTRACE)))
49
46
50
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1)
47
#if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1)
51
#define HAVE___LIBC_STACK_END 1
48
#define HAVE___LIBC_STACK_END 1

Return to bug 585560