summaryrefslogtreecommitdiff
path: root/gcc/collect2.h
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-19 23:51:05 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-19 23:51:05 +0000
commit908e07479d7464d31a207ecacd9f95811fc917e0 (patch)
tree577f4229ae37691c56e97e8f33c2bef3c116bbfc /gcc/collect2.h
parentfebd1624c7cf7fe3d8aa4842d12db7744529625c (diff)
downloadgcc-908e07479d7464d31a207ecacd9f95811fc917e0.tar.gz
PR driver/57652
* collect2.c (collect_atexit): New. (collect_exit): Delete. (main): Register collect_atexit with atexit. (collect_wait): Change collect_exit to exit. (do_wait): Same. * collect2.h (collect_exit): Delete. * tlink.c (do_tlink): Rename exit to ret. Change collect_exit to exit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.h')
-rw-r--r--gcc/collect2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/collect2.h b/gcc/collect2.h
index 1765bc438ef..2385e4a9813 100644
--- a/gcc/collect2.h
+++ b/gcc/collect2.h
@@ -25,8 +25,6 @@ extern void do_tlink (char **, char **);
extern struct pex_obj *collect_execute (const char *, char **, const char *,
const char *, int flags);
-extern void collect_exit (int) ATTRIBUTE_NORETURN;
-
extern int collect_wait (const char *, struct pex_obj *);
extern void dump_ld_file (const char *, FILE *);