From: David S. Miller Date: Fri, 17 Oct 1997 21:21:12 +0000 (+0000) Subject: * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed. X-Git-Tag: releases/egcs-1.0.0~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64562cc84e238bd398ee315a9b41d7313dcb8720;p=thirdparty%2Fgcc.git * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed. From-SVN: r15972 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93d7f31e4cf3..64e50ff42614 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ Fri Oct 17 17:13:42 1997 David S. Miller * sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2. + * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed. Fri Oct 17 13:39:56 1997 Doug Evans diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index de4ee75c8251..ba02b4fde719 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -102,10 +102,6 @@ static int frame_base_offset; static rtx find_addr_reg (); static void sparc_init_modes (); - -#ifdef DWARF2_DEBUGGING_INFO -extern char *dwarf2out_cfi_label (); -#endif /* Option handling. */