https://gcc.gnu.org/g:f74d1190ea127023395b58f9b316c630d7bc45a7
commit f74d1190ea127023395b58f9b316c630d7bc45a7 Author: Michael Meissner <meiss...@linux.ibm.com> Date: Tue Jun 17 00:56:59 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.cmodel | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog.cmodel b/gcc/ChangeLog.cmodel index b530ecfea5af..7f6ff6340c7d 100644 --- a/gcc/ChangeLog.cmodel +++ b/gcc/ChangeLog.cmodel @@ -1,4 +1,4 @@ -==================== Branch work211-cmodel, patch #300 ==================== +==================== Branch work211-cmodel, patch #301 ==================== PR target/120681 - allow -mcmodel=large with prefixed addressing @@ -16,7 +16,7 @@ static variables, pc-relative addressing will be used. For external variables, we will generate the normal code that uses '@got@pcrel' addressing to load up the external address and use this address as a pointer to do the load or store. -2025-06-16 Michael Meissner <meiss...@linux.ibm.com> +2025-06-17 Michael Meissner <meiss...@linux.ibm.com> gcc/ @@ -30,6 +30,8 @@ gcc/testsuite/ PR target/120681 * gcc.target/powerpc/pr120681.c: New test. +==================== Branch work211-cmodel, patch #300 was reverted ==================== + ==================== Branch work211-cmodel, baseline ==================== 2025-06-13 Michael Meissner <meiss...@linux.ibm.com>