summaryrefslogtreecommitdiff
path: root/ld/ldmisc.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-05-02 16:42:55 +0000
committerH.J. Lu <hjl@lucon.org>2001-05-02 16:42:55 +0000
commit8a0a249a6a1261dec7bc670e457c9e8fe0357cb2 (patch)
tree332e22cdb259b8b13d5953b679bb08866c853072 /ld/ldmisc.h
parentbb0ba76fa70d230e8ac510da1543db034cb7de11 (diff)
downloadbinutils-redhat-8a0a249a6a1261dec7bc670e457c9e8fe0357cb2.tar.gz
2001-05-02 H.J. Lu <hjl@gnu.org>
* ldfile.c: Include "libiberty.h". * ldlex.l: Likewise. * ldmisc.c (buystring): Removed. * ldmisc.h: Likewise. * ldfile.c: Replace buystring with xstrdup. * ldlang.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * lexsup.c: Likewise. * mpw-eppcmac.c: Likewise.
Diffstat (limited to 'ld/ldmisc.h')
-rw-r--r--ld/ldmisc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/ldmisc.h b/ld/ldmisc.h
index fd0f19c5a5..998fb4fee8 100644
--- a/ld/ldmisc.h
+++ b/ld/ldmisc.h
@@ -42,7 +42,6 @@ extern void yyerror PARAMS ((const char *));
extern PTR xmalloc PARAMS ((size_t));
extern PTR xrealloc PARAMS ((PTR, size_t));
extern void xexit PARAMS ((int));
-extern char *buystring PARAMS ((CONST char *CONST));
#define ASSERT(x) \
do { if (!(x)) info_assert(__FILE__,__LINE__); } while (0)