[SPARC64]: Mark __ex_table section correctly.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 5 Mar 2006 07:23:56 +0000 (23:23 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 5 Mar 2006 07:23:56 +0000 (23:23 -0800)
We must use the "a" (allocate) attribute every time we
emit an entry into the __ex_table section.

For consistency, use "a" instead of #alloc which is some
Solaris compat cruft GNU as provides on Sparc.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found