aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-09-15 11:24:49 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-09-15 11:32:33 +0100
commitb4745472b686482107c1a8d65ae99a434cd3fb5e (patch)
tree0d2222080a4f7728666d1879f7c151396398a1a7 /gdb/objfiles.c
parent3d53d4603eb467b90b81562a6f0f6d5259793944 (diff)
downloadbinutils-b4745472b686482107c1a8d65ae99a434cd3fb5e.zip
binutils-b4745472b686482107c1a8d65ae99a434cd3fb5e.tar.gz
binutils-b4745472b686482107c1a8d65ae99a434cd3fb5e.tar.bz2
bfd: fix incorrect type used in sizeof
Noticed in passing that we used 'sizeof (char **)' when calculating the size of a list of 'char *' pointers. Of course, this isn't really going to make a difference anywhere, but we may as well be correct. There should be no user visible changes after this commit. bfd/ChangeLog: * archures.c (bfd_arch_list): Use 'char *' instead of 'char **' when calculating space for a string list.
Diffstat (limited to 'gdb/objfiles.c')
0 files changed, 0 insertions, 0 deletions