diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-29 16:52:42 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-09-29 16:52:42 +0000 |
commit | f680e9734ea45cda9143f8f5bcba6bde534c7b49 (patch) | |
tree | 5a9c73645a8c75e53543d09815e308e021ea9531 /include/elf/cris.h | |
parent | 9a5aca8c9ced16f613ccff18ee5356fbfd13804a (diff) | |
download | gdb-f680e9734ea45cda9143f8f5bcba6bde534c7b49.zip gdb-f680e9734ea45cda9143f8f5bcba6bde534c7b49.tar.gz gdb-f680e9734ea45cda9143f8f5bcba6bde534c7b49.tar.bz2 |
* cris.h (EF_CRIS_UNDERSCORE): New.
Diffstat (limited to 'include/elf/cris.h')
-rw-r--r-- | include/elf/cris.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/cris.h b/include/elf/cris.h index 576630d..957f194 100644 --- a/include/elf/cris.h +++ b/include/elf/cris.h @@ -41,4 +41,7 @@ START_RELOC_NUMBERS (elf_cris_reloc_type) END_RELOC_NUMBERS (R_CRIS_max) +/* User symbols in this file have a leading underscore. */ +#define EF_CRIS_UNDERSCORE 0x00000001 + #endif /* _ELF_CRIS_H */ |