aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-08-31 01:01:15 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-08-31 01:01:15 +0000
commita2957e1d3ededa4abbfc4bca373d23dd810b6783 (patch)
tree8d509220d6b6c409cf1939316b4b61035650fc6f /gcc/final.c
parent1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5 (diff)
downloadgcc-a2957e1d3ededa4abbfc4bca373d23dd810b6783.zip
gcc-a2957e1d3ededa4abbfc4bca373d23dd810b6783.tar.gz
gcc-a2957e1d3ededa4abbfc4bca373d23dd810b6783.tar.bz2
Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
* Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o. (getpwd.o): Remove target. * getpwd.c: Delete file. Its in libiberty now. * dbxout.c (getpwd): Don't prototype. * dwarf2out.c (getpwd): Likewise * dwarfout.c (getpwd): Likewise * final.c (getpwd): Likewise. * protoize.c (getpwd): Likewise. From-SVN: r28999
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/final.c b/gcc/final.c
index 9d725ad..58361ab 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -307,8 +307,6 @@ static void leaf_renumber_regs PROTO((rtx));
#ifdef HAVE_cc0
static int alter_cond PROTO((rtx));
#endif
-
-extern char *getpwd ();
/* Initialize data in final at the beginning of a compilation. */