diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-07 18:54:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-07 18:54:49 +0000 |
commit | 7e984c814e5d7b29c040160ffaf7fbffff32ad0c (patch) | |
tree | fe7f4e4d1f09158ef5593e1acd20f6d5444a749f /include/elf/ppc.h | |
parent | 44af9391b17f08e1a175ad52dff41535aaaf87f9 (diff) | |
download | gdb-7e984c814e5d7b29c040160ffaf7fbffff32ad0c.zip gdb-7e984c814e5d7b29c040160ffaf7fbffff32ad0c.tar.gz gdb-7e984c814e5d7b29c040160ffaf7fbffff32ad0c.tar.bz2 |
Remove spurious CYGNUS LOCAL comments
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r-- | include/elf/ppc.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h index fe4c761..f53bacd 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -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 \ |