mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 22:15:12 +08:00
[GOLD] R_PPC64_ENTRY support
elfcpp/ * powerpc.h (R_PPC64_ENTRY): Define. gold/ * powerpc.cc (add_2_2_12, ld_2_12, lis_2): Define. (Target_powerpc::Scan::local, global): Handle R_PPC64_ENTRY. (Target_powerpc::Relocate::relocate): Edit code at R_PPC64_ENTRY.
This commit is contained in:
@ -178,6 +178,7 @@ enum
|
||||
R_PPC_EMB_RELSDA = 116,
|
||||
R_PPC64_REL24_NOTOC = 116,
|
||||
R_PPC64_ADDR64_LOCAL = 117,
|
||||
R_PPC64_ENTRY = 118,
|
||||
|
||||
R_PPC_VLE_REL8 = 216,
|
||||
R_PPC_VLE_REL15 = 217,
|
||||
|
Reference in New Issue
Block a user