projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e179bf0
)
* c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted.
author
Jeffrey A Law
<law@cygnus.com>
Fri, 19 Jun 1998 21:58:00 +0000
(21:58 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 19 Jun 1998 21:58:00 +0000
(15:58 -0600)
From-SVN: r20608
gcc/ChangeLog
patch
|
blob
|
history
gcc/c-lang.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 454742f6801442791a76234d644b07b629d9c762..615955477503df71a22c7fcdc5cd45763a8feb60 100644
(file)
--- 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 918bf6ae4b2e1574e821cd0309f584768a518efe..8a5fd6bbfefb6ff414308e3f78396a7f2e468e08 100644
(file)
--- 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