VirtualBox

Changeset 69463 in vbox for trunk/src/recompiler/Sun


Ignore:
Timestamp:
Oct 28, 2017 10:58:50 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118798
Message:

recompiler: scm updates

Location:
trunk/src/recompiler/Sun
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Sun/deftoimp.sed

    r44528 r69463  
    44#
    55
    6 #
    76#
    87# Copyright (C) 2006-2010 Oracle Corporation
  • trunk/src/recompiler/Sun/e_powl-x86.S

    r18083 r69463  
    2424
    2525#ifdef __MINGW32__
    26 # define ASM_TYPE_DIRECTIVE(name,typearg) 
    27 # define ASM_SIZE_DIRECTIVE(name) 
     26# define ASM_TYPE_DIRECTIVE(name,typearg)
     27# define ASM_SIZE_DIRECTIVE(name)
    2828# define cfi_adjust_cfa_offset(a)
    2929# define C_LABEL(name)       _ ## name:
     
    3232# define ALIGNARG(log2) 1<<log2
    3333#elif __APPLE__
    34 # define ASM_TYPE_DIRECTIVE(name,typearg) 
    35 # define ASM_SIZE_DIRECTIVE(name) 
     34# define ASM_TYPE_DIRECTIVE(name,typearg)
     35# define ASM_SIZE_DIRECTIVE(name)
    3636# define cfi_adjust_cfa_offset(a)
    3737# define C_LABEL(name)       _ ## name:
  • trunk/src/recompiler/Sun/testmath.c

    r62042 r69463  
    22/** @file
    33 * Testcase for the no-crt math stuff.
     4 */
     5
     6/*
     7 * Copyright (C) 2006-2016 Oracle Corporation
     8 *
     9 * This file is part of VirtualBox Open Source Edition (OSE), as
     10 * available from http://www.virtualbox.org. This file is free software;
     11 * you can redistribute it and/or modify it under the terms of the GNU
     12 * General Public License (GPL) as published by the Free Software
     13 * Foundation, in version 2 as it comes in the "COPYING" file of the
     14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    416 */
    517
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette