Line 1... |
Line 1... |
/* BFD back-end for Intel 386 COFF files.
|
/* BFD back-end for Intel 386 COFF files.
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
2000, 2001, 2002, 2003, 2004, 2007
|
2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Written by Cygnus Support.
|
Written by Cygnus Support.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 35... |
Line 35... |
|
|
#ifdef COFF_GO32_EXE
|
#ifdef COFF_GO32_EXE
|
#include "coff/go32exe.h"
|
#include "coff/go32exe.h"
|
#endif
|
#endif
|
|
|
|
#ifndef bfd_pe_print_pdata
|
|
#define bfd_pe_print_pdata NULL
|
|
#endif
|
|
|
#include "libcoff.h"
|
#include "libcoff.h"
|
|
|
static bfd_reloc_status_type coff_i386_reloc
|
static bfd_reloc_status_type coff_i386_reloc
|
PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
|
PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
|
static reloc_howto_type *coff_i386_rtype_to_howto
|
static reloc_howto_type *coff_i386_rtype_to_howto
|