includes.isa (3930:f96f7e258255) includes.isa (3980:9bcb2a2e9bb8)
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

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

33// Output include file directives.
34//
35
36output header {{
37#include <cstring>
38#include <sstream>
39#include <iostream>
40
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

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

33// Output include file directives.
34//
35
36output header {{
37#include <cstring>
38#include <sstream>
39#include <iostream>
40
41#include "cpu/static_inst.hh"
42#include "arch/sparc/faults.hh"
41#include "arch/sparc/faults.hh"
43#include "mem/request.hh" // some constructors use MemReq flags
44#include "mem/packet.hh"
45#include "arch/sparc/isa_traits.hh"
46#include "arch/sparc/regfile.hh"
42#include "arch/sparc/isa_traits.hh"
43#include "arch/sparc/regfile.hh"
44#include "base/misc.hh"
45#include "cpu/static_inst.hh"
46#include "mem/packet.hh"
47#include "mem/request.hh" // some constructors use MemReq flags
47}};
48
49output decoder {{
50#include "base/cprintf.hh"
51#include "base/loader/symtab.hh"
52#include "cpu/thread_context.hh" // for Jump::branchTarget()
53#include "mem/packet.hh"
54

--- 25 unchanged lines hidden ---
48}};
49
50output decoder {{
51#include "base/cprintf.hh"
52#include "base/loader/symtab.hh"
53#include "cpu/thread_context.hh" // for Jump::branchTarget()
54#include "mem/packet.hh"
55

--- 25 unchanged lines hidden ---