Adding extra relocation information for the pc532.
This commit is contained in:
parent
9c11534145
commit
1859a602ad
@ -43,6 +43,9 @@ struct relocation_info_pc532 {
|
||||
r_jmptable : 1, /* relocate to jump table */
|
||||
r_relative : 1, /* load address relative */
|
||||
r_copy : 1; /* run time copy */
|
||||
unsigned char r_bsr : 1, /* Extra fields for the pc532. */
|
||||
r_disp : 2,
|
||||
r_pad : 5;
|
||||
};
|
||||
#define relocation_info relocation_info_pc532
|
||||
|
||||
|
@ -43,6 +43,9 @@ struct relocation_info_pc532 {
|
||||
r_jmptable : 1, /* relocate to jump table */
|
||||
r_relative : 1, /* load address relative */
|
||||
r_copy : 1; /* run time copy */
|
||||
unsigned char r_bsr : 1, /* Extra fields for the pc532. */
|
||||
r_disp : 2,
|
||||
r_pad : 5;
|
||||
};
|
||||
#define relocation_info relocation_info_pc532
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user