public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
To: cygwin-talk@cygwin.com
Subject: Re: Assembler problem while trying to integrate D iompiler in GCC suite
Date: Wed, 08 Jun 2005 09:37:00 -0000	[thread overview]
Message-ID: <42A60DB9.3030702@familiehaase.de> (raw)
In-Reply-To: <SERRANO7MJJQ873Tlm700000316@SERRANO.CAM.ARTIMI.COM>

Dave Korn wrote:

> ----Original Message----
> 
>>From: Gerrit P. Haase
>>Sent: 07 June 2005 11:59
> 
> 
>>Hi all,
>>
>>I'm trying to integrate the D frontend for GCC in the GCC 3.4.4 release,
> 
> 
>>What is new in the source regarding this problem is this patch which
>>gives me the error cited below:
> 
> 
[...]
>>+   ASM_GENERATE_INTERNAL_LABEL (buf, "LTHUNK", thunk_labelno);
> 
> 
> 
> 
>>Gives me this error now:
>>
>>$ /gcc/gcc-3.4.4/gcc-3.4.4-1/.build/gcc/gdc -save-temps
>>-B/gcc/gcc-3.4.4/gcc-3.4.4-1/.build/gcc/ -B/usr/i686-pc-cygwin/bin/
>>-B/usr/i686-pc-cy>
>>gdc: warning: -pipe ignored because -save-temps specified
>>socketstream.s: Assembler messages:
>>socketstream.s:1416: Error: Local symbol `LTHUNK0' can't be equated to
>>undefined symbol `__D3std6stream6Stream9readExactFPvkZv'
> 
> 
>   So what happens if you use a label that doesn't begin with an 'L'?  Frex
> 
> 
> 
>>+   ASM_GENERATE_INTERNAL_LABEL (buf, "__LTHUNK", thunk_labelno);

Given the magic which is included in creating binaries that computers
can understand and do s.th. that the binaries want the computer to do,
this is a valid idea.  Or what do you really think is the difference , 
whether an assembler label starts with A,B or C or even L?


Gerrit
-- 
=^..^=

       reply	other threads:[~2005-06-07 21:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <SERRANO7MJJQ873Tlm700000316@SERRANO.CAM.ARTIMI.COM>
2005-06-08  9:37 ` Gerrit P. Haase [this message]
2005-06-08 12:35   ` Dave Korn
2005-06-08 13:51     ` Gerrit P. Haase
2005-06-08 19:38     ` Igor Pechtchanski
2005-06-09 11:55       ` Yitzchak Scott-Thoennes
2005-06-12  8:49       ` Dave Korn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42A60DB9.3030702@familiehaase.de \
    --to=gerrit@familiehaase.de \
    --cc=cygwin-talk@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).