Patrick Georgi submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Jacob Garber: Looks good to me, approved
include/stdint.h: Remove old reference to ROMCC

Change-Id: I00fdcee177c5d4b5e95bc3d0330fd8934eee2f0a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39072
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
---
M src/include/stdint.h
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/include/stdint.h b/src/include/stdint.h
index b534add..b3e4cb3 100644
--- a/src/include/stdint.h
+++ b/src/include/stdint.h
@@ -14,10 +14,6 @@
#ifndef STDINT_H
#define STDINT_H

-/* romcc does not support long long, _Static_assert, or _Bool, so we must ifdef that code out.
- Also, GCC can provide its own implementation of stdint.h, so in theory we could use that
- instead of this custom file once romcc is no more. */
-
/* Fixed width integer types */
typedef signed char int8_t;
typedef unsigned char uint8_t;

To view, visit change 39072. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I00fdcee177c5d4b5e95bc3d0330fd8934eee2f0a
Gerrit-Change-Number: 39072
Gerrit-PatchSet: 4
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Jacob Garber <jgarber1@ualberta.ca>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged