Deleted Added
sdiff udiff text old ( 5702:bf84e2fa05f7 ) new ( 5780:50c9d48de3ca )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2005 The Regents of The University of Michigan
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

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

63#include "mem/packet.hh"
64
65using namespace AlphaISA;
66}};
67
68output exec {{
69#include <math.h>
70
71#include "sim/pseudo_inst.hh"
72#include "arch/alpha/ipr.hh"
73#include "base/fenv.hh"
74#include "config/ss_compatible_fp.hh"
75#include "cpu/base.hh"
76#include "cpu/exetrace.hh"
77#include "mem/packet.hh"
78#include "mem/packet_access.hh"
79#include "sim/sim_exit.hh"

--- 381 unchanged lines hidden ---