aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmisc.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-05-02 16:42:55 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-05-02 16:42:55 +0000
commitd1b2b2dcb9990cc1b113ce35fe9ebe120d34b1c3 (patch)
tree1b9443e600a2baea4f6e474bbbf51aa384bb04fb /ld/ldmisc.h
parent5cb1517bba5802b8b14e2ed42cffdaee788704df (diff)
downloadfsf-binutils-gdb-d1b2b2dcb9990cc1b113ce35fe9ebe120d34b1c3.zip
fsf-binutils-gdb-d1b2b2dcb9990cc1b113ce35fe9ebe120d34b1c3.tar.gz
fsf-binutils-gdb-d1b2b2dcb9990cc1b113ce35fe9ebe120d34b1c3.tar.bz2
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 fd0f19c..998fb4f 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)