OSDN Git Service

(SELECT_RTX_SECTION): Delete.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Mar 1994 20:46:20 +0000 (20:46 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Mar 1994 20:46:20 +0000 (20:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6814 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sol2.h

index 0617ed5..4625f62 100644 (file)
@@ -85,16 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define CTORS_SECTION_ASM_OP   "\t.section\t\".ctors\",#alloc,#execinstr\n"
 #define DTORS_SECTION_ASM_OP   "\t.section\t\".dtors\",#alloc,#execinstr\n"
 
-/* Must use data section for relocatable constants when pic.  */
-#undef SELECT_RTX_SECTION
-#define SELECT_RTX_SECTION(MODE,RTX)           \
-{                                              \
-  if (flag_pic && symbolic_operand (RTX))      \
-    data_section ();                           \
-  else                                         \
-    const_section ();                          \
-}
-
 /* The Solaris 2 assembler uses .skip, not .zero, so put this back. */
 #undef ASM_OUTPUT_SKIP
 #define ASM_OUTPUT_SKIP(FILE,SIZE)  \