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