diff options
author | Max <mparisi@stevens.edu> | 2020-10-15 19:41:42 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-15 19:41:42 -0400 |
commit | da6eaf2eac01294964f54374692229a2acf96956 (patch) | |
tree | 5bfdaeb114439fdbae9a88cba0ca1be57202ff72 | |
parent | f06f0ac1c3f9b65b3fe729fece0e88ec22ef67a6 (diff) |
resolve linker errors
-rw-r--r-- | asm/code_80250F18.s | 2 | ||||
-rw-r--r-- | asm/code_80253FEC.s | 8 | ||||
-rw-r--r-- | asm/code_80254260.s | 2 | ||||
-rw-r--r-- | asm/code_8025B6E8.s | 2 | ||||
-rw-r--r-- | asm/code_8025D7CC.s | 2 | ||||
-rw-r--r-- | asm/code_8025E348.s | 2 |
6 files changed, 18 insertions, 0 deletions
diff --git a/asm/code_80250F18.s b/asm/code_80250F18.s index dab0817..758def0 100644 --- a/asm/code_80250F18.s +++ b/asm/code_80250F18.s @@ -2,6 +2,8 @@ .section .text, "ax" # 0x80006980 - 0x803E1E60
+ +.global lbl_80250F18 lbl_80250F18:
/* 80250F18 0024CB78 94 21 FF F0 */ stwu r1, -0x10(r1)
/* 80250F1C 0024CB7C 7C 08 02 A6 */ mflr r0
diff --git a/asm/code_80253FEC.s b/asm/code_80253FEC.s index 4a23c05..fbbe3f1 100644 --- a/asm/code_80253FEC.s +++ b/asm/code_80253FEC.s @@ -2,6 +2,8 @@ .section .text, "ax" # 0x80006980 - 0x803E1E60
+ +.global lbl_80253FEC lbl_80253FEC:
/* 80253FEC 0024FC4C 94 21 FF F0 */ stwu r1, -0x10(r1)
/* 80253FF0 0024FC50 7C 08 02 A6 */ mflr r0
@@ -20,6 +22,8 @@ lbl_80254014: /* 80254020 0024FC80 7C 08 03 A6 */ mtlr r0
/* 80254024 0024FC84 38 21 00 10 */ addi r1, r1, 0x10
/* 80254028 0024FC88 4E 80 00 20 */ blr
+ +.global lbl_8025402C lbl_8025402C:
/* 8025402C 0024FC8C 2C 06 00 04 */ cmpwi r6, 4
/* 80254030 0024FC90 41 82 00 2C */ beq lbl_8025405C
@@ -80,6 +84,8 @@ lbl_802540CC: /* 802540EC 0024FD4C 90 83 00 94 */ stw r4, 0x94(r3)
/* 802540F0 0024FD50 B0 05 00 08 */ sth r0, 8(r5)
/* 802540F4 0024FD54 4E 80 00 20 */ blr
+ +.global lbl_802540F8 lbl_802540F8:
/* 802540F8 0024FD58 2C 06 00 05 */ cmpwi r6, 5
/* 802540FC 0024FD5C 41 82 00 3C */ beq lbl_80254138
@@ -122,6 +128,8 @@ lbl_80254144: /* 8025417C 0024FDDC C0 05 00 54 */ lfs f0, 0x54(r5)
/* 80254180 0024FDE0 D0 07 00 1C */ stfs f0, 0x1c(r7)
/* 80254184 0024FDE4 4E 80 00 20 */ blr
+ +.global lbl_80254188 lbl_80254188:
/* 80254188 0024FDE8 94 21 FF F0 */ stwu r1, -0x10(r1)
/* 8025418C 0024FDEC 7C 08 02 A6 */ mflr r0
diff --git a/asm/code_80254260.s b/asm/code_80254260.s index bbb6d85..00f1664 100644 --- a/asm/code_80254260.s +++ b/asm/code_80254260.s @@ -59,6 +59,8 @@ lbl_80254284: lbl_8025432C:
/* 8025432C 0024FF8C 38 21 00 10 */ addi r1, r1, 0x10
/* 80254330 0024FF90 4E 80 00 20 */ blr
+ +.global lbl_80254334 lbl_80254334:
/* 80254334 0024FF94 2C 04 00 00 */ cmpwi r4, 0
/* 80254338 0024FF98 4D 80 00 20 */ bltlr
diff --git a/asm/code_8025B6E8.s b/asm/code_8025B6E8.s index b14b671..c3a569b 100644 --- a/asm/code_8025B6E8.s +++ b/asm/code_8025B6E8.s @@ -2,6 +2,8 @@ .section .text, "ax" # 0x80006980 - 0x803E1E60
+ +.global lbl_8025B6E8 lbl_8025B6E8:
/* 8025B6E8 00257348 48 00 03 18 */ b lbl_8025BA00
diff --git a/asm/code_8025D7CC.s b/asm/code_8025D7CC.s index 03ab5f9..a2b556a 100644 --- a/asm/code_8025D7CC.s +++ b/asm/code_8025D7CC.s @@ -20,6 +20,8 @@ func_8025D7CC: func_8025D7F8:
/* 8025D7F8 00259458 80 63 00 1C */ lwz r3, 0x1c(r3)
/* 8025D7FC 0025945C 4E 80 00 20 */ blr
+ +.global lbl_8025D800 lbl_8025D800:
/* 8025D800 00259460 80 63 00 18 */ lwz r3, 0x18(r3)
/* 8025D804 00259464 4E 80 00 20 */ blr
diff --git a/asm/code_8025E348.s b/asm/code_8025E348.s index 4223c20..fdfb9aa 100644 --- a/asm/code_8025E348.s +++ b/asm/code_8025E348.s @@ -280,6 +280,8 @@ lbl_8025E6A4: /* 8025E6B4 0025A314 7C 08 03 A6 */ mtlr r0
/* 8025E6B8 0025A318 38 21 00 20 */ addi r1, r1, 0x20
/* 8025E6BC 0025A31C 4E 80 00 20 */ blr
+ +.global lbl_8025E6C0 lbl_8025E6C0:
/* 8025E6C0 0025A320 94 21 FF E0 */ stwu r1, -0x20(r1)
/* 8025E6C4 0025A324 7C 08 02 A6 */ mflr r0
|