[patch pe-coff]: Add support for IAT directory field

Pierre Muller pierre.muller@ics-cnrs.unistra.fr
Thu Sep 16 14:43:00 GMT 2010


  Hi all,

I just looked at the patch out of curiosity,
and it seems that in
src/ld/scripttempl/pe.sc
you have 'SORT(*) (.idata$5)
twice:


-    SORT(*)(.idata$4)
+    SORT(*)(.idata$4)'
+  R_IDATA5='SORT(*)(.idata$5)'
+  R_IDATA67='
     SORT(*)(.idata$5)
     SORT(*)(.idata$6)
     SORT(*)(.idata$7)'

src/ld/scripttempl/pep.sc
doesn't have this repetition...

Is this an error or does it have a special purpose?


Pierre Muller
Pascal language support maintainer for GDB



More information about the Binutils mailing list