forked from Imagelibrary/binutils-gdb
Tue Dec 3 11:38:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
* blockframe.c: add macro USE_GENERIC_DUMMY_FRAMES to enable/disable
code for generic call_dummy frames.
* config/h8300/tm-h8300.h: turn on USE_GENERIC_DUMMY_FRAMES
* config/m32r/tm-m32r.h: turn on USE_GENERIC_DUMMY_FRAMES
* config/sh/tm-sh.h: turn on USE_GENERIC_DUMMY_FRAMES
* config/v850/tm-v850.h: turn on USE_GENERIC_DUMMY_FRAMES
This commit is contained in:
@@ -272,6 +272,7 @@ typedef unsigned short INSN_WORD;
|
||||
* CALL_DUMMY stuff:
|
||||
*/
|
||||
|
||||
#define USE_GENERIC_DUMMY_FRAMES
|
||||
#define CALL_DUMMY {0}
|
||||
#define CALL_DUMMY_LENGTH (0)
|
||||
#define CALL_DUMMY_ADDRESS() entry_point_address ()
|
||||
|
||||
Reference in New Issue
Block a user