diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bef7b26..359fc19 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,22 @@ +2015-10-27 Laurent Alfonsi <laurent.alfonsi@st.com> + Christophe Monat <christophe.monat@st.com> + + * ld.texinfo: Add description of the STM32L4xx erratum + workaround. + * NEWS: Mention the new feature. + * emultempl/armelf.em (stm32l4xx_fix): New. + (arm_elf_before_allocation): Choose the type of fix, scan for + erratum. + (gld${EMULATION_NAME}_finish): Fix veneer locations. + (arm_elf_create_output_section_statements): Propagate + stm32l4xx_fix value. + (PARSE_AND_LIST_PROLOGUE): Define OPTION_STM32L4XX_FIX. + (PARSE_AND_LIST_LONGOPTS): Add entry for handling + --fix-stm32l4xx-629360. + (PARSE_AND_LIST_OPTION): Add entry for helping on + --fix-stm32l4xx-629360. + (PARSE_AND_LIST_ARGS_CASES): Treat OPTION_STM32L4XX_FIX. + 2015-10-27 Alan Modra <amodra@gmail.com> PR ld/19175 |