Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by bellard, Sun Jul 3 16:44:10 2005 UTC | revision 1.3 by bellard, Sun Nov 6 16:52:11 2005 UTC | |
|---|---|---|
| # | Line 2155 struct mips_opcode *mips_opcodes = | Line 2155 struct mips_opcode *mips_opcodes = |
| 2155 | int bfd_mips_num_opcodes = MIPS_NUM_OPCODES; | int bfd_mips_num_opcodes = MIPS_NUM_OPCODES; |
| 2156 | #undef MIPS_NUM_OPCODES | #undef MIPS_NUM_OPCODES |
| 2157 | ||
| typedef int bfd_boolean; | ||
| #define TRUE (1) | ||
| #define FALSE (0) | ||
| 2158 | /* Mips instructions are at maximum this many bytes long. */ | /* Mips instructions are at maximum this many bytes long. */ |
| 2159 | #define INSNLEN 4 | #define INSNLEN 4 |
| 2160 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |