summaryrefslogtreecommitdiff
path: root/sparc_mach_dep.S
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Move asm machine-dependent files to 'src' folder" (partly)Ivan Maidanski2015-02-271-0/+61
| | | | | | | | | | | | | | | Asm files moved back to base folder to avoid build issues (reported for NetBSD and Solaris on Sparc). Alternative way is to adjust configure.ac and Makefile.am properly but it requires more efforts (including testing). * .gitignore: Remove "src" from comment. * Makefile.am (EXTRA_libgc_la_SOURCES): Remove "src/" prefix. * Makefile.direct (SRCS, mach_dep.o): Likewise. * src/ia64_save_regs_in_stack.s: Move to base folder. * src/sparc_mach_dep.S: Likewise. * src/sparc_netbsd_mach_dep.s: Likewise. * src/sparc_sunos4_mach_dep.s: Likewise.
* Move asm machine-dependent files to "src" folder.Ivan Maidanski2011-08-251-61/+0
| | | | | | | | | | | | | | * .gitignore: Add entries from "src" folder; add auto-generated files by CMake; allow a suffix for "libatomic_ops" folder. * Makefile.direct (SRCS, mach_dep.o): Move sparc_mach_dep.S, sparc_sunos4_mach_dep.s, sparc_netbsd_mach_dep.s, ia64_save_regs_in_stack.s to "src" directory. * Makefile.dj (SRCS): Ditto. * configure.ac (machdep): Move sparc_mach_dep.lo, sparc_netbsd_mach_dep.lo, ia64_save_regs_in_stack.lo to "src" folder. * PCR-Makefile (mach_dep.o): Remove "if_mach" statement for MIPS. * PCR-Makefile (if_mach, if_not_there): Remove rules. * gc.mak (CPP_PROJ): Prefix libatomic_ops folder with "./".
* 2009-11-10 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-1/+0
| | | | * sparc_mach_dep.S (GC_push_regs): Remove the reference.
* 2009-11-06 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-11/+3
| | | | | | | | | * mach_dep.c (GC_push_regs): Remove STATIC (just to catch a duplicate symbol definition linker error). * misc.c (GC_clear_stack_inner): Ditto. * sparc_mach_dep.S (GC_push_regs): Comment out the reference. * sparc_mach_dep.S: Remove trailing spaces at EOLn; remove multiple trailing blank lines.
* 2007-05-01 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-1/+1
| | | | | | | | | | | | (and Manuel Serrano, Craig McDaniel) * configure.ac: Comment out redundant AC_DEFINE(NO_EXECUTE_PERMISSION). * configure: Regenerate. * sparc_mach_dep.S: Remove single quote in comment. * include/private/gcconfig.h: Fix DATAEND for NONSTOP. * win32_threads.c: Include stdint.h for Mingw. Add GC_API for DllMain. (GC_use_DllMain): Fix assertion.
* 2006-03-28 Hans Boehm <Hans.Boehm@hp.com>hboehm2011-07-261-1/+0
| | | | * sparc_mach_dep.S: Don't define GC_push_regs.
* gc7.0alpha5 tarball importgc7_0alpha5Ivan Maidanski2011-07-261-0/+4
|
* gc6.1alpha4 tarball importgc6_1alpha4Ivan Maidanski2011-07-261-0/+67