This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] add directive to enter/leave alternate macro mode


I made the option all lower case first, but that collides with the
listing options (-a...) due to gas allowing long options to be preceeded
by either a double or a single dash. Prior to posting an update, I'd be
glad to get some advice as to how to proceed here... Thanks, Jan

>>> Ian Lance Taylor <ian@wasabisystems.com> 02.08.04 18:02:00 >>>
"Jan Beulich" <JBeulich@novell.com> writes:

> 	* as.c: Add and handle new --Alternate command line option.

The option name should be "--alternate".  Long option names are all
lower case, except for compatibility purposes.  This affects the code
and docs.

Please add a short entry to gas/NEWS mentioning the new option and
pseudo-ops.

With those changes, this patch is OK.  Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]