From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17830 invoked by alias); 10 Jun 2013 23:59:08 -0000 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 Received: (qmail 17821 invoked by uid 89); 10 Jun 2013 23:59:08 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-ob0-f181.google.com (HELO mail-ob0-f181.google.com) (209.85.214.181) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 10 Jun 2013 23:59:07 +0000 Received: by mail-ob0-f181.google.com with SMTP id 16so10992699obc.12 for ; Mon, 10 Jun 2013 16:59:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=N12A1s5d4iP46jZybk3g/Rt+AtC9/EuqmejD1k9C8rg=; b=Y/2Fg4xAnD1VHrFH87qwEt7t+3B0Q5U/XP3gvnqe9KhgGUFUSdG6kDUX3Fp6+LScIu cw1oXqiB5tDVW1aOMndmwF73DiAGKJU9qXAg7usvWjkdR+8MNb1XLK+QrbfLX5kzrULs qumEp3mgp3ZVBtt0+dIAMdomV9FKhh1vPbPqbJiEerkHT4BYaayUYsbttLxZWJV494PH GIkW4a8WWh6UqBWvl3wRDx1PpiCbe1UTlAW00+p6sdiM8ls7PhBAwUVYO4U3ahKShKuL K2TI/bJF2hWpXS9C3A2de0LfFBA/OU2f4BJjGxDwiKfrSMwwfK7CmRqSouJlNPCmAyRX Q6Jw== MIME-Version: 1.0 X-Received: by 10.182.92.225 with SMTP id cp1mr10002048obb.97.1370908266688; Mon, 10 Jun 2013 16:51:06 -0700 (PDT) Received: by 10.60.4.74 with HTTP; Mon, 10 Jun 2013 16:51:06 -0700 (PDT) In-Reply-To: References: Date: Mon, 10 Jun 2013 23:59:00 -0000 Message-ID: Subject: Re: Thumb inline assembly From: Ian Lance Taylor To: Kalai Rajah N Cc: "gcc-help@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQltoGjivVVB/TucW2C1cAOJFRtFljod1O0v3HKtU4LMAhNtdX/XeD3CC11VytXO2w34mS8OFPHsWxfauYgg/dATWgCnubFARyovEfT5O4ekOM8b3Z5qOCXSkvTRw1CNJc7+3E2TUTygqUXvtkA6ngRhUtvObpSyDJCqFCQAC43uZZcHEHXtePBTLmM2FcuDtN0N6bSy X-SW-Source: 2013-06/txt/msg00061.txt.bz2 On Mon, Jun 10, 2013 at 4:19 PM, Kalai Rajah N wrote: > > .thumb_func This is a Thumb function. > push {r4, r5, r6, r7, r8} As far as I know this is not a Thumb instruction. I don't know how this gets through the assembler. Ian