Skip to content

Commit

Permalink
Move rosco_m68k_public.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Sep 27, 2024
1 parent 9b0396c commit 5a38610
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions libgloss/rosco/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ install: $($(CPU)_INSTALL)
for c in $(XOSERA_INCLUDES); do \
$(INSTALL_DATA) $(srcdir)/xosera/xosera_m68k_api/$$c $(DESTDIR)$(tooldir)/include/rosco_m68k/$$c ; \
done;
$(INSTALL_DATA) $(srcdir)/rosco_m68k_public.inc $(DESTDIR)$(tooldir)/include/rosco_m68k/rosco_m68k_public.inc

clean mostlyclean:
rm -f *.o *.a
Expand Down
2 changes: 1 addition & 1 deletion libgloss/rosco/ata_asm.asm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
; Stubs for calling SD functions in the EFP from C,
; using the BBSD prototypes from stage 1.
;------------------------------------------------------------
include "rosco_m68k_public.asm"
include "rosco_m68k_public.inc"

ATA_check_support::
move.l #15,D0
Expand Down
2 changes: 1 addition & 1 deletion libgloss/rosco/crt0.asm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
; GCC global constructors/destructors (with attributes and
; __cxa_atexit) are supported here, too.
;------------------------------------------------------------
include "rosco_m68k_public.asm"
include "rosco_m68k_public.inc"

section .reloc

Expand Down
2 changes: 1 addition & 1 deletion libgloss/rosco/hugerom_rosco_m68k_program.ld
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PROVIDE(_SDB_MEM_SIZE = 0x00000414); /* contiguous memory size */
PROVIDE(_SDB_UART_BASE = 0x00000418); /* UART base address */
PROVIDE(_SDB_CPU_INFO = 0x0000041C); /* CPU Info (model and speed) */

/* NOTE: These need to be kept in sync with rosco_m68k_public.asm! */
/* NOTE: These need to be kept in sync with rosco_m68k_public.inc! */
PROVIDE(_EFP_TABLE = 0x00000420); /* Extension function ptr table */

PROVIDE(_EFP_PRINT = 0x00000420); /* Print string to console */
Expand Down
File renamed without changes.

0 comments on commit 5a38610

Please sign in to comment.