Line 1... |
Line 1... |
/* BFD back-end for Intel i860 COFF files.
|
/* BFD back-end for Intel i860 COFF files.
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002,
|
2003, 2004, 2005, 2007 Free Software Foundation, Inc.
|
2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
|
Created mostly by substituting "860" for "386" in coff-i386.c
|
Created mostly by substituting "860" for "386" in coff-i386.c
|
Harry Dolan <dolan@ssd.intel.com>, October 1995
|
Harry Dolan <dolan@ssd.intel.com>, October 1995
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 27... |
Line 27... |
|
|
#include "coff/i860.h"
|
#include "coff/i860.h"
|
|
|
#include "coff/internal.h"
|
#include "coff/internal.h"
|
|
|
|
#ifndef bfd_pe_print_pdata
|
|
#define bfd_pe_print_pdata NULL
|
|
#endif
|
|
|
#include "libcoff.h"
|
#include "libcoff.h"
|
|
|
|
|
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2)
|
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2)
|
/* The page size is a guess based on ELF. */
|
/* The page size is a guess based on ELF. */
|