From: Ken Raeburn Date: Thu, 29 Apr 1993 16:07:00 +0000 (+0000) Subject: BSF_FUNCTION update X-Git-Tag: gdb-4_18~19389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=590ec83874950fb949ff347d921a8e3fad9dd873;p=platform%2Fupstream%2Fbinutils.git BSF_FUNCTION update --- 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