On Sep 10, 2005, at 4:34 PM, geoffk at geoffk dot org wrote:

You should be able to tell if the user set the name because it will
start with a '*'.

Except currently, we do:
          else if (C_DECL_REGISTER (decl))
            change_decl_assembler_name (decl, get_identifier (asmspec));
          else
            set_user_assembler_name (decl, asmspec);

-- Pinski

Reply via email to