Darwin: fix bad loop incrementation
authorXavier Roirand <roirand@adacore.com>
Thu, 23 Aug 2018 15:17:03 +0000 (11:17 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 23 Aug 2018 15:17:15 +0000 (11:17 -0400)
commit12a0d0f66172b9504e29000fa4f4e5c34109d6db
tree5961f0e5eff9470061f9c5fd17a009defa329e1e
parent2cd65cb935bcf1511c7e7bb77ce7bd46234300db
Darwin: fix bad loop incrementation

When reading symbols from the vector of oso files on Mac OS X
Darwin, a previous commit introduce a change in the loop and add
an increment at each loop iteration whereas this incrementation is
not needed since the increment or set of the loop control variable
is already done in the loop.

gdb/ChangeLog:

* machoread.c (macho_symfile_read_all_oso): Remove uneeded
incrementation.

Change-Id: I3a5a6deb4e9d834ee7d4217a62d90c2ffb7241bc
gdb/ChangeLog
gdb/machoread.c
This page took 0.024944 seconds and 4 git commands to generate.