Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F104040396
D6561.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
899 B
Referenced Files
None
Subscribers
None
D6561.diff
View Options
Index: head/sys/sys/elf_common.h
===================================================================
--- head/sys/sys/elf_common.h
+++ head/sys/sys/elf_common.h
@@ -1037,10 +1037,16 @@
#define R_MIPS_CALL16 11 /* 16 bit GOT entry for function */
#define R_MIPS_GPREL32 12 /* GP relative 32 bit */
#define R_MIPS_64 18 /* Direct 64 bit */
-#define R_MIPS_GOTHI16 21 /* GOT HI 16 bit */
-#define R_MIPS_GOTLO16 22 /* GOT LO 16 bit */
+#define R_MIPS_GOT_DISP 19
+#define R_MIPS_GOT_PAGE 20
+#define R_MIPS_GOT_OFST 21
+#define R_MIPS_GOT_HI16 22 /* GOT HI 16 bit */
+#define R_MIPS_GOT_LO16 23 /* GOT LO 16 bit */
+#define R_MIPS_SUB 24
#define R_MIPS_CALLHI16 30 /* upper 16 bit GOT entry for function */
#define R_MIPS_CALLLO16 31 /* lower 16 bit GOT entry for function */
+#define R_MIPS_JALR 37
+#define R_MIPS_TLS_GD 42
#define R_PPC_NONE 0 /* No relocation. */
#define R_PPC_ADDR32 1
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 7:03 PM (4 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15011336
Default Alt Text
D6561.diff (899 B)
Attached To
Mode
D6561: Add and correct MIPS relocation types
Attached
Detach File
Event Timeline
Log In to Comment