diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-04-08 12:39:16 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-04-08 12:39:16 +0200 |
commit | f53c5cde64770d6c175737a444450fea81feba80 (patch) | |
tree | 3e9b918b504c9cb9e34b5c4b17fded2e66df75cb /libjava/classpath/lib/java/math/MathContext.class | |
parent | 54ab0f6785c006ddff056dab9c0240cddae82020 (diff) | |
download | gcc-f53c5cde64770d6c175737a444450fea81feba80.zip gcc-f53c5cde64770d6c175737a444450fea81feba80.tar.gz gcc-f53c5cde64770d6c175737a444450fea81feba80.tar.bz2 |
riscv: Fix a typo in config/riscv/freebsd.h [PR119678]
The r15-1124 commit had a typo in one of the FBSD_LINK_PG_NOTE
macro uses.
Fixed thusly, tested with
../configure --target riscv64-unknown-freebsd14 --disable-bootstrap --enable-languages=c --disable-libsanitizer --disable-libgomp
make -j32
Before it failed while compiling gcc.cc:
In file included from ./tm.h:44,
from ../../gcc/gcc.cc:35:
../../gcc/config/riscv/freebsd.h:45:5: error: expected ‘,’ or ‘;’ before ‘FBSD_LINK_PG_NOTES’
45 | " FBSD_LINK_PG_NOTES " \
| ^~~~~~~~~~~~~~~~~~
../../gcc/gcc.cc:1211:32: note: in expansion of macro ‘LINK_SPEC’
Now it fails later on during libgcc configury because I don't have
corresponding binutils.
2025-04-08 Jakub Jelinek <jakub@redhat.com>
PR target/119678
* config/riscv/freebsd.h (LINK_SPEC): Use FBSD_LINK_PG_NOTE rather
than non-existing FBSD_LINK_PG_NOTES.
Diffstat (limited to 'libjava/classpath/lib/java/math/MathContext.class')
0 files changed, 0 insertions, 0 deletions