]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix .idata doc bug.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 5 Dec 1995 03:57:07 +0000 (03:57 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 5 Dec 1995 03:57:07 +0000 (03:57 +0000)
binutils/dlltool.c

index df4cc549e6cae3d66a5075c84fe668a3946bd352..53eb362f621481c4ff1fef8b61f683c888725b57 100644 (file)
 
    .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
        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.