mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 04:13:50 +08:00
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
lib_path if NATIVE is yes.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-02-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
|
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
|
||||||
|
lib_path if NATIVE is yes.
|
||||||
|
|
||||||
2005-02-16 Alan Modra <amodra@bigpond.net.au>
|
2005-02-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
|
* emultempl/ppc64elf.em (ppc_create_output_section_statements): Make
|
||||||
|
@ -836,9 +836,13 @@ gld${EMULATION_NAME}_after_open (void)
|
|||||||
size_t len;
|
size_t len;
|
||||||
search_dirs_type *search;
|
search_dirs_type *search;
|
||||||
EOF
|
EOF
|
||||||
if [ "x${USE_LIBPATH}" = xyes ] ; then
|
if [ "x${NATIVE}" = xyes ] ; then
|
||||||
cat >>e${EMULATION_NAME}.c <<EOF
|
cat >>e${EMULATION_NAME}.c <<EOF
|
||||||
const char *lib_path;
|
const char *lib_path;
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
if [ "x${USE_LIBPATH}" = xyes ] ; then
|
||||||
|
cat >>e${EMULATION_NAME}.c <<EOF
|
||||||
struct bfd_link_needed_list *rp;
|
struct bfd_link_needed_list *rp;
|
||||||
int found;
|
int found;
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user