public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: hjl@nynexst.com (H.J. Lu)
To: ian@cygnus.com (Ian Lance Taylor)
Cc: gas2@cygnus.com
Subject: Re: Typo in Fri Sep 23 15:15:31 1994 changes for elfcode.h
Date: Sun, 25 Sep 1994 20:05:00 -0000	[thread overview]
Message-ID: <9409260304.AA08179@titanic.nynexst.com> (raw)
In-Reply-To: <9409260249.AA15621@tweedledumb.cygnus.com>

> 
>    From: hjl@nynexst.com (H.J. Lu)
>    Date: Sun, 25 Sep 94 20:37:23 EDT
> 
>    -      BFD_ASSERT (phdr_map == phdr_off + phdr_size);
>    +      BFD_ASSERT (phdr_map < phdr_off + phdr_size);
> 			      ^^^
> 
>    Should that be
> 
>    +      BFD_ASSERT (phdr_map <= phdr_off + phdr_size);
> 
> 
> Yes, it certainly should.  I checked that in for somebody in a hurry
> before leaving for the weekend--I should have known better.  Every
> time you think you don't need to test something, you get nailed.
> 

Thanks. I have two quick questions:

1. When will gas work with PIC? I don't think the current one works.
   I had to apply Eric's patches to gas-940912 and the PIC codes
   in the current one cannnot handle the gcc -fPIC output.
2. Should ld -N work on ELF? Has anyone tried it?


-- 
H.J. Lu
NYNEX Science and Technology, Inc.			hjl@nynexst.com


  reply	other threads:[~1994-09-25 20:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-09-25 17:37 H.J. Lu
1994-09-25 19:49 ` Ian Lance Taylor
1994-09-25 20:05   ` H.J. Lu [this message]
1994-09-25 23:25     ` Ken Raeburn

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=9409260304.AA08179@titanic.nynexst.com \
    --to=hjl@nynexst.com \
    --cc=gas2@cygnus.com \
    --cc=ian@cygnus.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).