mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Use IA64 backtrace on MIPS.
This commit is contained in:
parent
8a70b2dcab
commit
04d4502636
@ -1,3 +1,8 @@
|
||||
2012-01-03 Tom de Vries <tom@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/backtrace.c: New file, including ia64 backtrace.c.
|
||||
* sysdeps/mips/Makefile: Compile backtrace.c with -funwind-tables.
|
||||
|
||||
2011-12-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/Makefile (no_syscall_list_h)
|
||||
|
@ -11,4 +11,8 @@ ifeq ($(subdir),rt)
|
||||
librt-sysdep_routines += rt-sysdep
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),debug)
|
||||
CFLAGS-backtrace.c += -funwind-tables
|
||||
endif
|
||||
|
||||
ASFLAGS-.os += $(pic-ccflag)
|
||||
|
1
sysdeps/mips/backtrace.c
Normal file
1
sysdeps/mips/backtrace.c
Normal file
@ -0,0 +1 @@
|
||||
#include <sysdeps/ia64/backtrace.c>
|
Loading…
Reference in New Issue
Block a user