This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Remove extra tab from .stabd lines


> Date: Mon, 2 Oct 2000 17:16:44 -0400 (EDT)
> From: "John David Anglin" <dave@hiauly1.hia.nrc.ca>

> The extra tab causes problems for the vax gnu assembler.

Thanks; sorry, my fault.  Committed as obvious (or
alternatively, under Jeff's pre-approval for moving spacing
regarding ASM.*OP macros).

> -  fprintf (file, "\t%s%d,0,%d\n", ASM_STABD_OP, N_SLINE, lineno);
> +  fprintf (file, "%s%d,0,%d\n", ASM_STABD_OP, N_SLINE, lineno);

brgds, H-P

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]