[MPlayer-dev-eng] [PATCH] prefix EXTERN_ASM to global variables in wrapper.S

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Feb 5 16:38:54 CET 2010


On Fri, Feb 05, 2010 at 08:24:17PM +0900, KO Myung-Hun wrote:
> KO Myung-Hun wrote:
> >Diego Biurrun wrote:
> >>On Thu, Feb 04, 2010 at 03:03:56PM +0900, KO Myung-Hun wrote:
> >>>
> >>>--- loader/wrapper.S (revision 30495)
> >>>+++ loader/wrapper.S (working copy)
> >>>@@ -1,27 +1,33 @@
> >>>-.section .data
> >>>-.globl caller_return
> >>>-caller_return:
> >>>+#include "config.h"
> >>>+
> >>>+#define GLUE(a, b) a ## b
> >>>+#define JOIN(a, b) GLUE(a, b)
> >>>+#define X(s) JOIN(EXTERN_ASM, s)
> >>
> >>I think X is a very poor macro name.
> >>
> >
> >How about MANGLE ? ^^
> >
> 
> Applied in two parts,
> 
>     1. removal of .section
>     2. prefix EXTERN_ASM

Thank you. And at some point we should probably have said "welcome as a developer".
Also feel free to add yourself as a maintainer in DOCS/tech/MAINTAINERS
if you want to be considered the official maintainer for something
(not that it makes much of a difference in practice).



More information about the MPlayer-dev-eng mailing list