Deleted Added
sdiff udiff text old ( 6253:988a001820f8 ) new ( 6276:11dab30a70e8 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

64using namespace ArmISA;
65using std::isnan;
66}};
67
68output exec {{
69#include "arch/arm/faults.hh"
70#include "arch/arm/isa_traits.hh"
71#include "arch/arm/utility.hh"
72
73#include <cmath>
74#if defined(linux)
75#include <fenv.h>
76#endif
77
78#include "cpu/base.hh"
79#include "cpu/exetrace.hh"
80#include "mem/packet.hh"
81#include "mem/packet_access.hh"
82#include "sim/sim_exit.hh"
83
84using namespace ArmISA;
85using std::isnan;
86}};
87