includes.isa (2944:10dcffb2904f) includes.isa (3069:5f5c04e257d5)
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

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

56using namespace SparcISA;
57}};
58
59output exec {{
60#if defined(linux)
61#include <fenv.h>
62#endif
63
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

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

56using namespace SparcISA;
57}};
58
59output exec {{
60#if defined(linux)
61#include <fenv.h>
62#endif
63
64#include "arch/sparc/asi.hh"
64#include "cpu/base.hh"
65#include "cpu/exetrace.hh"
66#include "sim/sim_exit.hh"
67
68using namespace SparcISA;
69}};
70
65#include "cpu/base.hh"
66#include "cpu/exetrace.hh"
67#include "sim/sim_exit.hh"
68
69using namespace SparcISA;
70}};
71