Line 1... |
Line 1... |
/* HPPA ELF support for BFD.
|
/* HPPA ELF support for BFD.
|
Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2005, 2006
|
Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2005, 2006, 2008
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
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 52... |
Line 52... |
#define EFA_PARISC_2_0 0x0214
|
#define EFA_PARISC_2_0 0x0214
|
|
|
/* Special section indices. */
|
/* Special section indices. */
|
/* A symbol that has been declared as a tentative definition in an ANSI C
|
/* A symbol that has been declared as a tentative definition in an ANSI C
|
compilation. */
|
compilation. */
|
#define SHN_PARISC_ANSI_COMMON 0xff00
|
#define SHN_PARISC_ANSI_COMMON SHN_LORESERVE
|
|
|
/* A symbol that has been declared as a common block using the
|
/* A symbol that has been declared as a common block using the
|
huge memory model. */
|
huge memory model. */
|
#define SHN_PARISC_HUGE_COMMON 0xff01
|
#define SHN_PARISC_HUGE_COMMON (SHN_LORESERVE + 1)
|
|
|
/* Processor specific section types. */
|
/* Processor specific section types. */
|
|
|
/* Section contains product specific extension bits. */
|
/* Section contains product specific extension bits. */
|
#define SHT_PARISC_EXT 0x70000000
|
#define SHT_PARISC_EXT 0x70000000
|