x86: Move x86-specific linker options to elf_linker_x86_params
[deliverable/binutils-gdb.git] / ld / emultempl / elf32.em
index f4f7ad6b4e115e93ac08b0cf1c5a5bbb47353be4..3e8ee4693e67851e9f497a7393784a8c17bbf8bd 100644 (file)
@@ -103,7 +103,6 @@ gld${EMULATION_NAME}_before_parse (void)
   input_flags.dynamic = ${DYNAMIC_LINK-TRUE};
   config.has_shared = `if test -n "$GENERATE_SHLIB_SCRIPT" ; then echo TRUE ; else echo FALSE ; fi`;
   config.separate_code = `if test "x${SEPARATE_CODE}" = xyes ; then echo TRUE ; else echo FALSE ; fi`;
-  `if test -n "$CALL_NOP_BYTE" ; then echo link_info.call_nop_byte = $CALL_NOP_BYTE; fi`;
   link_info.check_relocs_after_open_input = TRUE;
   link_info.relro = DEFAULT_LD_Z_RELRO;
   link_info.separate_code = DEFAULT_LD_Z_SEPARATE_CODE;
This page took 0.023911 seconds and 4 git commands to generate.