OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [bfd/] [coffcode.h] - Diff between revs 14 and 148

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

Rev 14 Rev 148
Line 1... Line 1...
/* Support for the generic parts of most COFF variants, for BFD.
/* Support for the generic parts of most COFF variants, for BFD.
   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, 2006, 2007, 2008, 2009, 2010
   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
   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 5686... Line 5686...
  /* section flags */                                                   \
  /* section flags */                                                   \
  (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | EXTRA_S_FLAGS),\
  (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | EXTRA_S_FLAGS),\
  UNDER,                        /* Leading symbol underscore.  */       \
  UNDER,                        /* Leading symbol underscore.  */       \
  '/',                          /* AR_pad_char.  */                     \
  '/',                          /* AR_pad_char.  */                     \
  15,                           /* AR_max_namelen.  */                  \
  15,                           /* AR_max_namelen.  */                  \
 
  0,                             /* match priority.  */                  \
                                                                        \
                                                                        \
  /* Data conversion functions.  */                                     \
  /* Data conversion functions.  */                                     \
  bfd_getb64, bfd_getb_signed_64, bfd_putb64,                           \
  bfd_getb64, bfd_getb_signed_64, bfd_putb64,                           \
  bfd_getb32, bfd_getb_signed_32, bfd_putb32,                           \
  bfd_getb32, bfd_getb_signed_32, bfd_putb32,                           \
  bfd_getb16, bfd_getb_signed_16, bfd_putb16,                           \
  bfd_getb16, bfd_getb_signed_16, bfd_putb16,                           \
Line 5736... Line 5737...
  /* section flags */                                                   \
  /* section flags */                                                   \
  (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | EXTRA_S_FLAGS),\
  (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | EXTRA_S_FLAGS),\
  UNDER,                        /* Leading symbol underscore.  */       \
  UNDER,                        /* Leading symbol underscore.  */       \
  '/',                          /* AR_pad_char.  */                     \
  '/',                          /* AR_pad_char.  */                     \
  15,                           /* AR_max_namelen.  */                  \
  15,                           /* AR_max_namelen.  */                  \
 
  0,                             /* match priority.  */                  \
                                                                        \
                                                                        \
  /* Data conversion functions.  */                                     \
  /* Data conversion functions.  */                                     \
  bfd_getb64, bfd_getb_signed_64, bfd_putb64,                           \
  bfd_getb64, bfd_getb_signed_64, bfd_putb64,                           \
  bfd_getb32, bfd_getb_signed_32, bfd_putb32,                           \
  bfd_getb32, bfd_getb_signed_32, bfd_putb32,                           \
  bfd_getb16, bfd_getb_signed_16, bfd_putb16,                           \
  bfd_getb16, bfd_getb_signed_16, bfd_putb16,                           \
Line 5786... Line 5788...
        /* section flags */                                             \
        /* section flags */                                             \
  (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | EXTRA_S_FLAGS),\
  (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | EXTRA_S_FLAGS),\
  UNDER,                        /* Leading symbol underscore.  */       \
  UNDER,                        /* Leading symbol underscore.  */       \
  '/',                          /* AR_pad_char.  */                     \
  '/',                          /* AR_pad_char.  */                     \
  15,                           /* AR_max_namelen.  */                  \
  15,                           /* AR_max_namelen.  */                  \
 
  0,                             /* match priority.  */                  \
                                                                        \
                                                                        \
  /* Data conversion functions.  */                                     \
  /* Data conversion functions.  */                                     \
  bfd_getl64, bfd_getl_signed_64, bfd_putl64,                           \
  bfd_getl64, bfd_getl_signed_64, bfd_putl64,                           \
  bfd_getl32, bfd_getl_signed_32, bfd_putl32,                           \
  bfd_getl32, bfd_getl_signed_32, bfd_putl32,                           \
  bfd_getl16, bfd_getl_signed_16, bfd_putl16,                           \
  bfd_getl16, bfd_getl_signed_16, bfd_putl16,                           \

powered by: WebSVN 2.1.0

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