diff options
author | Pedro Alves <palves@redhat.com> | 2017-06-27 16:32:57 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-06-27 16:32:57 +0100 |
commit | 6da67eb10df978c1237ca863990f38cdd4ca2e95 (patch) | |
tree | 0fc750b2776a6e3b4df7cbdab4ef9928c0c88763 /gdb/ChangeLog | |
parent | 23732b1e32dd58f7c731d9aee56ff0b22a645d53 (diff) | |
download | binutils-6da67eb10df978c1237ca863990f38cdd4ca2e95.zip binutils-6da67eb10df978c1237ca863990f38cdd4ca2e95.tar.gz binutils-6da67eb10df978c1237ca863990f38cdd4ca2e95.tar.bz2 |
completion_list_add_name wrapper functions
Replace macros with functions.
gdb/ChangeLog:
2017-06-27 Pedro Alves <palves@redhat.com>
* symtab.c (COMPLETION_LIST_ADD_SYMBOL)
(MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
(completion_list_add_symbol, completion_list_add_msymbol):
... these new functions.
(add_symtab_completions)
(default_make_symbol_completion_list_break_on_1): Adjust.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c455d41..1ce56ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2017-06-27 Pedro Alves <palves@redhat.com> + * symtab.c (COMPLETION_LIST_ADD_SYMBOL) + (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ... + (completion_list_add_symbol, completion_list_add_msymbol): + ... these new functions. + (add_symtab_completions) + (default_make_symbol_completion_list_break_on_1): Adjust. + +2017-06-27 Pedro Alves <palves@redhat.com> + * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of bfd_zalloc. Call objfile_per_bfd_storage's ctor. (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's |