mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
merge from gcc
This commit is contained in:
parent
b044cda1de
commit
d039236d04
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user