public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <ian@cygnus.com>
To: hjl@nynexst.com
Cc: gas2@cygnus.com
Subject: Typo in Fri Sep 23 15:15:31 1994 changes for elfcode.h
Date: Sun, 25 Sep 1994 19:49:00 -0000	[thread overview]
Message-ID: <9409260249.AA15621@tweedledumb.cygnus.com> (raw)
In-Reply-To: <9409260036.AA07497@titanic.nynexst.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.

Ian


  reply	other threads:[~1994-09-25 19:49 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 [this message]
1994-09-25 20:05   ` H.J. Lu
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=9409260249.AA15621@tweedledumb.cygnus.com \
    --to=ian@cygnus.com \
    --cc=gas2@cygnus.com \
    --cc=hjl@nynexst.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).