bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/29623] The help document of as misses so many options


From: nickc at redhat dot com
Subject: [Bug gas/29623] The help document of as misses so many options
Date: Wed, 28 Sep 2022 10:14:56 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29623

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           Assignee|unassigned at sourceware dot org   |nickc at redhat dot com
                 CC|                            |nickc at redhat dot com
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2022-09-28

--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
(In reply to 陈孟达 from comment #0)

> The "--help" option of as misses the option "al", "dump-config",
> "emulation", "gdwarf-cie-version", "hash-size", "itbl",
> "reduce-memory-overheads", "multibyte-handling", "mbig-obj", "O". 

Several of these options are included in the --help output, just in different
forms:

1) -al is listed under the -a option.  (The -a option can be followed by
multiple letters to control the behaviour of the listing feature).

3) The "emulation" option is listed as "-em=[" followed by a list of supported
emulation.  Technically this is sufficient as the option parsing code will
accepted shortened forms of long option names as long as they are unique.  But
it would be better if the --help output matched the full name, so I will fix
this.

6) The "itbl" option is listed, but only if ITBL support has been enabled in
the assembler.

9) The "-mbig-obj" option is listed, but only of the TE_PE or TE_PEP target
environment defines have been enabled.


As for the others, you are correct.  Their description is missing and I will
create a patch to fix this.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]