aboutsummaryrefslogtreecommitdiff
path: root/bfd/seclet.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-09-25 18:14:29 +0000
committerSteve Chamberlain <sac@cygnus>1992-09-25 18:14:29 +0000
commit8ad2a31dd85032ffcb59db205aa1dbbf32f0bf42 (patch)
treed1bb5a41dce1060c04e8300ff3d8a5cde21290b9 /bfd/seclet.h
parent22a78f0d961fdab4eadf6694a636a6b57d3013ad (diff)
downloadfsf-binutils-gdb-8ad2a31dd85032ffcb59db205aa1dbbf32f0bf42.zip
fsf-binutils-gdb-8ad2a31dd85032ffcb59db205aa1dbbf32f0bf42.tar.gz
fsf-binutils-gdb-8ad2a31dd85032ffcb59db205aa1dbbf32f0bf42.tar.bz2
Fri Sep 25 11:11:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* coff-z8k.c: getting closer * coffcode.h (coff_get_relocated_section_contents): allow EXTRA_CASES hooks for different arches to provide different reloc types. * seclet.h: #ifndef around it to allow multiple inclusion * srec.c: minor doc fix
Diffstat (limited to 'bfd/seclet.h')
-rw-r--r--bfd/seclet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/seclet.h b/bfd/seclet.h
index d4e9452..7b58b39 100644
--- a/bfd/seclet.h
+++ b/bfd/seclet.h
@@ -1,3 +1,5 @@
+#ifndef _SECLET_H
+#define _SECLET_H
typedef enum
{
@@ -29,3 +31,4 @@ struct bfd_seclet_struct
typedef struct bfd_seclet_struct bfd_seclet_type;
bfd_seclet_type *EXFUN(bfd_new_seclet,(bfd*,asection*));
+#endif