Skip to content

Commit

Permalink
[GDB] Add gdb/infinity.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Benson committed Nov 16, 2015
1 parent 011c975 commit 9c8d3c7
Show file tree
Hide file tree
Showing 2 changed files with 1,025 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c \
target/waitstatus.c common/print-utils.c common/rsp-low.c \
common/errors.c common/common-debug.c common/common-exceptions.c \
common/common-infinity.c \
common/common-infinity.c infinity.c \
common/btrace-common.c common/fileio.c \
$(SUBDIR_GCC_COMPILE_SRCS)
Expand Down Expand Up @@ -1086,7 +1086,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o \
format.o registry.o btrace.o record-btrace.o waitstatus.o \
print-utils.o rsp-low.o errors.o common-debug.o debug.o \
common-infinity.o \
common-infinity.o infinity.o \
common-exceptions.o btrace-common.o fileio.o \
$(SUBDIR_GCC_COMPILE_OBS)
Expand Down
Loading

0 comments on commit 9c8d3c7

Please sign in to comment.