Richard Henderson writes:
> On 7/31/19 9:07 AM, Alex Bennée wrote:
>> +#
>> +# See if --dynamic-list is supported by the linker
>> +
>> +cat > $TMPTXT <> +{
>> + foo;
>> +};
>> +EOF
>> +
>> +cat > $TMPC <> +#include
>> +void foo(void);
>> +
>> +void foo
On 7/31/19 9:07 AM, Alex Bennée wrote:
> +#
> +# See if --dynamic-list is supported by the linker
> +
> +cat > $TMPTXT < +{
> + foo;
> +};
> +EOF
> +
> +cat > $TMPC < +#include
> +void foo(void);
> +
> +void foo(void)
> +{
> + printf("foo\n");
> +}
> +
> +
From: "Emilio G. Cota"
Signed-off-by: Emilio G. Cota
[AJB: moved into plugins]
Signed-off-by: Alex Bennée
---
v3
- moved to plugins/
- include qemu_plugin_reset
---
Makefile | 1 +
configure| 69
plugins/.gitign