diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-12 06:12:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-12 06:12:14 +0000 |
commit | d63c00533f8734d48dece664abc542b2757eb13f (patch) | |
tree | 67e09af04924b9814ce91d6b85c4f0119d85c476 /gdb | |
parent | aff38e615afd1228264b250e9046acf191886d79 (diff) | |
download | gdb-d63c00533f8734d48dece664abc542b2757eb13f.zip gdb-d63c00533f8734d48dece664abc542b2757eb13f.tar.gz gdb-d63c00533f8734d48dece664abc542b2757eb13f.tar.bz2 |
Update TODO - SER_HARDWIRE problem was fixed.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/TODO | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bbdb2a7..84a4502 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -23,6 +23,8 @@ Mon Jun 12 15:24:04 2000 Andrew Cagney <cagney@b1.cygnus.com> config/alpha/alpha-osf3.mh, config/alpha/alpha-linux.mh: Remove ser-tcp.o from XDEPFILES. + * TODO: Update. + Mon Jun 12 14:26:02 2000 Andrew Cagney <cagney@b1.cygnus.com> * mips-tdep.c (GDB_TARGET_IS_MIPS64): Define. @@ -279,18 +279,6 @@ http://sourceware.cygnus.com/ml/gdb-patches/2000-05/msg00466.html -- -Always build ser-tcp.c. - -The patch as submitted was just going to add ser-tcp.c to the Alpha's -makefile. A better patch is to instead add ser-tcp.c to SER_HARDWARE -and make it a standard part of all debuggers. - -If problems occure then configure.in can sort them out. - -http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00544.html - --- - Follow through `make check' with --enable-shared. When the srcware tree is configured with --enable-shared, the `expect' |