diff options
author | Chris Packham <judge.packham@gmail.com> | 2024-07-24 08:51:16 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-07-29 13:12:22 +1200 |
commit | d7fff428934e0501c7f6b7a5459461290b2c8cb5 (patch) | |
tree | c22922e66fa2f07bda1098d6f957989991e6feb4 /packages/gcc/11.4.0/0020-aarch64-Tweak-frame_size-comment.patch | |
parent | 41af907b22c92baada9bf362edfb663a63427d9d (diff) | |
download | crosstool-ng-d7fff428934e0501c7f6b7a5459461290b2c8cb5.tar.gz crosstool-ng-d7fff428934e0501c7f6b7a5459461290b2c8cb5.tar.bz2 crosstool-ng-d7fff428934e0501c7f6b7a5459461290b2c8cb5.zip |
gcc: Add 11.5
https://gcc.gnu.org/pipermail/gcc-announce/2024/000183.html
Add the new version drop the patches that have been applied upstream.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/gcc/11.4.0/0020-aarch64-Tweak-frame_size-comment.patch')
-rw-r--r-- | packages/gcc/11.4.0/0020-aarch64-Tweak-frame_size-comment.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/packages/gcc/11.4.0/0020-aarch64-Tweak-frame_size-comment.patch b/packages/gcc/11.4.0/0020-aarch64-Tweak-frame_size-comment.patch deleted file mode 100644 index d9f68fd2..00000000 --- a/packages/gcc/11.4.0/0020-aarch64-Tweak-frame_size-comment.patch +++ /dev/null @@ -1,35 +0,0 @@ -From b8cd5a0229da78c2d1289d54731fbef0126617d5 Mon Sep 17 00:00:00 2001 -From: Richard Sandiford <richard.sandiford@arm.com> -Date: Tue, 12 Sep 2023 16:19:47 +0100 -Subject: [PATCH 20/29] aarch64: Tweak frame_size comment -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -This patch fixes another case in which a value was described with -an “upside-down” view. - -gcc/ - * config/aarch64/aarch64.h (aarch64_frame::frame_size): Tweak comment. ---- - gcc/config/aarch64/aarch64.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h -index 9291cfd3ec8b..82883ad5a0d8 100644 ---- a/gcc/config/aarch64/aarch64.h -+++ b/gcc/config/aarch64/aarch64.h -@@ -861,8 +861,8 @@ struct GTY (()) aarch64_frame - STACK_BOUNDARY. */ - poly_int64 bytes_above_hard_fp; - -- /* The size of the frame. This value is the offset from base of the -- frame (incomming SP) to the stack_pointer. This value is always -+ /* The size of the frame, i.e. the number of bytes between the bottom -+ of the outgoing arguments and the incoming SP. This value is always - a multiple of STACK_BOUNDARY. */ - poly_int64 frame_size; - --- -2.42.0 - |