object_file.hh (4111:65fffcb4fae9) object_file.hh (4155:4ac95b9c9149)
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;

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

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

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

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

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

--- 69 unchanged lines hidden ---