ron minnich has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31253 )
Change subject: RFC: riscv: Add initial support for 32bit boards
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
This is just what we wanted. Please see my one not very important comment.
https://review.coreboot.org/#/c/31253/1/src/lib/libgcc.c
File src/lib/libgcc.c:
https://review.coreboot.org/#/c/31253/1/src/lib/libgcc.c@23
PS1, Line 23: #if !IS_ENABLED(CONFIG_ARCH_X86) && !IS_ENABLED(CONFIG_ARCH_RISCV_RV32) /* work around lack of --gc-sections on x86 */
line over 80 characters
ignore the buildbot, this is fine.
But the comment ought to be fixed, it's confusing to see rv32 there and an x85 comment. Maybe just change it to
For architectures without --gc-sections.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31253
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I35e59b459d1770df10b51fe9e77dcc474d7c75a0
Gerrit-Change-Number: 31253
Gerrit-PatchSet: 2
Gerrit-Owner: Philipp Hug
philipp@hug.cx
Gerrit-Reviewer: Jonathan Neuschäfer
j.neuschaefer@gmx.net
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Philipp Hug
philipp@hug.cx
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: ron minnich
Gerrit-Reviewer: ron minnich
rminnich@gmail.com
Gerrit-Comment-Date: Thu, 07 Feb 2019 11:30:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-MessageType: comment