CARP:
authorAndrew Cagney <cagney@redhat.com>
Thu, 19 Nov 1998 22:04:08 +0000 (22:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 19 Nov 1998 22:04:08 +0000 (22:04 +0000)
* exec.c (exec_file_command): Cleanup. Replace #if
NEED_TEXT_START_END with if().
* config/pa/nm-hppah.h (NEED_TEXT_START_END): Redefine to be 1.
* config/convex/tm-convex.h (NEED_TEXT_START_END): Ditto.
* config/gould/tm-np1.h (NEED_TEXT_START_END): Ditto.
* config/a29k/tm-a29k.h (NEED_TEXT_START_END): Ditto.

gdb/ChangeLog
gdb/config/a29k/tm-a29k.h
gdb/config/pa/nm-hppah.h

index bd47b8665d38d34385d9193efc0534c023f85a3c..a09a843ae1724028893b75b5694f36e72aaaa7f0 100644 (file)
@@ -1,3 +1,12 @@
+Thu Nov 19 09:53:00 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * exec.c (exec_file_command): Cleanup. Replace #if
+       NEED_TEXT_START_END with if().
+       * config/pa/nm-hppah.h (NEED_TEXT_START_END): Redefine to be 1.
+       * config/convex/tm-convex.h (NEED_TEXT_START_END): Ditto.
+       * config/gould/tm-np1.h (NEED_TEXT_START_END): Ditto.
+       * config/a29k/tm-a29k.h (NEED_TEXT_START_END): Ditto.
+
 Thu Nov 19 13:06:22 1998  Geoffrey Noer  <noer@cygnus.com>
 
        * main.c: Wait until more time has passed before calling
index 5fecca1026615f4824eea1aef81ca06138e47f5e..2be97efcf88cdad8b60e84e0941265de95abfcc2 100644 (file)
@@ -676,7 +676,7 @@ extern void pop_frame ();
 /* Because of this, we need (as a kludge) to know the addresses of the
    text section.  */
 
-#define        NEED_TEXT_START_END
+#define        NEED_TEXT_START_END 1
 
 /* How to translate register numbers in the .stab's into gdb's internal register
    numbers.  We don't translate them, but we warn if an invalid register
index 1584c9b5bf809b34d499ba747187111e32e43084..f7ace2dd0d31a425d6cd53b09951f7a79c792970 100644 (file)
@@ -34,7 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* We need to figure out where the text region is so that we use the
    appropriate ptrace operator to manipulate text.  Simply reading/writing
    user space will crap out HPUX.  */
-#define NEED_TEXT_START_END
+#define NEED_TEXT_START_END 1
 
 /* This macro defines the register numbers (from REGISTER_NAMES) that
    are effectively unavailable to the user through ptrace().  It allows