Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c064c9e3
Commit
c064c9e3
authored
Sep 13, 2004
by
simonmar
Browse files
[project @ 2004-09-13 09:56:12 by simonmar]
There was a missing $T_HDR_info setting for solaris2/openbsd.
parent
10a9b180
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/mangler/ghc-asm.lprl
View file @
c064c9e3
...
...
@@ -345,6 +345,7 @@ sub init_TARGET_STUFF {
$T_HDR_data = "\.data\n\t\.align 8\n";
$T_HDR_rodata = "\.text\n\t\.align 4\n";
$T_HDR_closure = "\.data\n\t\.align 4\n";
$T_HDR_info = "\.text\n\t\.align 4\n";
$T_HDR_entry = "\.text\n\t\.align 4\n";
$T_HDR_vector = "\.text\n\t\.align 4\n";
...
...
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