* gmon.h, alpha.c, vax.c: Remove #if 0'd chunks.

This commit is contained in:
Ben Elliston
2005-01-20 23:37:57 +00:00
parent 9a12353f39
commit 210c61aa9b
4 changed files with 80 additions and 63 deletions

View File

@@ -53,15 +53,17 @@ enum opermodes
};
typedef enum opermodes operandenum;
#if 0
/* *INDENT-OFF* */
/* Here to document only. We can't use this when cross compiling as
the bitfield layout might not be the same as native. */
struct modebyte
{
unsigned int regfield:4;
unsigned int modefield:4;
};
#endif
the bitfield layout might not be the same as native.
struct modebyte
{
unsigned int regfield:4;
unsigned int modefield:4;
};
*/
/* *INDENT-ON* */
/*
* A symbol to be the child of indirect calls: