From: Daniel Jacobowitz <drow@mvista.com>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: binutils@sources.redhat.com
Subject: Re: [PATCH] defaults options for s390*.
Date: Fri, 09 May 2003 15:03:00 -0000 [thread overview]
Message-ID: <20030509150317.GB11206@nevyn.them.org> (raw)
In-Reply-To: <20030509145810.GC1761@mschwid3.boeblingen.de.ibm.com>
On Fri, May 09, 2003 at 04:58:10PM +0200, Martin Schwidefsky wrote:
> Hi,
> one of the ld testcases fails because -m31 is used without -mesa. The s390
> gas will not accept any instruction in this case because current_mode_mask
> won't get its default value. This patch fixes it. Again, this applicable to
> CVS head and the 2.14 branch as well. Ok to commit ?
OK for the branch when it goes in to head; I don't know whose approval
you're waiting for :)
>
> blue skies,
> Martin.
>
> 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
>
> * config/tc-s390.c (s390_target_format): Always call init_default_arch.
>
> diff -urN src/gas/config/tc-s390.c src-s390/gas/config/tc-s390.c
> --- src/gas/config/tc-s390.c Fri May 9 16:11:57 2003
> +++ src-s390/gas/config/tc-s390.c Fri May 9 16:12:30 2003
> @@ -351,8 +351,7 @@
> {
> /* We don't get a chance to initialize anything before we're called,
> so handle that now. */
> - if (! s390_arch_size)
> - init_default_arch ();
> + init_default_arch ();
>
> return s390_arch_size == 64 ? "elf64-s390" : "elf32-s390";
> }
>
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2003-05-09 15:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-09 14:59 Martin Schwidefsky
2003-05-09 15:03 ` Daniel Jacobowitz [this message]
2003-05-09 15:08 Martin Schwidefsky
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=20030509150317.GB11206@nevyn.them.org \
--to=drow@mvista.com \
--cc=binutils@sources.redhat.com \
--cc=schwidefsky@de.ibm.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).