forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* include/private/gcconfig.h [IRIX5 && _MIPS_SZPTR == 64] (ELF_CLASS): Define. * dyn_load.c [IRIX5]: Include <elf.h>. Include <obj.h> for O32, <objlist.h> for N32, N64. [SUNOS5DL && USE_PROC_FOR_LIBRARIES] (obj_offset): Define. [SUNOS4 && USE_PROC_FOR_LIBRARIES] (obj_offset): Define. [IRIX5 && !USE_PROC_FOR_LIBRARIES] (struct link_map): Define. (__rld_obj_head): Declare. (l_next, l_addr, obj_offset): Define. (GC_FirstDLOpenedLinkMap): New function. [SUNOS4 || SUNOS5DL] (GC_register_dynamic_libraries): Also use on IRIX5. Use obj_offset. [IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX] (GC_register_dynamic_libraries): Don't use /proc version on IRIX5. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175623 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ro
committed
Jun 29, 2011
1 parent
7b07f8e
commit a3a3fd0
Showing
3 changed files
with
92 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
2011-06-29 Rainer Orth <[email protected]> | ||
|
||
PR libgcj/49451 | ||
* include/private/gcconfig.h [IRIX5 && _MIPS_SZPTR == 64] | ||
(ELF_CLASS): Define. | ||
* dyn_load.c [IRIX5]: Include <elf.h>. | ||
Include <obj.h> for O32, <objlist.h> for N32, N64. | ||
[SUNOS5DL && USE_PROC_FOR_LIBRARIES] (obj_offset): Define. | ||
[SUNOS4 && USE_PROC_FOR_LIBRARIES] (obj_offset): Define. | ||
[IRIX5 && !USE_PROC_FOR_LIBRARIES] (struct link_map): Define. | ||
(__rld_obj_head): Declare. | ||
(l_next, l_addr, obj_offset): Define. | ||
(GC_FirstDLOpenedLinkMap): New function. | ||
[SUNOS4 || SUNOS5DL] (GC_register_dynamic_libraries): Also use on | ||
IRIX5. | ||
Use obj_offset. | ||
[IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX] | ||
(GC_register_dynamic_libraries): Don't use /proc version on IRIX5. | ||
|
||
2011-04-19 Rainer Orth <[email protected]> | ||
|
||
* configure.ac (THREADS): Remove decosf1, irix, mach, os2. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters