@@ -777,7 +777,6 @@ static const cmdline_def_t g_cmdline_actions[] = {
777
777
{"--print-rpath" , action_print_rpath , NULL },
778
778
{"--print-runpath" , action_print_runpath , NULL },
779
779
{"--print-soname" , action_print_soname , NULL },
780
- {"--rename-dynamic-symbols" ,action_apply_renamer , parse_rename_dynamic_symbols },
781
780
{"--remove-debug" , action_remove_debug , NULL },
782
781
{"--remove-flags" , action_remove_flag , parse_arg_flags },
783
782
{"--remove-kernel-version" , action_remove_kernel_version , NULL },
@@ -787,6 +786,7 @@ static const cmdline_def_t g_cmdline_actions[] = {
787
786
{"--remove-runpath" , action_remove_runpath , NULL },
788
787
{"--remove-soname" , action_remove_soname , NULL },
789
788
{"--remove-verneed" , action_remove_verneed , NULL },
789
+ {"--rename-dynamic-symbols" ,action_apply_renamer , parse_rename_dynamic_symbols },
790
790
{"--set-interpreter" , action_set_interpreter , parse_arg_string },
791
791
{"--set-rpath" , action_set_rpath , parse_arg_string },
792
792
{"--set-runpath" , action_set_runpath , parse_arg_string },
0 commit comments