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
e7017c4a
Commit
e7017c4a
authored
Jun 17, 2020
by
André Hentschel
Committed by
Alexandre Julliard
Jun 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libport: Remove support for PPC32.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c0e3a265
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
port.c
libs/wine/port.c
+0
-17
No files found.
libs/wine/port.c
View file @
e7017c4a
...
...
@@ -114,23 +114,6 @@ __ASM_GLOBAL_FUNC( wine_call_on_stack_obsolete,
__ASM_CFI
(
".cfi_adjust_cfa_offset -8
\n\t
"
)
__ASM_CFI
(
".cfi_same_value %rbp
\n\t
"
)
"ret"
)
#elif defined(__powerpc__) && defined(__GNUC__)
__ASM_GLOBAL_FUNC
(
wine_call_on_stack_obsolete
,
"mflr 0
\n\t
"
/* get return address */
"stw 0, 4(1)
\n\t
"
/* save return address */
"subi 5, 5, 16
\n\t
"
/* reserve space on new stack */
"stw 1, 12(5)
\n\t
"
/* store old sp */
"mtctr 3
\n\t
"
/* func -> ctr */
"mr 3,4
\n\t
"
/* args -> function param 1 (r3) */
"mr 1,5
\n\t
"
/* stack */
"li 0, 0
\n\t
"
/* zero */
"stw 0, 0(1)
\n\t
"
/* bottom of stack */
"stwu 1, -16(1)
\n\t
"
/* create a frame for this function */
"bctrl
\n\t
"
/* call ctr */
"lwz 1, 28(1)
\n\t
"
/* fetch old sp */
"lwz 0, 4(1)
\n\t
"
/* fetch return address */
"mtlr 0
\n\t
"
/* return address -> lr */
"blr"
)
/* return */
#elif defined(__arm__) && defined(__GNUC__)
__ASM_GLOBAL_FUNC
(
wine_call_on_stack_obsolete
,
"push {r4,LR}
\n\t
"
/* save return address on stack */
...
...
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