mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
CARP:
* 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.
This commit is contained in:
@ -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>
|
Thu Nov 19 13:06:22 1998 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
* main.c: Wait until more time has passed before calling
|
* main.c: Wait until more time has passed before calling
|
||||||
|
@ -676,7 +676,7 @@ extern void pop_frame ();
|
|||||||
/* Because of this, we need (as a kludge) to know the addresses of the
|
/* Because of this, we need (as a kludge) to know the addresses of the
|
||||||
text section. */
|
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
|
/* 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
|
numbers. We don't translate them, but we warn if an invalid register
|
||||||
|
@ -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
|
/* We need to figure out where the text region is so that we use the
|
||||||
appropriate ptrace operator to manipulate text. Simply reading/writing
|
appropriate ptrace operator to manipulate text. Simply reading/writing
|
||||||
user space will crap out HPUX. */
|
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
|
/* This macro defines the register numbers (from REGISTER_NAMES) that
|
||||||
are effectively unavailable to the user through ptrace(). It allows
|
are effectively unavailable to the user through ptrace(). It allows
|
||||||
|
Reference in New Issue
Block a user