diff options
author | David S. Miller <davem@tanya.rutgers.edu> | 1997-10-17 21:21:12 +0000 |
---|---|---|
committer | Doug Evans <devans@gcc.gnu.org> | 1997-10-17 21:21:12 +0000 |
commit | 64562cc84e238bd398ee315a9b41d7313dcb8720 (patch) | |
tree | 52cba1553182763fb07c70a3ff0f4dcd35329575 /gcc | |
parent | bf2a2c6b9fd5b120fd00ff0d95f136a305c396f9 (diff) | |
download | gcc-64562cc84e238bd398ee315a9b41d7313dcb8720.zip gcc-64562cc84e238bd398ee315a9b41d7313dcb8720.tar.gz gcc-64562cc84e238bd398ee315a9b41d7313dcb8720.tar.bz2 |
* sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
From-SVN: r15972
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.c | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93d7f31..64e50ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu> * 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 <dje@canuck.cygnus.com> diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index de4ee75..ba02b4f 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. */ |