Merge "Update a comment for init_linker_info_for_gdb"
This commit is contained in:
commit
c347a10760
1 changed files with 1 additions and 2 deletions
|
@ -3893,8 +3893,7 @@ static void add_vdso(KernelArgumentBlock& args __unused) {
|
|||
* Without this, gdb has trouble locating the linker's ".text"
|
||||
* and ".plt" sections. Gdb could also potentially use this to
|
||||
* relocate the offset of our exported 'rtld_db_dlactivity' symbol.
|
||||
* Don't use soinfo_alloc(), because the linker shouldn't
|
||||
* be on the soinfo list.
|
||||
* Note that the linker shouldn't be on the soinfo list.
|
||||
*/
|
||||
static void init_linker_info_for_gdb(ElfW(Addr) linker_base) {
|
||||
static link_map linker_link_map_for_gdb;
|
||||
|
|
Loading…
Reference in a new issue