mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
2005-04-12 Paul Brook <paul@codesourcery.com>
* opcode/m88k.h: Rename psr macros to avoid conflicts.
This commit is contained in:
parent
48c2393632
commit
9bbf01c6b5
@ -1,3 +1,7 @@
|
||||
2005-04-12 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* opcode/m88k.h: Rename psr macros to avoid conflicts.
|
||||
|
||||
2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
|
||||
|
@ -231,22 +231,22 @@ struct PROCESSOR
|
||||
|
||||
/* Definitions for fields in psr. */
|
||||
|
||||
#define mode 31
|
||||
#define rbo 30
|
||||
#define ser 29
|
||||
#define carry 28
|
||||
#define sf7m 11
|
||||
#define sf6m 10
|
||||
#define sf5m 9
|
||||
#define sf4m 8
|
||||
#define sf3m 7
|
||||
#define sf2m 6
|
||||
#define sf1m 5
|
||||
#define mam 4
|
||||
#define inm 3
|
||||
#define exm 2
|
||||
#define trm 1
|
||||
#define ovfm 0
|
||||
#define psr_mode 31
|
||||
#define psr_rbo 30
|
||||
#define psr_ser 29
|
||||
#define psr_carry 28
|
||||
#define psr_sf7m 11
|
||||
#define psr_sf6m 10
|
||||
#define psr_sf5m 9
|
||||
#define psr_sf4m 8
|
||||
#define psr_sf3m 7
|
||||
#define psr_sf2m 6
|
||||
#define psr_sf1m 5
|
||||
#define psr_mam 4
|
||||
#define psr_inm 3
|
||||
#define psr_exm 2
|
||||
#define psr_trm 1
|
||||
#define psr_ovfm 0
|
||||
|
||||
/* The 1 clock operations. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user