mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
235c6a672f
directory searching code into gld${EMULATION_NAME}_search_dir. (gld${EMULATION_NAME}_search_dir): New static function, extracted from gld${EMULATION_NAME}_find_so. (global_needed, global_found): New static variables. (gld${EMULATION_NAME}_after_open): New static function. (gld${EMULATION_NAME}_search_needed): New static function. (gld${EMULATION_NAME}_try_needed): New static function. (gld${EMULATION_NAME}_check_needed): New static function. (ld_${EMULATION_NAME}_emulation): Use new after_open function. * ld.texinfo, ld.1: Mention -rpath-link on SunOS. |
||
---|---|---|
.. | ||
.Sanitize | ||
elf32.em | ||
generic.em | ||
gld960.em | ||
hppaelf.em | ||
linux.em | ||
lnk960.em | ||
m88kbcs.em | ||
mipsecoff.em | ||
pe.em | ||
README | ||
stringify.sed | ||
sunos.em | ||
vanilla.em |
The files in this directory are sourced by genscripts.sh, after setting some variables to substitute in, to produce C source files that contain jump tables for each emulation.