X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=include%2Felf%2Fhppa.h;fp=include%2Felf%2Fhppa.h;h=a4ec28fcdfe2da927e7d570ce339a37890f3a719;hp=c9b3200ac9e0674837d4cdea403ceb83cb36d89f;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/include/elf/hppa.h b/include/elf/hppa.h index c9b3200..a4ec28f 100644 --- a/include/elf/hppa.h +++ b/include/elf/hppa.h @@ -1,5 +1,5 @@ /* 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. This file is part of BFD, the Binary File Descriptor library. @@ -54,11 +54,11 @@ /* Special section indices. */ /* A symbol that has been declared as a tentative definition in an ANSI C 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 huge memory model. */ -#define SHN_PARISC_HUGE_COMMON 0xff01 +#define SHN_PARISC_HUGE_COMMON (SHN_LORESERVE + 1) /* Processor specific section types. */