diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-31 01:01:15 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-31 01:01:15 +0000 |
commit | e5fed9e1c008e73d0ad8fab3a2a4e3751f7c3fe1 (patch) | |
tree | 8d509220d6b6c409cf1939316b4b61035650fc6f /gcc/dbxout.c | |
parent | 910672dfe3975d84d348cc971d1b5958c8b4fe8e (diff) | |
download | gcc-e5fed9e1c008e73d0ad8fab3a2a4e3751f7c3fe1.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index bc15a4d5411..85368182b14 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -136,8 +136,6 @@ Boston, MA 02111-1307, USA. */ #endif #endif -char *getpwd (); - /* Typical USG systems don't have stab.h, and they also have no use for DBX-format debugging info. */ |