From a85f9bc6760cea9745d9ee234f1de2872a7fb3ce Mon Sep 17 00:00:00 2001 From: devans Date: Fri, 17 Oct 1997 21:21:12 +0000 Subject: [PATCH] * sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15972 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 1 + gcc/config/sparc/sparc.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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. */ -- 2.11.0