ecoff_object.cc (10880:61a56f76222b) ecoff_object.cc (11320:42ecb523c64a)
1/*
2 * Copyright (c) 2003-2005 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;

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

34#include "base/loader/symtab.hh"
35#include "base/misc.hh"
36#include "base/trace.hh"
37#include "base/types.hh"
38#include "debug/Loader.hh"
39
40// Only alpha will be able to load ecoff files for now.
41// base/types.hh and ecoff_machdep.h must be before the other .h files
1/*
2 * Copyright (c) 2003-2005 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;

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

34#include "base/loader/symtab.hh"
35#include "base/misc.hh"
36#include "base/trace.hh"
37#include "base/types.hh"
38#include "debug/Loader.hh"
39
40// Only alpha will be able to load ecoff files for now.
41// base/types.hh and ecoff_machdep.h must be before the other .h files
42// because they are are gathered from other code bases and require some
42// because they are are gathered from other code bases and require some
43// typedefs from those files.
44#include "arch/alpha/ecoff_machdep.h"
45#include "base/loader/coff_sym.h"
46#include "base/loader/coff_symconst.h"
47#include "base/loader/exec_ecoff.h"
48
49using namespace std;
50

--- 110 unchanged lines hidden ---
43// typedefs from those files.
44#include "arch/alpha/ecoff_machdep.h"
45#include "base/loader/coff_sym.h"
46#include "base/loader/coff_symconst.h"
47#include "base/loader/exec_ecoff.h"
48
49using namespace std;
50

--- 110 unchanged lines hidden ---