[PATCH] Delete target_so_ops->special_symbol_handling hook

Pedro Alves palves@redhat.com
Thu Oct 20 17:22:00 GMT 2016


I think I've written this patch more than once in the past
and never posted it.  :-)

Definitely OK.  Please push.

> gdb/ChangeLog
> 	* solist.h (struct target_so_ops): Delete special_symbol_handling hook.
> 	* solib.c (solib_add, reload_shared_libraries): Adjust.
> 	* solib-aix.c (solib_aix_special_symbol_handling): Delete
> 	  (_initialize_solib_aix): Adjust

Note "(_initialize_" should be aligned with a single tab, under
the previous line's '*'.  Same below.

> 	* solib-darwin.c (darwin_special_symbol_handling): Delete
> 	  (_initialize_darwin_solib): Adjust
> 	* solib-dsbt.c (dsbt_special_symbol_handling): Delete
> 	  (_initialize_dsbt_solib): Adjust
> 	* solib-frv.c (frv_special_symbol_handling): Delete
> 	  (_initialize_frv_solib): Adjust
> 	* solib-svr4.c (svr4_special_symbol_handling): Delete
> 	  (_initialize_svr4_solib): Adjust
> 	* solib-target.c (solib_target_special_symbol_handling): Delete
> 	  (_initialize_solib_target): Adjust

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list