From owner-p4-projects Sat Oct 12 21: 1:31 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9F22937B404; Sat, 12 Oct 2002 21:01:29 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB2A37B401 for ; Sat, 12 Oct 2002 21:01:29 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB7543E97 for ; Sat, 12 Oct 2002 21:01:29 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D412Mt063980 for ; Sat, 12 Oct 2002 21:01:02 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9D4120F063977 for perforce@freebsd.org; Sat, 12 Oct 2002 21:01:02 -0700 (PDT) Date: Sat, 12 Oct 2002 21:01:02 -0700 (PDT) Message-Id: <200210130401.g9D4120F063977@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 19191 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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