BSF_FUNCTION update
authorKen Raeburn <raeburn@cygnus>
Thu, 29 Apr 1993 16:07:00 +0000 (16:07 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 29 Apr 1993 16:07:00 +0000 (16:07 +0000)
include/bfd.h

index f83971e2e3c0613261aad955480c467eadb80715..671e8365f3af5f5c58dbb551223487fc046da6e6 100644 (file)
@@ -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
This page took 0.023686 seconds and 4 git commands to generate.