This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] make first parameter of to_lookup_symbol const char *


> delete target_ops.to_lookup_symbol
> 
> gdb/ChangeLog:
> 
>         * target.h (struct target_ops): Remove to_lookup_symbol field.
>         (target_lookup_symbol): Delete macro.
>         * target.c (nosymbol, debug_to_lookup_symbol): Delete.
>         (update_current_target, setup_target_debug): Remove handling
>         of to_lookup_symbol target_ops field.
>         * ada-tasks.c (get_known_tasks_addr): Remove use of
>         target_lookup_symbol.
>         * coffread.c (coff_symtab_read): Likewise.
>         * dbxread.c (read_dbx_symtab): Ditto.

Thanks to everyone for the review and feedback.  I checked this patch in.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]