diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2013-11-22 18:49:51 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-05-21 17:49:18 +0200 |
commit | 2648dfede02e487f89b9a8643b858aed755f00bd (patch) | |
tree | b31d91641e1c3b0f58e468f8205af1d8ab0fd879 /gdb/Makefile.in | |
parent | b13feb94aa4eba5f3eea3cb47cbf0a2eed8683fb (diff) | |
download | gdb-2648dfede02e487f89b9a8643b858aed755f00bd.zip gdb-2648dfede02e487f89b9a8643b858aed755f00bd.tar.gz gdb-2648dfede02e487f89b9a8643b858aed755f00bd.tar.bz2 |
Drop regset_alloc().
Now that all invocations of regset_alloc() have been removed, the
function is dropped. Since regset_alloc() was the only function
provided by regset.c, this source file is removed as well.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3efedc8..f2c16ec 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -836,7 +836,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \ jit.c \ xml-syscall.c \ annotate.c common/signals.c copying.c dfp.c gdb.c inf-child.c \ - regset.c sol-thread.c windows-termcap.c \ + sol-thread.c windows-termcap.c \ common/gdb_vecs.c common/common-utils.c common/xml-utils.c \ common/ptid.c common/buffer.c gdb-dlfcn.c common/agent.c \ common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c \ @@ -1011,7 +1011,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o \ cp-namespace.o \ d-support.o \ - reggroups.o regset.o \ + reggroups.o \ trad-frame.o \ tramp-frame.o \ solib.o solib-target.o \ |