On 10/4/24 1:23 AM, Tsung Chun Lin wrote:
0001-RISC-V-libgcc-Fix-incorrect-.cfi_offset-for-saving-r.patch
From 8b3c5ebe8aacbcc4ddf1be8dea9a555e7e1bcc39 Mon Sep 17 00:00:00 2001
From: Jim Lin<j...@andestech.com>
Date: Fri, 4 Oct 2024 14:48:12 +0800
Subject: [PATCH] RISC-V/libgcc: Fix incorrect .cfi_offset for saving ra in
__riscv_save_[0-3] on ilp32e.
libgcc/ChangeLog:
* config/riscv/save-restore.S: Fix .cfi_offset for saving ra in
__riscv_save_[0-3] on ilp32e.
Thanks. Looks correct to me and I've pushed it to the trunk. I checked
all the other .cfi_offsets and they looked correct to me.
Curious, how did you find this (and the other error you fixed recently)?
Jeff