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:
parent
009c4572b6
commit
a6a070be50
3 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue