EXECUTABLE_SYMBOLS -> OTHER_SYMBOLS
authorAlan Modra <amodra@gmail.com>
Sat, 2 Jun 2018 09:16:03 +0000 (18:46 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 6 Jun 2018 23:40:15 +0000 (09:10 +0930)
commitfc6041a7763e330413b7a6e7f77c38cbf2b67793
tree9add60bfbda1a1cff27389d2ecf821bcd6826a3a
parent527278f3360dde3e5439b8d10f3f635155b35aca
EXECUTABLE_SYMBOLS -> OTHER_SYMBOLS

EXECUTABLE_SYMBOLS is supposed to be true to its name, only defining
symbols for the executable.

* emulparams/elf64bmip.sh (EXECUTABLE_SYMBOLS): Don't define.
(OTHER_SYMBOLS): Define this instead.
* emulparams/elf32bmipn32.sh (EXECUTABLE_SYMBOLS): Don't define.
(OTHER_SYMBOLS): Define similarly to elf64bmip.sh.
* emulparams/elf64hppa.sh (EXECUTABLE_SYMBOLS): Don't define.
(OTHER_SYMBOLS): Define instead.
ld/ChangeLog
ld/emulparams/elf32bmipn32.sh
ld/emulparams/elf64bmip.sh
ld/emulparams/elf64hppa.sh
This page took 0.026319 seconds and 4 git commands to generate.