Re: [PATCH] Remove v850 from linux/elf-em.h

From: David Daney
Date: Fri Mar 18 2016 - 13:47:08 EST


On 03/17/2016 07:32 PM, Rob Landley wrote:
[...]

As I explained last email, userspace uses the libc header, not the linux
header,

The fallacy in this argument is the assertion that we know what userspace does.

Userspace could easily do:

#include <linux/elf-em.h>
.
.
.
case SYMBOL_YOU_WANT_TO_REMOVE:

ÂBOOM! it is broken.