]> git.eshelyaron.com Git - emacs.git/commit
Fix load_comp_unit for non zero speeds
authorAndreaCorallo <akrl@sdf.com>
Sun, 2 Feb 2020 15:39:29 +0000 (15:39 +0000)
committerAndrea Corallo <akrl@sdf.org>
Mon, 3 Feb 2020 11:58:09 +0000 (12:58 +0100)
commit6696b561d4d37aebdbb42833d8b5a8d1f4e14482
treecda7cfa5ee56b47c3e4afc1bb1811163edfe70c5
parent9e08edf98fdf1a2547eef7b5d9d3debdddb6e7c6
Fix load_comp_unit for non zero speeds

'dlopen' returns the same handle when trying to load two times
the same shared.

Touching 'd_reloc' etc leads to fails in case a frame with a reference
to it in a register is active. (comp-speed >= 0)
src/alloc.c
src/comp.c
src/pdumper.c