includes.isa (8442:b1f3dfae06f1) includes.isa (8946:fb6c89334b86)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
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

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

61#include "arch/power/faults.hh"
62#include "arch/power/isa_traits.hh"
63#include "arch/power/utility.hh"
64#include "base/loader/symtab.hh"
65#include "base/cprintf.hh"
66#include "cpu/thread_context.hh"
67
68using namespace PowerISA;
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
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

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

61#include "arch/power/faults.hh"
62#include "arch/power/isa_traits.hh"
63#include "arch/power/utility.hh"
64#include "base/loader/symtab.hh"
65#include "base/cprintf.hh"
66#include "cpu/thread_context.hh"
67
68using namespace PowerISA;
69using std::isnan;
70}};
71
72output exec {{
73#include <cmath>
74#if defined(linux)
75#include <fenv.h>
76#endif
77

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

82#include "base/condcodes.hh"
83#include "cpu/base.hh"
84#include "cpu/exetrace.hh"
85#include "mem/packet.hh"
86#include "mem/packet_access.hh"
87#include "sim/sim_exit.hh"
88
89using namespace PowerISA;
69}};
70
71output exec {{
72#include <cmath>
73#if defined(linux)
74#include <fenv.h>
75#endif
76

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

81#include "base/condcodes.hh"
82#include "cpu/base.hh"
83#include "cpu/exetrace.hh"
84#include "mem/packet.hh"
85#include "mem/packet_access.hh"
86#include "sim/sim_exit.hh"
87
88using namespace PowerISA;
90using std::isnan;
91}};
92
89}};
90