Deleted Added
sdiff udiff text old ( 11392:5967db4cff04 ) new ( 11723:0596db108c53 )
full compact
1/*
2 * Copyright (c) 2002-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

51 SPARC64,
52 SPARC32,
53 Mips,
54 X86_64,
55 I386,
56 Arm64,
57 Arm,
58 Thumb,
59 Power
60 };
61
62 enum OpSys {
63 UnknownOpSys,
64 Tru64,
65 Linux,
66 Solaris,
67 LinuxArmOABI,

--- 89 unchanged lines hidden ---