mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-02 13:50:34 +00:00
Create specific modinfo library
This commit is contained in:
@@ -31,7 +31,7 @@ INETHELPER_OBJS = pspSdkLoadInetModules.o pspSdkInetInit.o pspSdkInetTerm.o
|
||||
MULT_SRCS = modulemgr_patches.c inethelper.c
|
||||
MULT_OBJS = $(MODULEMGR_PATCHES_OBJS) $(INETHELPER_OBJS)
|
||||
|
||||
libpspsdk_a_SOURCES = query_mod.c loadmodule.c fixup.c threadutils.c interrupt.S k1set.S modinfo.S fpu.S $(MULT_SRCS)
|
||||
libpspsdk_a_SOURCES = query_mod.c loadmodule.c fixup.c threadutils.c interrupt.S k1set.S fpu.S $(MULT_SRCS)
|
||||
libpspsdk_a_LIBADD = $(MULT_OBJS)
|
||||
|
||||
$(MODULEMGR_PATCHES_OBJS): modulemgr_patches.c
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
|
||||
.global __lib_ent_top
|
||||
.global __lib_ent_bottom
|
||||
.global __lib_stub_top
|
||||
.global __lib_stub_bottom
|
||||
|
||||
.set push
|
||||
.section .lib.ent.top, "a", @progbits
|
||||
.align 2
|
||||
.word 0
|
||||
__lib_ent_top:
|
||||
.section .lib.ent.btm, "a", @progbits
|
||||
.align 2
|
||||
__lib_ent_bottom:
|
||||
.word 0
|
||||
.section .lib.stub.top, "a", @progbits
|
||||
.align 2
|
||||
.word 0
|
||||
__lib_stub_top:
|
||||
.section .lib.stub.btm, "a", @progbits
|
||||
.align 2
|
||||
__lib_stub_bottom:
|
||||
.word 0
|
||||
.set pop
|
||||
.text
|
||||
|
||||
Reference in New Issue
Block a user