mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
New ACC version.
committer: mfx <mfx> 1142035385 +0000
This commit is contained in:
parent
626a09328f
commit
37ac8f179e
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
#ifndef __ACC_H_INCLUDED
|
#ifndef __ACC_H_INCLUDED
|
||||||
#define __ACC_H_INCLUDED 1
|
#define __ACC_H_INCLUDED 1
|
||||||
#define ACC_VERSION 20060307L
|
#define ACC_VERSION 20060309L
|
||||||
#if defined(__CYGWIN32__) && !defined(__CYGWIN__)
|
#if defined(__CYGWIN32__) && !defined(__CYGWIN__)
|
||||||
# define __CYGWIN__ __CYGWIN32__
|
# define __CYGWIN__ __CYGWIN32__
|
||||||
#endif
|
#endif
|
||||||
|
@ -1383,7 +1383,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if !defined(__acc_noinline)
|
#if !defined(__acc_noinline)
|
||||||
#if 1 && (ACC_ARCH_I386) && (ACC_CC_GNUC >= 0x040000ul) && (ACC_CC_GNUC < 0x040100ul)
|
#if 1 && (ACC_ARCH_I386) && (ACC_CC_GNUC >= 0x040000ul) && (ACC_CC_GNUC < 0x040003ul)
|
||||||
# define __acc_noinline __attribute__((__noinline__,__used__))
|
# define __acc_noinline __attribute__((__noinline__,__used__))
|
||||||
#elif (ACC_CC_GNUC >= 0x030200ul)
|
#elif (ACC_CC_GNUC >= 0x030200ul)
|
||||||
# define __acc_noinline __attribute__((__noinline__))
|
# define __acc_noinline __attribute__((__noinline__))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user