Re: [PATCH] Fix missing assemble_external in ASM_OUTPUT_FDESC

2020-06-03 Thread Jeff Law via Gcc-patches
On Mon, 2020-05-18 at 12:02 +0200, Andreas Schwab wrote: > When TARGET_VTABLE_USES_DESCRIPTORS is defined then function pointers in > the vtable are output by ASM_OUTPUT_FDESC. The only current user of > this is ia64, but its implementation of ASM_OUTPUT_FDESC lacks a call to > assemble_external.

[PATCH] Fix missing assemble_external in ASM_OUTPUT_FDESC

2020-05-18 Thread Andreas Schwab
When TARGET_VTABLE_USES_DESCRIPTORS is defined then function pointers in the vtable are output by ASM_OUTPUT_FDESC. The only current user of this is ia64, but its implementation of ASM_OUTPUT_FDESC lacks a call to assemble_external. Thus if there is no other reference to the function the weak dec