This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Makefile.in includes linux-record.c to be common for all arch. (arm-reversible>phase-3)


Hi,

linux-record.o is added under COMMON_OBS, now <arch>-linux-tdep.c compiles.
ok to commit ?


diff -urN ./old/Makefile.in ./new/Makefile.in
--- ./old/Makefile.in   2012-06-07 09:13:32.000000000 +0530
+++ ./new/Makefile.in   2012-06-07 09:17:05.000000000 +0530
@@ -914,7 +914,7 @@
        prologue-value.o memory-map.o memrange.o \
        xml-support.o xml-syscall.o xml-utils.o \
        target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \
-       inferior.o osdata.o gdb_usleep.o record.o gcore.o \
+       inferior.o osdata.o gdb_usleep.o linux-record.o record.o gcore.o \
        jit.o progspace.o skip.o probe.o \
        common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o


Regards,
Oza.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]