public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <ian@cygnus.com>
To: gary@Intrepid.COM
Cc: gas2@cygnus.com
Subject: Re: gas - MIPS/ELF/DWARF probs
Date: Tue, 14 Feb 1995 14:44:00 -0000	[thread overview]
Message-ID: <199502142244.RAA05158@sanguine.cygnus.com> (raw)
In-Reply-To: <9502142230.AA02803@presto>

   Date: Tue, 14 Feb 95 14:30:59 -0800
   From: gary@Intrepid.COM (Gary Funck)

   However, the file config/obj-elf.c
   "overrides" tc-mips.c's handling of operations such as ".previous",
   ".2byte":

This is the wrong way around.  Actually, the pseudo-ops defined in
tc-mips.c are used, provided they are defined.  You should be able to
fix this problem by defining the relevant pseudo-ops in tc-mips.c, if
OBJ_ELF is defined, to do the tc-mips local processing and then call
the obj-elf.c routine.

   For now, we just removed the check in mips_align(), which forces
   alignment on the prior label.  

As you know, this is not really an acceptable solution.  Existing MIPS
assembler code relies on this working.

   To work around these problems, we made following patches to tc-mips.c:

These patches are not really usable as is, because they don't include
any context.  I don't know how you generated them, but please always
generate patches using diff -c.

Ian


  reply	other threads:[~1995-02-14 14:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-02-14 14:31 Gary Funck
1995-02-14 14:44 ` Ian Lance Taylor [this message]
1995-02-14 15:22 Gary Funck
1995-02-14 15:30 ` Ian Lance Taylor

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=199502142244.RAA05158@sanguine.cygnus.com \
    --to=ian@cygnus.com \
    --cc=gary@Intrepid.COM \
    --cc=gas2@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).