From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7719 invoked by alias); 5 Nov 2003 15:10:17 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 7596 invoked from network); 5 Nov 2003 15:10:04 -0000 Received: from unknown (HELO mail.oktet.ru) (193.125.193.3) by sources.redhat.com with SMTP; 5 Nov 2003 15:10:04 -0000 Received: from mail.oktet.ru (localhost.localdomain [127.0.0.1]) by mail.oktet.ru (8.12.9/8.12.9) with ESMTP id hA5FA1UL013419; Wed, 5 Nov 2003 18:10:01 +0300 Received: from localhost (sdv@localhost) by mail.oktet.ru (8.12.9/8.12.9/Submit) with ESMTP id hA5F8jwY013407; Wed, 5 Nov 2003 18:08:45 +0300 X-Authentication-Warning: mail.oktet.ru: sdv owned process doing -bs Date: Wed, 05 Nov 2003 15:10:00 -0000 From: Dmitry Semyonov X-X-Sender: Reply-To: To: cc: , Subject: arm-wince-pe objdump does not disassemble .text section Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-11/txt/msg00048.txt.bz2 Hello All. I've compiled binutils/gcc for arm-wince-pe target. Using the tools I'm trying to compile sample file probe.c with the following function: int foo(int a) { return a * 2; } Then I'm doing arm-wince-pe-objdump -d probe.o and seeing only the following line: probe.o: file format pe-arm-little Where is the disassembled instructions? Is it a bug in binutils, or may be I misunderstand something? ...Bye..Dmitry.