This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]