From a1178695fc1ce2d850005ce89e340e04c2b8ab13 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 9 Jun 2002 15:45:44 +0000 Subject: [PATCH] Move include/callback.h and include/remote-sim.h to include/gdb/. Update accordingly. --- include/ChangeLog | 5 +++++ include/gdb/ChangeLog | 5 +++++ include/{ => gdb}/callback.h | 0 include/{ => gdb}/remote-sim.h | 0 4 files changed, 10 insertions(+) rename include/{ => gdb}/callback.h (100%) rename include/{ => gdb}/remote-sim.h (100%) diff --git a/include/ChangeLog b/include/ChangeLog index 55bd90d07..1f04e1b1e 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2002-06-09 Andrew Cagney + + * remote-sim.h: Move to directory gdb/. + * callback.h: Move to directory gdb/. + 2002-06-07 Charles Wilson * bfdlink.h (struct bfd_link_info): Change type of diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 44e358222..571861b75 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-06-08 Andrew Cagney + + * callback.h: Copy to here from directory above. + * remote-sim.h: Copy to here from directory above. + 2002-06-01 Andrew Cagney * sim-d10v.h (sim_d10v_regs): Expand to include all registers. diff --git a/include/callback.h b/include/gdb/callback.h similarity index 100% rename from include/callback.h rename to include/gdb/callback.h diff --git a/include/remote-sim.h b/include/gdb/remote-sim.h similarity index 100% rename from include/remote-sim.h rename to include/gdb/remote-sim.h -- 2.43.5