This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc-2.3.2 arm-linux cross compile error


On Fri, Mar 21, 2003 at 12:41:50PM -0800, Roland McGrath wrote:
> The ENTRY macro is used all over the place where a trailing semicolon is
> presumed not to be necessary (generally it ends with the ":" of a label).
> If the arm version of the macro doesn't fit that bill, we should change it.

The semicolon is only necessary after using it _in a macro_; it looks
like a sampling of other architectures have the same behavior.  But
fixing it the other way around is just as easy.  I'll redo the patch in
a bit.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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