From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: DJ Delorie Cc: gcc@gcc.gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com, cygwin@sources.redhat.com Subject: Re: Another RFC: regex in libiberty Date: Sat, 09 Jun 2001 13:34:00 -0000 Message-id: <3B224B30.1040300@cygnus.com> References: <200106080127.VAA01308@greed.delorie.com> X-SW-Source: 2001-06/msg00064.html For GDB: For 5.0 it included its own REGEXP *but* if so configured and if the system GNU REGEXP is > version xyz, it could use that. For 5.1 (if someone remembers to do it) the logic was going to be switched. Use the system REGEXP provided it is > version XYZ. Well I think that is what we decided. Given GDB is GNU code, it shall use GNU regex. enjoy, Andrew