The change fixes DECL_ASSEMBLER_NAME so that it actually corresponds to the name used in assembler output, as documented. If the stabs backend expects it to be the unmangled name from the source, it's looking in the wrong place; that's what DECL_NAME is for. Jason