gdb/gdbserver: Remove reference to vec-ipa.o
This comit:
commit 0dc327459b
Date: Mon Oct 7 16:38:53 2019 +0100
gdb: Remove vec.{c,h} and update code to not include vec.h
Broke the GDB build due to leaving a reference to vec-ipa.o in the
Makefile.in, this file is built from vec.c which has been removed.
I got away with this as I had an old version of the vec-ipa.o file
still in my build tree.
With this commit in place a clean build now completed successfully.
gdb/ChangeLog:
* Makefile.in: Remove references to vec-ipa.o.
Change-Id: I4cf55951158dd7ee8f60cd054311a7c367e1d7bf
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* Makefile.in: Remove references to vec-ipa.o.
|
||||
|
||||
2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* Makefile.in: Remove references to vec.c.
|
||||
|
||||
@@ -426,7 +426,6 @@ IPA_OBJS = \
|
||||
gdbsupport/print-utils-ipa.o \
|
||||
gdbsupport/rsp-low-ipa.o \
|
||||
gdbsupport/tdesc-ipa.o \
|
||||
gdbsupport/vec-ipa.o \
|
||||
regcache-ipa.o \
|
||||
remote-utils-ipa.o \
|
||||
tdesc-ipa.o \
|
||||
|
||||
Reference in New Issue
Block a user