From 52b31ea0a6a15b4a88530cfe411224d750e37899 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Fri, 10 Oct 2003 09:57:26 -0700 Subject: [PATCH] File moves for the reorg. Tree is in broken state until I commit the makefile and #include changes. --HG-- rename : sim/cache/lzss_compression.cc => base/compression/lzss_compression.cc rename : sim/cache/lzss_compression.hh => base/compression/lzss_compression.hh rename : sim/cache/null_compression.hh => base/compression/null_compression.hh rename : sim/hybrid_pred.cc => base/hybrid_pred.cc rename : sim/hybrid_pred.hh => base/hybrid_pred.hh rename : base/aout_object.cc => base/loader/aout_object.cc rename : base/aout_object.hh => base/loader/aout_object.hh rename : base/coff_sym.h => base/loader/coff_sym.h rename : base/coff_symconst.h => base/loader/coff_symconst.h rename : base/ecoff_object.cc => base/loader/ecoff_object.cc rename : base/ecoff_object.hh => base/loader/ecoff_object.hh rename : base/elf_object.cc => base/loader/elf_object.cc rename : base/elf_object.hh => base/loader/elf_object.hh rename : base/exec_aout.h => base/loader/exec_aout.h rename : base/exec_ecoff.h => base/loader/exec_ecoff.h rename : base/object_file.cc => base/loader/object_file.cc rename : base/object_file.hh => base/loader/object_file.hh rename : base/symtab.cc => base/loader/symtab.cc rename : base/symtab.hh => base/loader/symtab.hh rename : sim/predictor.hh => base/predictor.hh rename : sim/sat_counter.cc => base/sat_counter.cc rename : sim/sat_counter.hh => base/sat_counter.hh rename : sim/base_cpu.cc => cpu/base_cpu.cc rename : sim/base_cpu.hh => cpu/base_cpu.hh rename : sim/exec_context.cc => cpu/exec_context.cc rename : sim/exec_context.hh => cpu/exec_context.hh rename : sim/exetrace.cc => cpu/exetrace.cc rename : sim/exetrace.hh => cpu/exetrace.hh rename : sim/op_class.hh => cpu/full_cpu/op_class.hh rename : sim/smt.hh => cpu/full_cpu/smt.hh rename : sim/inst_seq.hh => cpu/inst_seq.hh rename : sim/intr_control.cc => cpu/intr_control.cc rename : sim/intr_control.hh => cpu/intr_control.hh rename : sim/memtest.cc => cpu/memtest/memtest.cc rename : sim/memtest.hh => cpu/memtest/memtest.hh rename : sim/pc_event.cc => cpu/pc_event.cc rename : sim/pc_event.hh => cpu/pc_event.hh rename : sim/simple_cpu.cc => cpu/simple_cpu/simple_cpu.cc rename : sim/simple_cpu.hh => cpu/simple_cpu/simple_cpu.hh rename : sim/static_inst.cc => cpu/static_inst.cc rename : sim/static_inst.hh => cpu/static_inst.hh extra : convert_revision : 05bd41acb2a424f1a38609fd4ac6df681bb479d6 --- {sim/cache => base/compression}/lzss_compression.cc | 0 {sim/cache => base/compression}/lzss_compression.hh | 0 {sim/cache => base/compression}/null_compression.hh | 0 {sim => base}/hybrid_pred.cc | 0 {sim => base}/hybrid_pred.hh | 0 base/{ => loader}/aout_object.cc | 0 base/{ => loader}/aout_object.hh | 0 base/{ => loader}/coff_sym.h | 0 base/{ => loader}/coff_symconst.h | 0 base/{ => loader}/ecoff_object.cc | 0 base/{ => loader}/ecoff_object.hh | 0 base/{ => loader}/elf_object.cc | 0 base/{ => loader}/elf_object.hh | 0 base/{ => loader}/exec_aout.h | 0 base/{ => loader}/exec_ecoff.h | 0 base/{ => loader}/object_file.cc | 0 base/{ => loader}/object_file.hh | 0 base/{ => loader}/symtab.cc | 0 base/{ => loader}/symtab.hh | 0 {sim => base}/predictor.hh | 0 {sim => base}/sat_counter.cc | 0 {sim => base}/sat_counter.hh | 0 {sim => cpu}/base_cpu.cc | 0 {sim => cpu}/base_cpu.hh | 0 {sim => cpu}/exec_context.cc | 0 {sim => cpu}/exec_context.hh | 0 {sim => cpu}/exetrace.cc | 0 {sim => cpu}/exetrace.hh | 0 {sim => cpu/full_cpu}/op_class.hh | 0 {sim => cpu/full_cpu}/smt.hh | 0 {sim => cpu}/inst_seq.hh | 0 {sim => cpu}/intr_control.cc | 0 {sim => cpu}/intr_control.hh | 0 {sim => cpu/memtest}/memtest.cc | 0 {sim => cpu/memtest}/memtest.hh | 0 {sim => cpu}/pc_event.cc | 0 {sim => cpu}/pc_event.hh | 0 {sim => cpu/simple_cpu}/simple_cpu.cc | 0 {sim => cpu/simple_cpu}/simple_cpu.hh | 0 {sim => cpu}/static_inst.cc | 0 {sim => cpu}/static_inst.hh | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename {sim/cache => base/compression}/lzss_compression.cc (100%) rename {sim/cache => base/compression}/lzss_compression.hh (100%) rename {sim/cache => base/compression}/null_compression.hh (100%) rename {sim => base}/hybrid_pred.cc (100%) rename {sim => base}/hybrid_pred.hh (100%) rename base/{ => loader}/aout_object.cc (100%) rename base/{ => loader}/aout_object.hh (100%) rename base/{ => loader}/coff_sym.h (100%) rename base/{ => loader}/coff_symconst.h (100%) rename base/{ => loader}/ecoff_object.cc (100%) rename base/{ => loader}/ecoff_object.hh (100%) rename base/{ => loader}/elf_object.cc (100%) rename base/{ => loader}/elf_object.hh (100%) rename base/{ => loader}/exec_aout.h (100%) rename base/{ => loader}/exec_ecoff.h (100%) rename base/{ => loader}/object_file.cc (100%) rename base/{ => loader}/object_file.hh (100%) rename base/{ => loader}/symtab.cc (100%) rename base/{ => loader}/symtab.hh (100%) rename {sim => base}/predictor.hh (100%) rename {sim => base}/sat_counter.cc (100%) rename {sim => base}/sat_counter.hh (100%) rename {sim => cpu}/base_cpu.cc (100%) rename {sim => cpu}/base_cpu.hh (100%) rename {sim => cpu}/exec_context.cc (100%) rename {sim => cpu}/exec_context.hh (100%) rename {sim => cpu}/exetrace.cc (100%) rename {sim => cpu}/exetrace.hh (100%) rename {sim => cpu/full_cpu}/op_class.hh (100%) rename {sim => cpu/full_cpu}/smt.hh (100%) rename {sim => cpu}/inst_seq.hh (100%) rename {sim => cpu}/intr_control.cc (100%) rename {sim => cpu}/intr_control.hh (100%) rename {sim => cpu/memtest}/memtest.cc (100%) rename {sim => cpu/memtest}/memtest.hh (100%) rename {sim => cpu}/pc_event.cc (100%) rename {sim => cpu}/pc_event.hh (100%) rename {sim => cpu/simple_cpu}/simple_cpu.cc (100%) rename {sim => cpu/simple_cpu}/simple_cpu.hh (100%) rename {sim => cpu}/static_inst.cc (100%) rename {sim => cpu}/static_inst.hh (100%) diff --git a/sim/cache/lzss_compression.cc b/base/compression/lzss_compression.cc similarity index 100% rename from sim/cache/lzss_compression.cc rename to base/compression/lzss_compression.cc diff --git a/sim/cache/lzss_compression.hh b/base/compression/lzss_compression.hh similarity index 100% rename from sim/cache/lzss_compression.hh rename to base/compression/lzss_compression.hh diff --git a/sim/cache/null_compression.hh b/base/compression/null_compression.hh similarity index 100% rename from sim/cache/null_compression.hh rename to base/compression/null_compression.hh diff --git a/sim/hybrid_pred.cc b/base/hybrid_pred.cc similarity index 100% rename from sim/hybrid_pred.cc rename to base/hybrid_pred.cc diff --git a/sim/hybrid_pred.hh b/base/hybrid_pred.hh similarity index 100% rename from sim/hybrid_pred.hh rename to base/hybrid_pred.hh diff --git a/base/aout_object.cc b/base/loader/aout_object.cc similarity index 100% rename from base/aout_object.cc rename to base/loader/aout_object.cc diff --git a/base/aout_object.hh b/base/loader/aout_object.hh similarity index 100% rename from base/aout_object.hh rename to base/loader/aout_object.hh diff --git a/base/coff_sym.h b/base/loader/coff_sym.h similarity index 100% rename from base/coff_sym.h rename to base/loader/coff_sym.h diff --git a/base/coff_symconst.h b/base/loader/coff_symconst.h similarity index 100% rename from base/coff_symconst.h rename to base/loader/coff_symconst.h diff --git a/base/ecoff_object.cc b/base/loader/ecoff_object.cc similarity index 100% rename from base/ecoff_object.cc rename to base/loader/ecoff_object.cc diff --git a/base/ecoff_object.hh b/base/loader/ecoff_object.hh similarity index 100% rename from base/ecoff_object.hh rename to base/loader/ecoff_object.hh diff --git a/base/elf_object.cc b/base/loader/elf_object.cc similarity index 100% rename from base/elf_object.cc rename to base/loader/elf_object.cc diff --git a/base/elf_object.hh b/base/loader/elf_object.hh similarity index 100% rename from base/elf_object.hh rename to base/loader/elf_object.hh diff --git a/base/exec_aout.h b/base/loader/exec_aout.h similarity index 100% rename from base/exec_aout.h rename to base/loader/exec_aout.h diff --git a/base/exec_ecoff.h b/base/loader/exec_ecoff.h similarity index 100% rename from base/exec_ecoff.h rename to base/loader/exec_ecoff.h diff --git a/base/object_file.cc b/base/loader/object_file.cc similarity index 100% rename from base/object_file.cc rename to base/loader/object_file.cc diff --git a/base/object_file.hh b/base/loader/object_file.hh similarity index 100% rename from base/object_file.hh rename to base/loader/object_file.hh diff --git a/base/symtab.cc b/base/loader/symtab.cc similarity index 100% rename from base/symtab.cc rename to base/loader/symtab.cc diff --git a/base/symtab.hh b/base/loader/symtab.hh similarity index 100% rename from base/symtab.hh rename to base/loader/symtab.hh diff --git a/sim/predictor.hh b/base/predictor.hh similarity index 100% rename from sim/predictor.hh rename to base/predictor.hh diff --git a/sim/sat_counter.cc b/base/sat_counter.cc similarity index 100% rename from sim/sat_counter.cc rename to base/sat_counter.cc diff --git a/sim/sat_counter.hh b/base/sat_counter.hh similarity index 100% rename from sim/sat_counter.hh rename to base/sat_counter.hh diff --git a/sim/base_cpu.cc b/cpu/base_cpu.cc similarity index 100% rename from sim/base_cpu.cc rename to cpu/base_cpu.cc diff --git a/sim/base_cpu.hh b/cpu/base_cpu.hh similarity index 100% rename from sim/base_cpu.hh rename to cpu/base_cpu.hh diff --git a/sim/exec_context.cc b/cpu/exec_context.cc similarity index 100% rename from sim/exec_context.cc rename to cpu/exec_context.cc diff --git a/sim/exec_context.hh b/cpu/exec_context.hh similarity index 100% rename from sim/exec_context.hh rename to cpu/exec_context.hh diff --git a/sim/exetrace.cc b/cpu/exetrace.cc similarity index 100% rename from sim/exetrace.cc rename to cpu/exetrace.cc diff --git a/sim/exetrace.hh b/cpu/exetrace.hh similarity index 100% rename from sim/exetrace.hh rename to cpu/exetrace.hh diff --git a/sim/op_class.hh b/cpu/full_cpu/op_class.hh similarity index 100% rename from sim/op_class.hh rename to cpu/full_cpu/op_class.hh diff --git a/sim/smt.hh b/cpu/full_cpu/smt.hh similarity index 100% rename from sim/smt.hh rename to cpu/full_cpu/smt.hh diff --git a/sim/inst_seq.hh b/cpu/inst_seq.hh similarity index 100% rename from sim/inst_seq.hh rename to cpu/inst_seq.hh diff --git a/sim/intr_control.cc b/cpu/intr_control.cc similarity index 100% rename from sim/intr_control.cc rename to cpu/intr_control.cc diff --git a/sim/intr_control.hh b/cpu/intr_control.hh similarity index 100% rename from sim/intr_control.hh rename to cpu/intr_control.hh diff --git a/sim/memtest.cc b/cpu/memtest/memtest.cc similarity index 100% rename from sim/memtest.cc rename to cpu/memtest/memtest.cc diff --git a/sim/memtest.hh b/cpu/memtest/memtest.hh similarity index 100% rename from sim/memtest.hh rename to cpu/memtest/memtest.hh diff --git a/sim/pc_event.cc b/cpu/pc_event.cc similarity index 100% rename from sim/pc_event.cc rename to cpu/pc_event.cc diff --git a/sim/pc_event.hh b/cpu/pc_event.hh similarity index 100% rename from sim/pc_event.hh rename to cpu/pc_event.hh diff --git a/sim/simple_cpu.cc b/cpu/simple_cpu/simple_cpu.cc similarity index 100% rename from sim/simple_cpu.cc rename to cpu/simple_cpu/simple_cpu.cc diff --git a/sim/simple_cpu.hh b/cpu/simple_cpu/simple_cpu.hh similarity index 100% rename from sim/simple_cpu.hh rename to cpu/simple_cpu/simple_cpu.hh diff --git a/sim/static_inst.cc b/cpu/static_inst.cc similarity index 100% rename from sim/static_inst.cc rename to cpu/static_inst.cc diff --git a/sim/static_inst.hh b/cpu/static_inst.hh similarity index 100% rename from sim/static_inst.hh rename to cpu/static_inst.hh -- 2.30.2