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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64562cc84e238bd398ee315a9b41d7313dcb8720;p=gcc.git * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed. From-SVN: r15972 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93d7f31e4cf..64e50ff4261 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 de4ee75c825..ba02b4fde71 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. */