diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-01-04 15:35:21 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2012-01-04 15:35:21 +0000 |
commit | c3897eaf40726998877d1de877d009b6687a3011 (patch) | |
tree | be4a8c4999698027a581d2333023c55fa72d8171 /ports | |
parent | 6fc1ece8240f262043817c8e50841e78b8ec057f (diff) | |
download | eglibc2-c3897eaf40726998877d1de877d009b6687a3011.tar.gz |
2012-01-04 Tom de Vries <tom@codesourcery.com>
* sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with
-funwind-tables.
git-svn-id: svn://svn.eglibc.org/trunk@16508 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.eglibc | 5 | ||||
-rw-r--r-- | ports/sysdeps/mips/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ports/ChangeLog.eglibc b/ports/ChangeLog.eglibc index fd9f161ee..6521b0045 100644 --- a/ports/ChangeLog.eglibc +++ b/ports/ChangeLog.eglibc @@ -1,3 +1,8 @@ +2012-01-04 Tom de Vries <tom@codesourcery.com> + + * sysdeps/mips/Makefile: Compile tst-backtrace{2,3,4,5,6} with + -funwind-tables. + 2011-12-07 Joseph Myers <joseph@codesourcery.com> * sysdeps/arm/eabi/Makefile (CFLAGS-tst-backtrace6.c): Define. diff --git a/ports/sysdeps/mips/Makefile b/ports/sysdeps/mips/Makefile index b7e5e6192..88dcb83e5 100644 --- a/ports/sysdeps/mips/Makefile +++ b/ports/sysdeps/mips/Makefile @@ -13,6 +13,11 @@ endif ifeq ($(subdir),debug) CFLAGS-backtrace.c += -funwind-tables +CFLAGS-tst-backtrace2.c += -funwind-tables +CFLAGS-tst-backtrace3.c += -funwind-tables +CFLAGS-tst-backtrace4.c += -funwind-tables +CFLAGS-tst-backtrace5.c += -funwind-tables +CFLAGS-tst-backtrace6.c += -funwind-tables endif ASFLAGS-.os += $(pic-ccflag) |