diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-07-04 16:00:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-07-04 16:00:04 +0000 |
| commit | adbaeacdd6ef7704c5427e2ed81c4364d91c6e07 (patch) | |
| tree | b18c4eb86040629f75f91ee091c4e95dc6f08826 | |
| parent | 2a5512b1c98cafa2b7762db8185cd947afd84bd6 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/ld/warnings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/warnings.c b/gnu/usr.bin/ld/warnings.c index ceb303ae911e..4dfd1a25808a 100644 --- a/gnu/usr.bin/ld/warnings.c +++ b/gnu/usr.bin/ld/warnings.c @@ -30,7 +30,7 @@ Set, indirect, and warning symbol features added by Randy Smith. */ /* - * $Id: warnings.c,v 1.15 1997/02/22 15:46:27 peter Exp $ + * $Id: warnings.c,v 1.16 1998/06/30 20:48:39 bde Exp $ */ #include <sys/param.h> @@ -231,6 +231,7 @@ static int list_multiple_defs; /* List multiple definitions */ static struct line_debug_entry *init_debug_scan __P((int, struct file_entry *)); static int next_debug_entry __P((int, struct line_debug_entry *)); +static int address_to_line __P((unsigned long, struct line_debug_entry *)); /* * Structure for communication between do_file_warnings and it's |
