merge from gcc

This commit is contained in:
DJ Delorie 2001-08-02 23:27:47 +00:00
parent 3dcef5eedc
commit 20b2e9ce39
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-08-02 Mark Kettenis <kettenis@gnu.org>
* xregex.h (_REGEX_RE_COMP): Define.
(re_comp): Define to xre_comp.
(re_exec): Define to xre_exec.
2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
* bfdlink.h (struct bfd_link_info): add new boolean

View File

@ -19,6 +19,10 @@
# define re_syntax_options xre_syntax_options
# define re_max_failures xre_max_failures
# define _REGEX_RE_COMP
# define re_comp xre_comp
# define re_exec xre_exec
#include "xregex2.h"
#endif /* xregex.h */