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: [RFA:] Remove extraneous spacing from directives in config/elfos.h


Hi Jeff, Hi Hans-Peter,

> From: Hans-Peter
>
> The change would be from
> 		.section ....
> to
> 	.section ....
> 
> *not* to entirely remove the tab.  The ..._ASM_OP users all add
> a tab AFAICT.

Ah - thanks, I had forgotten that.

:  Well except for dbxout.c, whose ..._ASM_OPs don't contain tabs!

Hmm, I think that this is probably a bug.

> Still doubtful?

Not any more.

> Right now, I think the change was simply misunderstood as removing
> all spacing, putting the dot in the first column.

Correct - my bad.


: From: Jeff Law
:
: I'd like to see us decide on a consistent format for this stuff.
: ie, who should include the tab?  The ASM_OP definition or the users
: of the ASM_OP.
: 
: My gut is telling me the former -- the users should just be
: outputting the ASM_OPs as-is with no extra fluff.

I agree.

Cheers
	Nick

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