Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
d5784b57
Commit
d5784b57
authored
Dec 28, 2005
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: Use STABS_DEBUG and DWARF_DEBUG macros in vmlinux.lds.S
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
67dbb4ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
28 deletions
+8
-28
arch/sparc/kernel/vmlinux.lds.S
arch/sparc/kernel/vmlinux.lds.S
+4
-14
arch/sparc64/kernel/vmlinux.lds.S
arch/sparc64/kernel/vmlinux.lds.S
+4
-14
No files found.
arch/sparc/kernel/vmlinux.lds.S
View file @
d5784b57
...
...
@@ -85,19 +85,9 @@ SECTIONS
}
_end
=
.
;
PROVIDE
(
end
=
.
)
;
/
*
Stabs
debugging
sections
.
*/
.
stab
0
:
{
*(
.
stab
)
}
.
stabstr
0
:
{
*(
.
stabstr
)
}
.
stab.excl
0
:
{
*(
.
stab
.
excl
)
}
.
stab.exclstr
0
:
{
*(
.
stab
.
exclstr
)
}
.
stab.index
0
:
{
*(
.
stab
.
index
)
}
.
stab.indexstr
0
:
{
*(
.
stab
.
indexstr
)
}
.
comment
0
:
{
*(
.
comment
)
}
.
debug
0
:
{
*(
.
debug
)
}
.
debug_srcinfo
0
:
{
*(
.
debug_srcinfo
)
}
.
debug_aranges
0
:
{
*(
.
debug_aranges
)
}
.
debug_pubnames
0
:
{
*(
.
debug_pubnames
)
}
.
debug_sfnames
0
:
{
*(
.
debug_sfnames
)
}
.
line
0
:
{
*(
.
line
)
}
/
DISCARD
/
:
{
*(
.
exit
.
text
)
*(
.
exit
.
data
)
*(
.
exitcall
.
exit
)
}
STABS_DEBUG
DWARF_DEBUG
}
arch/sparc64/kernel/vmlinux.lds.S
View file @
d5784b57
...
...
@@ -90,19 +90,9 @@ SECTIONS
}
_end
=
.
;
PROVIDE
(
end
=
.
)
;
/
*
Stabs
debugging
sections
.
*/
.
stab
0
:
{
*(
.
stab
)
}
.
stabstr
0
:
{
*(
.
stabstr
)
}
.
stab.excl
0
:
{
*(
.
stab
.
excl
)
}
.
stab.exclstr
0
:
{
*(
.
stab
.
exclstr
)
}
.
stab.index
0
:
{
*(
.
stab
.
index
)
}
.
stab.indexstr
0
:
{
*(
.
stab
.
indexstr
)
}
.
comment
0
:
{
*(
.
comment
)
}
.
debug
0
:
{
*(
.
debug
)
}
.
debug_srcinfo
0
:
{
*(
.
debug_srcinfo
)
}
.
debug_aranges
0
:
{
*(
.
debug_aranges
)
}
.
debug_pubnames
0
:
{
*(
.
debug_pubnames
)
}
.
debug_sfnames
0
:
{
*(
.
debug_sfnames
)
}
.
line
0
:
{
*(
.
line
)
}
/
DISCARD
/
:
{
*(
.
exit
.
text
)
*(
.
exit
.
data
)
*(
.
exitcall
.
exit
)
}
STABS_DEBUG
DWARF_DEBUG
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment