diff options
Diffstat (limited to 'bfd/hosts/vaxult.h')
-rw-r--r-- | bfd/hosts/vaxult.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/vaxult.h b/bfd/hosts/vaxult.h index 0383cda..2de6396 100644 --- a/bfd/hosts/vaxult.h +++ b/bfd/hosts/vaxult.h @@ -24,7 +24,6 @@ #define HOST_TEXT_START_ADDR USRTEXT #define HOST_STACK_END_ADDR USRSTACK - /* EXACT TYPES */ typedef char int8e_type; typedef unsigned char uint8e_type; @@ -40,4 +39,3 @@ typedef short int16_type; typedef unsigned short uint16_type; typedef int int32_type; typedef unsigned int uint32_type; - |