mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
Build SH backtrace with -funwind-tables.
This commit is contained in:
parent
62c4a69dc2
commit
903252aadb
@ -1,3 +1,8 @@
|
|||||||
|
2012-10-31 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
|
||||||
|
New variable.
|
||||||
|
|
||||||
2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
|
2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* rt/tst-shm.c (worker): Correct checking for mmap failure.
|
* rt/tst-shm.c (worker): Correct checking for mmap failure.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
ifeq ($(subdir),gmon)
|
ifeq ($(subdir),gmon)
|
||||||
sysdep_routines += _mcount
|
sysdep_routines += _mcount
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(subdir),debug)
|
||||||
|
CFLAGS-backtrace.c += -funwind-tables
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user