Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 21:01:02 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19191 for review
Message-ID:  <200210130401.g9D4120F063977@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19191

Change 19191 by jmallett@jmallett_thefather on 2002/10/12 21:00:30

	Name the RDATA section const_section for consistency with other ELF
	platforms.

Affected files ...

.. //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#2 edit

Differences ...

==== //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#2 (text+ko) ====

@@ -70,14 +70,14 @@
 #define EXTRA_SECTIONS in_sdata, in_sbss, in_rdata
 
 #undef READONLY_DATA_SECTION
-#define READONLY_DATA_SECTION	rdata_section
 #define SMALL_DATA_SECTION	sdata_section
+#define READONLY_DATA_SECTION	const_section
 
 #undef EXTRA_SECTION_FUNCTIONS
 #define EXTRA_SECTION_FUNCTIONS                                         \
   SECTION_FUNCTION_TEMPLATE(sdata_section, in_sdata, SDATA_SECTION_ASM_OP) \
   SECTION_FUNCTION_TEMPLATE(sbss_section, in_sbss, SBSS_SECTION_ASM_OP) \
-  SECTION_FUNCTION_TEMPLATE(rdata_section, in_rdata, RDATA_SECTION_ASM_OP)
+  SECTION_FUNCTION_TEMPLATE(const_section, in_rdata, RDATA_SECTION_ASM_OP)
 
 #define SECTION_FUNCTION_TEMPLATE(FN, ENUM, OP)			\
 void FN ()							\

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210130401.g9D4120F063977>