 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xenctx: misc adjustments
 Jan Beulich writes ("[Xen-devel] [PATCH] xenctx: misc adjustments"):
> - fix off-by-one errors during symbol insertion and lookup
> - don't store the symbol type, as it wasn't needed at all so far and
>   is only needed now at parsing time
> - don't insert certain kinds of symbols
...
> -        insert_symbol(symbol);
> +        switch (type) {
> +        case 'A': /* global absolute */
> +        case 'a': /* local absolute */
> +            break;
Is there some reason why these shouldn't included ?  Perhaps I'm
misunderstanding what their purpose is.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |