summaryrefslogtreecommitdiff
path: root/sim/v850
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-14 21:51:31 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-14 21:51:31 +0000
commit7f7d6099dbb03a4d86c6dc77beaffefb49b40c8b (patch)
treeb12733d938d6a1671dcd555eed9eebd6292f4c72 /sim/v850
parentb1a26a3beee5da65ed0857b936b68499c11e4978 (diff)
downloadgdb-7f7d6099dbb03a4d86c6dc77beaffefb49b40c8b.tar.gz
Link with libintl, needed by libopcodes.
Diffstat (limited to 'sim/v850')
-rw-r--r--sim/v850/ChangeLog4
-rw-r--r--sim/v850/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index 012325298f3..6ac403dd05d 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-14 Andrew Cagney <ac131313@redhat.com>
+
+ * Makefile.in (gencode): Link with libintl.
+
2001-01-31 Jonathan Larmour <jlarmour@redhat.com>
* Makefile.in (gencode): Link with libopcodes in build tree rather
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 7910aab1110..04f02d93a0c 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -56,8 +56,8 @@ tmp-gencode: gencode
touch tmp-gencode
gencode.o: gencode.c
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
-gencode: gencode.o ../../opcodes/libopcodes.a
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a
+gencode: gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
+ $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a