]> git.eshelyaron.com Git - emacs.git/commit
ELF unexec: R_*_NONE relocs
authorAlan Modra <amodra@gmail.com>
Sun, 8 Nov 2015 17:29:00 +0000 (09:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 8 Nov 2015 18:01:00 +0000 (10:01 -0800)
commit8285c2ab8050de218c0c06182659ee0a7b23a0f6
tree733a44ef4fa4a322586ae28e085de55db600d928
parent3ff9fc0e8d738be5004c65c3be314af9aca68148
ELF unexec: R_*_NONE relocs

These should be ignored on all targets.

* unexelf.c (unexec): Ignore R_*_NONE relocs for any target,
not just Alpha.  Comment on reloc size assumption.
src/unexelf.c