X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=include%2Felf%2Fv850.h;fp=include%2Felf%2Fv850.h;h=9f4bc01770573aa94b658a770b79ac984b28188e;hp=a88969d9159c2ba0c17f1005053818b89387a6b6;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/include/elf/v850.h b/include/elf/v850.h index a88969d..9f4bc01 100644 --- a/include/elf/v850.h +++ b/include/elf/v850.h @@ -1,5 +1,5 @@ /* V850 ELF support for BFD. - Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007 + Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Created by Michael Meissner, Cygnus Support @@ -88,13 +88,13 @@ END_RELOC_NUMBERS (R_V850_max) values have a special meaning. */ /* Small data area common symbol. */ -#define SHN_V850_SCOMMON 0xff00 +#define SHN_V850_SCOMMON SHN_LORESERVE /* Tiny data area common symbol. */ -#define SHN_V850_TCOMMON 0xff01 +#define SHN_V850_TCOMMON (SHN_LORESERVE + 1) /* Zero data area common symbol. */ -#define SHN_V850_ZCOMMON 0xff02 +#define SHN_V850_ZCOMMON (SHN_LORESERVE + 2) /* Processor specific section types. */