]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* readline/rlnotty.c (tgoto): New function.
authorMark Mitchell <mark@codesourcery.com>
Tue, 14 Jun 2005 15:40:06 +0000 (15:40 +0000)
committerMark Mitchell <mark@codesourcery.com>
Tue, 14 Jun 2005 15:40:06 +0000 (15:40 +0000)
ChangeLog.csl
readline/rlnotty.c

index e25bae6dc25ca735290bd3b113027508cc68afea..e52c85bf8ea50f5edc440eb1f96ea851f33629c6 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-14  Mark Mitchell  <mark@codesourcery.com>
+
+       * readline/rlnotty.c (tgoto): New function.
+       
 2005-06-13  Mark Mitchell  <mark@codesourcery.com>
 
        * gdb/corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
index 4bde1c0ea07ee0912e80e959b0115ff586a5e82c..dc3d021bb72131719805789cd750beac6ea72f0f 100644 (file)
@@ -51,6 +51,15 @@ tputs (string, nlines, outfun)
     outfun (*string++);
 }
 
+char *
+tgoto (cap, col, row)
+     const char *cap;
+     int col;
+     int row;
+{
+  return NULL;
+}
+     
 int
 _rl_disable_tty_signals ()
 {