aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-02-14 02:29:39 +0000
committerSteve Chamberlain <sac@cygnus>1992-02-14 02:29:39 +0000
commitd5cd3c0e3d7dc889f108e72ebff8e3f87cb26a47 (patch)
tree4142671e3937a574ab653750be95db9421f66e84 /bfd
parenta213432461efbae3ba6718e40d4145bb9143c456 (diff)
downloadgdb-d5cd3c0e3d7dc889f108e72ebff8e3f87cb26a47.zip
gdb-d5cd3c0e3d7dc889f108e72ebff8e3f87cb26a47.tar.gz
gdb-d5cd3c0e3d7dc889f108e72ebff8e3f87cb26a47.tar.bz2
pointer lint and tandem target.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/libbfd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 69f6398..3b4f2c3 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -31,7 +31,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Set a tdata field. Can't use the other macros for this, since they
do casts, and casting to the left of assignment isn't portable. */
-#define set_tdata(bfd, v) ((bfd)->tdata = (PTR) (v))
+#define set_tdata(bfd, v) ((bfd)->tdata.any = (PTR) (v))
/* tdata for an archive. For an input archive, cache
needs to be free()'d. For an output archive, symdefs do. */
@@ -216,8 +216,7 @@ CONST struct reloc_howto_struct *EXFUN(bfd_default_reloc_type_lookup
boolean EXFUN(bfd_generic_relax_section
, (bfd *abfd,
asection *section,
- asymbol **symbols,
- struct bfd_seclet_struct *seclet));
+ asymbol **symbols));
bfd_byte *
EXFUN(bfd_generic_get_relocated_section_contents, (bfd *abfd,
struct bfd_seclet_struct *seclet)