]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog-2015
ALIGN change affects cris scripts
authorAlan Modra <amodra@gmail.com>
Mon, 20 Jul 2015 04:59:37 +0000 (14:29 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 20 Jul 2015 04:59:37 +0000 (14:29 +0930)
commitd9d11c361cc29bdac2d2d6c38bce329d25abf7af
treeec86672b839a2212b797d4a6a0daa906769fa280
parente474ab13ec653d5d78489467f90669689191b31a
ALIGN change affects cris scripts

More fallout from a2c59f28.  This one could have been fixed by simply
using ". = ALIGN (ABSOLUTE (.), 2);" but it's nicer to align the
section.

* emulparams/criself.sh (INIT_ADDR, FINI_ADDR): Define.
(INIT_START, FINI_START): Don't ALIGN.
* scriptempl/elf.sc (.init, .fini): Apply INIT_ADDR/FINI_ADDR.
ld/ChangeLog
ld/emulparams/criself.sh
ld/scripttempl/elf.sc