Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
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
jberryman
GHC
Commits
7a80ebc2
Commit
7a80ebc2
authored
Jan 19, 2001
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2001-01-19 09:53:58 by simonmar]
Protect includes properly.
parent
ebfa2f97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
ghc/rts/Linker.c
ghc/rts/Linker.c
+9
-4
No files found.
ghc/rts/Linker.c
View file @
7a80ebc2
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.
9 2001/01/18 10:31:3
8 simonmar Exp $
* $Id: Linker.c,v 1.
10 2001/01/19 09:53:5
8 simonmar Exp $
*
* (c) The GHC Team, 2000
*
...
...
@@ -14,12 +14,17 @@
#include "Linker.h"
#include "RtsUtils.h"
/* These two are POSIX headers */
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
/* ToDo: configure this */
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#ifdef GHCI
/* endif is right at end of file */
...
...
@@ -129,7 +134,7 @@ static int ocResolve_PEi386 ( ObjectCode* oc );
SymX(stg_sel_12_upd_info) \
SymX(stg_upd_frame_info) \
SymX(stg_seq_frame_info) \
SymX(stg_
CAF_BLACKHOLE
_info) \
SymX(stg_
BLACKHOLE_STATIC
_info) \
SymX(stg_IND_STATIC_info) \
SymX(stg_EMPTY_MVAR_info) \
SymX(stg_MUT_ARR_PTRS_FROZEN_info) \
...
...
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