diff for duplicates of <20200704135747.87752-2-luc.vanoostenryck@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 299d30a..baceb7f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -36,3 +36,19 @@ index 8640026cc6d4..3ef0d520f83c 100644 @@ -53,7 +53,7 @@ extern int pointer_alignment; extern int bits_in_enum; extern int enum_alignment; + +- ++struct asm_operand; + struct builtin_fn; + + struct target { +@@ -77,6 +77,7 @@ struct target { + + void (*init)(const struct target *self); + void (*predefine)(const struct target *self); ++ const char *(*asm_constraint)(struct asm_operand *op, int c, const char *str); + }; + + extern const struct target target_default; +-- +2.27.0 diff --git a/a/content_digest b/N1/content_digest index d2ac3f8..c51d61e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -43,6 +43,22 @@ "+++ b/target.h\n" "@@ -53,7 +53,7 @@ extern int pointer_alignment;\n" " extern int bits_in_enum;\n" - extern int enum_alignment; + " extern int enum_alignment;\n" + " \n" + "-\n" + "+struct asm_operand;\n" + " struct builtin_fn;\n" + " \n" + " struct target {\n" + "@@ -77,6 +77,7 @@ struct target {\n" + " \n" + " \tvoid (*init)(const struct target *self);\n" + " \tvoid (*predefine)(const struct target *self);\n" + "+\tconst char *(*asm_constraint)(struct asm_operand *op, int c, const char *str);\n" + " };\n" + " \n" + " extern const struct target target_default;\n" + "-- \n" + 2.27.0 -c95098be60accb3116da7239befc06e07636242bf903fb81d40ca21eeda16f5e +f514c4360df4b05507d87c58224cee3767544f2e96361b221ed27ce6411e9051
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox