Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc4/gcc/config/rs6000 don't include linux unwind s...



details:   https://anonhg.NetBSD.org/src/rev/b009d0ae2e36
branches:  trunk
changeset: 753422:b009d0ae2e36
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 27 20:11:06 2010 +0000

description:
don't include linux unwind support.  we don't do this on 32 bit ppc,
we don't have the symbols to support it, and it breaks c++ linking.
from dennis.c.ferguson%gmail.com@localhost in PR#43041.

diffstat:

 gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (10 lines):

diff -r cecd080733e0 -r b009d0ae2e36 gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h
--- a/gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h        Sat Mar 27 19:46:57 2010 +0000
+++ b/gnu/dist/gcc4/gcc/config/rs6000/netbsd64.h        Sat Mar 27 20:11:06 2010 +0000
@@ -571,6 +571,4 @@
 #define LINK_GCC_C_SEQUENCE_SPEC \
   "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
 
-#define MD_UNWIND_SUPPORT "config/rs6000/linux-unwind.h"
-
 #define POWERPC_NETBSD



Home | Main Index | Thread Index | Old Index