diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-30 13:42:43 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-30 13:42:43 +0000 |
commit | df0393e345d833ce177ce889367f148b90268146 (patch) | |
tree | c31942902e5260bbd382de8a043d1c7ffceba526 /gdb/TODO | |
parent | b89b28803198c099c2abf51aad992c7831603a69 (diff) | |
download | gdb-df0393e345d833ce177ce889367f148b90268146.zip gdb-df0393e345d833ce177ce889367f148b90268146.tar.gz gdb-df0393e345d833ce177ce889367f148b90268146.tar.bz2 |
* config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh,
config/ns32k/ns32km3.mh: Change MMALLOC_LIB to MMALLOC.
* TODO: Update Mach stuff.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |