Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7d6620d6
Commit
7d6620d6
authored
Dec 15, 1998
by
Todd Vierling
Committed by
Alexandre Julliard
Dec 15, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Global constructors using `.section .ctors' are bogus for NetBSD's
assembler. Use the appropriate `.stabs' when on NetBSD.
parent
7f57325f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
writeres.c
tools/wrc/writeres.c
+4
-0
No files found.
tools/wrc/writeres.c
View file @
7d6620d6
...
@@ -49,8 +49,12 @@ char s_file_autoreg_str[] =
...
@@ -49,8 +49,12 @@ char s_file_autoreg_str[] =
#endif
#endif
"
\t
addl
\t
$4,%%esp
\n
"
"
\t
addl
\t
$4,%%esp
\n
"
"
\t
ret
\n\n
"
"
\t
ret
\n\n
"
#ifdef __NetBSD__
".stabs
\"
___CTOR_LIST__
\"
,22,0,0,.LAuto_Register
\n\n
"
#else
"
\t
.section .ctors,
\"
aw
\"\n
"
"
\t
.section .ctors,
\"
aw
\"\n
"
"
\t
.long
\t
.LAuto_Register
\n\n
"
"
\t
.long
\t
.LAuto_Register
\n\n
"
#endif
;
;
char
h_file_head_str
[]
=
char
h_file_head_str
[]
=
...
...
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