[PATCH] D14703: [ELF2] Remove target specific code from GotPltSection.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 09:09:24 PST 2015


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/Target.h:91
@@ -88,1 +90,3 @@
   unsigned GotHeaderEntriesNum = 0;
+  // .got.plt has 3 reserved entry
+  unsigned GotPltHeaderEntriesNum = 3;
----------------
Remove comment. 


http://reviews.llvm.org/D14703





More information about the llvm-commits mailing list