This commit is contained in:
gdb-3.1
1989-01-31 17:56:40 +00:00
committed by Pedro Alves
parent bb7592f010
commit e91b87a368
150 changed files with 54576 additions and 10225 deletions

View File

@@ -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