aboutsummaryrefslogtreecommitdiff
path: root/gdb/standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/standalone.c')
-rw-r--r--gdb/standalone.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/standalone.c b/gdb/standalone.c
index 45cca6a..eb456ff 100644
--- a/gdb/standalone.c
+++ b/gdb/standalone.c
@@ -31,14 +31,12 @@ anyone else from sharing it farther. Help stamp out software hoarding!
#endif /* SIGTSTP and SIGIO defined (must be 4.2) */
#include "defs.h"
-#include "initialize.h"
#include "param.h"
#include "symtab.h"
#include "frame.h"
#include "inferior.h"
#include "wait.h"
-START_FILE
/* Random system calls, mostly no-ops to prevent link problems */
@@ -582,8 +580,7 @@ char heap[HEAP_SIZE] = {0};
int kdb_stack_beg[STACK_SIZE / sizeof (int)];
int kdb_stack_end;
-static
-initialize ()
+_initialize_standalone ()
{
register char *next;
@@ -603,4 +600,3 @@ initialize ()
memory_limit = heap + sizeof heap;
}
-END_FILE