aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-lang.c12
2 files changed, 4 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 454742f..6159554 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com)
+
+ * c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted.
+
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* dwarf2out.c (getpwd): Add prototype.
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index 918bf6a..8a5fd6b 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -140,18 +140,6 @@ build_objc_string (len, str)
return NULL_TREE;
}
-void
-GNU_xref_begin ()
-{
- fatal ("GCC does not yet support XREF");
-}
-
-void
-GNU_xref_end ()
-{
- fatal ("GCC does not yet support XREF");
-}
-
/* Called at end of parsing, but before end-of-file processing. */
void