From: John Gilmore Date: Tue, 22 Oct 1991 00:49:54 +0000 (+0000) Subject: Remove malloc/free decls covered in stdlib.h. From David Taylor. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30ff2d72e0b53c239c43f8f3caa9cf2d8bbf4a93;p=binutils-gdb.git Remove malloc/free decls covered in stdlib.h. From David Taylor. --- diff --git a/bfd/hosts/vaxult.h b/bfd/hosts/vaxult.h index 0383cda94e2..2de63961e8a 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; -