SConscript (2972:f84c6c5309ce) SConscript (2984:797622d7b311)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

42#
43# Auto-generate arch headers that include the right ISA-specific
44# header based on the setting of THE_ISA preprocessor variable.
45#
46#################################################################
47
48# List of headers to generate
49isa_switch_hdrs = Split('''
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

42#
43# Auto-generate arch headers that include the right ISA-specific
44# header based on the setting of THE_ISA preprocessor variable.
45#
46#################################################################
47
48# List of headers to generate
49isa_switch_hdrs = Split('''
50 arguments.hh
50 faults.hh
51 isa_traits.hh
52 process.hh
53 regfile.hh
54 stacktrace.hh
55 syscallreturn.hh
56 tlb.hh
57 types.hh

--- 106 unchanged lines hidden ---
51 faults.hh
52 isa_traits.hh
53 process.hh
54 regfile.hh
55 stacktrace.hh
56 syscallreturn.hh
57 tlb.hh
58 types.hh

--- 106 unchanged lines hidden ---