]> sourceware.org Git - newlib-cygwin.git/commit
Compile exceptions.cc with -fno-omit-frame-pointer on x86
authorJon TURNEY <jon.turney@dronecode.org.uk>
Sat, 4 Apr 2015 22:31:03 +0000 (23:31 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 23 Apr 2015 19:57:11 +0000 (21:57 +0200)
commit4f28e8a0e50003b8406ae3d80b7a542748bfb0c5
treedf3f63ec93d8aa948eb1f29ef663df4c4ae8beda
parent252a07b0ad3353abcd0fcd9b1b65ff977acd679e
Compile exceptions.cc with -fno-omit-frame-pointer on x86

Selectively using -fomit-frame-pointer when -O is used doesn't make sense
anymore, apparently since gcc 4.6, -O implies -fomit-frame-pointer.

exceptions.cc must be compiled with -fno-omit-frame-pointer on x86, as it uses
RtlCaptureContext, which requires a frame pointer.

* Makefile.in : Remove setting -fomit-frame-pointer for compiling
various files, it is already the default.  Set
-fno-omit-frame-pointer for exceptions.cc on x86.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
This page took 0.08493 seconds and 5 git commands to generate.