public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: binutils@sources.redhat.com
Subject: Re: [arnm-elf-objdump] Can't use two -M flags for disassembler (-Mforce-thumb and -Mreg-names-raw)
Date: Thu, 17 Jul 2003 18:39:00 -0000	[thread overview]
Message-ID: <20030717183908.GA25442@nevyn.them.org> (raw)
In-Reply-To: <m3vfu1gkuq.fsf@redhat.com>

On Thu, Jul 17, 2003 at 05:48:45PM +0100, Nick Clifton wrote:
>   	case 'M':
> + 	  if (disassembler_options)
> + 	    {
> + 	      non_fatal ("multiple separate -M options are not supported.");
> + 	      non_fatal ("please combine them into a single, space separated option.");
> + 	      non_fatal ("ignoring option '-M%s'", disassembler_options);
> + 	    }
>   	  disassembler_options = optarg;
>   	  break;
>   	case 'j':
> 

Is there any reason not to do:
  disassembler_options = concat (disassembler_options, " ", optarg, NULL);
instead?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer

  reply	other threads:[~2003-07-17 18:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-10 15:38 Vincent Rubiolo
2003-07-11 14:35 ` Nick Clifton
     [not found] ` <H0000cba18680191.1057939164.eux100.sgp.st.com@MHS>
2003-07-14 14:48   ` Vincent Rubiolo
2003-07-17 14:44     ` Nick Clifton
     [not found]     ` <H0000cba186df243.1058453251.eux100.sgp.st.com@MHS>
2003-07-17 15:31       ` Vincent Rubiolo
2003-07-17 17:02         ` Nick Clifton
2003-07-17 18:39           ` Daniel Jacobowitz [this message]
2003-07-18 11:34             ` Nick Clifton
     [not found]             ` <H0000cba187217e5.1058853947.eux100.sgp.st.com@MHS>
2003-07-23  6:39               ` [arnm-elf-objdump] Can't use two -M flags for disassembler [SOLVED] Vincent Rubiolo
2003-07-18  8:05           ` [arnm-elf-objdump] Can't use two -M flags for disassembler (-Mforce-thumb and -Mreg-names-raw) Andreas Schwab

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=20030717183908.GA25442@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=binutils@sources.redhat.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).