diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-04 20:01:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-04 20:01:31 +0000 |
commit | 1053ea99cba0a3890247ce9c6f429e70c161242e (patch) | |
tree | 6a8d8dbda9586d51a219ee502bf5e2ab57214ae4 /ld/Makefile.in | |
parent | 98f3d1afa44ab71874be368da3f32e3ef8c9e1ce (diff) | |
download | gdb-1053ea99cba0a3890247ce9c6f429e70c161242e.zip gdb-1053ea99cba0a3890247ce9c6f429e70c161242e.tar.gz gdb-1053ea99cba0a3890247ce9c6f429e70c161242e.tar.bz2 |
Remove sh sanitization comments.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index b2135a4..b66bbcb 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -125,14 +125,9 @@ ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_go32.o \ em_m68kcoff.o em_st2000.o em_sa29200.o \ em_vanilla.o em_i386coff.o em_z8ksim.o em_mipslit.o em_i386bsd.o \ em_mipsbig.o em_mipsbsd.o em_mipsidt.o em_vax.o em_h8500hms.o \ - em_hppaosf.o em_mipsidtl.o + em_hppaosf.o em_mipsidtl.o em_sh.o -# start-sanitize-sh -OTHER_EMULATIONS=em_sh.o -# end-sanitize-sh - -#EMULATION_OFILES=${ALL_EMULATIONS} -EMULATION_OFILES=${ALL_EMULATIONS} ${OTHER_EMULATIONS} +EMULATION_OFILES=${ALL_EMULATIONS} OFILES= ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldindr.o \ ldwarn.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldsym.o \ @@ -253,11 +248,9 @@ em_h8300hms.c: $(srcdir)/h8300hms.sh \ em_h8500hms.c: $(srcdir)/h8500hms.sh \ $(srcdir)/h8500hms.em $(srcdir)/h8500hms.sc-sh ${GEN_DEPENDS} ${GENSCRIPTS} h8500hms.sh -# start-sanitize-sh em_sh.c: $(srcdir)/sh.sh \ $(srcdir)/sh.em $(srcdir)/sh.sc-sh ${GEN_DEPENDS} ${GENSCRIPTS} sh.sh -# end-sanitize-sh em_st2000.c: $(srcdir)/st2000.sh \ $(srcdir)/st2000.em $(srcdir)/st2000.sc-sh ${GEN_DEPENDS} ${GENSCRIPTS} st2000.sh |