Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30585
b: refs/heads/master
c: 909252d
h: refs/heads/master
i:
  30583: 041b669
v: v3
  • Loading branch information
Sam Ravnborg committed Jun 8, 2006
1 parent 004305e commit 2e9ebfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35899c57516be6eaa42cc27151767c52d75b2979
refs/heads/master: 909252d279dd5d47e44c125558e87bb44097289f
2 changes: 2 additions & 0 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 2e9ebfb

Please sign in to comment.