Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gcc/dist/gcc/config/aarch64



Module Name:    src
Committed By:   mrg
Date:           Tue Sep 16 19:34:06 UTC 2025

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/aarch64: aarch64-builtins.cc
            aarch64.h

Log Message:
fix a couple of gcc 14 merge botches for arm64:

avoid host_detect_local_cpu() usage except for native.
adding a struct name caused GTY(()) to be upset, remove the second one
that isn't necessary anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-builtins.cc
cvs rdiff -u -r1.7 -r1.8 \
    src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index