aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-12-02 00:25:48 +0000
committerIan Lance Taylor <ian@airs.com>1993-12-02 00:25:48 +0000
commit8e964b071d7abdfec0a4fe4733eb9528ee9cedf2 (patch)
tree0b8b7fcde15bd29206a5a0cfc6ecfd4219d8488e /ld
parenta0bd8e187b9837e282597bea2c968ac50963fb0e (diff)
downloadgdb-8e964b071d7abdfec0a4fe4733eb9528ee9cedf2.zip
gdb-8e964b071d7abdfec0a4fe4733eb9528ee9cedf2.tar.gz
gdb-8e964b071d7abdfec0a4fe4733eb9528ee9cedf2.tar.bz2
* ldgram.y (OPTION_Oval): New token.
(command_line_option): Accept and ignore it. * ldlex.l (<COMMAND>): Handle -On where n is a number.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index dcff038..bd82159 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -13,9 +13,11 @@ Wed Dec 1 14:04:20 1993 Ken Raeburn (raeburn@cygnus.com)
Wed Dec 1 12:19:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
- * ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens.
+ * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval):
+ New tokens.
(command_line_option): Accept and ignore them (for now).
- * ldlex.l (<COMMAND>): Handle -non_shared and -call_shared.
+ * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On
+ where n is a number.
Mon Nov 22 14:14:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)