* config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh,
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 30 Oct 1993 13:42:43 +0000 (13:42 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 30 Oct 1993 13:42:43 +0000 (13:42 +0000)
config/ns32k/ns32km3.mh: Change MMALLOC_LIB to MMALLOC.
* TODO: Update Mach stuff.

gdb/TODO
gdb/config/i386/i386m3.mh
gdb/config/i386/i386mk.mh
gdb/config/mips/mipsm3.mh
gdb/config/ns32k/ns32km3.mh

index 8350e7e9256b5960e05c9df3f991cf24fd628ce0..f643f84263d9938759302d94fdc9424444e06e6f 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -38,11 +38,10 @@ the hooks for PREPARE_TO_PROCEED and ATTACH_TO_THREAD, which I haven't
 merged--can these go in target_resume()?
 
 4.  BFD problem--"Undefined symbol _aout_32_swap_exec_header_in".
+Believed to be fixed (fix not yet tested with GDB).
 
 5.  The linker complains about mfree and so on being multiply defined.
-As one version is in a library, this seems like a linker bug.  But I
-think changing MMALLOC_LIB to MMALLOC in the .mh files is all that is
-necessary to fix it.
+Believed to be fixed (fix not yet tested).
 
 6.  i386_mach3_float_info and register_addr were undefined in the
 link.  I haven't investigated, but probably just another easy
@@ -50,8 +49,9 @@ configuration thing or something.
 
 7.  I couldn't find mach_port_t in any of the headers in
 /usr/include/*.h or /usr/include/mach/*.h (I think those are the two
-places I tried).  Typedeffing it to void * in nm-m3.h seemed to work,
-but of course that's hardly an elegant solution.
+places I grepped; I don't know what headers I was actually getting).
+Typedeffing it to void * in nm-m3.h seemed to work, but of course
+that's hardly an elegant solution.
 
 8.  Implement the features which CMU gdb has which the main GDB does
 not.  This could be done by getting paperwork from CMU and merging
index 71f4b62fc90eb82bd01b6daa9e123fdbfe12c98e..746bf7847cb1cea6e6e7612ecd74e70fcd7c946e 100644 (file)
@@ -5,5 +5,5 @@ NATDEPFILES= i386m3-nat.o m3-nat.o
 XM_FILE= xm-i386m3.h
 
 # Don't use the mmalloc library in Mach 3.
-MMALLOC_LIB = 
+MMALLOC = 
 MMALLOC_DISABLE = -DNO_MMALLOC
index e5d30f8c800293ea16d8d1e84955d351ea17b86d..cf1da571b0becb799f169e732977db9db09e2e0c 100644 (file)
@@ -4,5 +4,5 @@ XDEPFILES= os-mach3.o i386mach3-xdep.o i387-tdep.o
 XM_FILE= xm-i386osf1mk.h
 
 # Don't use the mmalloc library in Mach 3.
-MMALLOC_LIB = 
+MMALLOC = 
 MMALLOC_DISABLE = -DNO_MMALLOC
index 3cfbaac42c97e9b65cff69838e893245a1faadf2..5b40b4b90e268ba8ac2347e5f2b1f44265b31ff4 100644 (file)
@@ -6,5 +6,5 @@ NATDEPFILES= mipsm3-nat.o m3-nat.o
 XM_FILE= xm-mipsm3.h
 
 # Don't use the mmalloc library in Mach 3.
-MMALLOC_LIB = 
+MMALLOC = 
 MMALLOC_DISABLE = -DNO_MMALLOC
index 526b50e7c0691f89ec56641264d5b962068a41be..169aea4238524d9674ebe6bba8e2f49edb16ac25 100644 (file)
@@ -4,5 +4,5 @@ NATDEPFILES= m3-nat.o ns32km3-nat.o
 XM_FILE= xm-ns32km3.h
 
 # Don't use the mmalloc library in Mach 3.
-MMALLOC_LIB = 
+MMALLOC = 
 MMALLOC_DISABLE = -DNO_MMALLOC
This page took 0.031942 seconds and 4 git commands to generate.