Remove spurious CYGNUS LOCAL comments
This commit is contained in:
parent
d32ca893ac
commit
fc6ab55952
|
@ -1,3 +1,8 @@
|
|||
2000-08-07 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* ppc.h: Remove spurious CYGNUS LOCAL comments.
|
||||
* v850.h: Likewise.
|
||||
|
||||
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
common.h (EM_CRIS): New machine number.
|
||||
|
|
|
@ -101,13 +101,12 @@ END_RELOC_NUMBERS (R_PPC_max)
|
|||
|
||||
/* Processor specific flags for the ELF header e_flags field. */
|
||||
|
||||
#define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag */
|
||||
#define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag. */
|
||||
|
||||
/* CYGNUS local bits below */
|
||||
#define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag */
|
||||
#define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag */
|
||||
#define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */
|
||||
#define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */
|
||||
|
||||
/* Processor specific section headers, sh_type field */
|
||||
/* Processor specific section headers, sh_type field. */
|
||||
|
||||
#define SHT_ORDERED SHT_HIPROC /* Link editor is to sort the \
|
||||
entries in this section \
|
||||
|
@ -115,7 +114,7 @@ END_RELOC_NUMBERS (R_PPC_max)
|
|||
specified in the associated \
|
||||
symbol table entry. */
|
||||
|
||||
/* Processor specific section flags, sh_flags field */
|
||||
/* Processor specific section flags, sh_flags field. */
|
||||
|
||||
#define SHF_EXCLUDE 0x80000000 /* Link editor is to exclude \
|
||||
this section from executable \
|
||||
|
|
|
@ -67,14 +67,12 @@ START_RELOC_NUMBERS (v850_reloc_type)
|
|||
RELOC_NUMBER( R_V850_TDA_7_8_OFFSET, 14) /* For sst.h, sld.h */
|
||||
RELOC_NUMBER( R_V850_TDA_7_7_OFFSET, 15) /* For sst.b, sld.b */
|
||||
RELOC_NUMBER( R_V850_TDA_16_16_OFFSET, 16) /* For set1, clr1, not1, tst1, movea, movhi */
|
||||
/* CYGNUS LOCAL v850e */
|
||||
RELOC_NUMBER( R_V850_TDA_4_5_OFFSET, 17) /* For sld.hu */
|
||||
RELOC_NUMBER( R_V850_TDA_4_4_OFFSET, 18) /* For sld.bu */
|
||||
RELOC_NUMBER( R_V850_SDA_16_16_SPLIT_OFFSET, 19) /* For ld.bu */
|
||||
RELOC_NUMBER( R_V850_ZDA_16_16_SPLIT_OFFSET, 20) /* For ld.bu */
|
||||
RELOC_NUMBER( R_V850_CALLT_6_7_OFFSET, 21) /* For callt */
|
||||
RELOC_NUMBER( R_V850_CALLT_16_16_OFFSET, 22) /* For callt */
|
||||
/* END CYGNUS LOCAL */
|
||||
RELOC_NUMBER (R_V850_GNU_VTINHERIT, 23)
|
||||
RELOC_NUMBER (R_V850_GNU_VTENTRY, 24)
|
||||
END_RELOC_NUMBERS (R_V850_max)
|
||||
|
|
Loading…
Reference in New Issue