* config/rs6000.mh: Update (for Fred's new mmalloc)
authorPer Bothner <per@bothner.com>
Tue, 24 Mar 1992 22:54:21 +0000 (22:54 +0000)
committerPer Bothner <per@bothner.com>
Tue, 24 Mar 1992 22:54:21 +0000 (22:54 +0000)
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.

gdb/ChangeLog
gdb/config/rs6000.mh
gdb/gdbtypes.h
gdb/munch

index 35a30d053ce5e4ca344a5cec318b486a84403cb9..79dc9c37e49d496ab86694ed5046c377cd64b68d 100644 (file)
@@ -1,3 +1,11 @@
+Tue Mar 24 13:26:25 1992  Per Bothner  (bothner@rtl.cygnus.com)
+
+       * 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.
+
 Tue Mar 24 07:26:19 1992  Michael Tiemann  (tiemann@cygnus.com)
 
        * buildsym.c (read_struct_type): Handle cretinous dbx symbol name
index cd80d89532b6127a5fd23b4c4b9c878bdff917a9..8f5f05ef7ce6676e8ae9aa0c241fd2396d6061fd 100644 (file)
@@ -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
index 6306e7830561672ef6f307e8d1992fd94ee13641..8877f8392c92dddfd35453a1f4f4c6083ba0adf9 100644 (file)
@@ -130,7 +130,7 @@ struct type
 
   /* For a pointer type, describes the type of object pointed to.
      For an array type, describes the type of the elements.
-     For a function or method type, describes the type of the value.
+     For a function or method type, describes the type of the return value.
      For a range type, describes the type of the full range.
      Unused otherwise.  */
 
index 7d96a476a4fa768bc3bcc73c3742fe4217fce7d4..740c670b8d47201a106569e6498c399a8f298634 100755 (executable)
--- a/gdb/munch
+++ b/gdb/munch
@@ -23,8 +23,8 @@ if test "`$MUNCH_NM main.o | egrep main | egrep FUNC | egrep GLOB`" != "" ; then
 elif test "`$MUNCH_NM main.o | egrep '[TD] _?main$'`" = "" ; then
     # System V style nm
     shift;
-    $MUNCH_NM $* | egrep '^(.*[^a-zA-Z_]_|_)_?initialize_.*\.text' | \
-       sed -e 's/^.*\(_initialize_[a-zA-Z0-9_]*\)[^a-zA-Z0-9_].*$/   {extern void \1 (); \1 ();}/'
+    $MUNCH_NM $* | egrep '^(.*[^a-zA-Z_]_|_)_?initialize_.*' | egrep '\.text'|\
+       sed -e 's/^.*\(_initialize_[a-zA-Z0-9_]*\)/   {extern void \1 (); \1 ();}/'
 else
     # BSD style nm
     # We now accept either text or data symbols, since the RT/PC uses data.