diff options
author | Per Bothner <per@bothner.com> | 1992-03-01 01:04:13 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-03-01 01:04:13 +0000 |
commit | 2b5a8d9c47f77cebff48c49d5b9025ac8baf88c5 (patch) | |
tree | d669c2a34cd995b4d73101423252a86c306e767c /gdb/config | |
parent | 1651b22d76d78d5ec16dcb980127805dd9a8c649 (diff) | |
download | gdb-2b5a8d9c47f77cebff48c49d5b9025ac8baf88c5.zip gdb-2b5a8d9c47f77cebff48c49d5b9025ac8baf88c5.tar.gz gdb-2b5a8d9c47f77cebff48c49d5b9025ac8baf88c5.tar.bz2 |
More changes, mostly from IBM, for the rs6000. See ChangeLog.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/rs6000.mh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index 6f644b5..cd80d89 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -20,3 +20,8 @@ XDEPFILES= xcoffexec.o infptrace.o rs6000-xdep.o XM_FILE= xm-rs6000.h XM_CFLAGS = -bnodelcsect + +# Because of shared libraries, we risk ending up with *two* +# versions of malloc if we use GNU malloc ... +GNU_MALLOC = +MALLOC_CFLAGS = -DNO_MALLOC_CHECK |