diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-01-29 18:47:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-01-29 18:47:43 +0000 |
commit | 8a3efe67ae7637f8c58d8e65a246b98ac1e0a91d (patch) | |
tree | 6a1cde5ff2258e65a6a7b1ad5b20e21268a9eabc /ld | |
parent | c3012f8567420c97a309d4d0ea23a893d20ce6ec (diff) | |
download | gdb-8a3efe67ae7637f8c58d8e65a246b98ac1e0a91d.zip gdb-8a3efe67ae7637f8c58d8e65a246b98ac1e0a91d.tar.gz gdb-8a3efe67ae7637f8c58d8e65a246b98ac1e0a91d.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1e7218c..d9ea6cb 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 |