import gdb-1999-11-01 snapshot

This commit is contained in:
Jason Molenda
1999-11-02 04:44:47 +00:00
parent 9503fd8735
commit 5c44784c11
57 changed files with 2267 additions and 391 deletions

View File

@@ -28,7 +28,8 @@ extern int remote_debug;
extern host_callback default_callback; /* in sim/common/callback.c */
char registers[REGISTER_BYTES] __attribute__ ((aligned));
static char my_registers[REGISTER_BYTES] __attribute__ ((aligned));
char * registers = my_registers;
int target_byte_order; /* used by simulator */