projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a782f
)
Remove malloc/free decls covered in stdlib.h. From David Taylor.
author
John Gilmore
<gnu@cygnus>
Tue, 22 Oct 1991 00:49:54 +0000
(
00:49
+0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 22 Oct 1991 00:49:54 +0000
(
00:49
+0000)
bfd/hosts/vaxult.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/vaxult.h
b/bfd/hosts/vaxult.h
index 0383cda94e28e6c6942fb550ee4be299cd29d7a3..2de63961e8ad3263ee06d29e2834dc623ad5031c 100644
(file)
--- 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;
-