diff options
author | Keith Seitz <keiths@redhat.com> | 2018-08-10 10:41:37 -0700 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2018-08-10 11:14:25 -0700 |
commit | 6f36b6d29fdff5be77ec6dfdac693d5e4b5dee50 (patch) | |
tree | 60dccd4fc0452bfbae6145725d7a568c900ae8bd /gdb/ChangeLog | |
parent | bd923e510884a92514a4f9d90d79592d248d5d92 (diff) | |
download | gdb-6f36b6d29fdff5be77ec6dfdac693d5e4b5dee50.zip gdb-6f36b6d29fdff5be77ec6dfdac693d5e4b5dee50.tar.gz gdb-6f36b6d29fdff5be77ec6dfdac693d5e4b5dee50.tar.bz2 |
Rename symbol_substitution_name
This patch simply adds a "c_" prefix to symbol_substitution_name to clarify
that this is a C language-related function.
gdb/ChangeLog:
* compile/compile-c-symbols.c (symbol_substitution_name): Rename to ...
(c_symbol_substitution_name): ... this.
Update all callers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7414f0e..a42e801 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2018-08-10 Keith Seitz <keiths@redhat.com> + * compile/compile-c-symbols.c (symbol_substitution_name): Rename to ... + (c_symbol_substitution_name): ... this. + Update all callers. + +2018-08-10 Keith Seitz <keiths@redhat.com> + * compile/compile-c-support.c (c_compute_program): Use unique_xmalloc_ptr to eliminate cleanup. * compile/compile-c-symbols.c (generate_c_for_variable_locations): |