diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-07 05:08:39 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-07 05:08:39 +0000 |
| commit | 57a0ee63f0c2e665de7defff1441f9f3255a3b9e (patch) | |
| tree | f87803b0fa62b5109bfc184b74b2d6c24f7521b8 /gnu | |
| parent | 7e6e7300d0ab2adf32971fd694c2fad360831088 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/kvm-fbsd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c index cc234f997eb7..6a6b79a11c1c 100644 --- a/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c @@ -554,7 +554,7 @@ kvm_open (efile, cfile, sfile, perm, errout) printf ("SMP %d cpus\n", ncpus); } else { ncpus = 0; - prv_space = 0; + prv_space = ksym_lookup("__globaldata"); prv_space_size = 0; } cpuid = 0; diff --git a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c index cc234f997eb7..6a6b79a11c1c 100644 --- a/gnu/usr.bin/binutils/gdb/kvm-fbsd.c +++ b/gnu/usr.bin/binutils/gdb/kvm-fbsd.c @@ -554,7 +554,7 @@ kvm_open (efile, cfile, sfile, perm, errout) printf ("SMP %d cpus\n", ncpus); } else { ncpus = 0; - prv_space = 0; + prv_space = ksym_lookup("__globaldata"); prv_space_size = 0; } cpuid = 0; |
