]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Rename remaining members of buildsym_compunit to start with "m_"
authorKeith Seitz <keiths@redhat.com>
Sun, 8 Jul 2018 16:19:10 +0000 (10:19 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jul 2018 15:42:56 +0000 (09:42 -0600)
commitcbb09508e4b515501273288aaa11a8ef5e15e0ff
treea5118a40721a71c8926ff3615ae2c471d1fd13a9
parentbfe2e011c004b88687ae4514cfdb00072a9cee63
Rename remaining members of buildsym_compunit to start with "m_"

This renames all the remaining members of buildsym_compunit to start
with "m_" to follow the general naming convention.

gdb/ChangeLog
2018-07-20  Keith Seitz  <keiths@redhat.com>

* buildsym.h (struct buildsym_compunit) <m_objfile, m_subfiles,
m_main_subfile, m_comp_dir, m_producer, m_debugformat,
m_compunit_symtab, m_language>: Add "m_" prefix.
Update all uses.
* buildsym.c: Update all uses.
gdb/ChangeLog
gdb/buildsym.c
gdb/buildsym.h