summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-11-08 09:28:59 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-11-08 10:00:59 -0800
commit0bcd08ef052bca9b8d08696068c2a0c387d0dd56 (patch)
tree5fc6f44375e378ae2ff8d97d4012ad9f61d80120 /lisp/emacs-lisp
parent82c1b368a227ca710e3582be311f2cbabc33499f (diff)
downloademacs-0bcd08ef052bca9b8d08696068c2a0c387d0dd56.tar.gz
emacs-0bcd08ef052bca9b8d08696068c2a0c387d0dd56.tar.bz2
emacs-0bcd08ef052bca9b8d08696068c2a0c387d0dd56.zip
ELF unexec: Correct section header index
First a small fix. The code incorrectly uses "NEW_SECTION_H (n)" when it should have been using "NEW_SECTION_H (nn)" to find the name of the section currently being processed. Of course, before the bss sections, n and nn have the same value, so this doesn't matter except in the case of .sbss. For .sbss this probably meant .bss (most likely the next section) was copied from memory. A later patch removes the bogus .sbss handling anyway. * unexelf.c (unexec): Use correct index to look up names.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions