Subversion Repositories Kolibri OS

Rev

Rev 5191 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* Header file for targets using CGEN: Cpu tools GENerator.
1
/* Header file for targets using CGEN: Cpu tools GENerator.
Line 2... Line -...
2
 
-
 
3
   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2009, 2010
2
 
Line 4... Line 3...
4
   Free Software Foundation, Inc.
3
   Copyright (C) 1996-2015 Free Software Foundation, Inc.
Line 5... Line 4...
5
 
4
 
6
   This file is part of GDB, the GNU debugger, and the GNU Binutils.
5
   This file is part of GDB, the GNU debugger, and the GNU Binutils.
Line 26... Line 25...
26
#include "cgen/bitset.h"
25
#include "cgen/bitset.h"
Line 27... Line 26...
27
 
26
 
28
/* ??? IWBN to replace bfd in the name.  */
27
/* ??? IWBN to replace bfd in the name.  */
Line -... Line 28...
-
 
28
#include "bfd_stdint.h"
-
 
29
 
-
 
30
#ifdef __cplusplus
-
 
31
extern "C" {
29
#include "bfd_stdint.h"
32
#endif
30
 
33
 
31
/* ??? This file requires bfd.h but only to get bfd_vma.
34
/* ??? This file requires bfd.h but only to get bfd_vma.
32
   Seems like an awful lot to require just to get such a fundamental type.
35
   Seems like an awful lot to require just to get such a fundamental type.
33
   Perhaps the definition of bfd_vma can be moved outside of bfd.h.
36
   Perhaps the definition of bfd_vma can be moved outside of bfd.h.
Line 1475... Line 1478...
1475
extern void cgen_clear_signed_overflow_ok (CGEN_CPU_DESC);
1478
extern void cgen_clear_signed_overflow_ok (CGEN_CPU_DESC);
Line 1476... Line 1479...
1476
 
1479
 
1477
/* Will an error message be generated if a signed field in an instruction overflows ? */
1480
/* Will an error message be generated if a signed field in an instruction overflows ? */
Line -... Line 1481...
-
 
1481
extern unsigned int cgen_signed_overflow_ok_p (CGEN_CPU_DESC);
-
 
1482
 
-
 
1483
#ifdef __cplusplus
-
 
1484
}
1478
extern unsigned int cgen_signed_overflow_ok_p (CGEN_CPU_DESC);
1485
#endif