diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-08-31 01:01:15 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-08-31 01:01:15 +0000 |
commit | a2957e1d3ededa4abbfc4bca373d23dd810b6783 (patch) | |
tree | 8d509220d6b6c409cf1939316b4b61035650fc6f /gcc/dwarfout.c | |
parent | 1fdf491e50ef88d9bcca2cbe6054b27fd1e701e5 (diff) | |
download | gcc-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/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 8e0d018..4f6c3ea 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -50,8 +50,6 @@ extern time_t time PROTO ((time_t *)); /* FIXME: use NEED_DECLARATION_TIME */ # define assert(e) do { if (! (e)) abort (); } while (0) #endif -extern char *getpwd PROTO((void)); - /* IMPORTANT NOTE: Please see the file README.DWARF for important details regarding the GNU implementation of Dwarf. */ |