aboutsummaryrefslogtreecommitdiff
path: root/gdb/standalone.c
diff options
context:
space:
mode:
authorgdb-3.1 <gdb@fsf.org>1989-01-31 17:56:40 +0000
committerPedro Alves <palves@redhat.com>2012-06-03 15:36:31 +0100
commite91b87a36830d061ef87d67be5f309e4d4ed918f (patch)
tree3408ea913a9cccd51c9b7d0b3bc7d7897cac8a5b /gdb/standalone.c
parentbb7592f01006b09c846831a9fb9c306307ba34f6 (diff)
downloadfsf-binutils-gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.zip
fsf-binutils-gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.tar.gz
fsf-binutils-gdb-e91b87a36830d061ef87d67be5f309e4d4ed918f.tar.bz2
gdb-3.1
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