object_file.hh (5070:3d6a1e37b944) object_file.hh (5335:69d45f5f21a2)
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;

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

45 public:
46
47 enum Arch {
48 UnknownArch,
49 Alpha,
50 SPARC64,
51 SPARC32,
52 Mips,
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;

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

45 public:
46
47 enum Arch {
48 UnknownArch,
49 Alpha,
50 SPARC64,
51 SPARC32,
52 Mips,
53 X86
53 X86,
54 Arm
54 };
55
56 enum OpSys {
57 UnknownOpSys,
58 Tru64,
59 Linux,
60 Solaris
61 };

--- 70 unchanged lines hidden ---
55 };
56
57 enum OpSys {
58 UnknownOpSys,
59 Tru64,
60 Linux,
61 Solaris
62 };

--- 70 unchanged lines hidden ---