diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/xtensa.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f30e5e2..7201be9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2020-06-15 Max Filippov <jcmvbkbc@gmail.com> + + * elf/xtensa.h (xtensa_abi_choice): New declaration. + 2020-06-12 Roland McGrath <mcgrathr@google.com> * bfdlink.h (struct bfd_link_info): New field start_stop_visibility. diff --git a/include/elf/xtensa.h b/include/elf/xtensa.h index bd5c80d..eac1a15 100644 --- a/include/elf/xtensa.h +++ b/include/elf/xtensa.h @@ -225,6 +225,9 @@ xtensa_read_table_entries (bfd *abfd, extern int xtensa_compute_fill_extra_space (property_table_entry *entry); +extern int +xtensa_abi_choice (void); + #ifdef __cplusplus } #endif |