Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <02ef01c0c206$e9526f60$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <17B78BDF120BD411B70100500422FC6309E26A AT IIS000> <20010410111400 DOT A17289 AT redhat DOT com> Subject: Re: G++ guru's please comment - Re: FW: pthread_create problem in Cygwin 1.1.8-2] Date: Wed, 11 Apr 2001 07:40:48 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 10 Apr 2001 21:34:14.0283 (UTC) FILETIME=[FD123DB0:01C0C205] ----- Original Message ----- From: "Christopher Faylor" To: Sent: Wednesday, April 11, 2001 1:14 AM Subject: Re: G++ guru's please comment - Re: FW: pthread_create problem in Cygwin 1.1.8-2] > > Here is a standard prologue generated by gcc when compiling for an Intel > target. > > pushl %ebp > movl %esp, %ebp > > This moves the contents of the esp (stack) register into the ebp (frame pointer) > register. The "movement" is left to right in gas syntax. > > cgf > try this: bring up that prologue in gdb, then enter set disas intel and regenerate the disas. I suspect you're looking at att syntax (which IIRC is the gas default). Rob > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple > > -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple