From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: dan@cgsoftware.com Cc: gdb@sourceware.cygnus.com Subject: Re: Odd, ptrace_getregs Date: Mon, 13 Mar 2000 10:33:00 -0000 Message-id: <200003131833.TAA19979@landau.wins.uva.nl> References: X-SW-Source: 2000-03/msg00224.html Date: Mon, 13 Mar 2000 08:55:25 -0800 (PST) From: Daniel Berlin I was just generating some diffs, and noticed this: RCS file: /cvs/src/src/gdb/configure,v retrieving revision 1.11 diff -r1.11 configure 3737c3737 < echo "$ac_t""$gdb_cv_have_ptrace_geregs" 1>&6 --- > echo "$ac_t""$gdb_cv_have_ptrace_getregs" 1>&6 I wonder if this is causing problems for anyone, because it's *definitely* wrong I was silently hoping nobody would notice :-(. I corrected a typo in configure.in, but forgot to run autoconf before checking it in. It's basically harmless since it is only the printing of the value that's broken. I just hoped that someone would find the need to regenerate configure soon. Feel free to check in a regenerated autoconf. Mark From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: dan@cgsoftware.com Cc: gdb@sourceware.cygnus.com Subject: Re: Odd, ptrace_getregs Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003131833.TAA19979@landau.wins.uva.nl> References: X-SW-Source: 2000-q1/msg00689.html Message-ID: <20000401000000.nGtfU5y3dv94w7CN5avn3jPzFObH0oMoZCKV2hnf5eE@z> Date: Mon, 13 Mar 2000 08:55:25 -0800 (PST) From: Daniel Berlin I was just generating some diffs, and noticed this: RCS file: /cvs/src/src/gdb/configure,v retrieving revision 1.11 diff -r1.11 configure 3737c3737 < echo "$ac_t""$gdb_cv_have_ptrace_geregs" 1>&6 --- > echo "$ac_t""$gdb_cv_have_ptrace_getregs" 1>&6 I wonder if this is causing problems for anyone, because it's *definitely* wrong I was silently hoping nobody would notice :-(. I corrected a typo in configure.in, but forgot to run autoconf before checking it in. It's basically harmless since it is only the printing of the value that's broken. I just hoped that someone would find the need to regenerate configure soon. Feel free to check in a regenerated autoconf. Mark