]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Rename objfile::sections
authorTom Tromey <tom@tromey.com>
Mon, 10 Apr 2023 16:50:09 +0000 (10:50 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 7 May 2023 18:44:17 +0000 (12:44 -0600)
commit9ed8433a04bf0430e2da3cd44c18667859782410
tree035e5240911b21168ddd485946571aa7cd51a5d5
parent372b4a048a2719c746bbb70bdbed257df405a4dc
Rename objfile::sections

I think objfile::sections makes sense as the name of the method to
iterate over an objfile's sections, so this patch renames the existing
field to objfile::sections_start in preparation for that.
gdb/machoread.c
gdb/maint.c
gdb/objfiles.c
gdb/objfiles.h
gdb/solib-aix.c
gdb/solib-dsbt.c
gdb/solib-frv.c
gdb/symfile.c
gdb/symmisc.c
gdb/symtab.c
gdb/xcoffread.c