diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-07-20 16:31:47 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-07-20 16:31:47 +0000 |
commit | 0750b974c01006b8e78328b5a2ac7fefb529ae0f (patch) | |
tree | 4836c14f6699c1f4996a1a9ee0d90781f1dadd70 /ld | |
parent | b70cb81eb54ec2f5c0a0047014cdf07fe1be3b72 (diff) | |
download | gdb-0750b974c01006b8e78328b5a2ac7fefb529ae0f.zip gdb-0750b974c01006b8e78328b5a2ac7fefb529ae0f.tar.gz gdb-0750b974c01006b8e78328b5a2ac7fefb529ae0f.tar.bz2 |
disable em_i386linux.o until emulparams/i386linux.sh is checked in
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f072f8e..67bff66 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 20 12:01:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which + there's no change log entry yet, tsk tsk) from the list of + emulations compiled in until Mark gets around to checking in + emulparams/i386linux.sh. + Fri Jul 16 14:14:32 1993 Ian Lance Taylor (ian@cygnus.com) * ldgram.y (OPTION_Lfile): New token. diff --git a/ld/Makefile.in b/ld/Makefile.in index 16c9705..61784ef 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -133,7 +133,7 @@ LD_PROG = ld.new BFDLIB=./../bfd/libbfd.a LIBIBERTY=./../libiberty/libiberty.a -ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_i386linux.o em_go32.o \ +ALL_EMULATIONS=em_lnk960.o em_sun3.o em_i386aout.o em_go32.o \ em_m88kbcs.o em_a29k.o em_news.o em_hp300bsd.o em_hp3hpux.o \ em_h8300.o em_h8300h.o em_ebmon29k.o em_sun4.o em_gld960.o \ em_m68kcoff.o em_st2000.o em_sa29200.o \ |