projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
354b527
)
Corrected the list of section names in add_ksymoops_symbols() so
author
Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
Wed, 30 Mar 2005 16:36:40 +0000
(16:36 -0000)
committer
Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
Wed, 30 Mar 2005 16:36:40 +0000
(16:36 -0000)
that the bss and sbss sections can be correctly identified.
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index c0f60fdb5faef17960d6fdab82edf33bbf0ad353..dfb8a765ec746fb6b46c588ce762613121d6b6fd 100644
(file)
--- a/
modutils/insmod.c
+++ b/
modutils/insmod.c
@@
-3453,8
+3453,8
@@
add_ksymoops_symbols(struct obj_file *f, const char *filename,
".text",
".rodata",
".data",
- ".bss"
-
".sbss"
+ ".bss"
,
+ ".sbss"
};
if (realpath(filename, real)) {