diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-29 01:19:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-29 01:19:23 +0000 |
commit | ae7f242dd9968d0566298f8456bf8feeaef5a511 (patch) | |
tree | 5fd359196e46a3a16f27a076b588190a50049a9d /gdb/TODO | |
parent | 4d500e0c99ae74acc2bf2f45c688ef6551045cd7 (diff) | |
download | gdb-ae7f242dd9968d0566298f8456bf8feeaef5a511.tar.gz |
* rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
* rdi-share/hostchan.h (__unix): Hack, provide a default value.
* rdi-share/host.h (__unix): Hack, define when __NetBSD__.
* TODO: Update.
* MAINTAINERS: Update. arm-elf builds.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -133,14 +133,6 @@ patch has been submitted. The following code cleanups will hopefully be applied to GDB 5.1. --- 2001-03-26 - -Resolve the build status of all broken targets as identified by the -MAINTAINERS file. - - o arm-* vs NetBSD's lack of ``unix'' - o arm-* vs IRIX (see below) - -- Fix copyright notices. @@ -341,18 +333,6 @@ Rename read_register{,_pid}() to read_unsigned_register{,_pid}(). -- -Can't build IRIX -> arm GDB. -http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00356.html - -David Whedon writes: -> Now I'm building for an embedded arm target. If there is a way of turning -> remote-rdi off, I couldn't find it. It looks like it gets built by default -> in gdb/configure.tgt(line 58) Anyway, the build dies in -> gdb/rdi-share/unixcomm.c. SERPORT1 et. al. never get defined because we -> aren't one of the architectures supported. - --- - Problem with weak functions http://sourceware.cygnus.com/ml/gdb/2000-05/msg00060.html |