aboutsummaryrefslogtreecommitdiff
path: root/bfd/libaout.h
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-04-15 15:25:16 +0000
committerSteve Chamberlain <steve@cygnus>1991-04-15 15:25:16 +0000
commit9846338e68f0951443690e50cb678082a86be57e (patch)
tree83da5e493e728f6aa8cf5153cac383b338009a72 /bfd/libaout.h
parent14825ce9fa772c7024798c83291c822ee86797ea (diff)
downloadfsf-binutils-gdb-9846338e68f0951443690e50cb678082a86be57e.zip
fsf-binutils-gdb-9846338e68f0951443690e50cb678082a86be57e.tar.gz
fsf-binutils-gdb-9846338e68f0951443690e50cb678082a86be57e.tar.bz2
Merged in some changes from Intel,
Added some more prototypes.
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r--bfd/libaout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index febe2f4..43195f5 100644
--- a/bfd/libaout.h
+++ b/bfd/libaout.h
@@ -61,7 +61,7 @@ struct sunexdata {
};
-#define obj_outsymbols(bfd) ((void *)(((struct sunexdata *) ((bfd)->tdata))->outsymbols))
+#define obj_outsymbols(bfd) ((PTR)(((struct sunexdata *) ((bfd)->tdata))->outsymbols))
@@ -75,6 +75,6 @@ struct sunexdata {
#define obj_arch_flags(bfd) ((((struct sunexdata *) (bfd)->tdata))->arch_flags)
#define get_tdata(x) ((struct sunexdata *)((x)->tdata))
-#define set_tdata(x,y) ((x)->tdata = (void *) (y))
+#define set_tdata(x,y) ((x)->tdata = (PTR) (y))