From 6719c75b99c88ea91807a3b6bf134bcac4c24af0 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Fri, 11 Oct 1991 21:02:22 +0000 Subject: * ldmain.c (main): Make config.magic_demand_paged be true by default. Don't the WP_TEXT and D_PAGED flags of output_bfd here; it's too late, so set it when output_bfd is created (in ldlang.c). Also fix setting of EXEC_P flag * ldlang.c (ldlang_open_output): Set output_bfd->flags here. * ldlang.c: Remove some duplicate extern declarations. * ldgram.y: Fixes to -N and -n options. * Makefile.in: Recognize upper case letters in sed script to remove assignments from script files. * ldtemplate: Don't assukme that -N or -n options imply use of -r script. * mkscript.c: Tweaking to correctly handle \n and \\ in input. --- ld/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/Makefile.in') diff --git a/ld/Makefile.in b/ld/Makefile.in index 7ca3387..2b935d6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -58,8 +58,8 @@ LD_PROG = ld.new # A sed pattern to translate .sc to .scu: SED_MAKE_RELOC_WITH_CONSTRUCTORS=\ -e "/If relocating/,/End if relocating/d" \ - -e "/=/s/[_a-z.]* *= .*//g" \ - -e '/>/s/} *> *[a-z]*/}/' \ + -e "/=/s/[_a-zA-Z.]* *= .*//g" \ + -e '/>/s/} *> *[a-zA-Z]*/}/' \ -e "/text/s/[.]text .*:/.text :/" \ -e "/data/s/[.]data .*:/.data :/" # A sed pattern to translate .scu to .scr: -- cgit v1.1