]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/symtab: remove section parameter from find_function_start_sal
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 9 Oct 2025 19:14:24 +0000 (15:14 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 11 Oct 2025 04:04:09 +0000 (00:04 -0400)
commit6b0581fc925ab807647a0ff38f7f015bf94c0eb0
treeef6058af90504ea3e95bab723bdcce5b022521f5
parente3da6edc984912760bf6faf1a72d18a5f2a3f153
gdb/symtab: remove section parameter from find_function_start_sal

All 2 callers of this overload pass NULL.  Remove the parameter and pass
nullptr explicitly to find_function_start_sal_1.

Change-Id: Ie20e7c8ad980cd7af99b6ba9c23f4da19febc1bc
gdb/elfread.c
gdb/linespec.c
gdb/symtab.c
gdb/symtab.h