Skip to content
Snippets Groups Projects
  • Ian Lance Taylor's avatar
    cfa658e4
    backtrace.h (backtrace_syminfo): Update comment and parameter name to take any... · cfa658e4
    Ian Lance Taylor authored
    backtrace.h (backtrace_syminfo): Update comment and parameter name to take any address, not just a PC value.
    
    	* backtrace.h (backtrace_syminfo): Update comment and parameter
    	name to take any address, not just a PC value.
    	* elf.c (STT_OBJECT): Define.
    	(elf_nosyms): Rename parameter pc to addr.
    	(elf_symbol_search): Rename local variable pc to addr.
    	(elf_initialize_syminfo): Add STT_OBJECT symbols to elf_symbols.
    	(elf_syminfo): Rename parameter pc to addr.
    	* btest.c (global): New global variable.
    	(test5): New test.
    	(main): Call test5.
    
    From-SVN: r204904
    cfa658e4
    History
    backtrace.h (backtrace_syminfo): Update comment and parameter name to take any...
    Ian Lance Taylor authored
    backtrace.h (backtrace_syminfo): Update comment and parameter name to take any address, not just a PC value.
    
    	* backtrace.h (backtrace_syminfo): Update comment and parameter
    	name to take any address, not just a PC value.
    	* elf.c (STT_OBJECT): Define.
    	(elf_nosyms): Rename parameter pc to addr.
    	(elf_symbol_search): Rename local variable pc to addr.
    	(elf_initialize_syminfo): Add STT_OBJECT symbols to elf_symbols.
    	(elf_syminfo): Rename parameter pc to addr.
    	* btest.c (global): New global variable.
    	(test5): New test.
    	(main): Call test5.
    
    From-SVN: r204904