From 2e9ebfbe7c610639f96d689438ef3d1f58d4c9e5 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Thu, 8 Jun 2006 20:37:30 +0200 Subject: [PATCH] --- yaml --- r: 30585 b: refs/heads/master c: 909252d279dd5d47e44c125558e87bb44097289f h: refs/heads/master i: 30583: 041b66993a54a1dd904078b56d7692df7e698d50 v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3fb798cbebd3..7a68e952a356 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35899c57516be6eaa42cc27151767c52d75b2979 +refs/heads/master: 909252d279dd5d47e44c125558e87bb44097289f diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 94047bc99961..a70f5ddb705c 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -822,6 +822,7 @@ static int init_section_ref_ok(const char *name) ".pdr", "__param", ".smp_locks", + ".plt", /* seen on ARCH=um build on x86_64. Harmless */ NULL }; /* Start of section names */ @@ -894,6 +895,7 @@ static int exit_section_ref_ok(const char *name) ".eh_frame", ".stab", ".smp_locks", + ".plt", /* seen on ARCH=um build on x86_64. Harmless */ NULL }; /* Start of section names */