[gcc(refs/users/aoliva/heads/testme)] [i386] drop static decls moved to mingw/winnt-dll.cc

Alexandre Oliva aoliva@gcc.gnu.org
Wed Jun 26 10:19:03 GMT 2024


https://gcc.gnu.org/g:6668cf365efd5eba5efc39313f0cdabb8f9eb658

commit 6668cf365efd5eba5efc39313f0cdabb8f9eb658
Author: Alexandre Oliva <oliva@gnu.org>
Date:   Wed Jun 26 07:04:58 2024 -0300

    [i386] drop static decls moved to mingw/winnt-dll.cc

Diff:
---
 gcc/config/i386/i386.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc
index b0ef1bf08e0..1f71ed04be6 100644
--- a/gcc/config/i386/i386.cc
+++ b/gcc/config/i386/i386.cc
@@ -104,8 +104,6 @@ along with GCC; see the file COPYING3.  If not see
 /* This file should be included last.  */
 #include "target-def.h"
 
-static rtx legitimize_dllimport_symbol (rtx, bool);
-static rtx legitimize_pe_coff_extern_decl (rtx, bool);
 static void ix86_print_operand_address_as (FILE *, rtx, addr_space_t, bool);
 static void ix86_emit_restore_reg_using_pop (rtx, bool = false);


More information about the Gcc-cvs mailing list