From 040fb24214fb9b5e2778b89b257da26465d64379 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Thu, 21 Sep 2000 12:03:13 +0000 Subject: Trim down RRS text relocation warnings, no need to see 1000 of them each time. --- gnu/usr.bin/ld/ld.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/ld/ld.h') 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 .c */ void md_init_header __P((struct exec *, int, int)); -- cgit v1.2.3