commit | bd3bb8c15b9a80dbddfb7905b237a4a11a4725b4 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri May 02 22:02:48 2008 +0200 |
committer | Kyle McMartin <kyle@mcmartin.ca> | Thu May 15 10:38:54 2008 -0400 |
tree | 13cd7556b4c39f94c4eb914d726aab34ca0de0de | |
parent | 492c2e476eac010962850006c49df326919b284c [diff] |
parisc: fix trivial section name warnings This trivial patch fixes the following section warnings on PARISC: > WARNING: vmlinux.o (.text.1): unexpected section name. >The (.[number]+) following section name are ld generated and not expected. > 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: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>