diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-09-01 21:38:05 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-09-01 21:38:05 +0000 |
commit | f77b92bf112a522955bfff95faf1541738030da9 (patch) | |
tree | b97c70bade8393ff29ba3b6618c740918f245a34 /gdb/ChangeLog | |
parent | 524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9 (diff) | |
download | gdb-f77b92bf112a522955bfff95faf1541738030da9.zip gdb-f77b92bf112a522955bfff95faf1541738030da9.tar.gz gdb-f77b92bf112a522955bfff95faf1541738030da9.tar.bz2 |
Make GDB use libiberty regex implementation.
* gdb_regex.h: Normalize protection against multiple inclusion.
Include "xregex.h" instead of "gnu-regex.h".
* cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
* cli/cli-decode.c: Likewise.
* Makefile.in (REGEX): Remove.
(GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
(ADD_FILES, ADD_DEPS): Remove $(REGEX).
(POSSLIBS): Remove.
(TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
(irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
gdb_regex.h in list of dependencies.
(gnu-regex.o): Remove rule.
* gnu-regex.c, gnu-regex.h: Remove files.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f36ef5a..fb54756 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +2001-09-01 Mark Kettenis <kettenis@gnu.org> + + Make GDB use libiberty regex implementation. + * gdb_regex.h: Normalize protection against multiple inclusion. + Include "xregex.h" instead of "gnu-regex.h". + * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h". + * cli/cli-decode.c: Likewise. + * Makefile.in (REGEX): Remove. + (GDB_CFLAGS): Remove reference to gnu-regex.h in comment. + (ADD_FILES, ADD_DEPS): Remove $(REGEX). + (POSSLIBS): Remove. + (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS). + (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o, + xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with + gdb_regex.h in list of dependencies. + (gnu-regex.o): Remove rule. + * gnu-regex.c, gnu-regex.h: Remove files. + 2001-08-31 Kevin Buettner <kevinb@redhat.com> * ia64-tdep.c (examine_prologue): Don't let a branch unit nop |