Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d352598f
Commit
d352598f
authored
Dec 20, 1999
by
Anthony Green
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alpha Linux changes.
From-SVN: r31030
parent
4c0c8ee1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
2 deletions
+13
-2
boehm-gc/ChangeLog
+4
-0
boehm-gc/gcconfig.h
+1
-0
libjava/ChangeLog
+6
-0
libjava/configure
+1
-1
libjava/configure.in
+1
-1
No files found.
boehm-gc/ChangeLog
View file @
d352598f
1999-12-19 Jeff Sturm <jsturm@sigma6.com>
* gcconfig.h: Define DATASTART for Alpha Linux.
1999-12-19 Anthony Green <green@cygnus.com>
* gcconfig.h: Use libgcj hack for Alpha Linux.
...
...
boehm-gc/gcconfig.h
View file @
d352598f
...
...
@@ -992,6 +992,7 @@
the start of the data segment. So libgcj defines
data_start on its own (in libgcjdata.a). */
extern
int
data_start
;
# define DATASTART &data_start
# define DYNAMIC_LOADING
# else
# define DATASTART ((ptr_t) 0x140000000)
...
...
libjava/ChangeLog
View file @
d352598f
1999-12-23 Anthony Green <green@cygnus.com>
* configure: Rebuilt.
* configure.in (LIBDATASTARTSPEC): Force data_start in with
linker trick.
1999-12-19 Anthony Green <green@cygnus.com>
* libgcjdata.c: New file.
...
...
libjava/configure
View file @
d352598f
...
...
@@ -2473,7 +2473,7 @@ else
echo
"configure: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
rm
-rf
conftest
*
LIBDATASTARTSPEC
=
"-lgcjdata"
LIBDATASTARTSPEC
=
"-
u data_start -
lgcjdata"
NEEDS_DATA_START
=
yes
echo
"
$ac_t
""missing"
1>&6
fi
...
...
libjava/configure.in
View file @
d352598f
...
...
@@ -89,7 +89,7 @@ LIBDATASTARTSPEC=
NEEDS_DATA_START=
AC_TRY_LINK([extern int data_start;], [return ((int) &data_start);],
[AC_MSG_RESULT(found it)],
[LIBDATASTARTSPEC="-lgcjdata"
[LIBDATASTARTSPEC="-
u data_start -
lgcjdata"
NEEDS_DATA_START=yes
AC_MSG_RESULT(missing)])
AC_SUBST(LIBDATASTARTSPEC)
...
...
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