diff options
author | jake <jake@FreeBSD.org> | 2002-07-31 15:52:04 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-07-31 15:52:04 +0000 |
commit | 4011a2d343d8546f911c094612e249bef35bbe37 (patch) | |
tree | 36ad69b8cb7896fe62cfa921e311ab500390fb02 | |
parent | 751f2d0c51ea2bbdb1625338052d19ecbb5f9f26 (diff) | |
download | FreeBSD-src-4011a2d343d8546f911c094612e249bef35bbe37.zip FreeBSD-src-4011a2d343d8546f911c094612e249bef35bbe37.tar.gz |
*.s -> *.S.
-rw-r--r-- | sys/conf/Makefile.sparc64 | 6 | ||||
-rw-r--r-- | sys/conf/files.sparc64 | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 0411fd3..3706571 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -39,7 +39,7 @@ S= ../../.. # XXX: this should probably go somewhere else COPTS+= -mcmodel=medlow -msoft-float -SYSTEM_SFILES= $S/$M/$M/locore.s $S/$M/$M/exception.s +SYSTEM_SFILES= $S/$M/$M/locore.S $S/$M/$M/exception.S SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack.So %BEFORE_DEPEND @@ -60,10 +60,10 @@ SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack # grep -v 'struct/union .* never defined' | \ # grep -v 'possible pointer alignment problem' -exception.o: $S/$M/$M/exception.s assym.s +exception.o: $S/$M/$M/exception.S assym.s ${NORMAL_S} -locore.o: $S/$M/$M/locore.s assym.s +locore.o: $S/$M/$M/locore.S assym.s ${NORMAL_S} %RULES diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index a0758a5..2afc3e2 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -36,10 +36,10 @@ sparc64/sparc64/db_interface.c optional ddb sparc64/sparc64/db_trace.c optional ddb sparc64/sparc64/db_hwwatch.c optional ddb sparc64/sparc64/elf_machdep.c standard -# locore.s and exception.s need to be handled in Makefile to put them first. -# Otherwise it's they're normal. -# sparc64/sparc64/locore.s standard -# sparc64/sparc64/exception.s standard +# locore.S and exception.S need to be handled in the Makefile to put them +# first. Otherwise they're normal. +# sparc64/sparc64/locore.S standard +# sparc64/sparc64/exception.S standard sparc64/sparc64/eeprom.c optional eeprom sparc64/sparc64/eeprom_ebus.c optional eeprom ebus sparc64/sparc64/eeprom_sbus.c optional eeprom sbus @@ -49,8 +49,8 @@ sparc64/sparc64/intr_machdep.c standard sparc64/sparc64/iommu.c standard sparc64/sparc64/machdep.c standard sparc64/sparc64/mem.c standard -sparc64/sparc64/mp_exception.s optional smp -sparc64/sparc64/mp_locore.s optional smp +sparc64/sparc64/mp_exception.S optional smp +sparc64/sparc64/mp_locore.S optional smp sparc64/sparc64/mp_machdep.c optional smp sparc64/sparc64/nexus.c standard sparc64/sparc64/ofw_bus.c standard @@ -59,9 +59,9 @@ sparc64/sparc64/pmap.c standard sparc64/sparc64/prof_machdep.c optional profiling-routine sparc64/sparc64/rwindow.c standard sparc64/sparc64/sparcbus_if.m standard -sparc64/sparc64/support.s standard +sparc64/sparc64/support.S standard sparc64/sparc64/sys_machdep.c standard -sparc64/sparc64/swtch.s standard +sparc64/sparc64/swtch.S standard sparc64/sparc64/tick.c standard sparc64/sparc64/tlb.c standard sparc64/sparc64/trap.c standard |