aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-12-13 00:19:02 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-12-13 00:19:02 +0000
commit9946ab84cdff68ccda3d8dcc5898e0c36fe4e331 (patch)
tree47b3f67be6f04f2f3f8a86f95d70317d51b58383 /libgcc/ChangeLog
parent0566b2e64be258641cbc6dbbc07ad48f54566e49 (diff)
downloadgcc-9946ab84cdff68ccda3d8dcc5898e0c36fe4e331.zip
gcc-9946ab84cdff68ccda3d8dcc5898e0c36fe4e331.tar.gz
gcc-9946ab84cdff68ccda3d8dcc5898e0c36fe4e331.tar.bz2
Daily bump.
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 0541bf8..8890ba6 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,16 @@
+2024-12-12 Georg-Johann Lay <avr@gjlay.de>
+
+ PR target/118001
+ * config/avr/t-avr (LIB1ASMFUNCS): Add _fload_1, _fload_2,
+ _fload_3, _fload_4, _movmemf.
+ * config/avr/lib1funcs.S (.branch_plus): New .macro.
+ (__xload_1, __xload_2, __xload_3, __xload_4): When the address is
+ located in flash, then forward to...
+ (__fload_1, __fload_2, __fload_3, __fload_4): ...these new
+ functions, respectively.
+ (__movmemx_hi): When the address is located in flash, forward to...
+ (__movmemf_hi): ...this new function.
+
2024-11-30 Jakub Jelinek <jakub@redhat.com>
PR libgomp/117851