aboutsummaryrefslogtreecommitdiff
path: root/gdb/irix5-nat.c
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1995-10-26 23:54:44 +0000
committerBrendan Kehoe <brendan@cygnus>1995-10-26 23:54:44 +0000
commit811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa (patch)
tree8ae51a3b849d33f84ed10642ded0e713c4a998f7 /gdb/irix5-nat.c
parent9bfaf1b9527bfa1455986423b95b9ebe832745b0 (diff)
downloadgdb-811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa.zip
gdb-811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa.tar.gz
gdb-811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa.tar.bz2
* regex.h: Renamed to gnu-regex.h.
* regex.c: Renamed to gnu-regex.c. * Makefile.in (POSSLIBS): Refer to gnu-regex.h and gnu-regex.c. (REGEX, REGEX1): Change to gnu-regex.o instead of regex.o. (regex.o): Renamed to gnu-regex.o; refer to gnu-regex.c. (irix5-nat.o, osfsolib.o, gnu-regex.o, solib.o, source.o, symtab.o): Likewise. * irix5-nat.c, osfsolib.c, gnu-regex.c, solib.c, source.c, symtab.c): Include "gnu-regex.h" instead of "regex.h". * alpha-tdep.c (in_prologue): Rename to alpha_in_prologue, to avoid conflicts with symtab.h. fixes building gdb under OSF/1 4.0
Diffstat (limited to 'gdb/irix5-nat.c')
-rw-r--r--gdb/irix5-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c
index 3ba00b1..16e2906 100644
--- a/gdb/irix5-nat.c
+++ b/gdb/irix5-nat.c
@@ -196,7 +196,7 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr)
#include "objfiles.h"
#include "command.h"
#include "frame.h"
-#include "regex.h"
+#include "gnu-regex.h"
#include "inferior.h"
#include "language.h"