Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
520a7af9
Commit
520a7af9
authored
Jun 05, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch back to .data at the end of asm sections to work around an
optimization in recent gcc versions.
parent
f45cb125
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
import.c
tools/winebuild/import.c
+1
-1
spec32.c
tools/winebuild/spec32.c
+1
-2
No files found.
tools/winebuild/import.c
View file @
520a7af9
...
@@ -825,7 +825,7 @@ static int output_immediate_imports( FILE *outfile )
...
@@ -825,7 +825,7 @@ static int output_immediate_imports( FILE *outfile )
pos
+=
4
;
pos
+=
4
;
}
}
output_function_size
(
outfile
,
import_thunks
);
output_function_size
(
outfile
,
import_thunks
);
fprintf
(
outfile
,
"
\"
.
text
\"
);
\n
#ifndef __GNUC__
\n
}
\n
#endif
\n\n
"
);
fprintf
(
outfile
,
"
\"
.
data
\"
);
\n
#ifndef __GNUC__
\n
}
\n
#endif
\n\n
"
);
done:
done:
return
nb_imm
;
return
nb_imm
;
...
...
tools/winebuild/spec32.c
View file @
520a7af9
...
@@ -298,8 +298,7 @@ static int output_exports( FILE *outfile, int nr_exports, DLLSPEC *spec )
...
@@ -298,8 +298,7 @@ static int output_exports( FILE *outfile, int nr_exports, DLLSPEC *spec )
}
}
}
}
fprintf
(
outfile
,
"
\"\\
t.text
\\
n
\"\n
"
);
fprintf
(
outfile
,
"
\"\\
t.data
\\
n
\"\n
"
);
fprintf
(
outfile
,
"
\"\\
t.align %d
\\
n
\"\n
"
,
get_alignment
(
4
)
);
fprintf
(
outfile
,
");
\n\n
"
);
fprintf
(
outfile
,
");
\n\n
"
);
return
total_size
;
return
total_size
;
...
...
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