[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 10/10] target/hexagon: import additional tests
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 10/10] target/hexagon: import additional tests |
Date: |
Thu, 25 Feb 2021 19:52:53 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/25/21 7:18 AM, Alessandro Di Federico wrote:
> +++ b/tests/tcg/hexagon/first.S
> @@ -21,24 +21,24 @@
>
> #define FD_STDOUT 1
>
> - .type str,@object
> - .section .rodata
> + .type str,@object
> + .section .rodata
> str:
> - .string "Hello!\n"
> - .size str, 8
> + .string "Hello!\n"
> + .size str, 8
>
> .text
> .global _start
> _start:
> - r6 = #SYS_write
> - r0 = #FD_STDOUT
> - r1 = ##str
> - r2 = #7
> - trap0(#1)
> + r6 = #SYS_write
> + r0 = #FD_STDOUT
> + r1 = ##str
> + r2 = #7
> + trap0(#1)
>
Don't re-indent stuff. Otherwise, it all looks fairly straightforward.
r~
- Re: [PATCH v2 02/10] target/hexagon: import README for idef-parser, (continued)
- [PATCH v2 04/10] target/hexagon: introduce new helper functions, Alessandro Di Federico, 2021/02/25
- [PATCH v2 07/10] target/hexagon: import lexer for idef-parser, Alessandro Di Federico, 2021/02/25
- [PATCH v2 09/10] target/hexagon: call idef-parser functions, Alessandro Di Federico, 2021/02/25
- [PATCH v2 08/10] target/hexagon: import parser for idef-parser, Alessandro Di Federico, 2021/02/25
- [PATCH v2 10/10] target/hexagon: import additional tests, Alessandro Di Federico, 2021/02/25
- Re: [PATCH v2 10/10] target/hexagon: import additional tests,
Richard Henderson <=
- Re: [PATCH v2 00/10] target/hexagon: introduce idef-parser, no-reply, 2021/02/25