From bf00990ea962edae817bd7140ff9e0a362eb61db Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 23 Jul 1998 16:31:01 +0000 Subject: [PATCH] * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set alignment of end symbol. * scripttempl/elf.sc: Likewise. * emulparams/sun4.sh (ALIGNMENT): Define. * emulparams/elf32_sparc.sh (ALIGNMENT): Define. * ldint.texinfo (emulation parameters): Document ALIGNMENT. --- ld/ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index d2e50ecdb2b..459e93dbe53 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,33 @@ +Thu Jul 23 11:15:12 1998 Ian Lance Taylor + + * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set + alignment of end symbol. + * scripttempl/elf.sc: Likewise. + * emulparams/sun4.sh (ALIGNMENT): Define. + * emulparams/elf32_sparc.sh (ALIGNMENT): Define. + * ldint.texinfo (emulation parameters): Document ALIGNMENT. + + * lexsup.c (parse_args): Add missing break statement. + + * ldlang.c (lang_gc_sections_1): Add default case to switch to + avoid warnings. + +start-sanitize-beos +Tue Jul 14 15:42:17 1998 Richard Henderson + + * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize. + * Makefile.am (ei386beos.o): New. + * emulparams/i386beos.sh: New file. + * emultempl/beos.em, scripttempl/i386beos.sc: New file. + +end-sanitize-beos +Tue Jul 14 15:35:42 1998 Richard Henderson + + * lexsup.c: New option --version-exports-section. + * ld.h (struct args_type): Add version_exports_section. + * ldlang.c (lang_do_version_exports_section): New function. + (lang_process): Call it. + Mon Jul 13 13:20:23 1998 Steve Chamberlain * ldlex.l: Accept ASSERT. -- 2.30.2