diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-12-05 03:57:07 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-12-05 03:57:07 +0000 |
commit | eedc864a72838fbac6ba1b8fc2b164b9187c2afc (patch) | |
tree | 3aa146f93ed9bc6ba2d527b8ab486c1acda014f7 /binutils/dlltool.c | |
parent | e503032eb1c9fea26adf172683b5983380476552 (diff) | |
download | gdb-eedc864a72838fbac6ba1b8fc2b164b9187c2afc.zip gdb-eedc864a72838fbac6ba1b8fc2b164b9187c2afc.tar.gz gdb-eedc864a72838fbac6ba1b8fc2b164b9187c2afc.tar.bz2 |
Fix .idata doc bug.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r-- | binutils/dlltool.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index df4cc54..53eb362 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -168,7 +168,6 @@ .idata$2 = Import Directory Table = array of IMAGE_IMPORT_DESCRIPTOR's. - There is one for each dll imported from plus a trailing null copy. DWORD Characteristics; - pointer to .idata$4 DWORD TimeDateStamp; - currently always 0 @@ -176,8 +175,7 @@ DWORD Name; - pointer to dll's name PIMAGE_THUNK_DATA FirstThunk; - pointer to .idata$5 - .idata$3 = ppc's way of null terminating .idata$2. Jeepers creepers, - can we have some consistency here??? + .idata$3 = null terminating entry for .idata$2. .idata$4 = Import Lookup Table = array of array of pointers to hint name table. |