system.cc (3125:febd811bccc6) system.cc (3536:89aa06409e4d)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 17 unchanged lines hidden (view full) ---

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 * Nathan Binkert
30 */
31
32#include "arch/alpha/ev5.hh"
33#include "arch/alpha/system.hh"
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 17 unchanged lines hidden (view full) ---

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 * Nathan Binkert
30 */
31
32#include "arch/alpha/ev5.hh"
33#include "arch/alpha/system.hh"
34#include "arch/alpha/remote_gdb.hh"
34#include "arch/vtophys.hh"
35#include "arch/vtophys.hh"
35#include "base/remote_gdb.hh"
36#include "base/loader/object_file.hh"
37#include "base/loader/symtab.hh"
38#include "base/trace.hh"
39#include "mem/physical.hh"
40#include "sim/byteswap.hh"
41#include "sim/builder.hh"
42
43

--- 237 unchanged lines hidden ---
36#include "base/loader/object_file.hh"
37#include "base/loader/symtab.hh"
38#include "base/trace.hh"
39#include "mem/physical.hh"
40#include "sim/byteswap.hh"
41#include "sim/builder.hh"
42
43

--- 237 unchanged lines hidden ---