From: Ian Lance Taylor Date: Fri, 29 Jan 1993 18:47:43 +0000 (+0000) Subject: Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a3efe67ae7637f8c58d8e65a246b98ac1e0a91d;p=binutils-gdb.git Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com) * ldlex.l (COMMAND): Accept -EB and -EL command line arguments, returning OPTION_EB and OPTION_EL. gcc passes these to a MIPS linker. * ldgram.y (OPTION_EB, OPTION_EL): New tokens. (command_line_option): Accept and ignore OPTION_EB and OPTION_EL. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1e7218cfc62..d9ea6cbaa90 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com) + + * ldlex.l (COMMAND): Accept -EB and -EL command line arguments, + returning OPTION_EB and OPTION_EL. gcc passes these to a MIPS + linker. + * ldgram.y (OPTION_EB, OPTION_EL): New tokens. + (command_line_option): Accept and ignore OPTION_EB and OPTION_EL. + Thu Jan 28 15:12:04 1993 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (install): Remove $(tooldir)/bin/gld before creating