From: David MacKenzie Date: Sat, 1 Jan 1994 19:15:50 +0000 (+0000) Subject: * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating; X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34f9bf4b3c16321ca4db7e395d5146a7004d9384;p=binutils-gdb.git * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating; needed for i386mach. * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again. (PAGE_SIZE): Don't define; not used. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index a36b3032f2d..556c7d0c9aa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Sat Jan 1 10:53:35 1994 David J. Mackenzie (djm@thepub.cygnus.com) + + * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating; + needed for i386mach. + + * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again. + (PAGE_SIZE): Don't define; not used. + Fri Dec 31 16:12:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * ldgram.y (yyerror): Make argument const char *, and actually