Browse Source

objdump doesn't accept -L option

A followup to commit ca0e11aa4b.

	* objdump.c (main): Add 'L' to short options and sort them.
binutils-2_38-branch
Alan Modra 5 years ago
parent
commit
5513527b59
  1. 2
      binutils/objdump.c

2
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)
{

Loading…
Cancel
Save