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 | 2470ae91c341bff07507fdee80d6b88f24a64cc7 (patch) | |
tree | 94c3574c29e711c708b04be76747b4d16e60d256 /include/elf | |
parent | 830ac3d276e8d729aac62fdae627de6280bebebb (diff) | |
download | newlib-2470ae91c341bff07507fdee80d6b88f24a64cc7.zip newlib-2470ae91c341bff07507fdee80d6b88f24a64cc7.tar.gz newlib-2470ae91c341bff07507fdee80d6b88f24a64cc7.tar.bz2 |
* cris.h (EF_CRIS_UNDERSCORE): New.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/cris.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5431e8e..75becba 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2000-09-29 Hans-Peter Nilsson <hp@axis.com> + + * cris.h (EF_CRIS_UNDERSCORE): New. + 2000-09-27 Alan Modra <alan@linuxcare.com.au> * hppa.h (R_PARISC_DIR14F): Add. 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 */ |