diff options
author | Steve Chamberlain <sac@cygnus> | 1995-08-29 23:27:54 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-08-29 23:27:54 +0000 |
commit | 56297cc6ab52d40e963f82c89fa8dea2b0977e83 (patch) | |
tree | 9248792b023743e1344b4d64d9d3533f2577f29a /binutils | |
parent | c7f6ebe2c31b81c1dae00a784a6e6eb61bd8231f (diff) | |
download | gdb-56297cc6ab52d40e963f82c89fa8dea2b0977e83.zip gdb-56297cc6ab52d40e963f82c89fa8dea2b0977e83.tar.gz gdb-56297cc6ab52d40e963f82c89fa8dea2b0977e83.tar.bz2 |
Put _iname in idata$7.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/dlltool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 5acb18d..9ea319d 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -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); |