PR target/66655
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Jan 2016 08:57:02 +0000 (08:57 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Jan 2016 08:57:02 +0000 (08:57 +0000)
* config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232785 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/cygming.h

index d45c45f..16e1830 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-25  Nick Clifton  <nickc@redhat.com>
+
+       PR target/66655
+       * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
+
 2016-01-23  Tom de Vries  <tom@codesourcery.com>
 
        PR tree-optimization/69426
index 71019cb..7cd8ac5 100644 (file)
@@ -433,10 +433,6 @@ do {                                               \
     }                                 \
   while (0)
 
-/* Use the weak support for ONE_ONLY decls.  */
-#undef  MAKE_DECL_ONE_ONLY
-#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
-
 #endif /* HAVE_GAS_WEAK */
 
 /* FIXME: SUPPORTS_WEAK && TARGET_HAVE_NAMED_SECTIONS is true,