Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/i386



> On May 2, 2008, at 11:18 PM, YAMAMOTO Takashi wrote:
> 
> >>
> >> On May 2, 2008, at 10:40 PM, YAMAMOTO Takashi wrote:
> >>
> >>>
> >>> Module Name:      src
> >>> Committed By:     yamt
> >>> Date:             Sat May  3 05:40:21 UTC 2008
> >>>
> >>> Modified Files:
> >>>   src/sys/arch/i386/i386: lock_stubs.S
> >>>
> >>> Log Message:
> >>> rename END to ENDLABEL.  i'll use END for other purpose.  ok by
> >>> Andrew Doran.
> >>
> >> END is used by other ports as well.  Going to change them too?
> >
> > which ports?
> >
> > i renamed this END so that i can use END similar to alpha.
> 
> arm, vax, and ppc use END(label) to do .size label,.-label

it's what the new END for x86 does.

this END, which is now ENDLABEL, is something different.

YAMAMOTO Takashi


Home | Main Index | Thread Index | Old Index