labels: allocation of a segment number counts as a change
commit46c839a03ddb07dd7266e9b826a24eafa242dfbf
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 15 Jun 2018 03:00:07 +0000 (14 20:00 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 15 Jun 2018 03:00:07 +0000 (14 20:00 -0700)
tree2a01c9954c373c94761e2ab8973e10d23907b0e6
parentaf5f918a9235ec8a4ce72553141c06b9631fb550
labels: allocation of a segment number counts as a change

If we allocate a new segment number, that has to cause
global_offset_changed to be incremented.  Thus, we should not update
lptr->defn.segment until that would ordinarily be done.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
asm/labels.c