aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-04-29 16:07:00 +0000
committerKen Raeburn <raeburn@cygnus>1993-04-29 16:07:00 +0000
commit590ec83874950fb949ff347d921a8e3fad9dd873 (patch)
treeb982fe6fbd8bc2fecf5c9bd483a735eb77a6e766 /include
parent18f81c053a91a256375ee1f0497c07a37a052e0b (diff)
downloadfsf-binutils-gdb-590ec83874950fb949ff347d921a8e3fad9dd873.zip
fsf-binutils-gdb-590ec83874950fb949ff347d921a8e3fad9dd873.tar.gz
fsf-binutils-gdb-590ec83874950fb949ff347d921a8e3fad9dd873.tar.bz2
BSF_FUNCTION update
Diffstat (limited to 'include')
-rw-r--r--include/bfd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bfd.h b/include/bfd.h
index f83971e..671e836 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -1142,6 +1142,10 @@ typedef struct symbol_cache_entry
meaning. */
#define BSF_DEBUGGING 0x40
+ /* The symbol denotes a function entry point. Used in ELF,
+ perhaps others someday. */
+#define BSF_FUNCTION 0x080
+
/* Used by the linker. */
#define BSF_KEEP 0x10000
#define BSF_KEEP_G 0x80000