Leo Yan
4787c764f9
arm64: Remove duplicated symbols
...
When build U-boot with clang with using commands:
$ make HOSTCC=clang xenguest_arm64_defconfig
$ make HOSTCC=clang CROSS_COMPILE=aarch64-linux-gnu- \
CC="clang -target aarch64-linux-gnueabi" -j8
The compiler reports error:
/tmp/start-acdf31.s:330:1: error: symbol '_start' is already defined
_start:
^
Because the symbol '_start' has been defined twice, one is defined in
arch/arm/cpu/armv8/start.S, another is defined in the header
boot0-linux-kernel-header.h.
To fix building failure, this patch removes the symbol '_start' from
boot0-linux-kernel-header.h.
Signed-off-by: Leo Yan <leo.yan@linaro.org >
2023-06-01 12:32:03 -04:00
..
2023-05-31 10:11:46 -04:00
2022-06-23 08:24:49 -04:00
2022-11-24 16:26:01 -05:00
2020-07-29 10:13:41 -04:00
2023-01-20 12:27:24 -05:00
2022-01-19 18:11:34 +01:00
2022-09-18 20:42:56 +02:00
2023-01-31 19:44:23 +01:00
2023-05-31 10:11:46 -04:00
2023-05-31 10:11:46 -04:00
2023-05-31 10:11:46 -04:00
2023-05-31 12:31:47 -04:00
2023-05-31 12:31:47 -04:00
2022-12-23 10:14:51 -05:00
2020-08-03 22:19:54 -04:00
2023-01-10 15:25:48 +01:00
2021-09-30 09:08:16 -04:00
2023-05-31 12:31:47 -04:00
2022-11-10 10:08:55 -05:00
2022-11-10 10:08:55 -05:00
2023-05-31 12:31:47 -04:00
2022-12-05 16:06:08 -05:00
2023-05-31 12:31:47 -04:00
2022-06-22 21:30:05 -04:00
2023-01-27 12:51:26 -05:00
2020-08-25 08:01:16 +02:00
2020-08-25 08:01:16 +02:00
2023-05-31 12:31:47 -04:00
2022-06-06 12:09:00 -04:00
2023-05-31 12:31:47 -04:00
2022-04-18 11:25:13 +08:00
2021-06-18 14:36:24 +08:00
2023-02-28 18:07:28 +08:00
2023-04-21 15:16:01 +08:00
2023-01-16 18:01:11 +08:00
2020-12-09 10:57:50 +01:00
2021-11-10 17:03:36 +01:00
2021-11-10 17:03:36 +01:00
2022-09-26 17:21:02 +02:00
2021-11-10 17:03:36 +01:00
2022-12-05 16:06:08 -05:00
2023-04-28 01:30:24 +01:00
2023-04-07 19:47:52 +02:00
2022-01-19 18:11:34 +01:00
2023-04-07 19:52:54 +02:00
2022-01-19 18:11:34 +01:00
2022-12-05 16:07:12 -05:00
2023-04-25 15:31:27 -04:00
2023-05-31 12:31:47 -04:00
2023-05-31 12:31:47 -04:00
2023-03-30 00:45:39 +02:00
2022-07-08 17:57:33 -04:00
2022-12-23 10:14:50 -05:00
2020-10-23 09:16:07 -04:00
2021-01-18 15:14:15 -05:00
2022-09-02 13:40:42 -04:00
2023-06-01 12:32:03 -04:00
2021-09-24 14:30:46 -04:00
2021-03-02 15:53:37 -05:00
2022-07-07 14:01:09 -04:00
2022-02-23 05:25:17 +01:00
2022-12-05 16:06:07 -05:00
2022-04-01 16:56:53 -04:00
2022-12-22 10:31:48 -05:00
2021-10-31 08:46:29 -04:00
2023-04-25 15:31:27 -04:00
2021-07-06 14:07:36 -04:00
2022-03-02 13:59:29 -05:00
2023-05-31 17:23:01 -04:00
2021-09-21 10:08:24 +03:00
2022-03-02 13:59:29 -05:00
2022-06-06 12:09:00 -04:00
2022-01-19 18:11:34 +01:00
2021-02-21 06:08:00 +01:00
2020-12-13 16:51:09 -07:00
2022-09-13 09:04:22 +02:00
2023-01-31 15:46:39 +01:00
2021-05-24 14:21:30 -04:00
2021-05-24 14:21:30 -04:00
2022-06-28 17:04:37 -04:00
2021-09-24 07:49:16 -04:00
2022-03-02 13:59:29 -05:00
2022-04-01 16:56:53 -04:00
2023-05-31 14:05:34 -04:00
2021-09-30 08:08:56 -04:00