public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/gdbserver: Remove reference to vec-ipa.o
@ 2019-10-15 21:04 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2019-10-15 21:04 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=00975ff6eb19ea5c14acf354fe3677a68a9e7fa2

commit 00975ff6eb19ea5c14acf354fe3677a68a9e7fa2
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Tue Oct 15 22:00:05 2019 +0100

    gdb/gdbserver: Remove reference to vec-ipa.o
    
    This comit:
    
        commit 0dc327459b19e6765c8fe80957f5c8620611628e
        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

Diff:
---
 gdb/gdbserver/ChangeLog   | 4 ++++
 gdb/gdbserver/Makefile.in | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 402546b..801a66c 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 2019-10-02  Christian Biesinger  <cbiesinger@google.com>
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index c83cb3d..34d8060 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -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 \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-15 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 21:04 [binutils-gdb] gdb/gdbserver: Remove reference to vec-ipa.o Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).