diff options
author | Max <mparisi@stevens.edu> | 2020-09-29 20:14:10 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-29 20:14:10 -0400 |
commit | 5e80e11773a76a052341f0e7223fac548a746660 (patch) | |
tree | 3f1a2c1f2b56dae093df43331e7fd6ec826d591e /asm/libstdc++/misc_io.s | |
parent | 5ae53288e8a43010954bd5c894f3c4ea09c3708b (diff) |
split MSL_C math functions, and reorganize source tree
Diffstat (limited to 'asm/libstdc++/misc_io.s')
-rw-r--r-- | asm/libstdc++/misc_io.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/asm/libstdc++/misc_io.s b/asm/libstdc++/misc_io.s deleted file mode 100644 index 1ccfb0c..0000000 --- a/asm/libstdc++/misc_io.s +++ /dev/null @@ -1,10 +0,0 @@ -.include "macros.inc"
-
-.section .text, "ax" # 0x80006980 - 0x803E1E60
-
-.global __stdio_atexit
-__stdio_atexit:
-/* 801CA7B0 001C6410 3C 60 80 1C */ lis r3, __close_all@ha
-/* 801CA7B4 001C6414 38 63 78 94 */ addi r3, r3, __close_all@l
-/* 801CA7B8 001C6418 90 6D 9F D8 */ stw r3, lbl_8063F298-_SDA_BASE_(r13)
-/* 801CA7BC 001C641C 4E 80 00 20 */ blr
|