diff options
author | Per Bothner <per@bothner.com> | 1992-03-24 22:54:21 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-03-24 22:54:21 +0000 |
commit | 5c8d3927e3914565f06da90236d32a1eb1a7b845 (patch) | |
tree | b9459b216fc508ee2861887c5d5e8b60b0de71e8 /gdb/config/rs6000.mh | |
parent | be1384b0567a8c202807b622a5e0c8a75348f4f9 (diff) | |
download | gdb-5c8d3927e3914565f06da90236d32a1eb1a7b845.zip gdb-5c8d3927e3914565f06da90236d32a1eb1a7b845.tar.gz gdb-5c8d3927e3914565f06da90236d32a1eb1a7b845.tar.bz2 |
* config/rs6000.mh: Update (for Fred's new mmalloc)
flags to disable use of GNU malloc/mmalloc.
* munch: Change SYSV rule to allow .text before the label,
as well as after, to work for AIX.
* gdbtypes.h: Minor clarifiction.
Diffstat (limited to 'gdb/config/rs6000.mh')
-rw-r--r-- | gdb/config/rs6000.mh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh index cd80d89..8f5f05e 100644 --- a/gdb/config/rs6000.mh +++ b/gdb/config/rs6000.mh @@ -22,6 +22,6 @@ 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 +# incompatible versions of malloc if we use GNU malloc ... +MMALLOC_LIB = +MMALLOC_DISABLE = -DNO_MMALLOC |