includes.isa (4008:ccad3906006a) includes.isa (4040:eb894f3fc168)
1// Copyright (c) 2006-2007 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

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

69#if defined(__sun) || defined (__OpenBSD__)
70#include <ieeefp.h>
71#endif
72
73#include <limits>
74
75#include <cmath>
76#include "arch/sparc/asi.hh"
1// Copyright (c) 2006-2007 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

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

69#if defined(__sun) || defined (__OpenBSD__)
70#include <ieeefp.h>
71#endif
72
73#include <limits>
74
75#include <cmath>
76#include "arch/sparc/asi.hh"
77#include "base/bigint.hh"
77#include "cpu/base.hh"
78#include "cpu/exetrace.hh"
79#include "sim/sim_exit.hh"
80#include "mem/packet.hh"
81#include "mem/packet_access.hh"
82
83using namespace SparcISA;
84using namespace std;
85}};
86
78#include "cpu/base.hh"
79#include "cpu/exetrace.hh"
80#include "sim/sim_exit.hh"
81#include "mem/packet.hh"
82#include "mem/packet_access.hh"
83
84using namespace SparcISA;
85using namespace std;
86}};
87