Put _iname in idata$7.

This commit is contained in:
Steve Chamberlain 1995-08-29 23:27:54 +00:00
parent c7f6ebe2c3
commit 56297cc6ab
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ gen_lib_file ()
sprintf (outfile, "%st.s", prefix);
f = fopen (outfile, "w");
fprintf (f, "\t.section .idata$7\n");
fprintf (f, "\t%s\t__%s_iname\n", ASM_GLOBAL, imp_name);
fprintf (f, "__%s_iname:\t%s\t\"%s\"\n",
imp_name, ASM_TEXT, dll_name);