This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Odd, ptrace_getregs


   Date: Mon, 13 Mar 2000 08:55:25 -0800 (PST)
   From: Daniel Berlin <dan@cgsoftware.com>

   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]