OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [bfd/] [pe-mips.c] - Diff between revs 157 and 225

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 157 Rev 225
Line 1... Line 1...
/* BFD back-end for MIPS PE COFF files.
/* BFD back-end for MIPS PE 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, 2005, 2007 Free Software Foundation, Inc.
   2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
 
   Free Software Foundation, Inc.
   Modified from coff-i386.c by DJ Delorie, dj@cygnus.com
   Modified from coff-i386.c by DJ Delorie, dj@cygnus.com
 
 
   This file is part of BFD, the Binary File Descriptor library.
   This file is part of BFD, the Binary File Descriptor library.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
Line 19... Line 20...
   along with this program; if not, write to the Free Software
   along with this program; if not, write to the Free Software
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
   MA 02110-1301, USA.  */
   MA 02110-1301, USA.  */
 
 
#define COFF_WITH_PE
#define COFF_WITH_PE
 
/* pei-mips.c may have defined this to default off (0) before
 
  including this file, so don't redefine if that's the case.
 
  Otherwise we're generating objects, not executable images,
 
  so we want to define it to default on.  */
 
#ifndef COFF_LONG_SECTION_NAMES
#define COFF_LONG_SECTION_NAMES
#define COFF_LONG_SECTION_NAMES
 
#endif /* COFF_LONG_SECTION_NAMES */
#define PCRELOFFSET TRUE
#define PCRELOFFSET TRUE
 
 
#include "sysdep.h"
#include "sysdep.h"
#include "bfd.h"
#include "bfd.h"
#include "libbfd.h"
#include "libbfd.h"
Line 849... Line 856...
 
 
#endif /* TARGET_UNDERSCORE */
#endif /* TARGET_UNDERSCORE */
 
 
#define COFF_NO_HACK_SCNHDR_SIZE
#define COFF_NO_HACK_SCNHDR_SIZE
 
 
 
#ifndef bfd_pe_print_pdata
 
#define bfd_pe_print_pdata      NULL
 
#endif
 
 
#include "coffcode.h"
#include "coffcode.h"
 
 
const bfd_target
const bfd_target
#ifdef TARGET_SYM
#ifdef TARGET_SYM
  TARGET_SYM =
  TARGET_SYM =

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.