Adding extra relocation information for the pc532.

This commit is contained in:
phil 1993-11-02 21:14:10 +00:00
parent 9c11534145
commit 1859a602ad
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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