mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-09 02:39:37 +00:00
772414848e
After the preceding patch series to handle ABI corpora in which the ODR is not applicable (and the inevitable fallouts) this patch updates the reference output for the test-read-write test harness. * tests/data/test-read-write/test27.xml: Adjust. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
31 lines
1.7 KiB
XML
31 lines
1.7 KiB
XML
<abi-corpus path='repr7' architecture='elf-amd-x86_64'>
|
|
<elf-function-symbols>
|
|
<elf-symbol name='_Z2fni' type='func-type' binding='global-binding' is-defined='yes'/>
|
|
</elf-function-symbols>
|
|
<elf-variable-symbols>
|
|
<elf-symbol name='fnptr0' type='object-type' binding='global-binding' is-defined='yes'/>
|
|
<elf-symbol name='fnptr1' type='object-type' binding='global-binding' is-defined='yes'/>
|
|
</elf-variable-symbols>
|
|
<abi-instr version='1.0' address-size='64' path='../../../repr7.cc' language='LANG_C_plus_plus'>
|
|
<type-decl name='void' id='type-id-1'/>
|
|
<type-decl name='int' size-in-bits='32' id='type-id-2'/>
|
|
<function-decl name='fn' mangled-name='_Z2fni' filepath='../../../repr7.cc' line='3' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='_Z2fni'>
|
|
<parameter type-id='type-id-2'/>
|
|
<return type-id='type-id-1'/>
|
|
</function-decl>
|
|
<pointer-type-def type-id='type-id-3' size-in-bits='64' id='type-id-4'/>
|
|
<var-decl name='fnptr0' type-id='type-id-4' mangled-name='fnptr0' visibility='default' filepath='../../../repr7.cc' line='1' column='1' elf-symbol-id='fnptr0'/>
|
|
<type-decl name='double' size-in-bits='64' id='type-id-5'/>
|
|
<pointer-type-def type-id='type-id-6' size-in-bits='64' id='type-id-7'/>
|
|
<var-decl name='fnptr1' type-id='type-id-7' mangled-name='fnptr1' visibility='default' filepath='../../../repr7.cc' line='7' column='1' elf-symbol-id='fnptr1'/>
|
|
<function-type size-in-bits='64' id='type-id-6'>
|
|
<parameter type-id='type-id-5'/>
|
|
<return type-id='type-id-5'/>
|
|
</function-type>
|
|
<function-type size-in-bits='64' id='type-id-3'>
|
|
<parameter type-id='type-id-2'/>
|
|
<return type-id='type-id-1'/>
|
|
</function-type>
|
|
</abi-instr>
|
|
</abi-corpus>
|