objdump doesn't accept -L option
Alan Modra
amodra@gmail.com
Mon Oct 25 06:19:17 GMT 2021
A followup to commit ca0e11aa4b.
* objdump.c (main): Add 'L' to short options and sort them.
diff --git a/binutils/objdump.c b/binutils/objdump.c
index fdffb8d5263..6dd3d8722d8 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -5224,7 +5224,7 @@ main (int argc, char **argv)
set_default_bfd_target ();
while ((c = getopt_long (argc, argv,
- "pP:ib:m:M:VvCdDlfFaHhrRtTxsSI:j:wE:zgeGW::",
+ "CDE:FGHI:LM:P:RSTVW::ab:defghij:lm:prstvwxz",
long_options, (int *) 0))
!= EOF)
{
--
Alan Modra
Australia Development Lab, IBM
More information about the Binutils
mailing list