gem5/cpu/beta_cpu
Nathan Binkert 6b6445eeb9 more portable
arch/alpha/alpha_tru64_process.cc:
    Sort #includes
    Make code more portable. g++ doesn't seem to always like
    struct ::stat (and others). So, we typedef stat outside of
    the namespace as something else and use the typedef
base/hostinfo.cc:
    use snprintf to quell warning
base/inifile.cc:
    use strncpy to quell warning
base/stats/events.cc:
    don't use strcpy
cpu/beta_cpu/btb.cc:
    use FloorLog2 instead of log2
cpu/beta_cpu/comm.hh:
cpu/beta_cpu/inst_queue.hh:
cpu/beta_cpu/sat_counter.hh:
    use sim/host.hh instead of stdint.h

--HG--
extra : convert_revision : 59bd9235dda74e72a8b6a70b3f3a981840384f3f
2005-06-04 14:16:04 -04:00
..
2bit_local_pred.cc
2bit_local_pred.hh
alpha_dyn_inst.cc
alpha_dyn_inst.hh
alpha_dyn_inst_impl.hh
alpha_full_cpu.cc
alpha_full_cpu.hh
alpha_full_cpu_builder.cc
alpha_full_cpu_impl.hh
alpha_impl.hh
alpha_params.hh
bpred_unit.cc
bpred_unit.hh
bpred_unit_impl.hh
btb.cc more portable 2005-06-04 14:16:04 -04:00
btb.hh
comm.hh more portable 2005-06-04 14:16:04 -04:00
commit.cc
commit.hh
commit_impl.hh
cpu_policy.hh
decode.cc
decode.hh
decode_impl.hh
fetch.cc
fetch.hh
fetch_impl.hh
free_list.cc
free_list.hh
full_cpu.cc
full_cpu.hh
iew.cc
iew.hh
iew_impl.hh
inst_queue.cc
inst_queue.hh more portable 2005-06-04 14:16:04 -04:00
inst_queue_impl.hh
mem_dep_unit.cc
mem_dep_unit.hh
mem_dep_unit_impl.hh
ras.cc
ras.hh
regfile.hh
rename.cc
rename.hh Added copyright. 2005-05-26 23:30:12 -04:00
rename_impl.hh
rename_map.cc
rename_map.hh
rob.cc
rob.hh
rob_impl.hh
sat_counter.cc
sat_counter.hh more portable 2005-06-04 14:16:04 -04:00
store_set.cc
store_set.hh
tournament_pred.cc
tournament_pred.hh