* ldemul.c (ldemul_default_target): Cast getenv return value.

This commit is contained in:
Ian Lance Taylor 1995-11-08 16:41:39 +00:00
parent 31af2d7e05
commit 9d3d323a2b
1 changed files with 10 additions and 4 deletions

View File

@ -1,14 +1,20 @@
Wed Nov 8 11:40:59 1995 Ian Lance Taylor <ian@cygnus.com>
* ldemul.c (ldemul_default_target): Cast getenv return value.
Tue Nov 7 11:15:36 1995 Kim Knuttila <krk@cygnus.com>
* emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable Executable support.
* scripttempl/ppcpe.sc: New file for PowerPC Portable Executable support.
* emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable
Executable support.
* scripttempl/ppcpe.sc: New file for PowerPC Portable Executable
support.
* configure.tgt (targ_extra_emuls): Added powerpcle-pe target.
* Makefile.in (ALL_EMULATIONS): Added eppcpe.o target.
* emultempl/pe.em (TARGET_IS_ppcpe): file tailoring macro
(gld_$_before_allocation): added hooks for toc construction based on the
above macro.
(gld_$_before_allocation): added hooks for toc construction based
on the above macro.
Tue Nov 7 11:47:23 1995 Ian Lance Taylor <ian@cygnus.com>