diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/xtensa.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index e57acb4..ecfac71 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> + + * elf/xtensa.h (xtensa_make_property_section): New prototype. + 2016-06-24 John Baldwin <jhb@FreeBSD.org> * elf/common.h (AT_FREEBSD_EXECPATH, AT_FREEBSD_CANARY) diff --git a/include/elf/xtensa.h b/include/elf/xtensa.h index ca178f5..be55cd7 100644 --- a/include/elf/xtensa.h +++ b/include/elf/xtensa.h @@ -209,6 +209,8 @@ typedef struct property_table_entry_t #define XTENSA_PROP_INSN_ABSLIT 0x00020000 +extern asection *xtensa_make_property_section (asection *, const char *); + #ifdef __cplusplus } #endif |