SConscript (3170:37fd1e73f836) | SConscript (3520:4f4a2054fd85) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 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 51 faults.hh | 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 --- 35 unchanged lines hidden (view full) --- 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 51 faults.hh |
52 interrupts.hh |
|
52 isa_traits.hh 53 locked_mem.hh 54 process.hh 55 regfile.hh 56 stacktrace.hh 57 syscallreturn.hh 58 tlb.hh 59 types.hh --- 106 unchanged lines hidden --- | 53 isa_traits.hh 54 locked_mem.hh 55 process.hh 56 regfile.hh 57 stacktrace.hh 58 syscallreturn.hh 59 tlb.hh 60 types.hh --- 106 unchanged lines hidden --- |