• S
    [SPARC64]: Fix inconsistent .section usage in lib/ · 4787083f
    Sam Ravnborg 提交于
    A few places missed the "a" specifier for the __ex_table section. Add
    these so we avoid generation an additional section at link time.
    
    Latest modpost would otherwise complain like this:
    
    WARNING: vmlinux.o (__ex_table.2): section name inconsistency.
    (.[number]+) following section name.
    Did you forget to use "ax"/"aw" in a .S file?
    Note that for example <linux/init.h> contains
    section definitions for use in .S files.
    WARNING: vmlinux.o (__ex_table.4): section name inconsistency.
    (.[number]+) following section name.
    Did you forget to use "ax"/"aw" in a .S file?
    Note that for example <linux/init.h> contains
    section definitions for use in .S files.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    4787083f
GENbzero.S 3.3 KB