]> git.ipfire.org Git - thirdparty/gcc.git/commit
Report the section name in case of section type conflicts
authorFlorian Weimer <fweimer@redhat.com>
Fri, 15 Nov 2024 11:00:47 +0000 (12:00 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 15 Nov 2024 11:00:47 +0000 (12:00 +0100)
commit71bf2bef5e99aad810eb65847d878360a0042a02
treeb4c7d761d574c51db90a6f0abbab233862d83923
parent9676da9fc26c9be62a1e862b29165177aa95120f
Report the section name in case of section type conflicts

The section name might the user a hint of what is going on.

gcc/

* varasm.cc (get_section): Include name of section in
diagnostic messages.
gcc/varasm.cc