Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Zhang <jie.zhang@analog.com>2008-07-12 12:54:12 +0400
committerJie Zhang <jie.zhang@analog.com>2008-07-12 12:54:12 +0400
commit5423479e3fd284d928ced92cd07f4d590243f88f (patch)
tree8bee294796b6eaa03d961727e55fa9ad0fa8a4db /include/elf
parentfb122200f56539a9b2a0b2b8f2b24cc013fdf0f0 (diff)
Revert my last change since it has not been approved.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/bfin.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/elf/bfin.h b/include/elf/bfin.h
index 523db9b53..3c07cd166 100644
--- a/include/elf/bfin.h
+++ b/include/elf/bfin.h
@@ -88,8 +88,5 @@ END_RELOC_NUMBERS (R_max)
#define EF_BFIN_PIC 0x00000001 /* -fpic */
#define EF_BFIN_FDPIC 0x00000002 /* -mfdpic */
-#define EF_BFIN_CODE_IN_L1 0x00000010 /* --code-in-l1 */
-#define EF_BFIN_DATA_IN_L1 0x00000020 /* --data-in-l1 */
-
#define EF_BFIN_PIC_FLAGS (EF_BFIN_PIC | EF_BFIN_FDPIC)
#endif /* _ELF_BFIN_H */