Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
975addea
Commit
975addea
authored
26 years ago
by
Alastair Reid
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1998-11-24 21:28:00 by reid]
Merge from HEAD
parent
a7c53769
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aclocal.m4
+3
-3
3 additions, 3 deletions
aclocal.m4
with
3 additions
and
3 deletions
aclocal.m4
+
3
−
3
View file @
975addea
dnl $Id: aclocal.m4,v 1.3
3
1998/11/24
1
1:2
2:47 sof
Exp $
dnl $Id: aclocal.m4,v 1.3
4
1998/11/24
2
1:2
8:00 reid
Exp $
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl
...
...
@@ -470,7 +470,7 @@ for i in etext _etext __etext; do
fi
done
if test "$not_done" = 1; then
FPTOOLS_IN_SCOPE(etext asm("etext"),etext,fptools_cv_end_of_text)
;
FPTOOLS_IN_SCOPE(etext asm("etext"),etext,fptools_cv_end_of_text)
if test "$fptools_cv_end_of_text" = yes; then
AC_DEFINE(TEXT_SECTION_END_MARKER_DECL, etext asm("etext"))
AC_DEFINE(TEXT_SECTION_END_MARKER, etext)
...
...
@@ -496,7 +496,7 @@ for i in end _end __end; do
fi
done
if test "$not_done" = 1; then
FPTOOLS_IN_SCOPE(end asm("end"),end,fptools_cv_end_of_data)
;
FPTOOLS_IN_SCOPE(end asm("end"),end,fptools_cv_end_of_data)
if test "$fptools_cv_end_of_data" = yes; then
AC_DEFINE(DATA_SECTION_END_MARKER_DECL, end asm("end"))
AC_DEFINE(DATA_SECTION_END_MARKER, end)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment