X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=include%2Felf%2Fv850.h;fp=include%2Felf%2Fv850.h;h=9f4bc01770573aa94b658a770b79ac984b28188e;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hp=a88969d9159c2ba0c17f1005053818b89387a6b6;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10;p=msp430-binutils.git 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. */