aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2018-05-30 12:04:35 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-05-30 12:04:35 -0400
commitfdbe37e35fed48091296434652101a63fa4360cf (patch)
tree7bf816ed416b3db509396b1471f38c6a8fe3e0e6 /gdb
parent421acf18739edb54111b64d2b328ea2e7bf19889 (diff)
downloadgdb-fdbe37e35fed48091296434652101a63fa4360cf.zip
gdb-fdbe37e35fed48091296434652101a63fa4360cf.tar.gz
gdb-fdbe37e35fed48091296434652101a63fa4360cf.tar.bz2
Add or1k target to --enable-targets=all
The or1k-tdep.o object is missing from the ALL_TARGET_OBS, which means it's not currently included in an --enable-targets=all build. gdb/ChangeLog: * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c38ff5b..634207b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-30 Simon Marchi <simon.marchi@ericsson.com>
+
+ * Makefile.in (ALL_TARGET_OBS): Add or1k-tdep.o.
+
2018-05-30 Pedro Alves <palves@redhat.com>
* common/common-exceptions.h (exception_rethrow): Use
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 5b650c6..627944f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -749,6 +749,7 @@ ALL_TARGET_OBS = \
nios2-tdep.o \
nto-tdep.o \
obsd-tdep.o \
+ or1k-tdep.o \
ppc-fbsd-tdep.o \
ppc-linux-tdep.o \
ppc-nbsd-tdep.o \