aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/gcc.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 923175c..86fc2e7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-13 Tom Tromey <tromey@redhat.com>
+
+ PR java/15578:
+ * gcc.c (option_map): Added --extdirs and --encoding.
+
2004-10-13 Eric Botcazou <ebotcazou@libertysurf.fr>
PR target/14454
diff --git a/gcc/gcc.c b/gcc/gcc.c
index ca510f9..f3eecba 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1064,8 +1064,10 @@ static const struct option_map option_map[] =
{"--dependencies", "-M", 0},
{"--dump", "-d", "a"},
{"--dumpbase", "-dumpbase", "a"},
+ {"--encoding", "-fencoding=", "aj"},
{"--entry", "-e", 0},
{"--extra-warnings", "-W", 0},
+ {"--extdirs", "-fextdirs=", "aj"},
{"--for-assembler", "-Wa", "a"},
{"--for-linker", "-Xlinker", "a"},
{"--force-link", "-u", "a"},