CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2025/07/30 09:52:46

Modified files:
        gnu/usr.bin/gcc/gcc/config/m88k: m88k.c 

Log message:
PIC code which needs to load data from the GOT and thus has code to setup
r25 for that purpose in the function prologue, needs to mark r1 as needing
to be saved, as the GOT setup relies on a local branch and a pc-relative
relocation.

The comment was correct, the code wasn't - and this was hidden by another bug,
soon to be removed.

Reply via email to