diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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: |