From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20557 invoked by alias); 24 Mar 2009 20:25:50 -0000 Received: (qmail 20549 invoked by uid 22791); 24 Mar 2009 20:25:50 -0000 X-SWARE-Spam-Status: No, hits=2.8 required=5.0 tests=AWL,BAYES_00,DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Mar 2009 20:25:46 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LmDBv-00056K-KB for gcc-help@gcc.gnu.org; Tue, 24 Mar 2009 13:25:43 -0700 Message-ID: <22688986.post@talk.nabble.com> Date: Tue, 24 Mar 2009 20:25:00 -0000 From: John Farmer To: gcc-help@gcc.gnu.org Subject: .glue_7 and .glue_7t sections MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-03/txt/msg00303.txt.bz2 Hi, As far as I have been able to determine these sections are provided to store ARM/Thumb interworking code. I am using a Cortex-M3 CPU which only supports the thumb instruction set so these sections are all empty in my build. Why are these sections so named? Does their presence indicate that my command-line options are incorrect in anyway? Is there any documentation available for these sections? I have looked through the GCC docs but found nothing on this subject! Regards John Farmer -- View this message in context: http://www.nabble.com/.glue_7-and-.glue_7t-sections-tp22688986p22688986.html Sent from the gcc - Help mailing list archive at Nabble.com.