summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2000-09-21 12:03:13 +0000
committerMarc Espie <espie@cvs.openbsd.org>2000-09-21 12:03:13 +0000
commit040fb24214fb9b5e2778b89b257da26465d64379 (patch)
treeb6a0f89e1feaa1e7f99fdacabdb81b9485116ba9 /gnu/usr.bin/ld/ld.h
parent983310d4d8ab79c1555fe3e3f054f494ef15846f (diff)
Trim down RRS text relocation warnings, no need to see 1000 of them
each time.
Diffstat (limited to 'gnu/usr.bin/ld/ld.h')
-rw-r--r--gnu/usr.bin/ld/ld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index 9eb86a3f806..e0d6c66d732 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ld.h,v 1.5 2000/04/24 03:33:27 form Exp $ */
+/* $OpenBSD: ld.h,v 1.6 2000/09/21 12:03:12 espie Exp $ */
/*-
* This code is derived from software copyrighted by the Free Software
@@ -680,6 +680,7 @@ void claim_rrs_segment_reloc __P((struct file_entry *, struct relocation_info *)
void consider_rrs_section_lengths __P((void));
void relocate_rrs_addresses __P((void));
void write_rrs __P((void));
+void rrs_summarize_warnings __P((void));
/* In <md>.c */
void md_init_header __P((struct exec *, int, int));