includes.isa (3388:1c6ebfc4c20e) includes.isa (3587:841cf134f321)
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

49#include "base/cprintf.hh"
50#include "base/loader/symtab.hh"
51#include "cpu/thread_context.hh" // for Jump::branchTarget()
52#include "mem/packet.hh"
53
54#if defined(linux)
55#include <fenv.h>
56#endif
1// Copyright (c) 2006 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

49#include "base/cprintf.hh"
50#include "base/loader/symtab.hh"
51#include "cpu/thread_context.hh" // for Jump::branchTarget()
52#include "mem/packet.hh"
53
54#if defined(linux)
55#include <fenv.h>
56#endif
57#include <algorithm>
57
58using namespace SparcISA;
59}};
60
61output exec {{
62#if defined(linux)
63#include <fenv.h>
64#endif
65
66#include "arch/sparc/asi.hh"
67#include "cpu/base.hh"
68#include "cpu/exetrace.hh"
69#include "sim/sim_exit.hh"
70#include "mem/packet.hh"
71#include "mem/packet_access.hh"
72
73using namespace SparcISA;
74}};
75
58
59using namespace SparcISA;
60}};
61
62output exec {{
63#if defined(linux)
64#include <fenv.h>
65#endif
66
67#include "arch/sparc/asi.hh"
68#include "cpu/base.hh"
69#include "cpu/exetrace.hh"
70#include "sim/sim_exit.hh"
71#include "mem/packet.hh"
72#include "mem/packet_access.hh"
73
74using namespace SparcISA;
75}};
76