PERFORCE change 51719 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Apr 25 11:32:05 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=51719

Change 51719 by marcel at marcel_sledge on 2004/04/25 11:31:48

	amd64 doesn't have bootinfo. No symbols for now when breaking
	into the debugger early. Same as sparc64.

Affected files ...

.. //depot/projects/gdb/sys/amd64/amd64/machdep.c#9 edit

Differences ...

==== //depot/projects/gdb/sys/amd64/amd64/machdep.c#9 (text+ko) ====

@@ -1218,11 +1218,6 @@
 	atpic_startup();
 #endif
 
-#ifdef DDB
-	ksym_start = bootinfo.bi_symtab;
-	ksym_end = bootinfo.bi_esymtab;
-#endif
-
 	kdb_init();
 
 #ifdef KDB


More information about the p4-projects mailing list