From: Ian Lance Taylor Date: Wed, 8 Nov 1995 16:41:39 +0000 (+0000) Subject: * ldemul.c (ldemul_default_target): Cast getenv return value. X-Git-Tag: gdb-4_18~10195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d3d323a2bb0b4447a1ad6bb948a26ed28e48e57;p=thirdparty%2Fbinutils-gdb.git * ldemul.c (ldemul_default_target): Cast getenv return value. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 0768e4a4cf7..a5fdcbf88b8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,14 +1,20 @@ +Wed Nov 8 11:40:59 1995 Ian Lance Taylor + + * ldemul.c (ldemul_default_target): Cast getenv return value. + Tue Nov 7 11:15:36 1995 Kim Knuttila - * 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