diff options
author | Jie Zhang <jie.zhang@analog.com> | 2008-07-12 08:54:13 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2008-07-12 08:54:13 +0000 |
commit | 1bac266e85020515f8a1a1152345278f249117e4 (patch) | |
tree | 91373f3f426d6cf54fcb56b499623731b7d462e8 /include/elf | |
parent | 26bc3f44e80b269e4470da7b8618ac4da399e0d5 (diff) | |
download | gdb-1bac266e85020515f8a1a1152345278f249117e4.zip gdb-1bac266e85020515f8a1a1152345278f249117e4.tar.gz gdb-1bac266e85020515f8a1a1152345278f249117e4.tar.bz2 |
Revert my last change since it has not been approved.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/bfin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/elf/bfin.h b/include/elf/bfin.h index 523db9b..3c07cd1 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 */ |